
body, html
{
	background-color:#FFFFFF;
	margin:0;
	padding:0;
	height:100%;
}

a
{
	font:14px Arial, Helvetica, sans-serif;
	color:#707070;
	text-decoration:none;
}

a:hover
{
	color:#d37a1a;
}

#bas
{
	position:absolute;
	top:50%;
	background-color:#d8d8d8;
	width:100%;
	height:50%;
	z-index:1;
}


#centre
{	
	position:absolute;
	background:url(Image/bg.gif) repeat-x top;
	height:480px;
	width:100%;
	z-index:2;
}

#content
{
	background: url(Image/accueil.jpg) no-repeat top left;
	margin:0 auto;
	width:760px;
	height:75px;
}
#content2
{
	background: url(Image/accueil02.jpg) no-repeat bottom left;
	margin:0 auto;
	width:760px;
	height:480px;
}

#texte
{
	position:relative;
	top:229px;
	left:80px;
	width:250px;
	text-align:center;
}

#referencement
{
	display: none;
}
