@charset "UTF-8";

#fenetre {
position: absolute;
width: 1024px;        /* selon la largeur voulue */
margin-left: -512px;  /* moitie de width */
left: 50%;          /* constant, toujours 50% */
height: 768px;       /* selon la quantite de texte */
margin-top: -384px;   /* moitie de height */
top: 50%; 
}

#body {
text-align:center:
}

.legende {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color:#000000;
}

a:hover {
text-decoration: none;
color:#000000;
}

a:active {
text-decoration: none;
color:#000000;
}

a:visited {
text-decoration: none;
color:#000000;
}

a:link {
text-decoration: none;
color:#000000;
}
