/* CSS Document */

#col_gauche{
width:500px;
}

#col_droite{
width:300px;
}

h1 {
color:#666;
font-family:verdana, arial, helvetica, sans-serif;
font-size:23px;
margin-left:10px;
}

#col_gauche p {
color:#000;
font-family:verdana, arial, helvetica, sans-serif;
font-size:12px;
text-align:justify;
margin-left:10px;
margin-right:50px
}

.boite_actu {
width:270px;
}

.cartouche_haut {
background-image:url(../medias/cartouche_haut.jpg);
width:270px;
height:36px;
}

.cartouche_haut h2{
margin-left:10px;
color:#fff;
}

.cartouche_repeat {
width:270px;
background-image:url(../medias/cartouche_repeat.jpg);
background-repeat:repeat-y;
}

.cartouche_repeat p{
margin-left:10px;
margin-right:8px;
color:#fff;
font-family:verdana, arial, helvetica, sans-serif;
font-size:10px;
}

.cartouche_bas {
background-image:url(../medias/cartouche_bas.jpg);
width:270px;
height:6px;
}


