.cms_content {
	width: 905px;
}
div.deux_tiers {
	float: left;
	width: 570px;
	margin: 0 0 10px 0;
	padding: 0 8px 0 25px;
	border-right: solid 1px #DADADA;
}
div.deux_tiers div.zone_editable {
	width: 570px;
	min-height: 50px;
	margin: 0 0 15px 0;
	clear: both
}
* html div.deux_tiers div.zone_editable {
	height: 50px;
}
div.un_tiers {
	float: left;
	width: 275px;
	margin: 0 0 0 -1px;
	padding: 0 10px 10px 10px;
	text-align: center;
	border-left: solid 1px #DADADA;
}
div.un_tiers div.zone_editable, div.un_tiers div.cadre div.zone_editable  {
	width: 275px;
	min-height: 50px;
	margin: 0 0 15px 0;
}
div.un_tiers div.cadre div.zone_editable {
	border: 1px #2D366E dashed;
}
* html div.un_tiers div.zone_editable, *html div.un_tiers div.cadre div.zone_editable {
	height: 50px;
}
div.un_tiers div.title {
	min-height: 12px;
}
* html div.un_tiers div.title {
	height: 12px;
}
.titre2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:14px;
    font-weight: bold;
    color: #2D366E;
}
.titre3{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight: bold;
    color: #4D4F97;
}
div.zone_editable ul{
	margin-top: 10px;
	margin-left: 10px;
	padding-left: 0;
	padding-bottom: 5px;
	list-style-position:inside
}
div.zone_editable ul.texte_cadre{
	margin-top: 10px;
	margin-left: 0;
	padding-left: 10px;
}
div.zone_editable ul ul{
	margin-left: 15px;
}