/* CSS Document */

body{
	margin: 5px 0 5px 0;
	text-align: center; /* pour corriger le bug de centrage IE */
	background-color: #9e210c;
	
}

#global {
	position: relative;  /*on positionne le conteneur */
	margin: 0 auto 0 auto;
	padding: 0 3px 0 3px;
	width: 1000px; /* largeur obligatoire pour être centré */
	height: 960px;
	text-align: left;
	overflow: hidden;
	z-index: 0;
	/*visibility: hidden;*/
}


/* HEADER */

#header{
	z-index:1;
	margin: 0;
	padding: 0;
	width: 1000px;
}

#menu{
	/*position: relative;
	top: 12px;
	left: 0px;
	z-index:2;
	margin: 0;
	padding: 0;
	height: 22px;
	width: 1000px;*/

}

/* Largeur des Sous-menu */

dl.w100 {
	width: 100px;
}

dl.w142 {
	width: 142px;
}

dl.w145 {
	width: 145px;
}

dl.w200 {
	width: 200px;
}

dl.w250 {
	width: 250px;
}

dl.w300 {
	width: 300px;
}


/* Titrage Niveau 3 */

#titre_niv3 {
	position:absolute;
	font-size: 12px;
	font-weight: bold;
}

/* Page Principale */

#center {
	position: relative;
	z-index:2;
	top: 1px;
	left: 0;
	margin: 0 0 -510px 0;
	padding: 0;
}

	#pub{
		height: 60px;
		width: 1000px;
		padding-bottom: 3px;

	}

		#footer_main {
			position: absolute;
			z-index: -1;
			top: 665px;
			left: 0;
			width: 600px;
			height: 45px;
			margin: 0;
			padding: 0;
		}





/* Footer */

#footer{
	position: relative;
	top: -295px;
	left: 0;
	z-index: 100;
	margin: 0;
	padding: 0;
	/*float: left;*/
	height: 25px;
	width: 1000px;
	background-color: #BD595B;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
}
