html, body {
 margin: 0;
 padding: 0;
 }
body {
 background-attachment:fixed;
 background-color:#000000; 
 background-image:url(Design/background_iframe.png); 
 }
#bandeau {
 background-attachment:fixed;
 background : transparent url(Design/ban.png) no-repeat;
 height : 185px;
 width : 898px;
 margin : 0 auto;
 } 

#bandeau2 {
 background-attachment:fixed;
 background : transparent url(Design/ban_menu.png) no-repeat;
 height : 34px;
 width : 898px;
 margin : 0 auto;
 } 
h1 {
 font-size: 200%; 
 color: navy; 
 text-align: center;
 }
h2 {
 font-size: 150%; 
 color: red; 
 padding-left: 15px;
 }
p,ul,li,td {
 color: black; 
 }
a:link {
 color: #A8A8A8;
 text-decoration: none;
 }
a:visited {
 color: #AE9E84;
 }
a:active {
 color:#D68500;
}
a:hover {
 color: #D68500;
 text-decoration: none;
}
