/* CSS Document */


html, body {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	background:url(../images/fond.jpg);
	background-repeat:repeat-x;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-align:center;
}
#bandeau {
	height:235px;
	width:1000px;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
}
#content{
	width:1000px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	background-image:url(../images/fond_content.jpg);
	background-position:center;
	background-repeat:repeat-y;
}
#footer {
	background:url(../images/fond_footer.jpg);
	background-repeat:repeat-x;
	padding: 0px;
	width: 100%;
	height: 159px;
	text-align:center;
	font-size:12px;
}
#pied_de_page{
	background-image:url(../images/pied_de_page.jpg);
	background-repeat:no-repeat;
	background-position:center;
	padding: 0px;
	width: 1000px;
	height: 159px;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	color:#FFFFFF;
}

#blanc{
	color:#FFFFFF;
}
a:link {
	color:#ff6c1f;
	text-decoration:none;
	background-color:;
}
a:visited {
	color:#ff6c1f;
	text-decoration:none;
	background-color:;
}
a:hover {
	color:#ff6c1f;
	text-decoration:underline;
	background-color:;
}
a:active {
	color:#ff6c1f;
	text-decoration:none;
	background-color:;
}
#titre{
	color:#FF6600;
}
#titre_bleu{
	color:5d5dbf;
}