/* CSS Document */

body {
	margin:0px;
	background-color:#B2B2B2;
	text-align: center;
}

h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
	color: #FFD200;
	border-bottom: 2px solid #FFD200;
}

a {
	color:#E07607;
	text-decoration:none;
	
}
a:hover {
	text-decoration:underline;
}

/* ------------------- Structure principale --------------- */ 

#bandoEntete {
	width: 970px;
	height: 89px;
	margin: 0 auto;
	background-image: url(/media/bandeau.jpg);
	background-repeat: no-repeat;
}

#fullscr {
	width: 970px;
	margin-left: auto;
    margin-right: auto;
	padding: 0;
	background-image: url(/media/doc_bckgrnd.jpg);
	background-repeat: repeat-y;
	text-align: left;
	position:relative;
}

#inner_top {
	background-color:#3F3F3F;
	width: 529px;
	height: 140px;	
}

#inner_content {
	position: relative;
	width: 924px;
	margin-left: auto;
    margin-right: auto;
	background-image: url(/media/doc_shadow.jpg);
	background-repeat: repeat-x;
	padding-top: 10px;
}

/* ------------------ Détail de inner_top ------------------- */

#logger {
	z-index:12;
	width:166px;
	margin-top:4px;
	float:right;
	margin-right:5px;
}


/* ------------------ Détail de inner_content --------------- */

#Menu_Gen {
	margin-left: 10px;
	width: 904px;
	height: 23px;
	border-bottom: 4px solid #FFCE00;
	background-repeat: repeat-x;
}

#Preloader {
	margin: 4px 10px 0;
	color: #9F9F9F;
	border: 1px dotted;
	background-color: #eee;
	padding: 2px;
	text-align: center;
	font-size: 14px;
}

.menu_map{
	border: 1px solid #3F3F3F;
	padding: 2px;
	width: 193px;
	background-color: #fff;
	font-size: 10px;
	font-weight: bold;
	color: #3F3F3F;
	text-align: center;
}

/* ------------------ Ombre interne / Rido bas --------------- */

#inner_bottom {
	position: relative;
	width: 924px;
	
	margin-left: auto;
    margin-right: auto;
	background-image: url(/media/doc_shadow_2.jpg);
	background-repeat: repeat-x;
}

.FondBase{
	position: relative;
	width: 924px;
	margin-left: auto;
    margin-right: auto;
}
