@charset "utf-8";
/* CSS Document */

a, a:link, a:visited, a:active {  
	text-decoration: none;
	color: #59a8d5;
   }

a:hover {
	text-decoration: underline;
	color: #4499DB;
  }

.bgimage_left { 
background-image: url(images/bg_left.jpg); 
background-repeat: no-repeat;
background-position: right;  
} 

.bgimage_right { 
background-image: url(images/bg_right.jpg); 
background-repeat: no-repeat;
background-position: left;  
} 

.bgimagecontact_right_top { 
background-image: url(images/bg_contact_haut_droit.jpg); 
background-repeat: no-repeat;
background-position: top right;  
} 

.bgimagecontact_left_top { 
background-image: url(images/bg_contact_haut_gauche.jpg); 
background-repeat: no-repeat;
background-position: top left;  
} 

.bgimagecontact_left_bottom { 
background-image: url(images/bg_contact_bas_gauche.jpg); 
background-repeat: no-repeat;
background-position: bottom left;  
} 

.bgimagecontact_right_bottom { 
background-image: url(images/bg_contact_bas_droit.jpg); 
background-repeat: no-repeat;
background-position: bottom right;  
} 

.bgimage_left2 { 
background-image: url(images/bg_left2.jpg); 

background-position: right;  
} 

.bgimage_right2 { 
background-image: url(images/bg_right2.jpg); 

background-position: left;  
} 





h1 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color: #30527a;
	font-size: 18px;
	font-weight: normal;

}


