﻿/* ================================
	CSS pour le PORTAIL CANDIDATURES
   ================================ */

body {
	background-color: #fff;
	color: #414141;
	font: normal 62.5%/1.6 Verdana, Helvetica, Arial, sans-serif;
	margin: 0;
	line-height: 1em;	
	padding: 10px 20px;
}

img {
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
	
p {
	font-size: 1em;
	margin: 0 0 1em;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	font-weight: 500;
	margin: 0 0 0.5em;
}
	
h2 {
	font-size: 1.5em;
	vertical-align: middle;
	line-height: 1.5em;	
}

h3 {
	font-size: 1.1em;
	font-style: italic;
	vertical-align: middle;
	line-height: 1.2em;	
}

h4 {
	font-size: 1.5em;
	text-align: center;
	margin-bottom: 1.2em;
	line-height: 1.5em;	
}

h5 {
	font-size: 1.1em;
	font-weight: 700;
	margin: 0 0 1.5em 0.5em;
}

h6 {
	font-size: 1.2em;
	font-weight: 700;
	text-align: center;
	color: Red;
}

a img, a:link img, a:visited img {
	border-style: none;
	border-color: inherit;
	border-width: medium;
	vertical-align: middle;
}

a {
	color: #f4772e;
	text-decoration: none;
	}
	
a:hover {	
	text-decoration: underline;
	}

a:focus {
	background-color: #A4A4A4 !important;
	color: #fff !important;
	text-decoration: none !important;
}

.span_petit
{
  font-weight: 500;
  color: #108F70;
  font-style: italic;
  }

div#div_page {
	background: #fff;
	border-color: #414141;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	font-size: 1.1em;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	position: relative;
	width: 998px;
}

p#deconnexion {
                display: block;
                position: absolute;
                right: 0;
                top: -25px;
}

/*** En-tête ***/
#div_entete {
	/*background: #F19120;*/
	background: #fff;
	height: 120px;
	font-size: 1.1em;
	border-bottom: 2px solid #C6BDB3;
}

#div_logo {
	width: 162px;
	position: absolute;
	height: 120px;
}

#div_logo a img 
{
  margin-top: 20px;
  height: 73px;
	display: block;
}

div#div_titre {
	position: relative;
	width: 836px;
	left: 163px;
	height: 120px;
	text-align: center;
}

#lbl_anuni_candidature 
{
	position: absolute;
	left: 314px;
	top: 94px;
	color:#fff;
	font: Arial;
	margin: 0;
	font: 700 1.4em Arial;
}


#lbl_anuni 
{
	position: absolute;
	left: 270px;
	top: 92px;
	color:#fff;
	font: Arial;
	margin: 0;
	font: 700 1.4em Arial;
    width: 154px;
}

#div_titre h2 
{
  color:#fff;
	margin: 0;
	font: 700 1.6em "Trebuchet MS",times,serif;
	padding: 20px 20px 15px 15px;
	text-transform: uppercase;
}

/*** Fin en-tête ***/


/*** div_message ***/
#div_message {
	border-bottom: 1px solid #C6BDB3;
	padding: 15px;	
}

/*** fin div_message ***/



/*** div_fermeture ***/
#div_fermeture {
	border-bottom: 1px solid #C6BDB3;
	padding: 10px;	
}

#div_img1 {
	position: absolute;
	left: 10px;
	height: 40px;
}

#div_logo a img {
	display: block;
}

#div_text1 {
	position: relative;
	left: 55px;
  top: 0px;
  width: 860px;
}
/*** fin div_fermeture ***/


/*** div_RechDiplomes ***/
#div_RechDiplomes {
	padding: 10px;	
	border-bottom: 1px solid #C6BDB3;
}

#div_choix label {	/*** Mise en forme des intitulés de champs ***/
	float: left;	/*** Très important, ne pas suprimer ! ***/
	width: 23%;	/*** Les intitulés prennent 25% de la largeur totale du formulaire... ***/
	padding: 0 10px 0 10px;
	line-height: 1.8;/*** ... et centrés verticalement. ***/
	text-align: left;	/*** ... et ils sont alignés à gauche... ***/
	margin: 0;
	padding: 0 .1em 0 0;
	font-weight: 700;
}

#rbl_lieu{
	margin-top: 17px;
	width: 300px;
}

#rbl_lieu input {
	float: none;
}

#rbl_lieu label {
	float: none;
	font-weight: 500;
}

#rbl_ufrs{
	margin-top: 7px;
}

#rbl_ufrs input {
	float: none;
}

#rbl_ufrs label {
	float: none;
	width: 200px;
	font-weight: 500;
}

#rbl_diplome{
	margin-top: -2px;
}

#rbl_diplome input {
	float: none;
}

#rbl_diplome label {
	float: none;
	width: 200px;
	font-weight:500;
}

/*** div_alternance */
#div_alternance label {	/*** Mise en forme des intitulés de champs ***/
	float: left;	/*** Très important, ne pas suprimer ! ***/
	width: 23%;	/*** Les intitulés prennent 25% de la largeur totale du formulaire... ***/
	padding: 0 10px 0 10px;
	line-height: 1.8;/*** ... et centrés verticalement. ***/
	text-align: left;	/*** ... et ils sont alignés à gauche... ***/
	margin: 0;
	padding: 0 .1em 0 0;
	font-weight: 700;
}

#rbl_alternance{
	margin-top: -2px;
}

#rbl_alternance input {
	float: none;
}

#rbl_alternance label {
	float: none;
	width: 200px;
	font-weight:500;
}
/*** fin div_alternance */


/*** div_repriseetudes */
#div_repriseetudes label {	
	float: left;	/*** Très important, ne pas suprimer ! ***/
	width: 50%;	/*** Les intitulés prennent 25% de la largeur totale du formulaire... ***/
	padding: 0 10px 0 10px;
	line-height: 1.8;/*** ... et centrés verticalement. ***/
	text-align: left;	/*** ... et ils sont alignés à gauche... ***/
	margin: 0;
	padding: 0 .1em 0 0;
	font-weight: 700;
}

#rbl_repriseetudes{
	margin-top: -2px;
}

#rbl_repriseetudes input {
	float:none;
}

#rbl_repriseetudes label {
	float:none;
    width: 200px;
	font-weight:500;
}
/*** fin div_repriseetudes ***/

/*** fin div_RechDiplomes ***/



/*** div_AffDiplomes ***/
#div_AffDiplomes {
	padding: 10px;	
	border-bottom: 1px solid #C6BDB3;
}

#div_AffDiplomes label {	/*** Mise en forme des intitulés de champs ***/
	float: left;	/*** Très important, ne pas suprimer ! ***/
	width: 15%;	/*** Les intitulés prennent 25% de la largeur totale du formulaire... ***/
	text-align: left;	/*** ... et ils sont alignés à gauche... ***/
	padding: 0 10px 0 10px;
	line-height: 1.8;/*** ... et centrés verticalement. ***/
	margin: 0;
	padding: 0 .1em 0 0;
	line-height: 1.8; /***... et centrés verticalement. ***/
	font-weight: 700;
}

#rbl_choixdip{
	margin-left: 30px;
	width: 90%;
}

#rbl_choixdip input {
	float: none;
}

#rbl_choixdip label {
	float: none;
	font-weight: 500;
}

#div_annee_etudes label {	/*** Mise en forme des intitulés de champs ***/
	float: left;	/*** Très important, ne pas suprimer ! ***/
	width: 15%;	/*** Les intitulés prennent 25% de la largeur totale du formulaire... ***/
	text-align: left;	/*** ... et ils sont alignés à gauche... ***/
	padding: 0 10px 0 10px;
	line-height: 1.8;/*** ... et centrés verticalement. ***/
	margin: 0;
	padding: 0 .1em 0 0;
	line-height: 1.8; /***... et centrés verticalement. ***/
	font-weight: 700;
}

#cbl_annee_etudes{
	margin-left: 30px;
}

#cbl_annee_etudes input {
	float: none;
}

#cbl_annee_etudes label {
	float: none;
	font-weight: 500;
}

#div_annee_master label {	/*** Mise en forme des intitulés de champs ***/
	float: left;	/*** Très important, ne pas suprimer ! ***/
	width: 15%;	/*** Les intitulés prennent 25% de la largeur totale du formulaire... ***/
	text-align: left;	/*** ... et ils sont alignés à gauche... ***/
	padding: 0 10px 0 10px;
	line-height: 1.8;/*** ... et centrés verticalement. ***/
	margin: 0;
	padding: 0 .1em 0 0;
	line-height: 1.8; /***... et centrés verticalement. ***/
	font-weight: 700;
}

#cbl_annee_master{
	margin-left: 30px;
}

#cbl_annee_master input {
	float: none;
}

#cbl_annee_master label {
	float: none;
	font-weight: 500;
}

#div_ueo label {	/*** Mise en forme des intitulés de champs ***/
	float: left;	/*** Très important, ne pas suprimer ! ***/
	width: 35%;	/*** Les intitulés prennent 25% de la largeur totale du formulaire... ***/
	text-align: left;	/*** ... et ils sont alignés à gauche... ***/
	padding: 0 10px 0 10px;
	line-height: 1.8;/*** ... et centrés verticalement. ***/
	margin: 0;
	padding: 0 .1em 0 0;
	line-height: 1.8; /***... et centrés verticalement. ***/
	font-weight: 700;
}

#rbl_ueo{
	margin-top: 7px;
	margin-left: 30px;
}

#rbl_ueo input {
	float: none;
}

#rbl_ueo label {
	float: none;
	font-weight: 500;
}

#div_DAEU_infos {
  
}

  #div_DAEU_infos ul {
  margin-top:-5px;
  }

/*** fin div_AffDiplomes ***/



.txt_important{
	font-size: 1.0em;
	font-weight: 600;
	/*vertical-align: middle;*/
}

.txt_comment{
	font-size: 1.0em;
	font-style: italic;
	vertical-align: middle;
}





/*** div_btnfin ***/
#div_btnfin	{
	padding: 10px;	
	border-bottom: 1px solid #C6BDB3;
	text-align: center;
}

.btn_fin, .bouton_fin:visited {
	background-color: #0B614B;
	color: White;
	cursor: pointer;
	font-weight: 700;
	font-size: 11px;
	padding: 5px;
	text-transform: uppercase;
	position: relative;
	/*behavior: url(PIE.htc);
	border-radius: 5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	border-bottom: 1px solid rgba(0,0,0,0.25);*/
}

.btn_fin:hover {
	/*background-color: #6C827F;*/
  background-color: #04B486;
}
/*** fin div_btnfin ***/
	
	
	
/*** div_pied ***/
#div_pied {
	padding: 10px;	
	border-bottom: 1px solid #C6BDB3;
	border-top: 1px solid #C6BDB3;
}

.div_pied_p {
	padding: 0 20px 0 0;
	/*text-align: right;*/
	text-align: center;
}
/*** fin div_pied ***/



.erreur 
{
	color: #CC0000;
	font-weight: 700;
}

.text_gras {
	font-weight: 700;
	font-size: 11px;
	font-family: Verdana, sans-serif;
}

.gras_souligne{
	font-size: 15px;
	font-weight: 700;
	text-decoration: inderline;
}

.message_erreur{
	font-size: 12px;
	font-weight: 700;
	color: red;
}

.message_maintenance{
	font-size: 20px;
	font-weight: 700;
	color: red;
    height: 34px;
}

.mess_IUT
{
	font-size: 12px;
	font-weight: 700;
	line-height: 1.5em;	
	color: red;
	text-align: center;
  }

.txt_important{
	font-size: 1.0em;
	font-weight: 600;
}

.p_btn{
	text-align: center;
}

.boutons, .boutons:visited {
	background: #f4772e url(../images/overlay.png) repeat-x;
	cursor: pointer;
	font-weight: 700;
	font-size: 11px;
	padding: 7px 8px 6px 8px;
	text-transform: uppercase;
	position: relative;
	color: #FFFFFF;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	display:inline-block;
	text-decoration:none;
	-webkit-border-radius:5px;
	/* */
	border-radius: 5px;
	-moz-box-shadow:0 1px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.3);
	box-shadow:0 1px 3px rgba(0,0,0,0.3);
	text-shadow:0 -1px 1px rgba(0,0,0,0.25);
	border-bottom:1px solid rgba(0,0,0,0.25);
}

.boutons:hover {
	background-color: #666;
}

.btn_valider, .btn_valider:visited {
	background: #108F70 url(../images/overlay.png) repeat-x;
	color: #FFFFFF;
	cursor: pointer;
	font-weight: 700;
	font-size: 11px;
	padding: 7px 8px 6px 8px;
	text-transform: uppercase;
	position: relative;
		/* */
	border-radius: 5px;
	display:inline-block;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	text-shadow:0 -1px 1px rgba(0,0,0,0.25);
}

.btn_valider:hover {
  background-color: #04B486;
}

.btn_deconnexion, .btn_deconnexion:visited {
	background-color: #FFFFFF ;
  color: #BC351A;
	cursor: pointer;
	font-weight: 700;
	font-size: 1em;
	text-decoration: none;
	padding: 4px 2px;
	position: relative;
}

.btn_deconnexion:hover {
 	background-color: #BC351A;
 	  color: #FFFFFF;
}

/* Pour CONTACTS des secrétariats */

#div_contenu_contact {
	border-bottom: 1px solid #C6BDB3;
	padding: 20px;
}

#div_objet
{
  width : 60%;
  margin-left : auto;
  margin-right : auto;
  }
  
  #div_detail
{
  width : 60%;
  margin-left : auto;
  margin-right : auto;
  }
  
  #ddl_detail
  {
    width : 100%;
    }
    
#ddl_ufr
{
  width : 100%;
  }

