/*Mise en forme Widget Simplicy post */
/*Largeur du widget*/
.SP-post { width:100%;} 
/* Couleur des liens */
.SP-post a { color:#333333; } 
/* Mise en forme des liens*/
.SP-post a:hover { text-decoration:none; } 
/* Alignement du texte */
.SP-post p {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	line-height: 14px;	
	
	/*float:left;*/} 
/* Mise en forme image alignement, bordure , marge */
.simplicy-post-img { 
border:solid 1px #ffffff;
float:left;/*padding:3px;*/
margin-top:10px;
margin-right:10px;
} 
.simplicy-post{ margin-bottom:5px; margin-top:5px; !important }
 /* Séparation et espace entre les articles */
.simplicy-post-content{ 
/*border-bottom:solid 1px #CCCCCC; */
clear:both;
margin-top:20px;
} 

.simplicy-post strong{
color:#B72928;
} 


.simplicy-post-clear{ height:1px ; width:100%; clear:both; !important}
/* Mise en forme date alignement, taille de la police , marge */
.simplicy-date_post {
font-size:12px;
 line-height:14px;
 width:auto; 
 height:15px; 
 text-align:left; 
 padding-bottom:5px; 
 /*float:left; 
 clear:both;*/
 } 
 
 
 