* {
  margin: 0;
  padding: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}
img {
  border: 0;
}
.actu center img 
{box-shadow: 0 4px 7px 0px #333333;
}
.actu4 center img
{box-shadow: 0 4px 7px 1px #333333;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
ul, ol {
  list-style-type: none;
}
body {
  text-align: center; /* Hack pour IE, permet de centrer le site horizontalement */
  margin-top: 10px; /* Optionel */
  background-size: cover;
  background: #334fb3 url(../images/fond-bleu.jpg) 0 0 no-repeat;  /* url(../images/automne2.png/background-club-2015.jpg); /* Couleur de fond avec l'image au dessus - pour url(../images/fond-ciel-ete2.jpg) mettre le background #355F97*/   
  background-position: center center; 
  background-attachment: fixed;  
}
#conteneur {
  width: 980px; /* Spécifier la largeur du site, afin de le centrer */
  margin-left: auto; /* Permet de centrer le site horizontalement */
  margin-right: auto; /* Permet de centrer le site horizontalement */
  text-align: left; /* Rétabli le texte aligné à gauche */
  
}
#header {
	float: left;
	background: url(../images/fond-accueil.png) repeat; /* Couleur de fond avec l'image au dessus */
}
#content {
	clear: both;
	float: left;
	width: 980px;
}
#footer {
	clear: both;	
	padding-bottom: 155px;  	
}