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

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

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

#haut2 {
float: left;
width: 250px;
height: 179px;
/*border-left: 1px solid #024291;*/
border-bottom: 1px solid #024291;
background: url(images/haut2.gif) no-repeat top center;
}

#menu {
float: left;
width: 250px;
height: 8px;
background: url(images/menu.gif) no-repeat top center;
}

#contenu {
float: left;
width: 250px;
overflow: none;
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: #48A1F0;
  margin: 0; /* pour éviter les marges */
  padding: 0;
  background-color: #000000;
}
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: #FEE13C;
  background-color: #297AD3;
  border: 1px dotted #FEE13C;
}

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

table {
	border: none;
}

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

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

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

#contenu a:link {
 	color: #84A7CF;
 	text-decoration: none;
 	border-bottom: 1px dotted #FEE13C;
}

#contenu a:visited {
 	color: #84A7CF;
 	text-decoration: none;
 	border-bottom: 1px dotted #FEE13C;
}

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

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

div.section {
  border-top: 1px solid #024291;
  border-bottom: 1px solid #024291;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  background-color: #001E42;
}