/* ************************** CLEARFIX  ************************** */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}
/**************************** PAGE *******************************/
body {
	margin: 0px 0px 0px 0px;
	background-color: #acca8a;
	font-family: Arial;
	font-size: 11px;
	color: #666666;
}
#body_haut {
	position: relative;
	width: 100%;
	background-color: #FFFFFF;
}
#body_bas {
	position: relative;
	width: 100%;
	background: url(../images/fd_pied_pg.jpg) top repeat-x;
}

#global_haut, #global_bas {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}
#global_haut {
	background: url(../images/fd_fibres.png) no-repeat;
}
#global_bas {
	height: 109px;
}
#zone_principale {
	position: relative;
	float: left;
}
#zone_haute, #zone_contenu {
	position: relative;
	padding: 0px 20px 0px 16px;
	width: 740px;
}
#back_home {
	position: relative;
	height: 67px;
	padding: 30px 0px 0px 675px;
}
#back_home a img {
	border: 0px;
}
#retour {
	float: right;
	padding-top: 3px;
}
#retour a {
	font-size: 12px;
	font-weight: bold;
	color: #e22219;
	text-decoration: none;
}
#bandeau_zone {
	padding-top: 60px;
}
#zone_contenu {
	background: url(../images/fd_contenu.png) repeat-y;
	min-height: 350px;
}

/*********MENU PRINCIPAL**************************/
#main_menu {
	position: relative;
	width: inherit;
	height: 26px;
	margin-bottom: 30px;
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	background: #ffffff;
	font-size: 12px;
}
#main_menu div {
	float: left;
}
.main_menu_item {
	padding: 5px 9px 0px 9px;
	height: 21px;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
.main_menu_item a {
	color: #808080;
	text-decoration: none;
}
.main_menu_item a:hover {
	color: #000000;
}

/*********SOUS-MENU*******************************/
#menu_zone {
	position: relative;
	float: left;
	width: 190px;
	padding: 275px 30px 20px 0px;
	text-align: right;
	font-size: 12px;
	font-style: italic;
	color: #808080;
}
.menu_item, .menu_item_act {
	padding-top: 20px;
	line-height: 16px;
}
.menu_decalage {
	padding: 0px 20px 5px 0px;
}
.menu_ssitem, .menu_ssitem_act {
	line-height: 18px;
}
.menu_item a, .menu_ssitem a {
	color: #808080;
	text-decoration: none;
}
.menu_item a:hover, .menu_ssitem a:hover {
	color: #000000;
}
.menu_item_act a, .menu_ssitem_act a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
/*************FOOTER*******************/
#top_footer {
	padding-top: 38px;
}
#footer {
	text-align: center;
}
.footer_item {
	display: inline;
	padding: 7px 30px 0px 10px;
	border-left: 1px solid #8cb264;
	line-height: 26px;
}
.footer_item a {
	color: #5e7744;
	text-decoration: none;
}
.footer_item a:hover {
	color: #41532f;
}
#mc_copyright {
	width: inherit;
	text-align: center;
	padding-top: 30px;
	font-size: 9px;
}
#mc_copyright a {
	color: #5e7744;
	text-decoration: none;
}
#mc_copyright a:hover {
	color: #41532f;
	text-decoration: none;
}

