/* CSS Document */
/*-----------------------------------------actu------------------------------------------------------*/
#actu {/*sert à empecher que les contenus flottant gauche et droite depasse de centre1*/
overflow:hidden;
}

/*gauche*/
#gaucheactu{
float:left;
margin:0 0 0 20px;
padding-bottom:15px;
}
.para{
margin-bottom:5px;
margin-left:10px;
}
/*centre*/
.centreactu{
margin-left:300px;
padding-bottom:15px;
width:500px;
}
 table{
width:450px;
}
 td{
margin-left:10px;
}
.haut1{
background:url(../image/haut-actu1.gif) no-repeat;
height: 30px;
width: 500px;
}
.milieu1{
background:url(../image/milieu-actu1.gif) repeat-y;
color:#F5F5F3;
width: 500px;
padding-left:20px;
font-size:0.75em;
}
.bas1{
background:url(../image/bas-actu1.gif) no-repeat;
height: 30px;
width: 500px;
}
.haut1, .milieu1 ,.bas1{
margin:0;
}
/*bas droite*/
.droitebas{
margin-top:30px;
margin-left:200px;
padding-bottom:15px;
}
/*bas gauche*/
#gauchebas{
float:left;
margin-top:-350px;
margin-left:90px;
padding-bottom:25px;
}
.img{
border:solid 1px #FF9900;
}

