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

/* conteneurs de la page */
#titre {
float: left;
width: 323px;
height: 144px;
/*border-left: 1px solid #024291;*/
border-top: 1px solid #dddddd;
background: url(images/haut.jpg) no-repeat top center;
}

#haut1 {
float: left;
width: 323px;
height: 144px;
/*border-left: 1px solid #024291;*/
background: url(images/milieu.jpg) no-repeat top center;
}


#contenu {
float: left;
width: 321px;
overflow: none;
padding: 0px 0px 0px 0px;
background: url(images/bas.jpg) no-repeat top center;
text-align: center;
border-left: 1px solid #99324F;
border-right: 1px solid #99324F;
}

/* 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 #99324F;  }
#titre a:visited, a:link { text-decoration: none; }

/* 475C7B */
body{
	font-family: Verdana;
	font-size: 11px;
	color: #332026;
 	margin: 0; /* pour éviter les marges */
 	padding: 0;
 	background-color: #ffffff;
}
p {
	margin-top: 0;
	padding-top: 0;
}

strong {
	font-size: 10px;
	font-weight: bold;
}

h1 {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	margin-bottom: 7px;
	padding: 0;
	text-align: center;
	color: #777777;
	border: 1px dotted #777777;
}

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

table {
	border: none;
}

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

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

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

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

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

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

p.droite {
margin: 5px;
text-align: right;
}

div.section {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
}