/* début des styles du body */
body {
  margin: 0px;
  padding: 0px;
  background-color: #240909;
  text-align: left;
}
/* fin des styles du body */


/* début des styles généraux */
.structure {
  position: relative;
  left: 50%;
  width: 950px;
  margin-left: -475px;
  min-height: 470px;
  _height: 470px;
}

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

.cacher {
	position: absolute;
	height: 0px;
	top: 0px;
	left: 0px;
	visibility: hidden;
	padding: 0px;
	margin: 0px;
}

.visible {
	position: absolute;
	top: 0px;
	left: 0px;
    width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.8;
	filter : alpha(opacity=80);
	z-index: 200;
}

.visible_structure {
	position: absolute;
	top: 0px;
	left: 50%;
    width: 950px;
	margin-left: -475px;
	width: 950px;
	height: 600px;
	opacity: 1;
	z-index: 250;
}
/* Fin des styles généraux */

/* début des styles de l'entete */
.entete {
 	position: relative;
	padding-top: 16px;
	width: 100%;
	height: 39px;
	background-image: url(../images/general/fond-menu.png);
}

.entete_menu {
  position: relative;
  left: 50%;
  margin-left: -475px;
  width: 950px;
  height: 20px;
}

.entete_english {
	position: absolute;
	width: 124px;
	height: 44px;
	right: 20px;
}

.entete_nav {
	float: left;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
/* fin des styles de l'entete */


/* début des styles du pied */
.pied {
	position: relative;
	width: 100%;
	height: 65px;
	background-image: url(../images/general/fond-pied.png);
}

.pied_logo {
	position: absolute;
	z-index: 100;
	top: -97px;
	left: 250px;
	width: 288px;
	height: 159px;
}

.pied_son {
	position: absolute;
	top: 12px;
	left: 50%;
	width: 475px;
	height: 12px;
	text-align: right;
}

.pied_rubriques {
	position: relative;
	padding-top: 10px;
	margin-left: -475px;
	left: 50%;
	width: 950px;
	height: 20px;
	text-align: center;
	border-bottom: 1px solid #1C0606;
}

.pied_coordonnees {
	position: relative;
	padding-top: 5px;
	margin-left: -475px;
	left: 50%;
	width: 950px;
	height: 30px;
	text-align: center;
	border-top: 1px solid #461010;
}