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


#villages{
	position: absolute;
	top: 105px;
	left: -300px;
	padding: 20px;
	margin: 0;
	width: 224px;
	display: none;
}
#villages li{
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right
}
#villages a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant:small-caps;
	font-size: 15px;
	color: rgb(40,20,8);
	text-decoration: none;
	font-weight:bold;
}
#villages a:hover, #villages a:active, #villages a:focus, #villages a strong{
	color: rgb(183,207,91);
}

#fondTexteNoir{
	background:black;
	display: none;	
	position: absolute;
	top: 300px;
	left: 0;
	width: 264px;				
	height: 339px;
}
#texte{
	position: absolute;
	top: 300px;
	left: 0;
	padding: 20px;
	width: 224px;
	height: 299px;
	text-align: right;
}
#texte h3{
	margin: 0 0 10px 0;
	padding: 0;
}
#texte p{
	font-size: 14px;
}
#diaporamas{
	position: absolute;
	top: 105px;
	right: 0;
	width: 710px;
	height: 487px;
	overflow: hidden;
}
#diaporamas ul, #diaporamas li{
	margin: 0;
	padding: 0;
	list-style: none;
}

#diaporamas ul{
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}

#diaporamas li{
	float: left;
	margin-right: 5px;
}
#texte p#stopDiapo{
	font-size: 10px;
	cursor: pointer;
}
#texte p#stopDiapo strong{
	color: rgb(183,207,91);
}