/* ************************** 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 10px 0px;
	background-color: /*BG_BODY*//*BG_BODY*/;
	font-family: Arial;
	font-size: 11px;
	color: /*FONT_BODY*/#333333/*FONT_BODY*/;
}
#global {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	background-color: /*BG_COLOR*/#FFFFFF/*BG_COLOR*/;
}
#bandeau_zone {
	padding-bottom: 0px;
}
#bandeau_zone img {
	border: 0px;
}
#main_zone {
	float: left;
	width: 777px;
	padding-bottom: 5px;
}
#nav_zone {
	width: inherit;
	padding: 6px 0px 6px 0px;
	background-color: /*BG_NAV*/#FFFFFF/*BG_NAV*/;
}
#infos_nav {
	float: right;
	padding: 0px 10px 0px 0px;
	font-style: italic;
	color: /*FONT_NAV*/#A1A1A1/*FONT_NAV*/;
}
#back_home {
	float: left;
	line-height: 0px;
}
/*********** MENU ***************************************/
#fd_menu {
	width: inherit;
	min-height: 400px;
	background: url(../images/fd_menu.png) repeat-y;
}
#menu_zone {
	float: left;
	width: 205px;
	padding: 20px 5px 20px 10px;
	color: /*FONT_MENU*/#3B3838/*FONT_MENU*/;
	overflow: hidden;
}
#menu_zone ul {
	margin: 0px 0px 0px 15px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
}
#menu_zone ul li {
	list-style: url(../images/puce_menu.png);
	margin-bottom: 10px;
}
#menu_zone ul li ul li {
	list-style: url(../images/puce_ssmenu.png);
	margin: 4px 0px 0px 0px;;
}
#menu_zone ul a {
	color: /*FONT_MENU*/#3B3838/*FONT_MENU*/;
	text-decoration: none;
}
#menu_zone ul a.act {
	color: /*FONT_MENU_ACT*/#990803/*FONT_MENU_ACT*/;
	text-decoration: none;
}
/******** IDENTIFICATION ACCES COMPTE ***********/
#member_ident {
	margin: 20px 5px 0px 0px;
	padding-top: 10px;
	border-top: 1px dotted /*FONT_MENU*/#3B3838/*FONT_MENU*/;
}
#member_ident form {
	margin: 0px;
	padding: 0px;
}
#member_ident form label {
	display: block;
}
#member_ident form input {
	display: block;
	font-size: 11px;
	color: /*BG_MENU*/#9E9E9E/*BG_MENU*/;
	margin-bottom: 10px;
	_background-color: /*FONT_MENU*/#3B3838/*FONT_MENU*/;
	_border: 0px;
}
#member_ident form input#ident_valid {
	_font-weight: bold;
	_color: /*FONT_BODY*/#333333/*FONT_BODY*/;
}
#member_ident form input[type=text], #member_ident form input[type=password] {
	background-color: /*FONT_MENU*/#3B3838/*FONT_MENU*/;
	border: 0px;
}
#member_ident form input[type=submit] {
	font-weight: bold;
	color: /*FONT_BODY*/#333333/*FONT_BODY*/;
}
#member_ident div a {
	display: block;
	margin-top: 10px;
	font-weight: bold;
	text-decoration: none;
	color: /*FONT_MENU*/#3B3838/*FONT_MENU*/;
}
#member_ident span {
	font-weight: bold;
	font-style: italic;
}
/************** CADDIE *************************/
#caddie_ico {
	margin: 0px 5px 20px 0px;
	padding-bottom: 10px;
	border-bottom: 1px dotted /*FONT_MENU*/#3B3838/*FONT_MENU*/;
}
#caddie_ico img {
	border: 0px;
}
/************** CONTENU ************************/
#contenu_zone {
	padding: 20px 36px 10px 36px;
}
/******************* MESSAGE ALERT ****************************************/
#env_message {
	font-size: 12px;
	text-align: center;
	color : /*BG_COLOR*/#FFFFFF/*BG_COLOR*/;
	background: /*FONT_BODY*/#333333/*FONT_BODY*/;
	padding: 5px;
	margin-bottom: 10px;
}
/************* FOOTER **************************/
#footer {
	text-align: center;
	margin-top: 15px;
	color: /*FONT_BODY*/#333333/*FONT_BODY*/;
	font-size: 10px;
}
#footer a {
	text-decoration: none;
	color: /*FONT_BODY*/#333333/*FONT_BODY*/;
}
#footer a:hover {
	font-weight: bold;
}
#mc_copyright {
	width: inherit;
	text-align: center;
	margin-top: 10px;
	font-size: 9px;
}
#mc_copyright a {
	color: /*FONT_BODY*/#333333/*FONT_BODY*/;
	text-decoration: none;
}
#mc_copyright a:hover {
	font-weight: bold;
}
/******************* KEYWORDS ***********************/
h1.add_keywords {
	font-weight: normal;
	font-size: 11px;
	font-style: italic;
	color: /*KEYWORDS*/#999999/*KEYWORDS*/;
	text-align: center;
	margin: 0px;
}
/*********************************************************************
*********************************************************************/
/*Masquer le site*/
#mask_site {
	visibility: hidden;
	background-color: /*BG_COLOR*/#FFFFFF/*BG_COLOR*/;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	filter: alpha(opacity=80);/*IE opacity*/
	opacity: 0.80;
	z-index: 99;
}