  html {
	width: auto;
	height: auto;
	background-color: #b3b3b3;
    }

  body {
	margin: 0px;
	padding: 0px;
    }


  #header {
	background-image: url(../images/fond_bandeau_800.jpg);
	background-repeat: no-repeat;
	margin-left: -407px;
	height: 130px;
	width: 800px;
	position: absolute;
	left: 50%;
    }

  #corps {
	width: 800px;
	position: absolute;
	left: 50%;
	margin-left: -400px;
	height: 400px;
	background-repeat: no-repeat;
	background-image: url(../images/fond_corps_800.jpg);
    }	


dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
#menu {
	position: absolute;
	left: 0;
	width: 800px;
	height: 30px;
	margin-top: 94px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: Aucune;
	}
#menu dl {
	float: left;
	width: 98px;
	margin: 0 1px;
	}
#menu dt {
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	height:30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	vertical-align: middle;
	line-height: 30px;
	color: #FFFFFF;
	}
#menu dd {
	border: 1px solid gray;
	}
#menu li {
	text-align: center;
	background: #fff;
	}
#menu li a, #menu dt a {
	display: block;
	height: 100%;
	color: #FFFFFF;
	border-top-width: 3;
	border-right-width: 3;
	border-bottom-width: 3;
	border-left-width: 3;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: cccccc;
	border-right-color: cccccc;
	border-bottom-color: cccccc;
	border-left-color: cccccc;
}
#menu li a:hover, #menu dt a:hover {
	background: #eee;
	color: #000000;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: inset;
	border-left-style: inset;
	border-top-color: cccccc;
	border-right-color: cccccc;
	border-bottom-color: cccccc;
	border-left-color: cccccc;
}


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

