@charset "iso-8859-1";

@import url(structure.css);
@import url(menu.css);
@import url(_elements.css);

/* STYLES COMMUNS */
body {
	padding:0!important;
	margin:0!important;
	text-align:center;
	width:100%;
	height: 100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5%; /*1em = 10px*/
	background:#949494 url(../images/background.jpg) repeat-x fixed bottom;
}

img {
	border:0;
	vertical-align: bottom;
}

.clear {
	clear: both;
	visibility: hidden;
	margin:0;
}