*{
margin: 0;
padding: 0;
}

body{
font-family:arial, 'Trebuchet MS', sans-serif;
left: 50%;
background-color: black;
margin-left:auto;
margin-right:auto;
}
#contenu{
padding:20px;
width: 760px;
margin-left:auto;
margin-right:auto;

background-color: #d4e2e7;
background-image: url("../images/nuage.png");
background-repeat: no-repeat;
background-position: left top;
}
a{
font-size: 15px;
color: green;
font-size: 15px;
font-weight: bold;
}
a.menu{
margin-left: 15px;
font-size: 15px;
}
h2{
font-size: 25px;
color: green;
margin-top: 75px;
margin-left: 50px;
margin-bottom: 10px;
text-decoration: none;
}
a:hover{
font-size: 15px;
color: darkgreen;
}
#barre{
margin-left:auto;
margin-right:auto;
width: 760px;
height: 25px;
background-color: white;
filter: alpha(opacity=65);
-moz-opacity: .65;
opacity: .65;
z-index: 2;

}
#titre{
float:left;
width: 200px;
height: 25px;
}
#favoris{
float:left;
width: 560px;
height: 25px;
}
h1{
display: inline;
margin-top: 0;
margin-bottom: 0;
font-size: 20px;
color: green;
}

img.imageBouton{

height:0px;
border:none;
margin-left:99px;}
.lienImage:hover {
filter: alpha(opacity=100);
-moz-opacity: .99;
opacity: .99;
}
#footer{
clear: both;
text-align: center;
}
#spanFooter{
color: grey;
}
.aFooter{
color: grey;
}
div.video{
text-align: center;
}
p{
text-indent: 20px;
}
p.parGrand{
margin-bottom: 20px;
clear: both;
}