/***********/
/* Général */
/***********/

html
{	overflow: scroll;
	height: 100%;
	width: 100%;
}

body
{	width: 100%;
	margin: 0px;
	padding: 0px;

	text-align: center; /* pour corriger le bug de centrage IE */
	font-family: Trebuchet MS;
	font-size: 12px;
	background-color: #DDEBDD;
} 

table
{	border: 0px;
	margin: 0px;
	padding: 0px;
}

td
{	font-family: Trebuchet MS;
	font-size: 12px;

}

.hidden 
{	display: none;	
}

.droite
{	text-align: right;
}
 

#debug
{	position: absolute;
	top: 0px;
	left: 50px;
	font-weight: bold;
	color: red;
}

.spacer
{	height: 30px;
}

/* Page */ 		 
#page_wrapper
{	width: 750px;
	margin-left: auto;
	margin-right: auto;		
	text-align: center;
}

#page_container
{	clear: both;
	float: left;
	width: 750px;			 
	margin-left: auto;
	margin-right: auto;
	background-color: white;	 
}	

#page
{	clear: both;
	float: left;
	width: 750px;			
	margin: 0px;
	padding: 0px;
}
  	

#page_content
{	clear: both;
	float: left; 
	width: 750px;			
	text-align: left;
}	  														  


   
/**********/
/* Header */
/**********/
#header
{	width: 750px;	
	height: 335px;	  
	margin-left: auto;
	margin-right: auto;
	background: url(../pictures/bandeau.jpg) no-repeat;
	text-align: left;
}

#agrement
{	position: relative;
	width: 200px;
	top: 55px;
	left: 340px;
	text-align: right;
	font-family: Verdana;
	color: #004C22;
	line-height: 20px;
}

.agrement1
{	font-size: 12px;
}

.agrement2
{	font-size: 10px;
}  


#menu
{	position: relative;
	top: 100px;
	left: 0px;
	width: 750px;
}		

#menu a
{	display: block;
	width: 190px;
	height: 28px;	
	font-family: Verdana;
	font-size: 14px;
	color: white;	
	text-decoration: none; 
	background: url(../pictures/menu.png) no-repeat 0px 0px;
	padding-left: 30px;									  
	line-height: 28px;	
}
   
#menu a:hover
{	color: #D6F8A0;
	background: url(../pictures/menu_over.png) no-repeat 0px 0px;
}

#accueil
{	position: relative;
	top: 45px;
	left: 80px;
}

#prestations
{	position: relative;
	top: 35px;
	left: 233px;
}

#avantages
{	position: relative;
	top: -10px;
	left: 400px;
}

#qui_sommes_nous
{	position: relative;
	top: -85px;
	left: 555px;
}  

#devis_conseils
{	position: relative;
	top: 85px;
	left: 475px;
	width: 250px;
	text-align: center;
	color: white;
}  
	  
#devis_conseils_gratuits
{	font-size: 18px;
	font-weight: bold;
}

#telephone
{	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
}

#email a
{	font-size: 14px;
	font-weight: bold;
	color: white;
}

#email a:hover
{	color: #401D40;
}
			 

/**********/
/* Footer */
/**********/

#creation
{	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: white;
	letter-spacing: -1px;
	text-align: left;
}

#jev
{	text-align: left;
}

#jev a
{	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: white;
	letter-spacing: -1px;
	text-align: left;
}

#chevreuse 
{	position: relative;
	left: 340px;			
	top: -5px;
	_top: 0px;
	text-align: left;
}

#chevreuse a
{	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: white;
	letter-spacing: -1px;
	text-align: left;
}  

#soleis a
{	display: block;		
	width: 30px;  
	margin-top: 27px;
	margin-left: auto;
	margin-right: auto;
	font-family: Trebuchet MS;
	font-size: 10px;
	font-weight: normal;
	color: #B5D38E;
	text-decoration: none;
}  

#soleis a:hover
{	text-decoration: underline;
}





