body {
background: black;
margin:0;
padding: 0;
color: white;
font-size:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
scrollbar-face-color:#000000;
scrollbar-darkshadow-color:#000000;
scrollbar-shadow-color:#000000;
scrollbar-highlight-color:#CCCCCC;
scrollbar-3dlight-color:#000000;
scrollbar-track-color:#CCCCCC;
scrollbar-arrow-color:#CCCCCC;
}
input, select, textarea {
border: #fce945 1px solid; 
font-size: 10px; 
color: #fce945; 
background:#000000;
}
#conteneur {
position:center;
width:800px;
height:auto;
margin : 0 auto;
background-color:#000000;
}
ul#menuhaut {
background-image:url(images/v2/fondmenu.gif);
background-repeat:no-repeat;
background-position:top left;
width:800px;
margin-top : 5px;
list-style-type:none;
font-size:10px;
height:30px;
padding-top:8px;
}
#menuhaut li {
float:left;
margin: 0 5px;
}
#menuhaut a{
display:block;
width:auto;
height:auto;
border:0px;
color:#fce945;
margin:0 2px;
text-decoration:none;
text-align: center;
}
#menuhaut a:hover{
color:black;
background:yellow;
}
p#premier {
font:Geneva, Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:bold;
color:#fce945;
text-align:right;
}
ul#liste {
list-style-type:square;
margin-top : 5px;
font-size:14px;
padding:15px;
}
#liste a{
text-decoration:none;
color:white;
}
#liste a:hover{
text-decoration:underline;
color:#fce945;
}
#bas {
position:relative;
margin-top:20px;
width:800px;
height:auto;
}
#bas a {
color:#FFFFFF;
text-decoration:none;
}
#bas a:hover {
color:#fce945;
text-decoration:underline;
}
