html,body
{
	font-size:10px;
	color:#eeeeee;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-position:center;
	background-color:#92c554;
	font-family:"Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
.container
{
	margin-left:auto;
	margin-right:auto;
	padding-top:150px;
	width:530px;
	min-height:390px;
	height:auto;
}
#texte-ref{
	padding:0px 10px 0 15px;
}
#texte-ref p{
	text-align:justify;
}
.spacer{clear:both;font-size:0px;height:0px;line-height:0px;}
.bloc-centre
{
	margin:0 auto;
	width:250px;
	height:297px;
}


.bloc1
{
	margin-left:10px;
	width:250px;
	height:297px;
	float:left;
}
.bloc2
{
	margin-left:10px;
	width:250px;
	height:297px;
	float:right;
}
.bloc3
{
	margin-left:10px;
	width:250px;
	height:297px;
	float:left;
}
.footer
{

	width:100%;
	margin-left:auto;
	margin-right:auto;
	margin-top:25px;
	width:240px;
	text-align:center;
	haight:30px;
}
a
{
	text-decoration:none;
	color:#eeeeee;
	font-weight:bold;
}
a:hover
{
	text-decoration:underline;
}