body {
	font-family:"Adobe Garamond Pro";
	font-size: small;
	margin: 0;
	padding: 0;
	background-image: url(images/stripes.jpg);
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: 20in center;
	left: -11px;
}

.conteneur {
	margin-top: 10px;
	position: absolute;
	width: 1000px;
	left: 50px;
	margin-left: 50px;
	border:0px solid #FFFFFF;
	color: #333333;
	background-color:#FFFFFF;
	font-size: medium;
	top: -11px;
	margin-right: 50px;
	right: 50px;
}


.header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height:160px;
	padding-left:0px;
	padding-top:0px;
	max-width:490px;
	color: #F5F8EF;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-bottom-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-position: center;
	position: relative;
	margin-left: 150px;
	margin-bottom: 0px;
	padding-bottom: 50px;
}

.menu {
	float:right;
	margin: 0px;
	padding:0px;
	margin-left:20px;
	border-right-width: medium;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: none;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font-family: "Adobe Garamond Pro";
}


* html .menu {
	margin-left: -3px;
}

.centre {
	padding:20px;
	padding-left:40px;
}

.pied {
	height: 25px;
	text-align:right;
	padding-right:10px;
}

.menu-list {
	list-style-type: none;
	margin:0px 0px 0px 0px;
	padding:0px;
}

* html .menu li{
	margin-bottom:-3px;
}

.menu li {
	margin:0px;
	color: #D9CEB8;
	font-size: 1.1em;
	text-decoration: none;
	background-color:#FFFFFF;
	padding:0px;
	width:199px;
	border-bottom-width: 0.5px;
	border-bottom-style: none;
	border-bottom-color: #000000;
}

.menu li a {
	margin:0px;
	display: block;
	color: #000000;
	font-size: 1.1em;
	text-decoration: none;
	border-left:5px solid #F5F8EF;
	padding:5px;
}

.menu li a:hover {
	text-decoration: none;
	background-color:#EF4E9A;
}

.p{
	
}

h2{
	margin-left:-20px;
	margin-top:15px;
	font-size: 1.3em;
	color: #000000;
	font-weight:normal;
	padding: 0px;
}

h1{
	margin-left:-30px;
	margin-top:5px;
	padding-left:5px;
	font-size: 1.6em;
	color: #000000;
	font-weight:normal;
}

.header-title {
	font-size:2.3em;
	border-top:2px solid #000000;
}

.header-title-two {
	font-size:1.1em;
	padding-bottom:3px;
	border-bottom:1px solid #000000;
}

a{
	color:#666666;
	text-decoration:none;
}
a:hover {
	color:#000000;
	text-decoration:none;
}

blockquote{
	background-color:#CCCCCC;
	padding : 3px;
	border-left:2px solid #F5F8EF;
}
