/* conteneurs de la page */
#global { /*le conteneur global du site, qui sera centré */
position: relative; /* on positionne le conteneur */
width: 314px;
height: 600px;
margin-left: auto;
margin-right: auto;
text-align: left; /* on rétablit l'alignement du texte*/
}

/* conteneurs de la page */
#titre {
float: left;
width: 314px;
height: 230px;
background: url(images/frenchy.jpg) no-repeat top center;
}
#contenu {
float: left;
width: 314px;
overflow: auto;
padding: 0px 0px 0px 0px;
}

/* 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;
	color: #767676;
	scrollbar-face-color: #DEE4F5;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #A8957B;
	scrollbar-3dlight-color: #000000;
	scrollbar-arrow-color: #A8957B;
	scrollbar-track-color: transparent;
	scrollbar-darkshadow-color: #000000;
  margin: 0; /* pour éviter les marges */
  padding: 0;
  background-color: #ffffff;
  background: url(images/fond.gif) top center;
}
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;
  color: #000000;
  border-bottom: 1px dotted #767676;
}

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

table {
	border: none;
}

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

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

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

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

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

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