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

#annonce {
height:150px;
margin-bottom:0px;
margin-left:0px;
margin-right:0px;
margin-top:40px;
width:1000px;
}

#annonce a {
border:none;
display:block;
height:100%;
width:100%;
}

#annonce #gauche {
background:#e0e0e0;
float:left;
height:150px;
margin-right:1px;
padding:0px;
width:333px;
-moz-border-radius-topleft:10px;
-moz-border-radius-bottomleft:10px;
-webkit-border-top-left-radius:10px;
-webkit-border-bottom-left-radius:10px;
}

#annonce #gauche a {
-moz-border-radius-topleft:10px;
-moz-border-radius-bottomleft:10px;
-webkit-border-top-left-radius:10px;
-webkit-border-bottom-left-radius:10px;
}

#annonce #centre {
background:#e0e0e0;
float:left;
height:150px;
margin:0px;
padding:0px;
width:332px;
}

#annonce #droite {
background:#e0e0e0;
float:left;
height:150px;
margin-left:1px;
padding:0px;
width:333px;
-moz-border-radius-topright:10px;
-moz-border-radius-bottomright:10px;
-webkit-border-top-right-radius:10px;
-webkit-border-bottom-right-radius:10px;
}

#annonce #droite a {
-moz-border-radius-topright:10px;
-moz-border-radius-bottomright:10px;
-webkit-border-top-right-radius:10px;
-webkit-border-bottom-right-radius:10px;
}
