/* CSS Document */
/* début des styles du body */
body {
	text-align: left;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	font-family:"Arial";
	background: url(../images/general/fond_header.png) repeat-x #001D2E;
}

/* fin des styles du body */

/* début des styles de structure du site */
#structure_haut {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 2;
}

#structure_visuel {
	position: relative;
	top: 0px;
	_top: -3px;
	left: 0px;
	width: 100%;
	/*background: url(../images/general/fond_bandeau.png) repeat-x;*/
	border-bottom: 1px solid #577380;
}

#structure_contenu {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	min-height: 10px;
	_height: 10px;
	background-color: #00111A;
}

#structure_centrer {
	position: relative;
	top: 0px;
	left: 50%;
	width: 950px;
	margin-left: -475px;
}


.clear {
	clear: both;
	height: 0px;
	_display: none;
	visibility: hidden;
	padding: 0px;
	margin: 0px;
}

.div_sourit {
	cursor: pointer;
}

.hidden {
	visibility: hidden;
}	

.visible {
	visibility: visible;
}

/* fin des styles de la structure du site */

/* début des styles des pieds */
#pied_structure {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 50px;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 20px;
	background-color: #001D2E;
	border-top: 1px solid #1F333E;
}

.pied_rubrique {
	float: left;
	height: 50px;
	padding: 0px 10px;
}

.pied_rubriqueitem {
	display: block;
	color: #004A6C;
	font-size: 10px;
	text-transform: uppercase;
	padding-bottom: 5px;
	text-decoration: none;
}

.pied_ssrubriqueitem {
	display: block;
	color: #ccc;
	font-size: 10px;
	line-height: 16px;
	text-decoration: none;
}

.pied_rubriqueitem:hover, .pied_ssrubriqueitem:hover {
	text-decoration: none;
}


.border_pied {
	background: url(../images/general/sep_rub_footer.png) left no-repeat;
}
/* fin des styles des pieds */
