body {
  	font-family: Arial, Verdana, Geneva, sans-serif;
  	font-size: 12px;
  	margin: 0px;
}

a {
	color: #277DAE;
	text-decoration: none;
}

ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
}

#englobe {
	/*background: #f3f3f3;*/
  	background: url('images/fd_englobe.jpg') repeat-x;
}
  
#global {
	width: 950px;
	/*background: white;*/
}
  
#conteneur {
	text-align: left;
	background: url('images/fd_conteneur.gif') right repeat-y;
}
  	
#header {
	height: 136px;
	background: url('images/fd_header.gif') no-repeat;
}

#header h1 {
	margin: 0px;
	padding: 20px 0 0 0;
	color: white;
	font-size: 30px;
}


/*----------------------MENU HAUT----------------------*/

#menu_haut {
	height: 60px;
	background: url('images/fd_menu_haut.gif') top right no-repeat;
}

#menu_haut ul, #menu_haut li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu_haut li {
	float: left;
}

#menu_haut li span {
	float: left;
	padding: 0px 37px;
	background: url('images/fd_onglets.gif') repeat-x;
}

#menu_haut li span.debut {
	width: 14px;
	height: 60px;
	padding: 0;
	background: url('images/menu_debut.gif') no-repeat;
}

#menu_haut li span.fin {
	width: 14px;
	height: 60px;
	padding: 0;
	background: url('images/menu_fin.gif') no-repeat;
}

#menu_haut li a {
	display: block;
	line-height: 60px;
	color: white;
	font-size: 18px;
	font-weight: bold;
}

/*----------------------MENU HAUT----------------------*/


/*----------------------RECHERCHE----------------------*/

#recherche {
	height: 38px;
	padding: 12px 0 20px 0;
	background: url('images/fd_recherche.gif') top center no-repeat;
}

#recherche form input.text {
	width: 480px;
	padding: 1px 5px;
	background: url('images/fd_input_text.gif') repeat-x;
	border-style: none;
}

#recherche form input.submit {
	width: 100px;
}

/*----------------------RECHERCHE----------------------*/


/*-----------------------CENTRE------------------------*/

#centre {
	background: url('images/fd_centre.gif') top right no-repeat;
}

#colonne_modules {
	float: right;
	width: 228px;
	margin: -47px 0 0 0;
}

#module1 {
	padding: 10px 0;
	text-align: center;
}

#module1 #partenaires {
	margin: 5px 15px;
}

#module1 #partenaires li {
	padding: 5px 0;
	border-bottom: 1px dashed #67B61A;
}

#module1 #partenaires a {
	color: #3D81EE;
}

#module2 {
	padding: 10px 0;
	text-align: center;
}

#contenu {
	float: left;
	width: 712px;
}

#contenu div h3 a:hover, #contenu div p a:hover {
	border-bottom: 1px dashed;
}

#une {
	margin: 0 0 20px 0;
	padding: 5px 10px;
	background: #FFFEE9;
	border: 1px solid #C6BF00;
}

#pages {
	margin: 20px 0 0 0;
	padding: 10px;
}

#pages a {
	padding: 5px 10px;
	background: #3D81EE;
	color: white;
	font-size: 16px;
	font-weight: bold;
}

#pages a.selected {
	background: #67B61A;
}

#pages a:hover {
	background: #E1771E;
}

/*----------------------FIN CENTRE----------------------*/


#footer {
	clear: both;
	height: 150px;
	border-top: 1px solid #ffa800;
	background: #f3f3f3;
}

#footer a {
	margin: 0 10px;
}

#footer a img {
	border: 0;
}
