.middle-container { 
	background-image:url(../images/static_site/arabesques.png);
} 
.middle { 
	background-image:url(../images/static_site/plan-du-site/background2.png);
} 
.middle h1 {
	font-size:1.55em;
	font-weight:normal;
	margin-left:46px;
	padding-top:130px;
	text-align:left;
}
.middle #cadres {
	left:32px;
	position:absolute;
	top:194px;
}
.middle .cadre {
	float:left;
	background-color:#FFFFFF;
	margin-right:6px;
	padding-left:10px;
	padding-right:2px;
	height:164px;
}
.middle .cadre[class] {
	min-height:164px;
	height:auto;
}
.middle .cadre ul {
	list-style-type:none;
}
.middle .cadre ul li {
	font-size:0.7em;
	margin-bottom:8px;
	float : left;
	clear : both;
	height:auto;
	width:160px;
}
.middle .cadre ul.sousplan li {
	font-size:1em;
	margin-bottom:0;
}
.middle .cadre[class] ul li {
	margin-left:1.3em;
	text-indent:-1.3em;
	width:144px;
}
.middle #cadre-1 {
	width:170px;
	background-image:url(../images/static_site/plan-du-site/cadre-1.png);
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	border-radius-bottom-left:5px;
	border-radius-top-left:5px;
}
.middle #cadre-2 {
	width:403px;
}
.middle #cadre-2 ul {
	float:left;
}	
.middle #cadre-2 #first-list {
}
.middle #cadre-2 #first-list li {
	width:230px;
}
.middle #cadre-2 #second-list li {
	width:142px;
}
.middle #cadre-3 {
	width:158px;
	background-image:url(../images/static_site/plan-du-site/cadre-3.png);
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-radius-bottom-right:5px;
	border-radius-top-right:5px;
}

.middle h2 {
	font-size:1em;
	margin-bottom:10px;
	margin-top:10px;
}
.middle h2 span {
	border-bottom:1px solid #CC003D;
	font-size:0.9em;
	font-weight:normal;
	padding-bottom:3px;
}