/* CSS Document */
	
body {
	
	font-family: arial, tahoma, verdana, "times new roman", times, sans-serif;

	font-size: small;
}

.clear {
	height: 1px;
	overflow : hidden;
	clear : both;
}

#Contenu h1 {
	padding: 0;
	margin: 0;
	padding-top: 6px;
	margin-top: 6px;
	
	margin-bottom: 10px;
	
	color: #7e6e43;
	font-weight: normal;
	font-size: 2em;
	
	line-height: 1.5em;
}

#Contenu h2 {
	padding: 0;
	margin: 0;
	margin-top: 25px;
	padding-top: 5px;
	
	font-weight: normal;
	font-size: 1.8em;

	line-height: 1.1em;
}

#Contenu h3 {
	padding: 0;
	margin: 0;
	margin-top: 25px;
	padding-top: 5px;
	
	font-weight: bold;
	font-size: 1.3em;

	line-height: 1.1em;

}

.sousTitre {
	display: block;
	color: #000;
	
	font-size: 1.4em;
}

#Contenu {
	line-height: 1.5em;
}

#Contenu a {
	color: #5a0020;
}

#Contenu a:hover {
	color: #000;
}	

/*--------------------------------------
/* fil
/**/

#fil {
	font-size: 12px;
}

#fil a {
	color: #5a0020;
}

#fil a:hover {
	color: #000;
}

#fil span {
	font-weight: bold;
}

/*--------------------------------------------------------------------
/* PLAN DU SITE
/**/

.typePage_5 #Contenu ul {
	margin : 0;
	margin-left : 3em;
	margin-top : 1em;

	padding : 0;

	font-weight : bold;

	list-style-type : square;
}

.typePage_5 #Contenu ul li {
	margin-bottom : 1em;
	padding : 0;
	background-image : none;
}

.typePage_5 #Contenu ul ul {
	margin : 0;
	margin-left : 3em;
	padding : 0;

	font-weight : normal;

	list-style-type : circle;
}

.typePage_5 #Contenu ul ul li {
	margin-bottom : 0em;
}

.typePage_5 #Contenu ul ul ul {
	margin : 0;
	margin-left : 3em;
	padding : 0;

	font-size : 90%;
	line-height : 150%;

	list-style-type : disc;
}

/*--------------------------------------------------------------------
/* cHEF
/**/

.chef h2 {
	margin: 0 !important;
	border: 0 !important;
	border-bottom: 1px solid #fff;
	
	background-color: #c9cf93;
	
	padding: 10px !important;
	
	color: #5a0020;
	
}

.chef {
	background-color: #dddad5;
	overflow: hidden;
	margin-bottom: 20px;
}

.chef p {
	padding: 0;
	margin: 0;
	padding-left: 10px;
	margin-top: 30px;
}


/*------------------------------------
/* Partenaires
/**/

.partenaire {
	/*height: 100px;*/
	width: 125px;
	
	/*float: left;*/
	display: inline-block;
	
	margin-right: 15px;
	margin-left: 15px;
	
	text-align: center;
	vertical-align: middle;
	
	padding-top: 1em;
	padding-bottom: 1em;
}

.lesPartenaires h2 {
	margin-bottom: 20px !important;
}