
body {
margin: 0;
padding: 0;
background: white;
font: 80% verdana, arial, sans-serif;
}

#info{
  margin-left:auto;
  margin-right:auto;
  width:847px;
}

#conteneur{
  background-image: url(img/splash.jpg);
  background-repeat:no-repeat;
  height:368px;
  width:847px;
}

#conteneur a{
  display:block;
  height:368px;
  width:847px;
}

/*CSS du menu : debut*/
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}

#menu {
margin: 0 auto;
top: 0;
left: 0;
z-index:100;
width: 847px;
height:100px;
}

#menu dl {
float: left;
width: 12em;
}

#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
margin: 1px;
width:140px;
}

#menu dd {
display: none;
width:140px;
}

#menu li {
text-align: center;
background: url(img/menu.jpg) repeat-x 0 -25px ;
width:140px;
border:none;
}

#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}

#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
background: url(img/menu.jpg) repeat-x 0 0 ;
}
/*CSS du menu : FIN*/


#infos{
  text-align:center;
}

.green{
  color:green;
}

#footer {
  text-align:center;
  font-size: 0.8em;  
}

#webfelin img {
  border: none;
  width:50px;
  height: 50px;
}

