  

body { 
	width: 100%;
	margin: 0 auto;
/*    background-image: url('celeste.jpg');   */
	background-repeat: no-repeat;     
	background-attachment: fixed ;
}



body { 

background-color: #F6F6F6;
scrollbar-face-color: #9D6B6A;
scrollbar-shadow-color: #E4D7D1;
scrollbar-highlight-color: #E4D7D1;
scrollbar-3dlight-color: #E4D7D1;
scrollbar-darkshadow-color: #E4D7D1;
scrollbar-track-color: #E4D7D1;
scrollbar-arrow-color: #E4D7D1;
}





/*   
Menu fixe haut  gauche 

#fixedmenu2 {
   position: fixed;
   top: 0px;
   left: 0px; 
   right: 169px;  
  width: 0px;
   background: transparent;
}

#fixedmenu2 a, #fixedmenu2 a:hover {
   text-decoration: none;
   display: block;
   width: 150px;
   height: 92px;
   overflow: hidden;
   font-size: 40px;
   line-height: 1;
   margin: 0 auto;
}

#fixedmenu2 ul, #fixedmenu li {
   list-style-type:none;
   margin: 0px 0;
   padding: 0;
}

#fixedmenu2 #home {
   background: transparent url(-Logo-1.png) no-repeat;
}

*/