/*
CSS par N3m0
Mai 2006
*/

body
{
background-color : black ;
width : 1027px ;
margin : auto ;
margin-bottom : 5px ;
}

#haut
{
width : 1025px ;
height : 26px ;
background-image : url("images/haut.jpg") ;
margin-top : 5px ;
}


#haut_texte
{
color : white ;
margin-left : 25px ;
margin-top : 0px ;
font-family : Tahoma , serif ;
font-size : 18px ;
}

#zonedetexte
{
background-image : url("images/content.jpg") ;
width : 1027px ;
}

#menu
{
background-image : url("images/menu.jpg") ;
width : 158px ;
height : 481px ;
margin-left : 10px ;
float : left ;
font-size : 30px ;
}

#menu ul
{
margin-top : 25px ;
}

#menu a
{
color : black ;
text-decoration : none ;
}

#menu a:hover
{
background-color : black ;
color : white ;
text-decoration : underline ;
}

#contenu
{
background-image : url("images/zonedetexte.jpg") ;
background-repeat : repeat-y ;
width : 800px ;
margin-left : 200px ;
margin-bottom : 5px ;
}

#textecontenu
{
width : 97% ;
font-size : 21px ;
padding : 15px ;
padding-top : 5px ;
padding-bottom : 5px ;
}

#footer
{
background-image : url("images/footer.jpg") ;
height : 22px ;
width : 1028px ;
}

#texte_footer
{
margin-left : 15px ;
font-family : Arial , serif ;

