/*
'
'**************************************
' Visuddhi - http://visuddhi.com
' Copyright (c) 2006 - Visuddhi
' All right reserved. 
'**************************************
'
*/

body { 
	font-family: Arial;
	color: none;
}
img { 
	border: 0;
}
td { 
	vertical-align: center;
}
div.header {					
	padding: 155px;				
	text-align: center;				
	font-size: 0px;
	font-weight: bold;
	font-variant: small-caps;
	background: transparent;			
	border: 0px solid transparent;
}
div.center {
	text-align: left;
}
table.container {
    border-spacing: 0px;
	margin: 0px 0px;
}
table.dia {
	margin: 0px;
	width: 0px;
	height: 0px;
	border: 1px solid #344643;				<!-- pour la bordure des vignettes -->
	border-collapse: collapse;
}
div.smalldesc { 
	border-collapse: collapse;
	margin: 0px 0px 0px 0px;				
	width: 0px;
	font-size: 0px;
	text-align: center;
}
table.dia img { 
  width:37px;								<!-- taille des vignettes -->
  min-width:37px;
  max-width:37px;
  height: 25px;
  max-height:25px;
  min-height:25px;
	display: block;
	margin: auto; 
}

div.footer {
  margin: 0px;
  text-align: center;
}

table.dia a img { 
	filter:alpha(opacity=30);
	-moz-opacity:0.8;
	opacity: 0.3;
}
table.dia a:hover img { 
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity: 0.8;
}

