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

DIV.img_left{
float:left;
width:150px;
border:thin silver solid;
margin : 0px 10px 10px 0px;
padding: 0px 10px 0px 10px;
text-align:center;
}
DIV.img_right{
float:right;
width:150px;
border:thin silver solid;
margin : 0px 0px 10px 10px;
padding: 0px 10px 0px 10px;
text-align:center;
}
P.caption{
font-style: normal;
font-size: 12px;
line-height:12px;
font-family:arial;
text-indent: 0;
text-align:center;
}

.post a {color : #FF9900}