

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

.post p { 
font-size : 1.1em ;
margin: 10px 0 10px 0;  
}

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

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

.post  .sous-h2 {
margin : 0 ;
padding : 0;
color : #B68036 ;
font-size : 110%; 
font-weight : bold ;  
line-height: 15pt; }

.post  .date{
margin : 0 ;
padding : 0;
color : #FF6633;
font-size : 1.0em;
font-weight : bold;


text-align: left;  
}   
/*.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 : 10px 0px 10px 10px;
}

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

.post a {color : #FF9900}