/*--------------------------------------PAGES CONTENUS FRONT-----------------------------------*/
div.colonne_gauche,
div.colonne_droite,
div.illustration_cpc{
float:left;
width:668px;
padding:10px 0;
}
div.colonne_gauche h1,
div.colonne_gauche h2,
div.colonne_gauche h3,
div.colonne_gauche h4,
div.colonne_gauche h5,
div.colonne_gauche h6,
div.colonne_droite h1,
div.colonne_droite h2,
div.colonne_droite h3,
div.colonne_droite h4,
div.colonne_droite h5,
div.colonne_droite h6,
div.illustration_cpc h1,
div.illustration_cpc h2,
div.illustration_cpc h3,
div.illustration_cpc h4,
div.illustration_cpc h5,
div.illustration_cpc h6{
float:left;
width:100%;
color:red;
font-size:13px;
}
div.colonne_gauche p,
div.colonne_droite p,
div.illustration_cpc p{
float:left;
color:#000;
padding-bottom:10px;
}
div.colonne_gauche ul,
div.colonne_droite ul,
div.illustration_cpc ul{
float:left;
width:100%;
}
/*--STYLE COLONNE IMAGES GAUCHE--*/
div.colonne_gauche div.gauche{
float:left;
width:210px;
margin:0 20px 0px 0;
padding-bottom:10px;
}
div.colonne_gauche div.gauche h5 img{
float:left;
width:210px;
border:2px solid #000;
}
div.colonne_gauche div.droite{
float:left;
width:384px;
padding-bottom:10px;
}
/*--STYLE COLONNE IMAGES DROITE--*/
div.colonne_droite div.droite{
float:left;
width:210px;
padding-bottom:10px;
}
div.colonne_droite div.droite h5 img{
float:left;
width:210px;
border:2px solid #000;
}
div.colonne_droite div.gauche{
float:left;
width:384px;
margin:0 20px 0px 0;
padding-bottom:10px;
}

/*--STYLE IMAGES 100%--*/
div.illustration_cpc div.haut{
float:left;
width:100%;
margin:0 0 10px 0;
}
div.illustration_cpc div.haut h5{
float:left;
width:100%;
}
div.illustration_cpc div.haut h5 img{
float:left;
}
div.illustration_cpc div.bas{
float:left;
width:100%;
}
div.illustration_cpc div.bas{
float:left;
width:100%;
}
div.illustration_cpc div.bas p{
float:left;
}
