/* **************************************************************************************************** */
/* MILIEU */
/* **************************************************************************************************** */

div#content div#content-middle div#data{
	font-size:0.8em;
	overflow:hidden;
}

div#content div#content-middle div#data h1{
	color:#053D52;
	margin:0 0 10px 0;
	font-size:1.4em;
	font-family: 'Federo', sans-serif;
}


div#content div#content-middle div#data h2{
	margin:0 0 10px 0;
	font-size:1.2em;
	color:#053D52;
	font-family: 'Federo', sans-serif;
}

/* **************************************************************************************************** */

div#content div#data .blocLeft{
	width:48%;
	float:left;
	overflow:hidden;
}
div#content div#data .blocRight{
	width:48%;
	float:right;
	overflow:hidden;	
}
div#content div#data .blocClear{
	clear:both;
}


div#content div#data ul {
	list-style-position: inside;
    line-height: 21px;
    list-style-image: url("../../images/css/general/puce_orange.png");
    margin: 10px 0 10px 24px;
}


.flecheOrange {
    color: #FF740A;
    float: left;
    font-family: "trebuchet MS";
    font-weight: normal;
    line-height: 15px;
    margin: 0 2px 0 0;
}


