/* Titre des évenements. */

h2 {
text-align : center;
margin-bottom : 15px;
}

h4{
text-align : center;
font-size : 26px;
color : red;
margin : 0px;
}

p{
text-align : justify;
padding : 0px;
margin : 0px 0px 15px;
}

/* Classes générales */

.cols{
position : relative;
margin : 0px;
padding : 0px;
}

.cg{
position : absolute;
top : 0px;
width : 265;
/*margin-right : 30px;*/
}

.cd{
position : absolute;
top : 0px;
left : 280px;
width : 265px;
}

.section{
width : 100%;
height : auto;
position : relative;
}

.img_gauche{
float : left;
margin-top : 2px;
margin-right : 15px;
margin-bottom : 2px;
padding : 0px;
border : none;
}

.img_centre{
margin-top : 5px;
margin-bottom : 5px;
padding : 0px;
border : none;
}

.img_droite{
float : right;
margin-top : 2px;
margin-left : 15px;
margin-bottom : 2px;
padding : 0px;
border : none;
}

.droite{
text-align : right;
}

.gauche{
text-align : left;
}

.centre{
text-align : center;
}

.texte_petit{
font-size : 12px;
}

.texte_moyen{
font-size : 16px;
}