/* CSS Document */
* {
}
body {
	width: 95%;
	text-align: justify;
	background-color: #000000;


}
#wrapper{
	width: 95%;
}
#bandeau {
	height: 45px;
	width: 472px;
	background-image: url(../images_acceuil/logo_acceuil.gif);
	position: static;
	margin-top: 1px;
	margin-right: auto;
	margin-bottom: 1px;
	margin-left: auto;
}
#zone_texte {
	width: 95%;
	visibility: visible;

}
#pied_de_page {
	padding: 1px;
	border-top: 10px solid #990000;
	margin-top: 0px;
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 300;
	text-transform: capitalize;
	text-align: center;
	height: 15px;
	width: 100%;
	background-position: center;
}
#rideau_haut{
	background-image: url(../images_acceuil/rideau_haut.gif);
	height: 50px;
	width: 100%;


}
#pied_page_webmaster {
	padding: 1px;
	margin-top: 0px;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 300;
	text-transform: capitalize;
	text-align: center;
	height: 15px;
	width: 100%;
}
a {
	color: #FF6533;
}
a:hover, a:focus {
	color: #FF4C00;
}
strong {
	color: #A1B55D;
}
/* Menu de navigation */
#navigation {
	padding: 12px 15px;
}
#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#navigation li {
	display: inline;
}
#navigation a {
	padding: 6px;
	line-height: 1.5;
	font-size: .9em;
	text-decoration: none;
}
#FaceBook{
}