/* CSS Document */
*
{
margin:0 0 0 0;
padding:0 0 0 0;
}


.conteneur
{
width:800px;
border:1px solid black;
background-color:#66CC66;
margin:10px auto;
}


.header
{
width:800px;
height:100px;
border-bottom:1px solid black ;
}

.contenu
{
float:right;
width:650px;
background-color:#ffcccc;
border-left: 1px solid black;
}

.menu
{
margin:0 0 0 0;
width:149px;
float:left;
background-color: #66CC66;

}

.adsense
{
margin:15px 0 0 0;
padding-left:5px;
width:140px;
float:left;
background-color: #66CC66;

}

.textcontenu
{
padding: 15px 15px 15px 15px;

}

a
{
font-size:16px;
color: #009933;
text-decoration:none;

}
a:hover
{
text-decoration: underline;
color:#666666;
}
.footer
{
clear:both;
width:800px;
height:100px;
border-top:1px solid black;
}

p
{ font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
text-align:left;
}

.menu a
{color:#000000;
font-style:normal;
}

#sousmenu a
{
text-decoration:none;
color:#666666;
}
#sousmenu a:hover
{
text-decoration: underline;
color:#000000;
}
h2
{
font-size:16px;
}

h2 a
{
font-size:16px;
color:#000000;
text-decoration:none;
}

