/* ===========================================================
Elements de Page =========================================== */

* {
	margin:0;
	border:0;
	padding:0;
}

html, body {
	background-image:url(images/bg.png);
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	color:#000000;
}

ul, li {
	list-style-type:none;
}

a {
	text-decoration:none; 
	font-weight:bold;
	cursor:pointer;
	color:#000000;
}

a:hover {
	text-decoration:underline;
}

/* ===========================================================
Structure ================================================== */

#wrapper {
	position:relative;
	margin:8px auto;
	width:855px;
}

#menu li {
	background:url(images/menu_bg.png) no-repeat 0 0;
	text-align:center;
	margin-left:18px;
	font-weight:bold;
	padding-top:5px;
	width:129px;
	height:19px;
	float:left;
}

#menu li:hover {
	background:url(images/menu_bg_actif.png) no-repeat 0 0;
}

#menu .actif {
	background:url(images/menu_bg_actif.png) no-repeat 0 0;
}

#menu a {
	color:#ffffff;
}

#header {
	height:162px;
	width:100%;
}

#date{
	position:absolute;
	font-weight:bold;
	color:#ffffff;
	right:7px;
	top:28px;
}

#content {
	background:url(images/top_bg.png) no-repeat top;
	background-color:#ffffff;
	margin-top:30px;
	padding:13px;
	width:829px;
}

#nouveau {
	background:url(images/nouveau.png) no-repeat 0 0;
	margin-bottom:-15px;
	text-align:center;
	padding-top:40px;
	height:229px;
	width:189px;
}

#menuleft {
	float:left;
}

#menuleft h1{
	background:url(images/title_menu_bg.png) no-repeat 0 0;
	margin-bottom:5px;
	text-align:center;
	padding-top:5px;
	margin-left:4px;
	font-size:12px;
	color:#ffffff;
	width:176px;
	height:21px;
}

#menuleft ul {
	margin-left:12px;
}

#menuleft li {
	background:url(images/puce.png) no-repeat 0 0;
	padding-left:25px;
	margin-top:7px;
}

#text {
	margin-left:200px;
}

#text h2 {
	background:url(images/title_bg.png) no-repeat 0 0;
	margin-bottom:8px;
	text-align:center;
	padding-top:5px;
	font-size:12px;
	color:#ffffff;
	width:625px;
	height:21px;
}

#footer {
	background:url(images/footer.png) no-repeat 0 0;
	text-align:center;
	padding-top:15px;
	font-weight:bold;
	color:#ffffff;
	height:39px;
	width:100%;
	bottom:10px;
}

#footer a {
	color:#ffffff;
}