/********************************/ 
/* CONTAINER CENTRAL          */
/********************************/ 
#center {
	width:440px;
	padding-right:17px;
}
#center h1 {
	margin-bottom:10px;
	font-size:17px;
	text-transform:uppercase;
}
#center h2 {
	margin:10px 0 5px 0;
	font-size:14px;
	text-transform:uppercase;
}
/******************************/ 
/* MENU VERTICAL            */
/******************************/ 
#menu li {
		position: relative;
}
#menu li:hover  {
		background:#d1000d;
} 
 /*************************/ 
/* MENUS DEROULANTS */
 /*************************/ 
 #menu ul {
		list-style:none;
		display:none;
		position:absolute;
		top:-1px;
		left:100%;
		width:150px;
		background:#d1000d;
		text-transform:lowercase;
}
 #menu li:hover ul {
		display:block;
}
/*******************/ 
/* COLONE DROITE  */
/*******************/ 
#right {
	float:right;
	padding:0 15px 0 0;
}
.encart {
	width:230px;
	background: url("../../uploads/Pages/encart-bottom.png") 0 100% no-repeat;
	padding-bottom:15px;
	font-size:11px;
	color:#253240;
	margin-bottom:10px;
	overflow: hidden;
}
.encart h2{
	background: url("../../uploads/Pages/encart-top.png") no-repeat;
	text-align:center;
	padding-top:3px;
}
.encart h2, .encart p {
	padding-left:6px;
	padding-right:14px;	/* le coté droit de l'image de fond de l'encart comprends une ombre de 8px, coté gauche rien, d'ou delta de 8px */

}
.encart h2 a{
	/*color:#253240;*/
	padding:2px 0;
	display:block;
	text-decoration:none;
	text-transform:uppercase;
	border-bottom:1px dotted #253240;
	font-size:19px;
	margin-bottom:5px;

}
.encart ul {
	padding-left:20px;
	padding-right:14px;
}
.encart ul.liste-fleche {
	padding-left:6px;
	list-style :none;
}
.encart ul.liste-fleche li{
	padding-left:10px;
	background: url("../../uploads/Pages/puce-fleche-gris.gif") 0 6px no-repeat;
}
.encart ol {
	padding-left:26px;
	padding-right:14px;
}
.encart .flottant-droit, .encart .flottant-gauche {
	width:100px;
	}
.encart .flottant-droit {
	padding-left:0;
	padding-right:16px;	/* le coté droit de l'image de fond de l'encart comprends une ombre de 8px, coté gauche rien, d'ou delta de 8px */
	}
.encart .flottant-gauche {
	padding-left:-8px;
	padding-right:0;
	}
