@charset "utf-8";
/* CSS Document */

body
{
   width: 942px;
   margin: auto;
   margin-top: 20px;
}

img
{
border:none;
}

#en_tete
{
width:942px;
height:180px;
margin-bottom:10px;
}

#logo
{
width: 495 px;
height: 132px;
background-image: url("../images/logo.png");
background-repeat: no-repeat;
margin-left:450px;
}

#menu
{
text-align:right;
font-family:Arial, Verdana, serif;
font-size:1.2em;
color:#33cccc;
}

#menu a
{
font-family:Arial, Verdana, serif;
font-size:1.2em;
color:#33cccc;
text-decoration:none;
}

#menu a:hover
{
font-family:Arial, Verdana, serif;
font-size:1.2em;
color:#99cc00;
text-decoration:none;
}

#banniere
{
width: 942 px;
height: 100px;
border:2px solid black;
background-image: url("../images/banniere.png");
background-repeat: no-repeat;
}


#sous_menu
{
float:left;
min-width:164px;
height: 450px;
margin-left:42px;
border-left:2px solid black;
border-right:2px solid black;
}

#sous_menu a
{
font-family:Arial, Verdana, serif;
font-size:1.2em;
color:#000000;
text-decoration:none;
}

#sous_menu a:hover
{
font-family:Arial, Verdana, serif;
font-size:1.2em;
color:#33cccc;
text-decoration:none;
}

#corps
{
margin-top:-16px;
width: 938px;
height: 450px;
border-left:2px solid black;
border-right:2px solid black;
border-bottom:2px solid black;
}

