body{
margin:0px;
padding:0px;
font-size:14px;
font-family:Calibri, Arial, Verdana, Helvetica, sans-serif;
text-align:left;
background-color:#000000;
color:#ffffff;
}

a{
color:#ffffff;
text-decoration: underline;
}

a:hover{
color:#990000;
text-decoration: none;
}


#conteneur{
width:800px; min-height:100%;
background-color:#000000 repeat-y;
height:600px;
margin-top:55px;
margin-left:auto;
margin-right:auto;
margin-bottom:55px;
}

#top{
background:url(images/top.JPG);
width:800px;
height:200px;
}

#page{
float:left;
width:650px;
height:600px;
background-color:#000000;
}

#title{
width:650px;
height:100px;
background-color:#000000;
}	

#contenu{
width:650px;
height:auto;
background-color:#000000;
text-align:justify;
}

#menu{
float:right;
width:150px;
height:340px;
background-color:#000000;
margin-top:100px;
text-decoration:none;
}

#menu li{
list-style-type: none;
margin: 4px 0 0 0;
}


#footer{
width:800px;
height:60px;
background-color:#000000;
margin-top:60px;
font-site:8px;
clear: both;
}