@charset "utf-8";
/* CSS Document */

div#zone_promo {
	float: left;
	width: 310px;
	padding: 0 10px 0 0;
}

div#zone_intro {
	float: left;
	width: 350px;
	padding: 0 5px 0 10px;
}

div#zone_destinations {
	float: left;
	width: 170px;
	padding: 0 0 0 20px;
	text-align: center;
	margin-top: 0.6em;
}

div#zone_destinations ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

div#zone_destinations ul li {
	padding: 0 0 8px 0;
	margin: 0;
}

div#zone_destinations h1 {
	visibility: hidden;
}

div#promo {
	background: url(../images/accueil/promo_bg.png) no-repeat center bottom;
	width: 310px;
	font-size: 0.7em;
	padding-bottom: 10px;
}

div#promo div.content {
	background: url(../images/accueil/promo_header.png) no-repeat center top;
	padding: 5px 10px 28px 10px;
}

div#promo h2 {
	font-size: 1.1em;
	margin-bottom: 5px; color: #013a5e;
	font-family: Verdana, Arial;
}

div#promo h2 a {
	color: #013a5e;
}


div#promo p {
	margin-top: 0;
}

div#promo a {
	color: #000000;
	text-decoration: underline;
}
div#promo a:hover { text-decoration: none; }

div#intro {
	background: url(../images/accueil/intro_bg.png) no-repeat center bottom;
	width: 350px;
	padding-bottom: 10px;
	font-size: 0.7em;
}

div#intro div.content {
	background: url(../images/accueil/intro_header.png) no-repeat center top;
	padding: 5px 10px 28px 10px;
	line-height: 1.5em;
}

div.content *:first-child {
	margin-top: 1em;
}


