@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFF5E9;
	margin: 0;
}

#index {
	height:450px;
	width: 760px;
	margin: 0 auto;
}

#global {
	margin-left: 15%;
	margin-right: 15%;
	width: 760px;
	
	

}

html>body #global {
	margin: 0 auto;
	width: 760px;
	border-top: 1px solid white;	

}

#header {
	width: 760px;
	height: 230px;
	border-top: 1px solid gray;
	background-image: url(../imgs/banniere.jpg);
	background-position: top;
	background-repeat: no-repeat;
	position: relative;
	
}
/*************************Menu************************************/
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}

#menu {
position: absolute;
top: 200px;
left: 0;
z-index:100;
width: 100%;
}

#menu dl {
float: left;
width: 148px;
margin: 0 1px;
}

html>body #menu dl {
float: left;
width: 150px;
margin: 0 1px;
}

#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
/*background: #FF9CCC;*//*rose initial*/
background-color: #D3B4A3;
border: 1px solid gray;
}

#menu dd {
border: 1px solid gray;
}

#menu li {
text-align: center;
background: #fff;
}

#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}

#menu li a:hover, #menu dt a:hover {
background: #eee;
}

/*************************Menu************************************/
a {text-decoration: none;
color: black;
color: #222;
}

#contenu {
	width: 760px;
}

#souscontenu {
	width: 740px;
	margin: 0 10px 10px 10px;

}

#souscontenu h3 {
	color:#993300;
}