/* General */

*
{
	border: 0;
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style: none;	
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}

#conteneur_general
{
	position: absolute; 
	top: 50%; 
	height: 500px; 
	margin-top: -250px; 
	left: 50%; 
	width: 990px; 
	margin-left: -495px;
	z-index: 1;
	background: url(test.png);
}

#conteneur_general2
{
	position: absolute; 
	top: 50%; 
	height: 241px; 
	margin-top: -120px; 
	left: 50%; 
	width: 240px; 
	margin-left: -120px;
	z-index: 12;
}

#conteneur_general2 a
{
	display: block;
	width: 100%;
	height: 100%;
	background: url(enseigne2.png) top;
}

#conteneur_general2 a:hover
{
	background: url(enseigne2.png) bottom;
}

#conteneur_informations
{
	position: absolute;
	width: 100%;
	text-align: center;
	background: #5b585a url(bas.png) center no-repeat;
	height: 40px;
	bottom: 0;
	margin-bottom: 0;
	z-index: 20;
}




