/*  CONTENU >> POST
********************************************************************/	
.post {
padding : 10px 10px 10px 0;
min-height:150px;
border-bottom : 1px solid #ff0000;  
}   

.post  h2 {
font-size : 1.6em ; 
padding :  0 ; 
margin: 0 ;
color : #000; 
font-weight : normal;
text-transform : uppercase;
text-align : left;  /*pour que le titre seulement s'aligne a droite*/
}

.post  h3 {
font-size : 1.2em ; 
padding :  10px ; 
margin: 0 ;
color : #000; 
font-weight : normal;
text-transform : uppercase;
text-align : left;  /*pour que le titre seulement s'aligne a droite*/
}

.post  .sous-h2 {
margin : 0 ;
padding : 0;
color : #B68036 ;
font-size : 110%; 
font-weight : bold ;  
}
.post  .date{
float: right;
margin : 0 ;
padding : 0;
color : #000000 ;
font-size : 1.0em;
font-weight : bold; 

text-align: right;  
}   
/*.post img {
float  : right ;
margin : 0 10px 5px 20px;
}*/

.img_centre {
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 25px;
margin-bottom: 25px;
/*margin : 0px 10px 0px 10px;*/
}

.img_droite {
float  : right ;
margin : 0px 0px 0px 10px;
}

.img_gauche {
float  : left ;
margin : 0px 10px 0px 0px;
}

.post a {color : #000}