@charset "iso-8859-2";
/* CSS Document */

body {
	margin: 10px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #1c322b;
}

a {
    outline: 0;
}

#content {
	padding: 0px;
	width: 849px;
	margin: 0 auto;
}

#header {
	position: relative;
	height: 343px;
	width: 849px;
	background-image: url(img/fd-header.jpg);
}

#menu {
	position: absolute;
	padding: 0px;
	height: 50px;
	text-align: center;
	top: 70px;
	left: 657px;
}

#menuHaut {
	position: absolute;
	width: 100%;
	top: 302px;
}

#menuHaut ul {
	margin: 0;
	padding: 0;
	margin-left: 40px;
}

#menuHaut li {
	display: inline;
	text-align: center;
	height: 29px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#menuHaut li.sep {
	background-image: url(img/separateur.gif);
	background-repeat: no-repeat;
}

#menuHaut a {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 8px;
	padding-left: 13px;
	background-repeat: no-repeat;
}

#menuHaut a:hover {
	color: #A0E904;
}

#contenu {
	background-image: url(img/fd-contenu.jpg);
	background-repeat: repeat-y;
	width: 649px;
	padding-top: 50px;
	padding-right: 100px;
	padding-bottom: 50px;
	padding-left: 100px;
	margin: 0px;
	font-size: 11px;
	line-height: 17px;
	text-align: justify;
}
#contenu h3 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(img/barre-big.jpg);
	height: 26px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 9px;
	text-align: center;
}

#contenu a {
	color: #ff8506;
}



#footer {
	background-image: url(img/fd-footer.jpg);
	height: 47px;
	width: 849px;
	font-size: 10px;
	color: #cccccc;
	text-align: center;
	padding-top: 28px;
	margin: 0px;
}

#footer a {
	color: #cccccc;
}

#contenu a:hover {
}

