/*********************************************/
/* Styles pour les galeries au format diapos */
/*********************************************/

table.diapos td {
	width:  140px;			/* rŽpŽter dans le html */
	height: 140px;			/* rŽpŽter dans le html */
	text-align: center;		/* rŽpŽter dans le html */
	vertical-align: middle;	/* rŽpŽter dans le html */

/*	border: outset 1px #999; grey look */
	border: outset 1px #999;
	background-color: #666;
}

table.diapos td.h img {
	height:  85px;		/* rŽpŽter dans le html */
	width:  128px;		/* rŽpŽter dans le html */
}

table.diapos td.v img {
	width:   85px;		/* rŽpŽter dans le html */
	height: 128px;		/* rŽpŽter dans le html */
}

table.diapos td img { display: inline;}
table.diapos a img	{ border: 0; }

/*********************************************/
/* Styles pour les galeries au format film   */
/*********************************************/

table.hthumb	{ border-spacing: 0; border-collapse: collapse; background-image: url(hstrip.gif); }
table.vthumb	{ border-spacing: 0; border-collapse: collapse; background-image: url(vstrip.gif); }

/* CELLSPACING=0 MUST ALSO BE USED SINCE CSS BORDER CONTROL IS BADLY SUPPORTED */
/* http://www.westciv.com/style_master/academy/browser_support/element_type.html */

table.hthumb img	{ width: 128px; height: 85px;}
table.vthumb img	{ width: 85px; height: 128px;}

table.hthumb td {
	width: 128px;
	padding-left: 1px;
	padding-right: 1px; 	/* total width 130 */

	height: 85px;
	padding-top: 20px;
	padding-bottom: 20px; /* total height 125 */
}

table.vthumb td {
	width: 85px;
	padding-left: 20px;
	padding-right: 20px; 	/* total width 125 */

	height: 128px;
	padding-top: 1px;
	padding-bottom: 1px; /* total height 130 */
}

table.hthumb td img		{ display: block; }	/* http://devedge.netscape.com/viewsource/2002/img-table/ */
table.hthumb a img		{ border: 0; }		/* No border around link images (Mozilla) */

table.vthumb td img		{ display: block; }	/* http://devedge.netscape.com/viewsource/2002/img-table/ */
table.vthumb a img		{ border: 0; }		/* No border around link images (Mozilla) */

