body
{
width: 950px;
margin: auto;
margin-top: 10px;
margin-bottom: 10px;
background-color: #666600;
background-image: url("../images/fond.png");
background-repeat: no-repeat;
background-position: center;
background-attachment: fixed;

}

#header
{
width: 950px;
height: 99px;
background-image: url("../images/ban.png");
background-repeat: no-repeat;
margin-bottom: 10px;
border: ridge 4px black;
margin-bottom: 10px;
}

h1
{
font-family: "comic sans MS", "arial black", arial, verdana, serif;
text-align: center;
text-decoration: underline;
text-transform: uppercase;
font-size: 200%;
}

#diapo
{
margin-left: 100px;
margin-top:50px;
margin-bottom: 40px;
}


a img
{
border: none;
}
a
{
color: blue;
}

#retour
{
width: 220px;
height: 30px;

margin-left: 340px;
border: ridge 2px black;
text-align: center;
background-image: url("../images/blanc.png");
}




#footer
{
width: 950px;
height: 40px;
border: ridge 4px black;
text-align: center;
background-image: url("../images/border.jpg");
background-repeat: repeat-x;
background-position: bottom;

position: absolute;
top: 1100px;
}

a:hover
{
color: yellow;
background-color: #808080;
}

a:focus
{
color: red;
background-color: #808080;
}
