html, body {
	margin: 0;
	padding: 0;
	background: url(images/background.png) repeat #cacaca top center;
	text-align: center;
	font-family: Verdana, Arial , sans-serif;
}
div#body2 {
	width: 870px;
	margin: 0 auto;
	padding: 2px 0 !important;
	padding: 2px 0;
	text-align: left;
	background: url(images/background_body.png) white repeat-y top center;
}
ul#navigation {
	display: none;
}

h1#titre_site {
	width: 823px;
	height: 180px;
	margin: 5px auto !important;
	margin: 5px 22px;
	padding: 0;
	background: url(images/background_titre.png) no-repeat top center;
	font-size: 1.4em;
	text-indent: -5000px;
}


/* Menu
---------------------------------------------------------------------------------------------------- */
dl#menu {
	width: 175px;
	position: absolute;
	margin: -25px 0 0 777px !important;
	margin: -25px 0 0 750px;
}
dl#menu dt {
	width: 100%;
	height: 30px;
	margin: 0;
	padding: 0.8em 0 0 0;
	background: url(images/background_titre-menu.png) no-repeat top center;
	text-indent: 40px;
	font-weight: bold;
	color: #5386b3;
	font-size: 0.8em;
}
dl#menu dd {
	width: 100%;
	margin-top: -0.6em !important;
	margin: 0;
	padding: 0;
	background: url(images/background_menu.png) repeat-y top center;
}
dl#menu dd ul {
	width: 100%;
	margin: 0;
	padding: 0 0 15px 0;
	background: url(images/background_footer-menu.png) no-repeat bottom center;
}
dl#menu dd ul li {
	width: 100%;
	list-style-type: none;
	text-align: center;
}
dl#menu dd ul li a {
	color: #218da7;
	font-size: 0.8em;
	text-decoration: none;
}
dl#menu dd ul li a:hover {
	font-weight: bold;
}


/* Conent
---------------------------------------------------------------------------------------------------- */
#content {
	margin: -25px 100px 0 27px;
	padding: 0;
	text-align: justify;
}

#content h2 { 
	width: 735px;
	margin: 0;
	padding: 0;
	border: solid #f9a542;
	border-width: 0 0 1px 3px;
	color: #f9a542;
	font-weight: bold;
	text-indent: 10px;
	font-size: 0.9em;
}
#content h2:first-letter {
	color: #35b9ea;
}

#content p.info_post {
	margin: 4px 0 0 0;
	padding: 0;
	font-size: 0.7em;
	font-style: italic;
	color: #977d28;
}
#content p.post_com {
	margin: 4px 0 35px 0;
	padding: 0;
	font-size: 0.6em;
	color: #f9a542;
	font-weight: bold;
}
#content p.post_com a, #content p.post_com a:hover {
	color: #f9a542;
	font-weight: bold;
	text-decoration: none;
}
#content p.post_com a:hover {
	text-decoration: underline;
}

#content p {
	font-size: 0.8em;
}
	

/* Footer
---------------------------------------------------------------------------------------------------- */
p#footer {
	width: 836px;
	height: 83px;
	margin: 0 0 0 16px;
	padding: 0;
	text-indent: -5000px;
	background: url(images/background_footer.png) no-repeat bottom center;
}