
html
{
background-attachment:fixed;

}
body 
{
width:80%;
margin:auto;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
background:url(../images/index2.jpg);

}
h1
{color:blue;}
h2
{color:#F06B30;
text-align:left;
}
#corps {
margin: 0 auto;/*deplacement corps */
height:180px;
width: 780px; 
padding:10;

background-repeat:no-repeat;
}

#header {
color: #333;
width: 776px;
padding: 0;
height: 555px;
margin:0;

}

#navlist
{
padding-left: 0;
margin-left:0;
width: 290px;
color:blue; 
}

#navlist li a { text-decoration: none; color:white; font-weight:600;font-size: 17px; }
#navlist li a:hover { text-decoration: none; letter-spacing:2px; color:yellow; font-weight:600 }
#navlist1 li a:hover { text-decoration: none; letter-spacing:2px; color:#000000; font-weight:600 }
#navlist li
{height:35px;
list-style: none;
margin: 0; line-height:35px;
color:yellow; 
}


}

