html, body{
	margin: 0;
	padding: 0;
}

body {
	font-family: "Trebuchet MS", Arial, Tahoma, Helvetica, sans-serif;
	font-size: 80%;
	color: #333;
	background: #69F url(../design/background.jpg) top left repeat-x;
	text-align: justify;
}

#conteneur {
	position: absolute;
	width: 780px;
	left: 50%;
	margin-left: -390px;
	text-align: justify;
	background: #FFF ;
	border: 1px solid #369;
}

#accessibilite {
	margin: 0;
	padding: 0;
	text-align: center;
}

#accessibilite a:link, #accessibilite a:active, #accessibilite a:visited {
	font-family: "Trebuchet MS", Arial, Tahoma, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #00F;
	text-align: center;
	text-decoration: none;
}
#accessibilite a:hover {
	color: #FFF;
	text-decoration: underline;
}

#header {
	clear: both;
	width: 100%;
	height: 160px;
	background: #FFF url(../design/header.jpg) top center no-repeat;
}

#menu, #menubottom {
	background: #FFF url(../design/menu_off.png) top left repeat-x;
	border-top: 1px solid #69C;
	border-bottom: 1px solid #69C;
	font-family: "Trebuchet MS", Arial, Tahoma, Helvetica, sans-serif;
	font-weight: bold;
	height: 21px;
	margin: 0;
	padding: 0;
}
#menu li, #menubottom li { 
	display: inline; 
}
#menu li a, #menubottom li a {
	float: left;
	color: #369;
	line-height: 21px;
	padding: 0px 5px 0px 5px;
	text-decoration: none;
}
#menu li a:hover, #menu li a.active, #menubottom li a:hover {
	background-color: #369;
	background-image: url(../design/menu_on.png);
	background-repeat: repeat-x;
	color: #FFF;
	padding: 0px 4px 0px 4px;
	border-left: 1px dotted #FFF;
	border-right: 1px dotted #FFF;
}
#menubottom {
	clear: both;
}
#menubottom li a.right {
	float: right;
}

/* Footer */
#footer {
	clear: both;
	width: 100%;
	height: 100px;
	background-color: #ABCDEF;
	background-image: url(../design/footer.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
#footer p {
	margin: 0;
}
#footer a {
	color: #FFF;
}
#footer a:hover {
	text-decoration: none;
}
#footer ul, #footer li {
	display: inline;
	list-style-type: none;
}