
body 
{
     	margin: 		0; 			/* pour éviter les marges */
     	text-align: 	center; 	/* pour corriger le bug de centrage IE */
	font-family:	Arial;
	font-size:	0.8em;
}
	

#centrerV 
{
	position:absolute;
	left: 50%; 
	margin-left: -400px; 		/* moitié de la largeur de l'image */     	
}

#centrerG { text-align: left; }
#centrerD { text-align:	right; }

a 
{
	color: 			#000000;
	
	font-family:		Arial;	
}

a:hover { color: #9ACD32; }  
	

#hg
{	
	position:		absolute;
	top:			0px;
	left:			0px;
	height:			206px;
	width:			206px;
	background-image: url(/media/site_tmp/1-1.jpg);
	background-repeat: no-repeat;	
}  

#hm
{
	position:		absolute;
	top:			0px;
	left:			206px;
	height:			206px;
	width:			375px;
	background-image: url(/media/site_tmp/1-2.jpg);
	background-repeat: no-repeat;	
}  

#mhg
{
	position:		absolute;
	top:			206px;
	left:			0px;
	height:			148px;
	width:			206px;
	background-image: url(/media/site_tmp/2-1.jpg);
	background-repeat: no-repeat;	
}  
	
#mhm
{
	position:		absolute;
	top:			206px;
	left:			206px;
	height:			148px;
	width:			375px;
	background-image: url(/media/site_tmp/2-2.jpg);
	background-repeat: no-repeat;	
} 

#mhd
{
	position:		absolute;
	top:			206px;
	left:			581px;
	height:			148px;
	width:			219px;
	background-image: url(/media/site_tmp/2-3.jpg);
	background-repeat: no-repeat;	
}

#mbg
{
		position:		absolute;
		top:			354px;
		left:			0px;
		height:			159px;
		width:			206px;
		background-image: url(/media/site_tmp/3-1.jpg);
		background-repeat: no-repeat;	
}
	
#mbm
{
		position:		absolute;
		top:			354px;
		left:			206px;
		height:			159px;
		width:			375px;
		background-image: url(/media/site_tmp/3-2.jpg);
		background-repeat: no-repeat;	
}
	
#mbd
{
		position:		absolute;
		top:			354px;
		left:			581px;
		height:			159px;
		width:			219px;
		background-image: url(/media/site_tmp/3-3.jpg);
		background-repeat: no-repeat;	
}
	
#bg
{
		position:		absolute;
		top:			513px;
		left:			0px;
		height:			87px;
		width:			206px;
		background-image: url(/media/site_tmp/4-1.jpg);
		background-repeat: no-repeat;	
}
	
#bm
{
		position:		absolute;
		top:			513px;
		left:			206px;
		height:			87px;
		width:			375px;
		background-image: url(/media/site_tmp/4-2.jpg);
		background-repeat: no-repeat;	
}
	
#blockContact
{
		position:		absolute;
		top:			500px;
		left:			306px;
		width:			400px;
		text-align: 		left;				
}	

#blockDemande
{
		text-align: 		left;				
}



#blockContact .txt_info
{
		text-align:		justify;
		color:			red;
}


.restrict input
{
		width:			100px;
}

.cellule_erreur input
{
		border:		1px solid red;
}


p
{
		padding:	0;
		margin:		0;
}

p.cellule_erreur 
{
		font-style:	italic;
		color:		red;
}


ul 		
{
	margin:			0;
	padding:		0;
}

li 		
{
	list-style: 		none; 
	margin:			10px; 
	margin-left:		0px; 
	display: 		inline;
}
