/* CSS Document */

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


/*==================text================*/
p{
		margin-bottom:10px;
		line-height:16px;
}
h1{
	
}
h2{ 
		background-color:#ffffff;
		color:#679146;
		width:800px;
		height:23px; 
		padding-left:35px;
		padding-top:7px;   
		font-family: Gothic, Verdana, Arial, sans-serif;
		text-transform:uppercase;
		font-size:15px;
		font-weight:bold;   
	 	position:relative;
	 
   	/* IE marche pas */
   	margin-left:35px;  
}
.bleu{ 
  color:#00457c;
}

.vert {
  color:#679146;
}
.brun {
 color: #5A471B;
}

h3{
		color:#679146;
		text-transform:uppercase;
		font-size:14px;
		font-weight:bold; 
		padding-bottom:10px;	
		padding-top:15px;	
}


#white-block.spa
{
	color:#679146;
	font-size:13px;
	font-weight:bold; 
}

#white-block.activite
{
	color:#00457c;
	font-size:13px;
	font-weight:bold; 
}

#white-block h3{
		color:#5a471b;
		text-transform:uppercase;
		font-size:14px;
		font-weight:bold; 
		padding-bottom:15px;		
}

h4{
	
}
em, i{
	font-style: italic;
}
strong, b{
	font-weight: bold;
}
a{
	text-decoration: none;
	color:#5a471b;
}
