body
{
width:780px;
margin:auto;
margin-top:20px;
margin-bottom:20px;
background-color:black;
color:white;
}
#en_tete
{
width:152px;
height:113px;
background-image:url("images/banniere.bmp");
background-repeat:no-repeat;
margin-bottom: 10px;
margin:auto;
}
#menu
{
margin-top:30px;
float: left;
width:170px;
font-family:"Comic Sans MS";
text-align:center;
background:url("images/trombone1.jpg") center center black no-repeat;
font-size:1.2em;
border:ridge red 5px;
line-height:25px;
}
#menu a
{
text-decoration:none;
color:#750000;
}
#menu a:active
{
text-decoration:underline;
}
#menu .sous_menu
{
margin:auto;
width:142px;
margin-top:7px;
margin-bottom:7px;
background:url("images/menu.jpg") center center no-repeat black;
padding-left:2px;
}
#menu .sous_menu:hover
{
background-image:url("images/menu_hover.jpg");
}
#corps 
{
border:5px red ridge;
padding:10px;
margin-top:30px;
margin-left:190px;
}
#corps  h1
{
font-size:3em;
color:#750000;
text-align:center;
}
#corps a
{
color:orange;
text-decoration:none;
}
#corps a:hover
{
text-decoration:underline;
}
#corps img
{
border:none;
float:right;
margin-top:15px;
margin-left:10px;
}
