#main {
	visibility:visible;
	position: absolute;
	overflow:hidden;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.titre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: green;
}
.texte {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
}
.linkMenu a { font-family: Arial; color:white; text-decoration: none;font-size:10px }
.moduleRow { background-color: #888888; }
.moduleRowOver { background-color: #888800; }