/* conteneurs de la page */
#global { /*le conteneur global du site, qui sera centré */
position: relative; /* on positionne le conteneur */
width: 500px;
height: 400px;
margin-left: auto;
margin-right: auto;
text-align: left; /* on rétablit l'alignement du texte*/
background: url(images/tonberry.gif) no-repeat top center;
}

/* conteneurs de la page */
#haut {
float: left;
width: 389px;
height: 35px;
top: 0px;
left: 0px;
/*background: url(images/haut.jpg) no-repeat top center;*/
}
#gauche {
float: left;
width: 104px;
height: 304px;
top: 35px;
left: 0px;
/*background: url(images/gauche.jpg) no-repeat top center;*/
}
#contenu {
position: relative;
float: left;
width: 300px;
height: 333px;
top: 28px;
left: 174px;
/*background: url(images/contenu.jpg) no-repeat top center;*/
overflow: auto;
}
#menu {
position: relative;
float: left;
width: 500px;
height: 36px;
top: 30px;
left: 0px;
/*background: url(images/bas.jpg) no-repeat top center;*/
}
/* fin des conteneurs */

/* image map */

#titre a {
   position: absolute;
   float: left;
   height: 7px;
   width: 68px;
   top: 298px; 
   text-decoration: none;
   padding: 0px;
   }

#titre a i { visibility: hidden; }

#titre a:hover { border: 1px dotted #9A97A0;  }
#titre a:visited, a:link { text-decoration: none; }

/* 475C7B */
body{
	font-family: Verdana;
	font-size: 11px;
  font-weight: bold;
	color: #000000;
  margin: 0; /* pour éviter les marges */
  padding: 0;
  background-color: #FFFFFF;
}
p {
	margin-top: 0;
	padding-top: 0;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	font-decoration: none;
	margin: 0;
  margin-bottom: 7px;
	padding: 0;
  text-align: right;
  border-bottom: 1px dotted #FFEEDD;
}

h4 {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #FFEEDD;
  border-bottom: 1px dotted #EEEEEE;
}

table {
	border: none;
}

select, input, textarea, select {
	margin: 1px;
	border: solid 1px #000000;
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
  background-color: transparent; 
}

option {
	margin: 1px;
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
  background-color: #CCD5A7; 
}

ul {
	margin-top: 0;
	padding-top: 0;
}

.menuSpacer {
	border-bottom: 1px dotted #FFEEDD;
	margin-bottom: 0px;
}

#contenu a:link {
 	color: #60A000;
 	text-decoration: none;
 	border-bottom: 1px dotted #60A000;
}

#contenu a:visited {
 	color: #60A000;
 	text-decoration: none;
 	border-bottom: 1px dotted #60A000;
}

#contenu a:hover {
/*	background-color: #FFFFFF;*/
	color: #C0FF40;
	text-decoration: none;
	border-bottom: 1px solid #60A000;
}
