/* CSS Document */
body,td,th {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: medium;
	color: #000033;
}
a:link {
	text-decoration: none;
	color: #0000CC;
}
a:visited {
	text-decoration: none;
	color: #0000CC;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #00CC00;
}
body {
	background-color: #FFFFFF;
	background-image: url(../pix/fond.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: top center;
	margin-left: 7%;
	margin-right: 7%;
	margin-top: 40px;
}
.xxsmall {
	font-size: 9px
}

.descript {
	font-size: small;
	background-color: #FFFFFF;
	font-style: italic;
}
	
#topright { position:absolute; top:5px; right:5px; width:100px; height:10px; z-index:1; }
