﻿/* Carte interactive de Sigil */

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

h1, h2, h3, h4, h5, h6 {font-family:"Exocet";}

/* Citations articles Planescape */
.quote-planescape {margin:10px 20px 0; width:250px;font-family:"Exocet", sans-serif;background:url(../../images/planescape/quote-planescape.jpg) no-repeat bottom center;padding:0 0 70px;}

#panelmap img {width: 90px;}