body
{
width: 1000px;
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/headfeuilles.jpg");
background-repeat: no-repeat;
margin-bottom: 10px;
border: ridge 4px black;
margin-bottom: 10px;
}


h2
{
font-family: "comic sans MS", "arial black", arial, verdana, serif;
text-decoration: underline;
color: black;
font-size: 200%;
}

#video
{
position:absolute;
left: 25%;
top: 200px;
}

#footer
{
width: 950px;
height: 40px;
border: ridge 4px black;
text-align: center;

background-image: url("../images/footfeuilles.png");
background-repeat: repeat-x;
background-position: bottom;

position: absolute;
top: 800px;
}

#lien
{
position: absolute;
top:9px;
right: 40%;
}

#lienvideos
{
width: 100px;
height: 45px;
border: ridge 4px green;
background-color: #808080;
text-align: center;

position: absolute;
right: 25%;
bottom: 0px;
}

a:hover
{
color: yellow;
background-color: #808080;
}
