/* Styles de base */
html, body {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
body {
	font-size: .8em;
	font-family: Arial, Verdana, Tahoma, sans-cerif;
	background-image: url("../imgs/background.jpg");
	background-repeat: repeat;
	/*background-position: top left;*/
	background-position: top center;
	line-height: 1.5em;
}
#centerBlock {	
	position: relative;
	margin: 63px auto 0 auto;
	width: 970px;
	background-color: #FFF;
	border: solid 1px #4d4739;
}

/* MESSAGE */
#message {position: absolute;top: 70px;left: 200px;width: 700px;padding: 5px 10px;color: #FFF;background: #000;display: none;}

/* HEADER / FOOTER */
#header {
	height: 146px;
}
#header #logo {
	position: absolute;
	top: 15px;
	left: 18px;
}
#header #quick_nav {
	position: absolute;
	top: 10px;
	right: 10px;
	height: 42px;
}

#footer {	
	padding: 0 10px 10px 10px;
	background-image: url("../imgs/background_footer.jpg");
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #242424;
	height: 167px;
	color: #838383;
}
#footer #footer_form {
	padding: 7px 0 0 0;
	float: right;
	width: 200px;
}

#header, #footer {
	font-family: "Times New Roman";
}

/* MENU / LANG */
#menu {
	margin: 0 17px;
	height: 28px;
	padding: 5px 0 5px 0;
}
#lang {
	position: absolute;
	right: 0;
	top: -22px;
	height: 22px;	
	width: 100px;
	background-color: #000;
	color: #FFF;
	text-align: center;
}

/* CONTENT */
#content {
	padding: 5px 17px;
}


/* CHARGEMENT */
#chargement {
	display: none;
	position: absolute;
	top: 100px;
	right: 20px;
	font-size: .7em;
}
#chargement span {
	margin: 0 0 0 10px;
	text-decoration: blink;
	color: #5d796f;
}
#chargement img {
	vertical-align: middle;
}