/* CSS Document */
/* Bande de menu horizontale haut de page */
#menuHaut {
	height:32px;
	background-color:#590a59;
	margin-top:5px;
	width:600px;
	float:left;
}
#menuHaut p {
	padding:10px;
	margin:0;
}
#menuHaut p, #menuHaut a {
	font-size:8px;
	font-weight:normal;
	text-transform:uppercase;
	text-decoration:none;
	letter-spacing:1px;
	color:white;
}
#menuHaut a:hover, #menuHaut a.selected {
	color:#e48907;
}

#boutonDecouvrirRegion {
	position:absolute;
	top:175px;
	width:129px;
	height:68px;
}
#boutonPrepaSejour {
	position:absolute;
	width:129px;
	height:69px;
	right:5px;
}
#sousMenu2 {
	clear:both;
	background-color:#590a59;
	border-top:1px solid white;
}
#sousMenu2 p {
	padding:3px 3px 3px 25px;
	margin:0 0 0 15px;
	background-image:url(../images/fleche-orange.gif);
	background-repeat:no-repeat;
	background-position:left;
}
#sousMenu2 p, #sousMenu2 a {
	font-size:8px;
	font-weight:normal;
	text-transform:uppercase;
	text-decoration:none;
	letter-spacing:1px;
	color:white;
}
#sousMenu2 a:hover, #sousMenu2 a.selected {
	color:#e48907;
}