/* CSS Document */
	
body {
	
	font-family: verdana, tahoma, "trebuchet ms", sans-serif;
	font-size: small;
	
}

.clear {
	height: 1px;
	overflow : hidden;
	clear : both;
}

/*--------------------------------------------------------------------
/* PLAN DU SITE
/**/

.typePage_5 #contenu ul {
	margin : 0;
	margin-left : 2em;

	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;
}


/*-------------------------
/* contenu
/**/
#contenu {

	font-size: 13px;
	line-height: 1.7em;
	padding-bottom: 25px;
	color: #1f4d7f;
}

#contenu a {
	color: #fcaf17;
}

#contenu a:hover {
	color: #f26522;
}

#contenu h1 {
	padding: 0;
	margin-top: 25px;
	font-size: 33px;
	color: #a9ca3a;
	line-height: 1.1em !important;
}

#contenu h2 {
	
	font-size: 23px;
	color: #faa919;
	border-bottom: 1px solid #faa919;
	font-weight: normal;
	line-height: 1.1em !important;
}

#contenu h3 {
	
	font-size: 20px;
	color: #faa919;
	
	font-weight: normal;
	line-height: 1.1em !important;
}

/*-------------------------
/* fil
/**/
#fil {
	font-size: 10px;
	color: #c5e092;
	
}

#fil a {
	color: #c5e092;
}

#fil a:hover {
	color: #000;
}

/*-------------------------
/* Partenaires
/**/
#partenaires {
	border-top: 10px solid #faa919;
	text-align: center;
}

#partenaires img {
	border: 0;
	
}

#premiere-ligne img {
	padding: 7px;
	margin-left: 15px;
	margin-right: 15px;
	
}

#deuxieme-ligne img {
	margin-left: 15px;
	margin-right: 15px;
}

/*-------------------------
/* pied
/**/
#pied {
	width: 990px;
	color: #fff;
	padding: 5px;
	margin: auto;
	height: 50px;
	font-size: 10px;
}

#pied a {
	color: 	#fff;
	text-decoration: none;
}

#pied a:hover {
	text-decoration: underline;
	
}

#realisation {
	float: right;
}

#copyright {
	float: left;
}

/*-------------------------------------
/* partenaires
/**/
.tableauPartenaire td {
	
}

.tableauPartenaire {
	border-top : 1px solid #99ca3c; 
	border-right : 1px solid #99ca3c;
	
	width: 100%;
	
	margin-top : 1em;
	margin-bottom : 1em;
	
	font-size: 12px;
}


.tableauPartenaire td {
	padding: 7px;
	
	width: 170px;
	height: 100px;
	
	border-bottom : 1px solid #99ca3c;
	border-left : 1px solid #99ca3c;
	
	vertical-align : middle;
	text-align: center;
	
	background-color: #fff;
	color: #000;
	
}

.tableauPartenaire th {
	text-align: center;
	
	border-bottom : 1px solid #99ca3c;
	border-left : 1px solid #99ca3c;
	
	font-weight : bold;
	color: #fff;
	
	background-color : #99ca3c;
}
