body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0;
	background: #EBEBEB;
}
a:link {
	color: #006699;
	text-decoration: underline;
}
a:visited {
	color: #006699;
}
#header {
	height: 170px;
	border-bottom: 1px solid #666666;
}
#conteneur {
	position: absolute;
	width: 760px;
	left: 50%;
	margin-left: -375px;
	background: url(../picture_library/bg_grad.jpg) repeat-x;
	border-top: 20px solid #EBEBEB;
}
#centre {
	margin-right: 150px;
	background: #FFFFFF;
	padding-right: 20px;
	padding-left: 20px;
}
#droite {
	position: absolute;
	right:0;
	width: 150px;
}
#pied {
	height: 20px;
	background: #BACBDF url(../picture_library/bg_grad2.jpg) repeat-x;
	text-align: center;
	color: #333333;
}
.menudroit {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
	width: 148px;
}
.menudroit li {
	text-align: left;
	width: 150px;
}
.menudroit a {
	width: 145px;
	height: 25px;
	display: block;
	text-align: left;
	text-decoration: none;
	color: #006699;
	padding-left: 5px;
	vertical-align: middle;
}
.menudroit a:hover {
     background: #FEB47D;
}
.menudroit a:active {
     background: #FA9048;
     color: #fff;
     }
p {
	margin: 0 30px 10px 30px;
	text-align: justify;
}

h1 {
	color: #FF0000;
	text-align: center;
}
.pdroite {
	font-size: 11px;
	padding-right: 5px;
	padding-left: 5px;
	text-align: justify;
}
