html {
	overflow: scroll;
}

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #A0BAAC;
	color: #000000;
}

#conteneur {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}

/*---------- Entete ----------*/

#entete {
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	height: 121px;
}

ul#menu li ul {
	display: none; /*cache les sous-menus*/
}

ul#menu li:hover>ul {
	display: block; /*affiche les sous-menus au passage de la souris*/
}

ul#menu {
	position: absolute;
	margin: 101px 0px 0px 0px;
	padding: 0px;
	font-size: 12px;
}

ul#menu li {
  float: left;
  display: block;
  padding: 1px;
}

ul#menu li a {
  display: block;
  padding: 2px 0px 1px 0px;
  background-color: #0a390e;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  width: 150px;
}

ul#menu li a.span {
	display: block;
	background-color: #0a390e;
	color: #ffffff;
}

ul#menu li a:hover {
	color: #ffffff;
	background-color: #15561b;
}

ul#menu ul {
  position: absolute;
  list-style: none;
  margin: 0px;
  padding: 0px;
  z-index: 1;
  font-size: 10px;
}

ul#menu ul ul {
	top: 0px;
	left: 149px;
	z-index: 2;
	margin: -1px 0px 0px 0px;
   border-top: 1px solid #0a390e;
}

ul#menu ul li {
  position: relative;
  float: none;
  margin: 0px;
  padding: 0px;
}

* html ul#menu ul li { /* hack IE 6 */
  display: inline;
}

ul#menu ul li a {
  display: block;
 	background-color: #DCDCDC;
  color: #000000;
  font-size: 10px;
  font-weight: normal;
  margin: 0px;
  padding: 2px 0px 2px 0px;
  border-left: 1px solid #0a390e;
  border-right: 1px solid #0a390e;
  border-bottom: 1px solid #0a390e;
  width: 148px;
}

/*---------- Contenu ----------*/

#centre {
	border: 1px solid #0a390e;
	background-color: #ffffff;
	color: #000000;
}

#rubriques_haut p{
	font-size: 10px;
	text-align: right;
	padding: 5px 50px 0px 0px;
}

#rubriques_haut a, #rubriques_bas a{
	color: #0a390e;
	background-color: inherit;
}

#rubriques_bas p{
	font-size: 10px;
	text-align: center;
	padding: 5px 0px 5px 0px;
	margin: 10px 50px 20px 50px;
	border-top: 1px solid #A0BAAC;
}

#contenu {
	height: 350px;
	margin: 5px 50px 0px 50px;
}

html>body #contenu {
	height: auto;
	min-height: 350px;
} 

#contenu h1 {
	border-bottom: 1px solid #A0BAAC;
	background-color: inherit;
	color: #0a390e;
	font-size: 17px;
	padding-bottom: 2px;
	margin-bottom: 30px;
}

#contenu h2 {
	font-size: 15px;
	padding-left: 40px;
}

#contenu h3 { /* Texte page d'accueil */
	margin: 0px 0px 15px 0px;
	font-size: 13px;
	text-align: center;
	letter-spacing: 2px;
	background-color: inherit;
	color: #0a390e;
}

#contenu h4 {
	font-size: 13px;
	padding: 0px 0px 4px 60px;
	margin: 0px;
	background-color: inherit;
	color: #0a390e;
}

#contenu h2 a {
	background-color: inherit;
	color: #0a390e;
}

#contenu p {
	margin: 0px;
	padding-bottom: 10px;
	text-align: justify;
	font-size: 13px;
	text-indent: 40px;
}

#contenu p a {
	background-color: inherit;
	color: #0a390e;
}

#contenu p.citation {
	font-style: italic;
	text-indent: 0px;
	background-color: inherit;
	color: #5F5F5F;
}

#contenu ul {
	list-style-type: none;
	font-size: 13px;
	margin: 0px;
	padding: 0px 0px 5px 60px;
}

#contenu ul a {
	background-color: inherit;
	color: #0a390e;
}

#dependances {
	padding: 15px 0px 15px 40px;
}

#dependances p{
	padding: 40px 0px 50px 0px;
}

#dependances p a{
	background-color: inherit;
	color: #0a390e;
	font-weight: bold;
}

#dependances .image_gauche {
	margin: 0px;
}

.image_centre {
	text-align: center;
	margin: 10px 100px 15px 100px;
}

.image_droite {
	float: right;
	text-align: center;
	margin: 5px 0px 0px 15px;
}

.image_gauche {
	float: left;
	text-align: center;
	margin: 5px 15px 0px 0px;
}

.image_centre a, .image_droite a, .image_gauche a {
	border:1px solid #ffffff;
	display: block;
}

.image_centre a:hover, .image_droite a:hover, .image_gauche a:hover {
	border: 1px solid #0a390e;
}

a img {
	border : 0;
}

.image_accueil {
	text-align: center;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 5px 0px 5px;
	border-left: 200px solid #82a45f;
	border-right: 40px solid #82a45f;
}


.galerie_photo {
	margin-left: 17px;
}

.spacer {
	clear: both;
}

.vignette {
	padding: 2px;
	margin-bottom: 10px;
 	float: left;
}

.vignette a {
	background-color: #A0BAAC;
	color: inherit;
	border:1px solid #ffffff;
	display: block;
	width: 150px;
	height: 150px;
 	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

* html .vignette a { /* hack IE 6 */
	display: inline-block;
	height: 140px;
	padding-top: 10px;
}

*+html .vignette a { /* hack IE 7 */
	display: inline-block;
	height: 140px;
	padding-top: 10px;
}

.vignette a:hover {
	border:1px solid #0a390e;
}

.vignette h5 {
 	text-align: center;
	font-size: 10px;
	margin: 0px;
	padding-top: 3px;
}

.legende {
	padding: 4px 0px 4px 0px;
	font-size: 10px;
	text-align: center;
	margin: 0px 1px 0px 1px;
	border: 1px solid #DCDCDC;
}

.legende2 {
	padding: 4px 0px 4px 0px;
	font-size: 10px;
	text-align: center;
	margin: 0px 1px 0px 1px;
}

#contenu ul {
	list-style-type: square;
	font-size: 13px;
	margin: 0px 0px 0px 20px;
}

#contenu ul li {
	padding: 0px 0px 4px 0px;
}

ul#sitemap {
	list-style-type: none;
}

ul#sitemap p{
	font-size: 15px;
	font-weight: bold;
	margin: 0px;
	padding: 15px 0px 0px 0px;
}

ul#sitemap ul {
	list-style-type: disc;
	font-size: 13px;
	margin: 0px 0px 0px 20px;
}

ul#sitemap ul ul {
	list-style-type: square;
	font-size: 11px;
	margin: 2px 0px 0px 0px;
}

.haut {
	background-color: inherit;
	color: #0a390e;
	font-size: 10px;
	margin-left: 40px;
}

/*---------- Footer ----------*/

#footer {
	margin-top: 2px;
	background-color: #0a390e;
	color: #ffffff;
}

#footer p {
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	margin: 0;
	padding: 2px 0px 4px 0px;
}

#footer a {
	font-weight: normal;
	background-color: inherit;
	color: #FFFFFF;
}

#copyright p {
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	margin: 5px;
}

