@charset "utf-8";
/* CSS Document */

body
{
	background-image:url(img/fd.jpg);
	background-repeat:repeat-x;
	background-color:#dddddd;
	margin: 0px;
	padding: 0 ;
	text-align: center ;
	font-family:Arial;
	font-size:12px;//BPE
}

#page
{
	width:837px;
	margin-left:auto;
	margin-right:auto;
	color:#0293E4;
	text-align:center;
}

#header
{
	background-image:url(img/header.JPG);
	background-repeat:no-repeat;
	height:65px;
}


#menu
{
	height:20px;
	padding-top:15px;
	padding-left:15px;
	color:#bcde03;
	text-align:left;
	font-size:10px;
	letter-spacing:2px;
}

#menu img
{
	border:none;
}

#menu a
{
	color:#bcde03;
	text-decoration:none;
}

#menu a:hover 
{
	color:#0CF;
	text-decoration:none;
}



#centre
{
	background-image:url(img/contenu.JPG);
	background-repeat:no-repeat;
	height:549px;
}



.contenu
{
	height:520px;
	width:791px;
	margin-left:auto;
	margin-right:auto;
	color:#333;
	line-height:20px;
	text-align:left;
}

.contenu img
{
	border:none;
}
.contenu a
{
	text-decoration:none;
	color:#333;
}

#footer
{
	height:50px;
	width:791px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	padding-left:60px;
	color:#555555;
}


#footer a
{
color:#555555;
text-decoration:none;
}

#footer a:hover
{
color:#A0BC30;
text-decoration:none;
}