body {
    font-family: verdana, arial, sherif;
    background: #000;
    color: #fff;
    font-size: 9pt;
    }

a {
    color: #fff;
    text-decoration: underline;
    font-size: 9pt;
    }

a:visited {
    color: #fff;
    }
  
a:hover {
    text-decoration: none;
    }

table {
	height: 780px;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	border-bottom: 1px solid #fff;
	}
	
td {
	border-style: none;
	font-size: 9pt;
	}

#bouton a {
	display: block;
	text-decoration: none;
	font-family: georgia;
	color: #000; 
	text-align: center; 
	font-weight: bold; 
	background-color: #fff;
    padding: 1px 0;
	}

#bouton a:hover {
	display: block;
	text-decoration: none; 
	color: #fff;
	text-align: center; 
	font-weight: bold; 
	background-color: #000;
	padding: 1px 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	}

/*--------------------------------------------------*/
/*                Galerie                           */
/*--------------------------------------------------*/  
#ecran {
    background-image: url(system/chelmimage.jpg);
    background-repeat: no-repeat;
    background-position: 356px 45%;
	position: relative;
	width: 1005px;
	height: 800px;
	margin: auto;
	border-bottom: 1px solid #fff;
    }
    
#galerie {
    background-image: url(system/coins.png);
    background-repeat: no-repeat;
    background-position: top right;
	width: 1005px;
	height: 800px;
	margin: auto;
    }
        
#vignette {
    background-color: white;
	width: 166px;             /*A redimentionner*/
	height: 800px;
	float: left;
    }
    
#vignette a {
	display: block;
	float: left;
	margin: 2px 0px 2px 4px;  /*A reparamétrer */
	width: 50px;              /*A redimentionner*/
	height: 50px;             /*A redimentionner*/
    }
    
#vignette a img {
	width: 50px;              /*A redimentionner*/
	height: 50px;             /*A redimentionner*/
	border: 0;
    }
    
#vignette a:hover img {
	position: absolute;
	width: auto;
	height: auto;
	left: 185px;
	top: 0px;
	border: 10px solid #fff;
    }
    
#galerie a:hover img {
    margin: 0;
	border: 10px solid #fff;
    }
 
 /*_______vignettes par ligne________*/
 /* nb | taille | marges  | largeur  */
 /* 3  | 50     | 2 0 2 4 | 166      */
 /* 4  | 35     | 2 1 2 4 | 164      */
 /* 5  | 29     | 2 2 2 2 | 165      */
 /* 6  | 23     | 2 0 2 4 | 166      */
 /* 7  | 19     | 2 0 2 4 | 165      */
    
/*--------------------------------------------------*/
/*               Commentaire                        */
/*--------------------------------------------------*/ 
    
a.commentaire span {
    display: none;
    }
    
a:hover.commentaire span {
    display: block;
    position: absolute;
    width: 166px;             /*A redimentionner ou A centrer*/
    bottom: 10px;
    left: 0px;
    padding: 2px 0px 3px 0px;
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 8pt;
    }