@charset "utf-8";
/* CSS Document */


html {
	height: 100%;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background:url(../images/fond.png);
	background-repeat:repeat-x;
	background-color:#bde329;
	font-size:12px;
	color:#000;
	font-family:"Trebuchet MS", Verdana, Arial;
}
object{
	position:relative;
	left:50%;
	margin-left:-450px;
	top:-5px;
}	
img{
	position:relative;
	left:50%;
	margin-left:-450px;
}
#footer{
	position:relative;
	width:900px;
	height:60px;
	background:url(../images/footer.jpg);
	overflow:hidden;
	left:50%;
	margin-left:-450px;
	text-align:center;
	color:#D1D6B6;
}

#texte{
	margin-top:15px;
}

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

#centre{
	position:relative;
	width:900px;
	height:auto;
	left:50%;
	margin-left:-450px;
	margin-top:-5px;	
}