/* ----------------- GENERAL ------------------------ */
html, body {margin:0; padding:0; width:100%; height:100%; overflow:hidden;}
html * { padding:0; margin:0; }
body {
  margin:0;
	padding:0;
	text-align: center;
	color:black;
	font: 100% "Trebuchet MS", Verdana, Helvetica, sans-serif;
}

#background {
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  z-index:1;
}

#scroller {
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  overflow: auto;
  z-index:2;
} 
#warning { float: left;margin: 30px 15px; width: 48px; height: 48px }
#menu p { padding: 5px 0; color: white}
img {border:0;}

a.link, a.visited, a.hover {color:#1A1A50;}

a.active {color:#447}

.small {font-size:0.8em}
/* -------------------------------------------------- */
/* ------- CONTENEURS PRINCIPAUX -------------------- */
#conteneur {
  position: relative; /* pour IE */
	text-align: left;
  margin: -20px auto 0 auto;
  width: 770px;
	height:100%;
  font-size: 16px;
  z-index: 2;
}

#conteneur2 {
	text-align: left;
  margin: 0 auto;
  width: 798px;
	height: auto;
  font-size: 16px;
}
/* --------- ombre ------------ */
#ombre_head {
  width: 100%;
  height: 18px;
  bac\kground /**/: url(images/oh.png) no-repeat; /**/
}

#ombre_body { height:auto; }

#ombre_contenu {
  padding-top: 10px;
  bac\kground /**/: url(images/om.png) repeat-y; /**/
}

#ombre_foot {
  height: 18px;
  bac\kground /**/: url(images/ob.png) no-repeat; /**/
}

/* -------------------------------------------------- */
/* ----------------- HEADER ------------------------- */
#entete {
	border-width: 2px 2px 0 2px;
	border-style: solid;
	border-color: #efefef;
}

h1 {
	position: absolute;
	/*margin:0;
	height:88px;*/
}
	
h1 span {																	
	color: black;
  font-size: 0.7em;
	display: none;
}

div#logo {
  background-color: #ede8e4;
  height: 119px;
}

#logo img {
  display: inline;
  float: left;
}

#logo img.boutons {
  float:right;
  clear:right;
  padding-top: 7px;
  padding-right: 5px;
}

div#menu {
  border: 1px solid #EFEFEF;
  border-width: 2px 0;
}

#menu ul {
  list-style-type: none;
  /*padding-left: 80px;*/
  width: 41.5em;
  margin: 0 auto;
}

#menu li {
  float: left;
  margin-left:6px;
  margin-right:6px;
  text-align: center;
}

/* separation graphique entre <li>
.separation {
margin-top:2px;
width:6px;
height:17px;
background: url(images/separation.gif) no-repeat;
}
*/

.btn {
  margin-top: 0;
  line-height: 0;
}

/* images derriere les boutons
.btn img {
margin:0;
width:100%;
height:15px;
z-index:5;
}	 
*/

.btn a {
  font: bold 0.7em/18px arial, sans-serif;
  text-transform: uppercase;
  color: #f2f1e0;
  text-decoration: none;
  padding: 0 0.26em;
}

.btn a:hover {
  color: white;
}

div#ombreentete {
  bac\kground /**/: url('images/ombre.png') repeat-x;
  background-color: #e3dbd3;
  height: 12px;
  border-width: 0 2px;
  border-style: solid;
  border-color: #efefef;
}

div#fond {
  position: relative;
  border-width: 0 2px 2px 2px;
  border-color: #efefef;
  border-style: solid;
  z-index: -1;
}

#piedpage {
  clear: both;
  background-color:#bcbab6;
  text-align:center;
  padding-top:1px;
  color:#77a;
  font: 0.7em/1.3em "Trebuchet MS", Verdana, Helvetica, sans-serif;
  overflow:auto;
}

#piedpage a {
  text-decoration:underline;
  line-height:1em;
  color:#eee;
}

#piedpage a:hover {
  color:#fff;
}

a#contact, a#accueil {
  font-weight: bold;
  text-transform: uppercase;
  color:#fff;
}

a#contact:hover, a#accueil:hover {
  color:#99a;
}


p#validator {
opacity: 0.3;
}
