/**
 * @file			model I
 * @section			text
 */
#content .text {
	float:left;clear:left;
	margin:0;padding:10px;
	width:844px;height:391px;
	background:url(../../tpl/img/common/bg/fond-bloc.png) repeat;
}
#content .text .scroll {
	overflow:auto;
	padding:0 10px 0 0;
	height:391px;
}
.js #content .text .scroll {overflow:hidden;}

.text h2 {
	padding:0 0 14px;margin:0 0 14px;
	color:#FFF;
	font-weight:bold;font-size:1.5em;
	background:url(../../tpl/img/common/bg/level2-border.gif) no-repeat 0 bottom;
}

.text p {
	margin:0 0 10px;
	color:#FFF;
	text-align:justify;
}


.actu {
	background-color: #728397;
	padding: 7px 5px;
	margin-bottom:5px;
}

/**
 * @section 			easyclearing
 */ 
#content:after {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}