

#contenu {
 background: url(../images/fond_partenaires.gif) 20px 0px no-repeat;
 z-index: 0;
}
h1 {
  font-size: 120%;
	clear: both;
	background: url(../images/puce_verte.gif) 0.5em 0.2em no-repeat;
  margin-left: 2em;
}
h1 a {
  color: #66CCFF;
	text-decoration: none;
}
h1 a:hover {
  text-decoration: underline;
	color: yellow;
}


/*********** logos centré *****************/

ul#logo {
  list-style-image: none;
	list-style-type: none;
	width: 750px;
	margin: 0 auto 2em auto;
	font-size: 0.9em;
	padding: 0;
	height: 315px;
}
ul#logo li {
  float: left;
	text-align: center;
	margin: 0 10px 10px 10px;
}
ul#logo a {
  display: block;
	height: 95px;
	width: 100px;
  text-decoration: none;
	color: white;
	border: 1px solid #27539D;
	/*margin: 0 10px 10px 10px;*/
	/*background: #013E73;*/
}
ul#logo a:hover {
  color: yellow;
	border: 1px solid yellow;
	background: #013E73;
}