html, body {

	height: 100%;

	padding: 0px;

	margin: 0px;

	text-align: left;

	background:url(../img/bg.jpg) #93461b center;

	background-repeat: repeat-y ;

	z-index:1;

}

 

strong{

color: #93461B;

}

b {

color: #93461B;

}

div#conteneur {

	width: 950px;

	margin:auto 0;

		left: 50%;

	margin-left: -475px;

	text-align: left;

	background:url(../img/bg.jpg) #93461b;

	background-repeat: repeat-y ;

	z-index:2;

	padding: 0;

}

/* Debut hack IE mac \*/

div#conteneur {

	width: 950px;

	position: absolute;

	left: 50%;

	margin-left: -475px;

	text-align: left;

	background:url(../img/bg.jpg) #93461b;

	background-repeat: repeat-y ;

	z-index:2;

	padding: 0;

}



div#principal {

position:relative;

	height: 571px;

	width: 950px;

	margin:auto 0;

	text-align: left;

	background: url(../img/index.jpg) no-repeat;

	z-index:3;

	padding: 0;

}

/* Debut hack IE mac \*/

div#principal {

	height: 571px;

	width: 950px;

	position: absolute;

	left: 50%;

	margin-left: -50%;

	text-align: left;

	z-index:3;

	background: url(../img/index.jpg) no-repeat #93461b;

	padding: 0;

}





ul {

		/* ne pas changer : permet de positionner le menu  */

	position:absolute;

	left: 105px;				/* ne pas changer : les sous menus s'affichent 10px à gauche des titres de menu (cad à -10px)  */

	top: 140px;					/* ne pas changer : les sous menus s'affichent a 24px en dessous des titres de menu */

	width: 175px;				/* Les sous-menus s'affichant sous les menus ont une largeur de 175px   */

	z-index:2;

	padding: 0;					/*  pas de marge intérieure dans les sous menus */ 

	margin: 0;					/*  pas de marge exterieure dans les sous menus */

	border-top:none;			/* sauf en haut */

	margin-top:35px;

	}

	

li {

	list-style: none;			/* On  ne veut pas de puces affichées à côté des items des sous menus */

	

	font-family:arial;

	font-size:15.92 px;

	color:white;

	letter-spacing:0.75px;

	padding: 0.2em 0;			/* Espacement intérieur de 0.5 fois la hauteur d'une ligne en haut et en bas  */

	text-align:left;			/* le texte est centré dans les sous menus  */ 

	line-height:25px;

	} 



a{

text-decoration:none;

color:white;

}





a:hover {

font-style:bold;

}



li :hover {

color:#f0933d;

	} 



#top a{



position:absolute;

top:20px;

width:350px;

left:450px;

height:115px;

display:block;



}

#top a span{

display:none;

}



#contenu{

position:absolute;

width:300px;

top:400px;

left:100px;

color:#ffa755;

font-family:arial;

}

#credit{

position:absolute;

top:600px;

left:50%;

font-family:Arial;

font-size:10px;

}