/* CSS Document */
/** Le conteneur racine **/
#global {
  width: 100%;
  background: #3c3c3c url('/img/global/globalFond.gif') repeat-x top left;
}
/** En-tête **/
#entete {
  height: 131px;
  background: url('/img/global/enteteFond.gif') no-repeat top left;
}
#entete h1 {
  margin: 0;
}
#entete h1 img {
  position: absolute;
  top: 6px;
  left: 20px;
}
#enteteNavigationPrincipale {
  position: absolute;
  top: 109px;
  left: 16px;
  height: 22px;
}
#enteteNavigationPrincipale p {
  padding: 3px 0 0 0;
  color: #c6c2be;
}
#enteteNavigationPrincipale a {
  color: #c6c2be;
  text-decoration: none;
}
#enteteNavigationPrincipale a:hover {
  text-decoration: underline;
}
/** Poucet **/
#poucet {
  padding: 3px 0 0 0;
  color: #c6c2be;
}
/** Centre **/
#centre {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #3c3c3c;
}
/** Contenu **/
#principal {
  margin: 0 0 0 230px;
  padding: 0;
}
/** Bloc de gauche (non présent sur l'accueil) **/
#gauche {
  width: 230px;
  float: left;
}
/** Pied **/
#pied {
  margin: 10px 10px 10px 10px;
  background: #3c3c3c;
  clear: left;
}
/** Menu Principal **/
#menuPrincipal{
  float: left;
  height: 20px;
  margin: 44px 0 0 300px;
}
#menuPrincipal a {
  border: 0;
  color: #ffffff;
  font-size: 1em;
  font-weight: bold;
  text-decoration: none;
  background: #b38567;
}
/** Menu Info **/
#menuInfo {
  float: left;
  margin: 34px 0 0 0;
  height: 28px;
}
#menuInfoElement1 {
  float: left;
  background: url('/img/global/menuInfo1Gche.gif') no-repeat top left #ebe6e1;
}
#menuInfoA1 {
  display: block;
  padding: 6px 20px 6px 40px;
  text-decoration: none;
  text-align: center;
  background: url('/img/global/menuInfo1Dte.gif') no-repeat top right;
}
#menuInfoElement2 {
  float: left;
  background: url('/img/global/menuInfo2Gche.gif') no-repeat top left #d8d4d0;
}
#menuInfoA2 {
  display: block;
  padding: 6px 20px 6px 20px;
  text-decoration: none;
  text-align: center;
  background: url('/img/global/menuInfo2Dte.gif') no-repeat top right;
}
#menuInfoElement3 {
  float: left;
  background: url('/img/global/menuInfo3Gche.gif') no-repeat top left #c6c2be;
}
#menuInfoA3 {
  display: block;
  padding: 6px 20px 6px 20px;
  text-decoration: none;
  text-align: center;
  background: url('/img/global/menuInfo3Dte.gif') no-repeat top right;
}
#menuInfoElement4 {
  float: left;
  background: url('/img/global/menuInfo4Gche.gif') no-repeat top left #b4b0ac;
}
#menuInfoA4 {
  display: block;
  padding: 6px 40px 6px 20px;
  text-decoration: none;
  text-align: center;
  background: url('/img/global/menuInfo4Dte.gif') no-repeat top right;
}
.menuInfoTitre {
  color: #64605b;
  font-weight: bold;
  font-size: 1.1em;
}
/** Menu services **/
#menuServices {
  margin: 0 0 0 10px;
  color: #999999;
}
#menuServices a {
  color: #999999;
  font-size: 1.1em;
  font-family: Arial narrow, Helvetica, Arial, sans-serif;
  text-decoration: none;
}
#menuServices a:hover {
  color: #999999;
  font-weight: bold;
}
#credit {
  color: #666666;
  font-size: 0.9em;
}
/** Recherche Instantannée **/
#rechercheInstant {
  position: absolute;
  left: 15px;
  margin: 0;
}
#rechercheInstant fieldset {
  padding: 0 0 0 3px;
}
.rechercheInstant {
  font-size: 1.1em;
  line-height: 1.3em;
  text-align: left;
  color: #cbcbcb;
}
#rechercheInstant a {
  font-size: 0.9em;
  letter-spacing: 0.001em;
  color: #d8d4d0;
  text-decoration: underline;
}
#rechercheInstant a:hover {
  color: #d8d4d0;
  text-decoration: none;
}
.rechercheInstantChamps {
  margin: 3px 3px 0 0;
  width: 177px;
  border-top: #56524e 1px solid;
  border-right: #56524e 1px solid;
  border-bottom: #56524e 1px solid;
  border-left: #56524e 1px solid;
}
#rechercheInstant .btChataigne3d {
  font-size: 0.8em;
  font-weight: bold;
}
#rechercheInstant img {
  float: left;
  margin: 2px 8px 0 0;
}
/** Si seulement langues **/
#langues {
  margin: 24px 0 0 2px;
}
/** Bloc d'identification **/
/** Non identifié **/
#identificationNon {
  position: absolute;
  left: 990px;
  top: 40px;
  width: 230px;
  height: 45px;
  margin: 5px 0 0 0;
  font-size: 1em;
  text-align: left;
  color: #c9c3bf;
}
#identificationNon p {
  height: 20px;
}
#identificationNon label {
  width: 83px;
  margin: 0 5px 0 0;
  float: left;
  text-align: right;
}
#identificationNon .contact {
  margin: 0 0 0 60px;
}
.identificationChamps {
  width: 95px;
  margin: 0 3px 0 0;
  float: left;
  border-top: #56524e 1px solid;
  border-right: #56524e 1px solid;
  border-bottom: #56524e 1px solid;
  border-left: #56524e 1px solid;
}
/** Identifié **/
#identificationOui {
  position: absolute;
  left: 990px;
  top: 40px;
  width: 230px;
  height: 45px;
  margin: 10px 0 0 43px;
  font-size: 1em;
  text-align: left;
  color: #c9c3bf;
}
#identificationOui a {
  margin: 0 3px 0 0;
  color: #ede7e2;
  text-decoration: underline;
}
#identificationOui a:hover {
  text-decoration: none;
}
#identificationOui .contact {
  margin: 0 0 0 0;
}
/** Acceptation des conditions légales utilisation / cession **/
#validationLegal {
  background: #3c3c3c;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}
#acceptationLegal {
  width: 830px;
  height: 650px;
  margin: 20px auto 20px auto;
  padding: 10px 50px 50px 50px;
  overflow: auto;
  background: #2f2f2f;
  text-align: left;
}
#chapeau {
  width: 450px;
  margin: 20px auto 0 auto;
  text-align: left;
  font-size: 1.1em;
  color: #cccccc;
}
#chapeau p {
  padding: 0 0 5px 0;
}
p.precision {
  font-size: 1em;
  color: #666666;
}
#acceptation {
  padding: 10px 0 30px 0;
  line-height: 1.5em;
  border-top: 1px dashed #cccccc;
  vertical-align: baseline;
}
#acceptation input {
  margin: 4px 5px 0 0;
  vertical-align: middle;
}
.legal h2 {
  margin: 20px 0 10px 0;
  font-size: 1.2em;
  font-weight: bold;
  color: #aa8267;
}
.legal h3 {
  margin: 20px 0 0 0;
  font-size: 1.2em;
  font-weight: normal;
  color: #aa8267;
}
.legal p {
  margin: 0 auto 10px auto;
  color: #cccccc;
}
.souligner {
  text-decoration: underline;
}
/** Messages d'erreurs **/
.erreurMessage {
  width: 450px;
  margin: 15px 0 0 140px;
  padding: 10px;
  text-align: left;
  font-size: 1.1em;
  color: #aa8267;
  background: #393632;
  border: 1px solid #aa8267;
}
/** Style pour comportement Ajax **/
.autocompletion {
  position: absolute;
  width: 280px;
  margin: 0;
  padding: 0;
  background: #f3f2f2;
  z-index: 255;
}
.autocompletion ul li {
  margin: 0;
  padding: 0.1em 0.5em;
  display: block;
  cursor: default;
  list-style-type: none;
  line-height: 1.5em;
  font-size: 90%;
  color: #474747
}
.autocompletion ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border: 1px solid #000000;
}
.autocompletion ul li.selected {
  background: #aa8267;
}
/** Correction bug IE + Safari PC sur flottant dans Actualités / Sujets / Collections **/
#flottantIE2 {
  width: 1025px;
}
.chargementCentre {
  text-align: center;
}
