* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFF;
	font: 13px "Trebuchet MS", serif;
	letter-spacing: 0.03em;	
	color: #333;
	text-align: center;
}

img {
	border: 0;
	vertical-align: middle;
}

a {
	font: 13px "Trebuchet MS", serif;
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #fa9600 !important;
	text-decoration: none;
}

h1 {
	padding: 15px 0 10px 25px;
	letter-spacing: 0.2em;
	color: #C41A1C;
	text-transform: uppercase;
	font-size: 16px;
	border-bottom: 0 solid #eaeaea;
	margin-bottom: 15px;
}

h2 {
	font-size: 15px;
	padding: 0 0 5px 10px;
	border-bottom: 1px dotted #eaeaea;
	margin-bottom: 5px;
	letter-spacing: 0.1em;
	color: #fa0;
}

h3 {
	color: #940000;
	font-size: 13px;
	padding: 5px;
}

h4 {
	color: #940000;
	font-size: 13px;
}

h2:first-letter,
h3:first-letter,
h4:first-letter {
	text-transform: uppercase;
}

hr {
	clear: both; 
	visibility: hidden;
	display:block;
	height: 1px;
	margin: 0;
	_margin: -7px 0;
	padding: 0;
	border: 0;
}

.exposant {
	font-size: 9px;
	vertical-align: super;
}

#global {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 951px;
	padding: 50px 1px 1px 1px;
	text-align: left;
	border: 0px solid #959595;
	top: 10px;
	background: #fff;
}

#header {
	position: absolute;
}

/* Header */
/* ------ */
#header {
	margin-top: 1px;
	top: 0px;
	width: 950px;
	height: 50px;
	background: url(/img/default/header.gif) no-repeat top left;
	border-bottom: 1px solid #959595;
}

#dates {
	position: absolute;
	top: 7px;
	font-weight: bold;
	right: 5px;
}

/* Menu */
/* ---- */
#menu {
	position: absolute;
	top: 160px;
	width: 950px;
	height: 30px;
	border-bottom: 1px solid #959595;
	padding: 0 0 10px 0;
}

#menu a {
	font-weight: bold;
}

#menu ul {
	padding: 1px 0 0 10px;
}

#menu li {
	float: left;
	padding: 10px 61px;
	list-style: none;
}

#menu li:hover {
	background: #F7E7DE;
}

/* Main */
/* ------ */
#main {
	position: relative;
	width: 985px;
	border: 0;
	display: block;
}

/* Bas */
/* --- */
#bas {
	text-align: center;
	font-size: 11px;
	padding: 30px 0 10px;
	line-height: 20px;
}

