/*
	Base :
	- Styles généraux, appels des autres feuilles de style
*/

@import url("mep.css");
@import url("page.css");
@import url("accueil.css");
@import url("ambiances.css");
@import url("pied.css");
@import url("popup.css");
@import url("encartlogin.css");
@import url("panier.css");
@import url("tunnelmat.css");
@import url("carousel.css");

/*@font-face {*/
/*	font-family: 'mebfont';*/
/*	src:url('mebfont.ttf?rinp3i') format('truetype');*/
/*	font-weight: normal;*/
/*	font-style: normal;*/
/*}*/

@font-face {
	font-family: 'mebtitre';
	src:url('/textures/v2/LeelawadeeUI-Bold.woff') format('woff'), url('/textures/v2/LeelaUIb.ttf') format('truetype');
	font-weight: bold;
	font-style: bold;
}
@font-face {
	font-family: 'mebtexte';
	src:url('/textures/v2/LeelawadeeUI.woff') format('woff'), url('/textures/v2/LeelawUI.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

body {
	margin: 0;
	padding: 0;
	font-family: mebtexte, "Leelawadee UI", 'sans-serif';
	font-size: 19pt;
	line-height: 1em;
	background-color: black;
}

h1 {
	font-family: mebtitre;
	text-transform: uppercase;
	font-size: 200%;
	font-weight: bold;
}
h2 {
	font-family: mebtitre;
	font-size: 150%;
	font-weight: bold;
}
h3 {
	font-family: mebtitre;
	font-size: 125%;
	font-weight: bold;
}

ul {
	padding: 0;
	margin: 0;
}

/*.mebfont {*/
/*	font-family: mebfont !important;*/
/*	line-height: 1em !important;*/
/*}*/

* {
	box-sizing: border-box;
}
