/***********/
/* Accueil */
/***********/
#page_content
{	background: url(../pictures/accueil/background.jpg) no-repeat;
	height: 500px;
}

h1	   
{	position: relative;
	left: 73px;
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	color: #696D64;
}

h2
{	position: relative;
	left: 73px;			
	top: 15px;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	font-weight: normal;
	color: #696D64;		  
	line-height: 20px;
}	   

#accueil_prestations
{	position: relative;
	left: 73px;			
	top: 30px;	 
}

#accueil_prestations a
{	font-size: 14px;
	font-weight: bold;
	color: #81B43F;
}

#accueil_tva
{	position: relative;
	left: 419px;			
	top: -85px;	  
	width: 331px;
	height: 308px;
}

#accueil_tva_content
{	margin-top: 150px;
	margin-left: 30px;
	width: 280px;
	height: 50px;
	font-size: 20px;
	font-weight: bold;
	color: white;
	line-height: 23px;
}
 
#accueil_avantages a
{	display: block;
	margin-top: 47px;
	_margin-top: 25px;
	margin-left: 30px;
	font-size: 24px;
	font-weight: bold;
	color: white;
} 

#accueil_plus
{	margin-left: 4px;
	font-size: 24px;
	font-weight: bold;
	color: #135D17;
}

#accueil_footer
{	position: relative;
	left: 33px;			
	top: -225px; 
	_top: -70px; 
	text-align: center;
}

/* Hack Safari */
html[xmlns*=""] body:last-child #accueil_footer { 
  	top: -215px; 
}

#accueil_footer a:hover
{	color: #A0E528;
}


