body    			/*Texte en blanc / couleur du scrollbar */
{
   	color: white;   
	font-size:11pt;
	font-family:arial;	
   
   	scrollbar-face-color: #7189AB;
	scrollbar-shadow-color: #000000;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #94A9CA;
	scrollbar-arrow-color: #FFCC00;
}



a.menutop {
color: #F6B190;
text-decoration: none;
}


a.menutop:visited {
color:#F6B190;
text-decoration:none;
}

a.menutop:hover {
color:#C88536;
text-decoration:none;
}

a:link{
color:white;
text-decoration:none;
font-weight: bold;
}

a:visited{
color:white;
text-decoration:none;
font-weight: bold;
}

      
        /* BOITE DU DIAPORAMA */
#boite_diapo {      position:absolute;
					width:367px;
     				height:517px;                           
     				background-color:none;
         			background-image:url(template/photoacc4.png);} /* IL FAUT IMPERATIVEMENT QUE LE NOM DE L'IMAGE SOIT IDENTIQUE A CELUI DANS LE SCRIPT : tab_img[0]
                            
        /* image dans la boite du diaporama */                            
#img_diapo  {       width:367px;
					height:517px;
     				filter: alpha(opacity=0);   /* fondu pour internet explorer */
     				-moz-opacity:0;             /* fondu pour mozilla, phoenix, firebird, firefox*/
         			opacity:0;                  /* fondu pour mozilla firefox */
            		-khtml-opacity:0.5;         /* fondu pour konqueror et safari */
              		background-color:none;}