

/*  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 : #333333; 
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 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*/
}

.post  .sous-h2 {
margin : 0 ;
padding : 0;
color : #121212 ;
font-size : 110%; 
font-weight : bold ;  
}
.post  .date{
float: right;
margin : 0 ;
padding : 0;
color : #ff0000;
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 : 10px 0px 10px 10px;
}

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

.post a:link { color:#FF3300; text-decoration: none; }
.post a:active { color:#FF0000; text-decoration: none; }
.post a:visited { color: #FF3300; text-decoration: none; }
.post a:hover { color:#ff0000; font-weight:normal; text-decoration: underline; }




