/* CSS Document */
body,td,th {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: medium;
	color: #000;
}
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;
}
.xxsmall {font-size: xx-small}
.xsmall {font-size: x-small}
.small {
	font-size: small;
}


.descript {
	font-size: small;
	background-color: #FFFFFF;
	font-style: italic;
}
	
#topright { position:absolute; top:5px; right:5px; width:100px; height:10px; z-index:1; }
#bottomleft {
	vertical-align: bottom;
}
.actualite {
	font-size: small;
	color: #000;
	margin: 5px;
	font-weight: bolder;
}
