
/*----------------------------------------------------------------------------*/
/*                       Définition générale de la page                       */
/*----------------------------------------------------------------------------*/
body {
	font-family: Verdana, "Trebuchet MS", "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
	font-size: 100%;
	margin: 0;
	padding: 0;
}
#conteneur {
	position: relative;
	width: 800px;
	margin: 0 auto;
	background-color: #FFFFFF;
}

p {
	margin: 0 0 10px 0;
}
h1 {
	padding: 0;
	font-size: 1.6em;
	color: #618149;
}

subtitle {
	padding: 0;
	font-size: 1.8em;
	font-style: bold;
}

h2 {
	padding: 0;
	margin-left: 3px;
	font-size: 1.1em;
	color: #618149;
}

h2b {
	padding: 0;
	margin-left: 3px;
	font-weight: bold;
	font-size: 1.3em;
	color: #618149;
}

h3 {
	padding: 0;
	font-style: italic;
	font-size: 1.0em;
	color: #618149;
}

h4 {
	padding: 0;
	font-size: 0.9em;
	color: #618149;
}
.clicksurimage {
	font-style: italic;
	font-size: 0.9em;
	color: #000000;	
}
.object_name {
	padding: 0;
	font-weight: bold;
	font-size: 1.0em;
	color: #618149;
	margin-bottom: 0px;
}
/*----------------------------------------------------------------------------*/
/*                              Entête de la page                             */
/*----------------------------------------------------------------------------*/
#entete {
	height: 100px;
	font-size: 100%;
	background-color: #FFFFFF;
}
.maintitle {
	text-align: center;
	padding: 0;
	font-weight: bold;
	font-size: 1.6em;
	color: #B3F5B3;	
}
/*----------------------------------------------------------------------------*/
/*                              Menu horizontal                               */
/*----------------------------------------------------------------------------*/
#menutop {
	position: relative;
	height: 28px;
	margin: 0 2px 1em 2px;
	clear: both;
	background: #F9D966 url(images/menu.jpg) left top no-repeat;
}
#menutop ul, #menutop li {
	margin:0;
	padding: 0;
	list-style-type: none;
}
#menutop ul {
	position: absolute;
	height: 28px;
	width: 800px;
	left: 0px;
}

#menutop li {
	float: left;
}

#menutop li a { 
	display: block;  
	height: 28px;
	width: 112px;
	color: #A8E8A8;
	font: 17px/28px "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
	text-decoration: none;
	border-left: 1px solid #fff;
	text-align: center;
	font-weight: bold;
}
#menutop li a.last {
	border-right: 1px solid #fff;
}

#menutop a:hover {
	color: #EFFBEF;
	background: transparent url(images/menu.jpg) top left no-repeat;
}

#menutop a#menu1:hover {
background-position: -1px -28px;
}
#menutop a#menu2:hover {
background-position: -114px -28px;
}
#menutop a#menu3:hover {
background-position: -227px -28px;
}
#menutop a#menu4:hover {
background-position: -340px -28px;
}
#menutop a#menu5:hover {
background-position: -453px -28px;
}
#menutop a#menu6:hover {
background-position: -566px -28px;
}
#menutop a#menu7:hover {
background-position: -679px -28px;
}

/*----------------------------------------------------------------------------*/
/*                              Partie principale                             */
/*----------------------------------------------------------------------------*/
#centre {
	background-color: #FFFFFF;
	font-size: 0.8em;
	margin-left: 150px;
}
#centreIndex {
	background-color: #FFFFFF;
	font-size: 0.8em;
	margin-left: 160px;
}
#accueil {
	background-color: #FFFFFF;
	font-size: 0.8em;
	margin-left: 0px;
	text-align: justify;	
}
#P1 {
	background-color: #FFFFFF;
	font-size: 1.0em;
	margin-top: 10px;
	margin-left: 0px;
}

/*----------------------------------------------------------------------------*/
/*                              Pied de la page                               */
/*----------------------------------------------------------------------------*/
#pied {
	height: 100px;
	background-color: #FFFFFF;
	margin-top: 20px;
}

.footnote {
	text-align: center;
	padding: 0;
	font-weight: normal;
	font-size: 0.6em;
	color: #DDDDDD;	
}
.footnoteLinks {
	text-align: center;
	padding: 0;
	font-weight: normal;
	font-size: 0.7em;
	color: #000000;	
}
/*----------------------------------------------------------------------------*/
/*                                  Carte                                     */
/*----------------------------------------------------------------------------*/
#carte {
	position: absolute;
	top: 120px;
	left: 704px;
	height: 57px;
	width: 92px;
	z-index: 5;
	background-color: #EEEEEE;
	border: 1px solid black;
	margin-top: 10px;
	margin-left: 0px;
}
/*----------------------------------------------------------------------------*/
/*                              Menu de gauche                                */
/*----------------------------------------------------------------------------*/
#gaucheIndex {
	position: absolute;
	top: 130px;
	left: 3px;
	width: 150px;
}

#gauche {
	position: absolute;
	left: 0;
	width: 150px;
}
.menugauche {
	list-style-type: none;
	color: #618149;
	font-size: 1.0em;
	font-weight: bold;
	margin: 0;
	padding: 0;
	margin-top: 15px;
}
.menugauche li {
	margin-bottom: 3px;
}
.menugauche a {
	margin: 0 0px;
	color: #DA70D6;
	font-weight: bold;
	font-size: 0.9em;
	text-decoration: none;
}
.menugauche a:hover {
	/* text-decoration: none; */
	color: #618149;
}
/*----------------------------------------------------------------------------*/
/*                              Popup d'information                           */
/*----------------------------------------------------------------------------*/
a.info {
  position:relative;
  text-decoration: none;
  font-size: 0.9em;
  color: #618149;
  border-bottom: 1px gray dotted;
}
a.info span {
  display: none;
}
a.info:hover {
   background: none; 
   z-index: 500; 
}
a.info:hover span {
  display: inline; 
  position: absolute;
  top: -100px;
  left: 100px;
  white-space: wrap;
  font-family: "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
  font-size:11px;
  z-index: 500;
  font-weight:normal;
  width:300px;
  background: #EEEEEE;
  text-align: left;
  color: black;
  padding: 0.2em;
  border: 1px solid #618149;
  border-top: 3px solid #618149;
}