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

body {
font: 10px Verdana, Arial, Helvetica, sans-serif;
margin-bottom:20px;
color:#666;
/*background-color: #C3E536;*/
}

a {
text-decoration:underline;
color:#000;
}

/*a.pop {text-decoration:none;}*/

a.none {text-decoration:none;}

h1 {font-size: 30px;}

h2 {
margin:10px 0 4px 0;
font-size: 12px;
color:#333;
}

#header h1 {
position:absolute;
padding:0 4px;
top:2px;
font-size: 14px;
font-weight: bold;
color: #600;
}

#header h2 {
position:absolute;
top:72px;
right:0;
padding:0 4px;
font-size: 12px;
font-weight: bold;
color: #600;
}

p {margin: 4px 0;}

#main {
width:800px;
position:relative;
margin:0 auto;
text-align: justify;
background-color:#fff ;
}

#header {
height:122px;
background-color: #C3E536;
}

#content {
float:left;
width:610px;
}

#annonce160x600 {
float:left;
margin-right:10px;
padding:30px 5px 50px 5px;
background:#C3E536;
}

.annonce468x60 {
text-align:center;
margin:15px 0;
}

.popup {
display:none;
z-index:1000;
position:absolute;
text-align: justify;
padding:0 3px;
border: 2px #600 solid;
background-color: #C3E536;
width:491px;
top:133px;
left:314px;
}

a.fermer {
color:#f00;
text-decoration:none;
}

a:hover.fermer {
color:#090;
text-decoration:none;
}

#footer {
clear:both;
position:relative;
top: 10px;
padding-bottom:7px;
text-align: center;
border-top: 2px #C3E536 solid;
}
/*** utilities ***/

.ital{font-style: italic;}
.clr1{color:#090;}
.bold{font-weight: bold;}
.bord {
clear:both;
padding-top: 3px;
border-top: 1px #C3E536 solid;
}

.clear {clear:both;}

.alignleft{
margin:4px 8px 4px 0;
float:left;
}

.alignright{
margin:4px 0 4px 8px;
float:right;
}

.center {text-align: center;}




#menu{
position:absolute;
top:105px;
}

#menu li{
list-style-type: none;
float:left;

}

#menu a{
text-decoration:none;
padding:0 5px;
color:#600;
}

#menu a:hover{
color:#fff;
}

#content ul li{
margin-left:20px;
}




