/* CSS Document */

body {
	background-attachment: fixed;
	background-image: url(../fond.gif);
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #;
	text-align: justify;

}
td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: justify;
}

a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3B7489;
	text-decoration:none;

}
.thumb td{
	text-align: center;
}
.imageflottante
{
float:left;
}
.dessous
{
   clear: both;
}
caption{
   font-weight: bold;
   text-decoration: underline;
}

#flash {
	display:block;
}

#nonflash {
display:none;
}