#entete
{
height : 105px; 
width: 100%;
/*background-image : url("titre.png")*/
}

#borduregauche
{
margin:0;
width : 220px;
float : left;
/*margin-top:100px;*/
}

#menu
{
margin:0;
}

#menu ul
{
margin-top: 5px;
list-style-image: url("puce.png"); /* On change l'apparence des puces */
list-style-position: inside;
padding: 10px;
height : 215px;
width: 185px;
background-image : url("menu.png");
}

#menu ul li
{
/*font-family : arial;*/
font-size : 15;
padding : 10px;
}

#menu a
{
color : blue;
font-variant: small-caps;
text-decoration:none;
}
#menu a:hover
{
color : green;
}

#info
{
font-size : 12;
margin-top:5px;
}

body
{
background-image : url("fond.png");
overflow : none;
}

#corps
{
color : blue;
overflow:auto;
font-family:comic sans ms;
height : 84%;
}

h1
{
background-image : url("metal.png");
text-align : center;
font-family: Arial;
font-variant: small-caps;
color : white;
}
