/* Les elements (X)HTML en general
-------------------------------------------------------- */

* {font-family: Arial, Helvetica, sans-serif; font-size:12px; color:#444; padding:0px; margin:0px;}
body {background: #fff url(images/bg.png) repeat; color:#444;}

/* Text Style
-------------------------------------------------------- */
h2 {color: #444;}
p {
color: #444;
}
a {color: #444; text-decoration: none;}
img {border: none;}
#container {background: url(images/bgd.png) repeat-x center top;}
#contenue {width: 792px; background: url(images/cont.png) repeat-y top center; margin: 0px auto; }

/* Header
-------------------------------------------------------- */
#header {
	width: 792px; height: 436px;
	background: url(images/header.png) no-repeat;
	margin-bottom: -145px;
}
#header ul {
	width: 485px; height: 29px;
	float: right;
	margin-right: 30px;
	padding-top: 5px;
	text-align: center;
}
#header ul li {
	display: inline;
	color: #325e7c;
	list-style: none;
}
#header ul li a {
	color: #325e7c;
	font: normal 13px Georgia, "Times New Roman", Times, serif;
}
#header ul li a:hover {
	color: #ffffff;
}

/* Left
-------------------------------------------------------- */
#left {
	width: 209px;
	float: left;
	margin-left: 15px;
}
#left h2 {
	width: 209px; height: 27px;
	background: url(images/h2.png) no-repeat;
	margin: 2px 0px;
	font: normal 14px "Trebuchet MS";
	color: #fff;
	padding: 14px 0 0 40px;
}
#left ul {
	width: 209px;
	margin-left: 5px;
}
#left ul li {
	list-style: none;
	width: 195px;
	border-bottom: 1px dotted #d9d9d9;
	margin: 2px 0px;
}
#left ul li:hover {
	list-style: none;
	width: 195px;
	border-bottom: 1px solid #d9d9d9;
	margin: 2px 0px;
}
#left ul li a {
	color: #7c7c7c;
	font: normal 12px "Trebuchet MS";
	background: url(images/$.png) no-repeat center left;
	padding-left: 12px;
}
#left ul li a:hover {
	color: #636363;
	font: normal 12px "Trebuchet MS";
	background: url(images/$.png) no-repeat center left;
	padding-left: 12px;
}

/* Right
-------------------------------------------------------- */
#right {
	width: 517px;
	float: left;
	margin-left: 5px;
}
#right h1 {
	width: 517px; height: 23px;
	background: url(images/h1.png) no-repeat;
	margin: 6px 0px;
	font: normal 15px "Trebuchet MS";
	color: #fff;
	padding: 10px 0 0 40px;
}
#right p {
	color: #626262;
	font: normal 12px Arial, Helvetica, sans-serif;
}
#right p:first-letter {
	color: #2f5874;
	font: bold 14px Arial, Helvetica, sans-serif;
}

/* Footer
-------------------------------------------------------- */
#footer {
	width: 792px; height: 73px;
	background: url(images/footer.png) no-repeat top center;
	clear: both;
}
#footer p {
	color: #2e5875;
	font: normal 13px "Trebuchet MS";
	padding-top: 25px;
	text-align: center;
}
#footer p a {
	color: #2e5875;
	font: normal 13px "Trebuchet MS";
	border-bottom: 1px solid;
}