#container{
background-image: url("../images/fondglobaln2.jpg");
background-repeat: auto;
width: 980px;
margin: auto;
border: 3px ridge gray;
}

.banniere {
background-image: url("../images/entete.jpg");
background-repeat: no-repeat;
width: 980px;
height: 71px;
margin-bottom: none;
}

body {
background-image: url("../images/bodybg.gif");
background-attachment: fixed;
background-repeat: repeat-x; 

}

#footer {
font-family: "Georgia";
width: 980px;
height: 25px;
background-color: #164b60;
color: white;
border-bottom: 2px solid gray;
}

#footer ul, #footer a {
list-style: none;
color: white;
text-decoration: none;
text-align: center;
margin-right: 15px;
font-weight: bold;
}

#footer a:hover {
color: #67a163;
}


