@charset "UTF-8";
/* CSS Document */

* { margin:0; padding:0; outline: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 60px auto 0;
	width: 880px;
}

img.logo {
	float:left;
	margin-bottom:80px;
}

h1,
h2 {
	color: #999;
	font-weight: normal;
	padding: 15px 0;
	text-align: center;
}

ul {
	clear: both;
	list-style-type: none;
}

li {
	float: left;
	display: inline;
	position: relative;
	text-align: center;
	width: 220px;
}

li a.martinique,
li a.guadeloupe,
li a.guyane,
li a.reunion {
	color: #999;
	display: block;
	font-size: 14px;
	height: 0; /*157*/
	padding-top: 167px;
	text-align: center;
	text-decoration: none;
}

li a.martinique { background: url(img/intro_martinique.png) 0 0 no-repeat; }
li a.guadeloupe { background: url(img/intro_guadeloupe.png) 0 0 no-repeat; }
li a.guyane { background: url(img/intro_guyane.png) 0 0 no-repeat; }
li a.reunion { background: url(img/intro_reunion.png) 0 0 no-repeat; }

li a:hover {
	color: #e10025;
	background-position: 0 -177px;
	font-weight: bold;
}
