@charset "UTF-8";
body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #403f48;
	background-image: url(images/fond.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
body , p , a { /* texte courant */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCC;
}
#contenu p {
	font-size: 14px;
	line-height: 18px;
}
p , h1 , h2 , h3 , h4 , h5 {
	margin-top: 0px;
}
.sansespaceapres {
	margin-bottom: 3px;
}
#contenu ul {
	list-style-type: square;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-left: 15px;
}
#contenu ul li {
	margin-bottom: 2px;
}
a {
	text-decoration: none;
}
h1 {
	font-size: 20px;
	color: #E6CDA4;
	margin-bottom: 11px;
	font-weight: normal;
}
h2 {
	font-size: 20px;
	color: #DBDB54;
	margin-bottom: 10px;
}
h3 {
	font-size: 18px;
	color: #DBDB54;
	margin-bottom: 9px;
}
.img_gauche {
	float: left;
	padding-right: 10px;
}
.img_droite {
	float: right;
	padding-left: 10px;
}
#page {
	width: 1012px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#tetiere {
	height: 80px;
	width: 100%;
	position: relative;
}
#tetiere h1 {
	color: #979797;
	margin-top: 0px;
	font-weight: normal;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: .1em;
	word-spacing: .1em;
}
#accroche1 {
	position:absolute;
	left:240px;
	top:15px;
	width:233px;
	z-index:1;
	text-align: right;
}
#accroche2 {
	position:absolute;
	left:783px;
	top:15px;
	width:228px;
	z-index:1;
	text-align: left;
}
#centre {
	width: 100%;
}
#navigation {
	width: 210px;
	position: relative;
	float: left;
	height: auto;
	margin-top: 80px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}
ul.menu {
	list-style-type:none;
	padding: 0;
	margin: 0;
	text-align: center;
}
ul.menu ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
	width: 100%;
}

ul.menu a {
  display: block;
  text-decoration: none;	
}

ul.menu li {
}

ul.menu li a {
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	font-weight: bold;
}

ul.menu li a:hover {
	background-image: url(images/menuover.png);
	background-repeat: no-repeat;
	background-position: center center;
	color: #E2C18B;
}

ul.menu li ul li a {
	color: #000;
	padding-left: 20px;
}

ul.menu li ul li a:hover {
  background: #aaa;
  border-left: 5px #000 solid;
  padding-left: 15px;
}
#drapeau {
	display: block;
	float: right;
	margin-top: 3px;
	margin-right: 10px;
}
#contenu {
	min-height: 560px;
	height: auto;
	width: 782px;
	position: relative;
	margin: 0px;
	padding: 0px;
	float: left;
}
#pied {
	margin-top: 0px;
	margin-right: 100px;
	margin-left: 300px;
	padding-top: 15px;
	font-size: 13px;
	color: #979797;
	text-align: center;
	width: auto;
	position: relative;
}
#pied p {
	color: #979797;
	font-size: 13px;
}
#pied a {
	color: #979797;
	text-decoration: none;
}
.surligne {
	font-weight: bold;
	color: #E5CEA4;
}
.fondnoircalque {
	background-image: url(../img/noir20.png);
}
.clear {
	clear: both;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
