/**
 * Couleurs primaires:
 * Bleu : #5F8CA3
 * Bleu Foncé: #3F6C83
 * Bleu Clair: #7FACC3
 * Bleu Très Clair: #9FCCE3
 * Bleu Très Très Clair: #AFDCF3
 * Rouge : #C44C51
 * Rouge Foncé: #A42C31
 * Rouge Très Foncé: #940C11
 * Rouge Clair: #F47C81
 * Marron : #927D6A
 * Marron Foncé: #422D1A
 * Marron Très Foncé: #321D0A
 * Marron Clair: #B29D8A
 * Marron Très Clair: #D2BDAA
 * Violet: #835E97
 */
*
{
  margin:0px;
  padding:0px;
  border:0px;
}
html
{
  margin:0px auto;
  height:100%;
  width:100%;
}
body
{
  position:relative;
  width:100%;
  margin:0px auto;
  color : #422D1A;
  font-family : Verdana, Arial;
  font-size:0.8em;
  line-height:18px;
  text-align:justify;
  background: url('../images/corp/background-head.gif') top center no-repeat;
  padding-top:7px;
}

a img
{
  border:0px;
}
div
{
  display:block;
  background-color:transparent;
}
input, textarea, select
{
  border:ridge 1px #5F8CA3;
}
fieldset
{
  border:ridge 2px #C44C51;
  padding:5px 5px;
  margin-bottom:10px;
}
fieldset.hidden
{
  border:0px;
  padding:0px;
  padding-left:6px;
  margin:0px;
}
fieldset legend
{
  color:#3F6C83;
  font-weight:bolder;
  font-size: 1.1em;
  margin-left:5px;
  padding:0px 5px; 
  background:white;
}
fieldset label
{
  text-align:right;
  width:150px;
  margin:0px 15px;
  float:left;
}
fieldset label.inError
{
  color:#C44C51;
  font-weight:bolder;
  text-decoration:underline;
}
fieldset label.inline
{
  text-align:left;
  width:auto;
  margin:0px;
  float:none;
}
fieldset div.ligne
{
  clear:left;
  margin:5px 15px;
}
fieldset div.input
{
  margin-left:180px;
}

fieldset div.errorMessage
{
  margin-bottom: 2px;
}
fieldset span.errorMessage
{
  color:#C44C51;
  font-weight:bold;
  text-decoration:underline;
}

.page
{
  background:transparent url('../images/corp/background-repet-vertical.gif') top left repeat-y;
  position:relative;
  width:990px;
  margin:0px auto;
}

.partie_gauche
{
  float:left;
  width:200px;
  margin-left:7px;
  display:inline;
}
.partie_gauche_haut
{
  width:400px;
  height:100%;
  border-bottom:solid 1px #927D6A;
}
.partie_gauche_accueil
{
  padding-top:20px;
  padding-left:168px;
  width:260px;
}
.partie_gauche_haut_appli
{
  width:272px;
}
.partie_droite
{
  float:right;
  width:96px;
  -width:89px;
  margin-right:7px;
  display:inline;
}
.partie_droite_haut
{
  height:100%;
  border-bottom:solid 1px #927D6A;
}
.partie_droite_haut_appli
{
  width:28px;
}
.partie_droite_haut_accueil
{
  border:0px;
}
.partie_centrale
{
  float:left;
  display:inline;
}
.partie_centrale_haut
{
  width:480px;
  height:100%;
  border-bottom:solid 1px #927D6A;
}
.partie_centrale_haut_appli
{
  width:676px;
}
.partie_centrale_gauche
{
}
.partie_centrale_centrale
{
  margin-left:46px;
  width:630px;
}
.partie_centrale_accueil
{
  margin-left:0px;
  padding-top:25px;
  width:541px;
}
.partie_centrale_accueil_appli
{
  margin-left:7px;
  padding-top:0px;
  width:880px;
}
.ligne_haute
{
  height:145px;
}
.ligne_centrale
{
  padding:20px 0px;
}
.ligne_bas
{
  background: #927D6A url('../images/corp/background-repet-vertical.gif') top left repeat-y;
  height:50px;
}
.footer
{
  height:50px;
  background: transparent url('../images/corp/background-footer.gif') bottom center no-repeat;
  margin:0px auto;
  width:990px;
}
.clearboth
{
  clear:both;
  height:0px;
}

.img_head_eq
{
  background-color:white;
  margin:0px auto;
  height:130px;
  padding:0px 5px;
}
.img_head_eq_accueil
{
  background-color:white;
  margin:0px auto;
  padding:0px 5px;
  height:160px;
}
.img_head_eq_appli
{
  background-color:white;
  margin:0px auto;
  height:100px;
}

.haut_float_tel
{
  position:absolute;
  top:15px;
  right:15px;
  color: #927D6A;
  font-size:1.2em;
}
.haut_float_tel span
{
  color: #5F8CA3;
  font-size:1.3em;
}
.haut_float_tel .mail
{
  float:right;
  color: #927D6A;
  font-size:0.8em;
}
.haut_float_tel .mail a
{
  color: #5F8CA3;
}

div.tampon_agrement
{
  padding:20px 0px;
  width:100%;
  text-align:center;
}

.partie_centrale_centrale ul
{
  margin: 10px;
}
.partie_centrale_centrale ul li.odd, .partie_gauche_accueil ul li.odd
{
  list-style-position:inside;
  list-style-image:url('../images/corp/puce_odd.gif');
}
.partie_centrale_centrale ul li.even, .partie_gauche_accueil ul li.even
{
  list-style-position:inside;
  list-style-image:url('../images/corp/puce_even.gif');
}
.partie_centrale_centrale ul li
{
  padding:5px 0px;
}
.partie_centrale_centrale p
{
  text-align:justify;
  margin:10px;
  text-indent:0px;
}

.partie_centrale_centrale img .left
{
  float:left;
  display:inline;
  width:135px;
  height:90px;
  margin-right:10px;
  padding:3px;
  border:solid 1px #5F8CA3;
  text-align:center;
}
.partie_centrale_centrale img .right
{
  float:right;
  display:inline;
  width:135px;
  height:90px;
  margin-right:10px;
  padding:3px;
  border:solid 1px #5F8CA3;
  text-align:center;
}
.partie_centrale_centrale h1
{
  margin-bottom:18px;
  font-size:1.9em;
  color:#5F8CA3;
  font-weight:normal;
}
.partie_centrale_centrale h2
{
  margin-bottom:18px;
  font-size:1.6em;
  color:#C44C51;
  font-weight:normal;
}
.partie_centrale_centrale h3
{
  margin-bottom:18px;
  font-size:1.1em;
  font-weight:normal;
  color:#C44C51;
}

.partie_centrale_centrale h6
{
  font-size:0.8em;
  font-weight:normal;
}

ul.recrutement
{
  width:520px;
}
ul.recrutement li
{
  list-style:none;
  border:dotted 1px #5F8CA3;
}
a.fake_retour
{
  border:outset 2px #5F8CA3;
  padding:2px;
  margin-bottom:5px;
  display:block;
  width:90px;
  text-align:center;
  float:left;
}
a.fake_button
{
  border:outset 2px #5F8CA3;
  padding:2px;
  margin-bottom:5px;
  display:block;
  width:90px;
  text-align:center;
  float:right;
}
a.fake_button:hover
{
  border:inset 2px #5F8CA3;
  text-decoration:none;
}
a.candidature_sponta
{
  border:outset 2px #5F8CA3;
  padding:2px;
  width:90px;
  text-align:center;
  position:relative;
  float:right;
}
a.candidature_sponta:hover
{
  border:inset 2px #5F8CA3;
  text-decoration:none;
}

ul.recrutement_candidatures li span
{
  float:right;
}


ul.menu_gauche
{
  list-style:none;
  overflow:hidden;
  padding:3px;
  padding-left:0px;
  background-color:#927D6A;
  width:100%;
}
ul.menu_gauche li
{
  float:left;
  display:block;
  background-color:white;
  width:100%;
}
ul.menu_gauche li a
{
  padding:10px 0px;
  display:block;
  color:#624D3A;
}
ul.menu_gauche li a:hover
{
  background-color:#B29D8A;
  color:white;
  text-decoration:none;
}
ul.menu_gauche li.niv2
{
  background-color:#927D6A;
}
ul.menu_gauche li.niv2 a
{
  padding-left:10px;
  color:white;
}
ul.menu_gauche li.niv3 a
{
  padding-left:25px;
}
ul.menu_gauche li.niv4 a
{
  padding-left:40px;
}
ul.menu_gauche li.current a
{
  font-weight:bold;
}
ul.menu_haut, ul.menu_footer
{
  list-style:none;
  margin-left:0px;
  padding-left:0px;
}
ul.menu_footer
{
  padding: 0px 15px;
  padding-top:10px;
}
ul.menu_footer li
{
  position:relative;
  list-style-type:none;
  display:block;
  float:left;
  text-align:center;
  width:150px;
}
ul.menu_haut
{
  height:100%;
  float:right;
}
ul.menu_haut li
{
  position:relative;
  list-style-type:none;
  float:left;
  width:120px;
  height:40px;
  margin:0px 2px;
  margin-top:105px;
}
ul.menu_haut li a
{
  text-decoration:none;
  text-align:center;
  height:40px;
  position:absolute;
  bottom:-1px;
  width:120px;
  font-size:1em;
  font-weight:bolder;
  display:block;
  line-height:40px;
  color:white;
  background:url('../images/corp/background-menu-haut.gif') center left no-repeat;
}
ul.menu_haut li.current a
{
  color:#927D6A;
  background-position:top left;
}
ul.menu_haut li a:hover
{
  cursor:pointer;
  color:white;
  background-position:bottom left;
  text-decoration:none;
}
ul.menu_footer li a
{
  padding-top:0px;
  color:white;
  text-align:center;
  font-size:0.9em;
  font-weight:bolder;
}
ul.menu_footer li a:hover p
{
  text-decoration:underline;
}
img.image_accueil
{
  float:left;
  margin-right:40px;
  width:150px;
}
a.liens_accueil
{
  margin-left:150px;
  display:block;
  font-size:1.7em;
  line-height:110px;
  height:110px;
  width:350px;
  color:#5F8CA3;
}
a.liens_accueil:hover
{
  text-decoration:none;
}
.centre_login
{
  width:980px;
}
#form_login fieldset
{
  margin:10px auto;
  width:350px;
  border-color:#3F0077;
}
#form_login input
{
  text-align:center;
}
#form_login label
{
  text-align:right;
}
#form_login legend
{
  font-weight:bolder;
  border-bottom:dashed 1px #5F8CA3;
}

a {color:navy;text-decoration:none}
a:hover{color:#C44C51;text-decoration:underline}

input.form-center
{
  text-align:center;
  font-size: 90%;
}

div.simu_cesu
{
  margin-bottom:20px;
  width:500px;
}
div.simu_cesu fieldset label
{
  text-align:right;
  width:300px;
  display:block;
  float:left;
}
span.simu_cesu_bouton_droite
{
  float:right;
  margin-left:20px;
}
span.simu_cesu_bouton_plus, span.simu_cesu_resultat_fermer
{
  float:right;
  font-size:0.7em;
  margin-right:10px;
}
span.simu_cesu_titre
{
  font-size:1.25em;
  text-decoration:underline;
}

span.simu_cesu_resultat
{
  float:right;
  margin-right:40px;
}

.simu_cesu_champs
{
  width:100px;
  text-align:right;
}
.recrutement_see_detail
{
  float:right;
}
/**
 * Couleurs primaires:
 * Bleu : #5F8CA3
 * Rouge : #C44C51
 * Marron : #927D6A
 */

div.simu_cesu_result
{
  display:none;
  position:absolute;
  margin:0px auto;
  top:20px;
  width:640px;
  height:270px;
  border:solid #5F8CA3 2px;
  background-color:white;
}
table.simu_cesu_result_sala, table.simu_cesu_result_emp
{
  width:100%;
  border-collapse:collapse;
  color:#C44C51;
}
table.simu_cesu_result_sala th, table.simu_cesu_result_emp th
{
  text-align:center;
  height:30px;
}
table.simu_cesu_result_sala td, table.simu_cesu_result_emp td
{
  text-align:right;
  padding-right:50px;
  color:white;
  height:40px;
}
table.simu_cesu_result_sala td.gauche, table.simu_cesu_result_emp td.gauche
{
  text-align:left;
  padding-left:10px;
  color:white;
}
table.simu_cesu_result_sala tr.odd td, table.simu_cesu_result_emp tr.odd td
{
  background-color:#B29D8A;
}
table.simu_cesu_result_sala tr.even, table.simu_cesu_result_emp tr.even
{
  background-color:#927D6A;
}

.msg_erreur
{
  color:#C44C51;
  font-weight:bolder;
}
.msg_ok
{
  color:#5F8CA3;
  font-weight:bolder;
  font-size:1.2em;
}
div.contentLoading
{
  position:absolute;
  display:none;
  float:left;
}
.blocs_todo
{
  padding: 3px;
  width: 260px;
  float: left;
  border: 1px solid silver;
  margin:0 8px 15px 8px;
}
.blocs_todo ul
{
  list-style-type: none;
  margin: 2px;
  clear: right;
  display:inline;
}
.blocs_todo h4 a
{
  margin: 2px;
}
.blocs_todo h4
{
  margin:0;
}
.blocs_todo h4 span
{
  float:right;
}

select.day, select.hour, select.minute
{
  width:40px;
  text-align:center;
}
select.month
{
  width:100px;
}
input.year
{
  width:32px;
  text-align:right;
}

fieldset#field_quest label
{
  text-align:left;
  width:auto;
  margin:0px 15px;
  float:none;
}
fieldset#field_quest div.input
{
  margin-top:5px;
  margin-left:50px;
}

table.checktab
{
  width:100%;
  border:solid 1px #927D6A;
}
table.checktab th
{
  font-weight:normal;
  text-align:right;
}
table.checktab td
{
  text-align:center;
}
