/*************************************************************************************************************
* PAGE D'ACCUEIL
*************************************************************************************************************/
#newsletter{
	position: absolute;
	left: 0;
	bottom: -150px;
	width: 300px;
	height: 130px;
}
#newsletter input{
	width: 298px;
	border: 1px solid silver;
	margin-top: -1em;
}
#newsletter input.btn{
	border: 0;
	margin-top: .5em;
}

#france{
	position: absolute;
	right: 50px;
	bottom: -155px;
}
.overview ul{
	margin: .1em;
	padding: 0 0 0 .5em;
}
.overview li{
	font-size: .85em;
	margin-bottom: .5em;
}

#scrollbar2 .overview{
  background: rgba(80, 70, 60 ,0.8);
  -pie-background:  rgba(80, 70, 60, 0.8);
  behavior: url(PIE.htc);
}
#scrollbar2 .viewport {
	width: 230px;
	height: 300px;
}
#scrollbar2 .overview{
	height: 279px;
}
#scrollbar2{
	position: absolute;
	right: 190px;
	top: -300px;
}

#side{
color:#FFFFFF;
}

#side:hover{
color:rgba(166, 137, 116, 0.8);
}