body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;
background-color:#FAE452;
margin: 0;
padding: 0;
}
#header {
margin-top:30px;
height: 120px;
/* background-color: #99CCCC;*/
}
#haut {
height: 30px;
/* background-color:#FAE452;*/
margin-left:180px;
}
#conteneur {
position: absolute;
width: 100%;

/* background-color:#FAE452;*/
}
#centre_recap {
background-color:#DFC307;
font-size:12px;
/*#margin-right: 150px;*/
}
#centre {
background-color:#DFC307;
margin-left: 180px;
font-size:12px;
/*#margin-right: 150px;*/
}
#gauche {
position: absolute;
left:0;
width: 180px;
}
#droite {
position: absolute;
right:0;
width: 150px;
}
#pied {
height: 30px;
background-color: #99CC99;
}

.menuhaut {
list-style-type: none;
margin: 0;
padding:0;
}
.menuhaut li {
display: inline;
}
.menuhaut a {
margin: 0 2px;
color: #000000;
text-decoration: underline;
}
.menuhaut a:hover {
text-decoration: none;
}

.logo {
	height:70px;
}
p {margin: 0 0 10px 0;}
/* Menu */
dl, dt, dd, ul, li {
/*
margin: 0;
padding: 0;
list-style-type: none;
 */
}
#menu {
position: absolute;
/* top: 1em; */
left: 5px;
/* width: 170px; */
width: 170px;
}

#menu dt {
cursor: pointer;
background:#CAB10A;
/* background: #A9BFCB; */
height: 20px;
line-height: 20px;
margin: 2px 0;
border: 1px solid gray;
text-align: center;
font-weight: bold;
font-size: 11px;
list-style-type: none;
margin: 0;
padding: 0;
}

#menu dd {
position: absolute;
z-index: 100;
left: 6em;
margin-top: -1.4em;
/* width: 150px;*/
width: 250px;
background:#CAB10A;
/*background: #A9BFCB;*/
border: 1px solid gray;
}

#menu ul {
padding: 2px;
list-style-type: none;
margin: 0;
padding: 0;
}
#menu li {
/* width:250px; */
width:250px;
/*text-align: center;*/
text-align: center;
font-size: 85%;
font-size: 10px;
height: 18px;
line-height: 18px;
list-style-type: none;
margin: 0;
padding: 0;
}
#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
}

#menu li a:hover {
text-decoration: underline;
}
/* Fin menu */

