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


@import url('/css/reset.css');
@import url('/css/barre_du_haut.css');


#suggestions_geographiques , #navigation_spots{
	clear:both;
	padding-top:25px;
}
#suggestions_geographiques ul{
	padding:0px;
	margin:0px;
	margin-top:15px;
} 
#suggestions_geographiques ul li{
	padding:0px;
	margin:0px;;
	display:block;
	padding-left:20px;	
		width:inherit;
		padding-right:5px;
	float:left;
	list-style:none;
	font-size:24px;
	font-weight:normal;
	line-height:30px;
	
}

#navigation_spots ul{
	
	padding:0px;
	margin:0px;
}


#navigation_spots  li.pays{
	width:500px;
	display:block;
	float:left;
	list-style:none;
	padding-top:15px;
}


#navigation_spots li.regions{
	margin-left:15px;
	width:inherit;
	list-style:none;
	display:block;
	float:left;
}
#navigation_spots li.spots{
	padding-left:10px;	
		width:inherit;
		padding-right:5px;
	list-style:none;
	line-height:18px;
	display:inline-block;
	float:left;
}



.taille_0{font-size:50%
	}
	
.taille_1{font-size:100%
	}
	
.taille_2{font-size:125%
	}
	
.taille_3{font-size:150%
	}
	
.taille_4, .taille_5, .taille_6, .taille_7, .taille_8, .taille_9, .taille_10{font-size:175%
	}
	
.taille_actuelle{
	font-size:50%;
	text-decoration:none;
	color:#FFF;
	}
	
	h4 a{
		font-weight:normal;
		font-size:200%;
		text-decoration:none;
		color:#eecc55;
	}
	h5 a{
		font-weight:normal;
				color:#a5a5a5;
		font-size:150%;
		text-decoration:none;
	}
