/* Carte interactive de Laelith */

/* Déclaration des Fonts */
@font-face {
	font-family: 'Lithos';
	src: url('../../fonts/Lithos-Regular.eot');
	src: url('../../fonts/Lithos-Regular.eot?#iefix') format('embedded-opentype'),
		url('../../fonts/Lithos-Regular.woff') format('woff'),
		url('../../fonts/Lithos-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

h2 {font-family:"Lithos";}

#panel {width:16.10%;}
#map {width:82.85%;}

#entete img {width:35%;margin:5px;}
#controlpanel {width:230px;}

@media screen and (max-width: 1750px)
{
#panel {width:16.4%;}
#map {width:80%;
}

@media screen and (max-width: 1450px)
{
#controlpanel {width:75px;}
}

@media screen and (max-width: 1140px)
{
#panel {width:17%;}
#map {width:80%;}
}

@media screen and (max-width: 1000px)
{
#panel {width:24%;}
#map {width:73%;}
}

@media screen and (max-width: 630px)
{
#panel {width:29%;}
#map {width:68%;}
}

@media screen and (max-width: 510px)
{
#panel {width:31%;}
#map {width:66%;}
}


