/* 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";}

#entete img {width:35%;margin:5px;}
#buttonpanel {width:160px;}
