/* Blocks */

.cms_content {
text-align: justify;
}

.cms_content .half{
width:414px;
float:left;
margin:0 40px 0 0;
}
.cms_content .half+.half{
margin-right:0;
}

.atelier{
background-color:#eee;
padding:10px;
margin-bottom:10px;}

/* Titles */

.cms_content h4 {
	margin-bottom:1em; 
	margin-top:2em;
	font-size:1.35em; 
	line-height:1.35em;
	color:#F1691D;
	clear:left;
}

.cms_content h5 {
	margin-bottom:1em; 
	margin-top:1em;
	font-size:1em; 
	line-height:1em;
	clear:left;
}


/* Images */

.cms_content .imagedroite{
float:right;
margin: 0 0 10px 10px;
width:170px;
/* height:170px; */
}

.cms_content .imagegauche{
float:left;
margin:0 10px 10px 0;
width:170px;
/* height:170px; */
}
.cms_content img{
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

/* Texts */
.cms_content em {
	color:#F1691D;
}

.cms_content .disponible {
	font-weight: bold;
}

.cms_content .complet {
	color:red;
	font-style: italic;
}

.cms_content .head-alt{
	margin-top:10px;
}

