body {
	font-size: 8pt;
	line-height: 16pt;
	font-family: Helvetica, Arial, sans-serif;
	background: #DADADA;
	text-decoration: none;
	margin: 0;
}

#head {
    width: 100%;
	top: 0;
	left: 0;
	padding-bottom: 26pt;
	position: absolute;
	overflow: hidden;
	z-index: 9; 
}

#menu {
    width: 100%;
	top: 144px;
	padding-bottom: 26pt;
	position: absolute;
	overflow: hidden;
	z-index: 5; 
}

#download {
	font-size: 7pt;
	line-height: 16pt;
	font-weight: bold;
	text-decoration: blink;
	background:	#00FFFF;
	width: 100%;
	display: block;
	position: fixed;
}

a.logo, a.logo:active {
	width: 100%;
	height: 128px;
	top: 16pt;
	position: fixed;
	background: url("/images/logo.png") 8px 50% no-repeat;
	background-color: none;
	display: block;
}

a.logo:hover {
	width: 100%;
	height: 128px;
	top: 16pt;
	position: fixed;
	background: url("/images/logo-da.png") 8px 50% no-repeat;
	background-color: #000000;
	display: block;
}

a, a:link { text-decoration: none; color: #000000; display: block; padding-left: 10px;}
a:active { text-decoration: none; color: #000000; display: block; padding-left: 10px;}
a:visited { text-decoration: none; color: #000000; display: block; padding-left: 10px;}
a:hover { text-decoration: hover; color:#DADADA; background: #000000; display: block; padding-left: 10px;}

.titre {
	font-weight: bold;
	padding-left: 10px;
	padding-top: 16pt;
}

.texte { 
	padding-left: 10px; 
}

.img {
	background: url("/images/loading.gif") 150px 50% no-repeat;
	border: none;
	width: inherit;
	height: auto;
	margin-left: 250px;
	margin-top: 1px;
	position: relative;
	top: 16px;
	z-index: 0;
}

.legende-titre {
	margin-left: 250px;
	padding-top: 16pt;
	font-weight: bold;
}

.legende {
	margin-left: 250px;
}

.footer {
	position: relative;
	overflow: hidden;
	margin-top: 48pt;
	bottom: 0;
}
