/* Mise en grand d'une image */
div#divImage { 
    background-color: #777777;
    position: absolute;
    top: 0px;
    left:0px;
    width:100%;
    height:100%;
    opacity: 0.5;
}
td#menuGalerie {
 	/*background-color: #555555;*/
 	text-align:left;
 	width:170px;
}
table#contenuGalerie td {
	text-align : center;
	width :660px;
}
td#tDGalerie {
	text-align : center;
	/*width:170px;*/
	
}
