/*feuille de style pour la page carte*/
body
{
	background-color: grba(255,255,255,1);
}

#carte
{	
	position: absolute;
	top: 0px;
	left: 0px;
	width: 900px;
	height: 810px;
	overflow: hidden;
}

#carte p
{
	color: rgba(140,100,140,1);
}

#blasons_departements
{
	position: absolute;
	top: 645px;
}

#armoiries
{
	position: absolute;
	top: -30px;
	left: 700px;
	width: 200px;
	height: 810;
	font-size: 18px;
	background-color: white;
	overflow: hidden;
}

#armoiries h4
{
	font-size: 18px;
}

#plan
{
	position: absolute;
	top: 0px;
	left: 200px;
	width: 700px;
	height: 200px;
	text-align: right;	
}

#plan img
{
	transition-property: height;
	transition-duration: 1s;
	height: 320px;
}

#plan img:hover
{
	height: 825px;
}

#plan_aide
{
	position: absolute;
	top: 340px;
	left: 665px;
	width: 200px;
	height: 400px;
	overflow: auto;
	text-align: justify; 
	text-indent: 20px;
	padding: 10px;
	box-shadow: 4px 8px 8px #1c1a19;
	background-color: rgba(245,245,235,1);
}

