@charset "UTF-8";
/* CSS Document */

#contenu_evenement{
width:1024px;
margin-left:auto;
margin-right:auto;
background-image:url(../img/bg_blanc.png);
position:relative;
margin-bottom: 15px;
border-bottom: 1px solid #000000;
}

.evenement {
    width:634px;
    padding:30px 30px 10px 30px;
    float:left;
}

.evenement_photo {
    width:300px;
    margin: 30px 30px 20px 0px;
    float:left;
}

.evenement_photo img{
    max-width:300px;
}

.titre_evenement {
font-size:21px;
font-family:Georgia, "Times New Roman", Times, serif;
color:#000000;
}

.texte_evenement {
font-size:12px;
font-family:Georgia, "Times New Roman", Times, serif;
color:#000000;
line-height: 18px;
padding-bottom: 10px;
text-align: justify;
}

.date_evenement {
font-size:12px;
font-style: italic;
font-family:Georgia, "Times New Roman", Times, serif;
color:#000000;
padding-bottom: 5px;
text-align: right;
}

.clear0r {
    width:1024px;
    height:1px;
    clear:both;
}