/*---------------------------------------------------------------------------------------*/
/*                  Zones des slideshows                                                    */
/*---------------------------------------------------------------------------------------*/
#divDiapoFade 
{
	/*position:relative;
	overflow:hidden;
	border: 1px solid #445566;*/
	width:568px;
 	height:256px;
	margin: 0px 0 0px 0px;
}
.diapoFade 
{
	list-style-type: none;
	margin:0;
	padding:0;
}
.diapoFade li
{
	float:left;
	position:absolute;
	display:none;
}
li.disp{display:block}
/*---------------------------------------------------------------------------------------*/
/*                  Zones des diaporama                                                    */
/*---------------------------------------------------------------------------------------*/
td.fondDiapo
{
	background: #D6391A;
	font-size: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
td.fondDiapoNavig
{
	background: #D6391A;
	font-size: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	text-align:center;
	border-bottom: 1px solid white;
}
*.imgGde
{
	border: 1px solid #D6391A;
	width:446px;
	height:296px;
}
*.imgGdeV
{
	border: 1px solid #D6391A;
	height:296px;
}
*.imgPte
{
	border: 1px solid #D6391A;
	width:100px;
	height:67px;
}
*.imgPteV
{
	border: 1px solid #D6391A;
	text-align:center;
	height:67px;
}
/*---------------------------------------------------------------------------------------*/
/*                  Zones des zoom                                                    */
/*---------------------------------------------------------------------------------------*/
DIV#listePhotos
{
   opacity : 1; 
    -moz-opacity : 1; 
    -ms-filter: "alpha(opacity=100)"; /* IE 8 */ 
    filter : alpha(opacity=100); /* IE < 8 */ 
}
*.imgZoomPte
{
 	border: 1px solid #D6391A;
	width:100px;
	height:67px;
   opacity : 1; 
    -moz-opacity : 1; 
    -ms-filter: "alpha(opacity=100)"; /* IE 8 */ 
    filter : alpha(opacity=100); /* IE < 8 */ 
}