
@charset "iso-8859-15";
/* auteur: Agence Mon Moulin */

/* 
Structure du site home:
/* ie6 / ie7 / firefox /  validés
			    
 pour les float, toujours mettre des width meme dans les conteneurs (exemple pour les background)
 */

 * {
	outline: 0;
 }
 
body {
	background: #646464 url(images/fond_page_index.jpg) center top no-repeat; 
}


#conteneurIndex {
	position: relative;
	width: 990px;
	margin: 0 auto; /* pour firefox, centrage*/
	padding: 0;
	text-align: left;
	font-size: 100%;
}

a.btn_carte_martinique {
	width: 84px;
	height: 111px;
	display: block;
}

a.btn_carte_martinique {background: url(images/btn_carte_martinique.png) no-repeat top;}
a.btn_carte_martinique:hover {background: url(images/btn_carte_martinique.png) no-repeat bottom;}
