@charset "utf-8";
/* CSS Document */
#haut_de_page {
	width: 1000px;
	height: 113px;
	background-color: #fff;
	margin:0 auto;
}

#sous_haut {
	width: 1000px;
	height: auto;
	background-image: url(../../img/fond_separateur_inv.png);
	background-position:bottom;
	background-repeat:repeat-x;
	background-color: #fff;
	margin:0 auto;
}

#sous_haut table {
	width: 100%;
}

#sous_haut table tr {
	vertical-align:top;
}
#sous_haut #hierarchie {
	float: left;
	margin-bottom:0;
}

#sous_haut .formulaire_recherche {
	float: right;
	margin-right:12px;
}

#centre {
width:1000px;
background-color: #fff;
margin:0 auto;
}

#centre table {
	width:100%;
}

#centre table tr {
	vertical-align:top;
}

#centre #td_menu {
	width: 180px;
}

#menu {
	width: 180px;
	padding-top: 20px;
	padding-bottom: 25px;
}

#principal {
	height: auto;
	width: 100%;
	overflow: auto;
}

#pied {
	background-image: url(../../img/fond_separateur.png);
	background-position:top;
	background-repeat:repeat-x;
	background-color: #fff;
	border:none;
	width: 1000px;
	height:20px;
	padding:10px 0 0 0;
	margin:0 auto;
}