html * {
	padding: 0;
	margin: 0;
}
body {
	background-color: #403f3f;
	text-align: center;
	font-family: Verdana, Arial , sans-serif;
	font-size: 0.8em;
}

h1#titre_site {
	position: absolute;
	top:0;
	width: 100%;
	height: 209px;
	text-indent: -5000px;
	background: url(images/titre_site.png) top center no-repeat;
	z-index: 5;
}
h2#s_titre_site {
	osition: absolute;
	top:0;
	width: 100%;
	height: 317px;
	text-indent: -5000px;
	background: url(images/background_titre_site.png) top center repeat-x;
	z-index: 1;
}
ul#menu {
	position: relative;
	top: -102px;
	width: 974px;
	height: 108px;
	text-align: center;
	margin: 0 auto;
	z-index: 15;
}
ul#menu li {
	height: 34px;
	float: left;
	margin: 0 4px;
	padding:0 0 0 11px;
	background: url(images/background_item_menu_left.png) top left no-repeat;
	list-style-type: none;
}
ul#menu li a {
	display: block;
	background: url(images/background_item_menu_right.png) right top no-repeat;
	padding:0.7em 25px 0.7em 18px;
	color: #FFFFFF;
	text-decoration: none;
}
ul#menu li a:hover {
	display: block;
	background: url(images/background_item_menu_right.png) right top no-repeat;
	padding:0.7em 25px 0.7em 18px;
	color: #403F3F;
	text-decoration: none;
}
ul#menu li#current a, {
	color: black;
}

div#content {
	position: relative;
	width: 674px;
	top: -156px;
	margin: 0 auto;
	padding: 10px 40px;
	background: url(images/background_content.png) #fff top center repeat-x;
	border: #ccc solid;
	border-width: 0 1px;
	text-align: justify;
	z-index: 10;
}

div#content h3 {
	color: #b3034d;
	padding: 20px 20px 3px 20px;
	border-bottom: 1px #b3034d solid;
}
div#content p {
	margin: 5px 0 0 0;
}


div#footer {
	position: relative;
	top: -156px;
	width: 686px;
	height: 37px;
	padding: 0 41px !important;
	padding: 0 1px;
	margin: 0 auto;
	background: url(images/background_footer_right.png) top right no-repeat;
}
div#footer p {
	width: 100%;
	height: 37px;
	margin-left: -41px !important;
	margin-left:-1px;
	padding-top: 15px;
	background: url(images/background_footer_left.png) top left no-repeat;
	color: #636363;
	font-size: 9px;
}

a {
	color: #85043a;
	text-decoration: none;
}

a:hover {
	color: #85043a;
	text-decoration: underline;
}