/*
#########################################
# Feuille de style de la page d'accueil #
#########################################
*/

body {
	font-family:Arial, Helvetica, sans-serif;
	color:5396FF;
	font-size:12px;
}

celluleGuadeloupe {
	width:208px;
	height:191px;
}
celluleGuadeloupe:link {
	width:208px;
	height:191px;
}
celluleMartinique {
	width:148px;
	height:191px;
}
celluleReunion {
	width:156px;
	height:191px;
}
celluleGuyane {
	width:141px;
	height:191px;
}

celluleMetropole {
	width:147px;
	height:191px;
}
celluleBlanc1 {
	width:800; 
	height:83;
}


.guadeloupe {
	background-image:url('../img/guadeloupe.gif');
	width:208px;
	height:191px;
	background-color:transparent;
	display:block;
}
.guadeloupe:hover {
	background-image:url('../img/guadeloupe_survolee.gif');
	width:208px;
	height:191px;
	display:block;
}

.martinique {
	background-image:url('../img/martinique.gif');
	width:148px;
	height:191px;
	display:block;
}
.martinique:hover {
	background-image:url('../img/martinique_survolee.gif');
	width:148px;
	height:191px;
	display:block;
}

.reunion {
	background-image:url('../img/reunion.gif');
	width:156px;
	height:191px;
	display:block;
}
.reunion:hover {
	background-image:url('../img/reunion_survolee.gif');
	width:156px;
	height:191px;
	display:block;
}

.guyane {
	background-image:url('../img/guyane.gif');
	width:141px;
	height:191px;
	display:block;
}
.guyane:hover {
	background-image:url('../img/guyane_survolee.gif');
	width:141px;
	height:191px;
	display:block;
}

.metropole {
	background-image:url('../img/metropole.gif');
	width:147px;
	height:191px;
	display:block;
}
.metropole:hover {
	background-image:url('../img/metropole_survolee.gif');
	width:147px;
	height:191px;
	display:block;
}

blanc1 {
	background-image:url('../img/blanc1.gif');
	width:800; 
	height:83;
	display:block;
}
