body {
	background: white;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #061d51 /*bleu indigo*/;
	background-color: #f5f5f5; /*bleu clair*/
	margin: 0;
	padding: 0;
	text-align: center; /*corriger le bug de centrage dans IE5 */
}

/*styles généraux*/
a {
	text-decoration: none;
	color: #061d51; /*bleu indigo*/
}

a:hover {
	text-decoration: underline;
}

img {
  border: 0 none;
}

dl, dt, dd, ul, li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}


#conteneurglobal {
  width: 1008px;
  margin: 0 auto;
  text-align: left;

  position: relative;
}

#bandeau {
  position: relative;
  height: 190px;
  margin-bottom: 30px;
}

#liens-accessibilite {
  position: absolute;
  top: 5px;
  right: 5px;
}

#centre {
  margin-left: 251px;
  width: 560px;
  margin-right: 186px;
  margin-top: 0;

}

#gauche {
	float: left;
	width: 245px;
}

#gauche a {
  width: 230px;
  display: block;
  margin-left: 5px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
}

#gauche a:hover{
  margin-left: 10px;
  text-decoration: none;
  color: #c71507; /*rouge*/
}

#droite {
	float: right;
	width: 180px;
	margin-top: 0;
}

#pied {
  /*width: 100%;
  height: 20px;
  text-align: center;
  font-size: 10px;
  clear: both;*/
}

#contenu {
  /*overflow-y: auto;
  height: 400px;
  width: 550px;*/
}

#contenu h1 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
}
