/* menu en haut */
.menuhaut { 
	position: absolute; top: 5px; left: 5px; width: 700px; background-color: #037A95; margin: 0; padding: 3px 10px 0px 10px; z-index: 3;
}

/* menu en haut fixe css2 */
html>body .menuhaut {
	position: fixed;
}

.menugau { 
	position: absolute; top: 80px; left: 8px; width: 200px; background-color: #FFFFFF; margin: 0; padding: 0; font-family: verdana, sans-serif; z-index: 2;
}

/* menu gauche fixe css2 */
html>body .menugau {
	position: fixed;
}

/* contenu hors menu fixe */
.content {
	position: absolute; top: 80px; left: 218px; width: 500px; background-color: #FFFFFF; margin: 0; font-family: verdana, sans-serif; z-index: 1;
}

/* liens */
a:visited {
	font-size: 11px; line-height: 16px; font-weight: bold; color: #000099; text-decoration: none; background: none;
}

a:link {
	font-size: 11px; line-height: 16px; font-weight: bold; color: #000099; text-decoration: none; background: none;
}

a:hover {
	font-size: 11px; line-height: 16px; font-weight: bold; color: #000099; text-decoration: underline; background: none;
}

/* central categorie */
.catcen { 
	float: right; width: 170px; font-size: 10px; line-height: 12px; color: #000000; background-color: #FFFFFF; text-align: right;
}

/* central contenu */
.contcen { 
	font-size: 11px; line-height: 16px; color: #000000; background-color: #FFFFFF; text-align: left; padding-left: 5px;
}

/* central definition */
.defcen { 
	font-size: 11px; line-height: 16px; color: #000000; background-color: #FFFFFF; text-align: justify; padding-left: 8px;
}

/* central titres */
.titcen { 
	font-size: 12px; line-height: 18px; color: #037A95; background-color: #E8B817; text-align: left; padding-left: 5px;
}

/* menugau contenu */
.contgau { 
	font-size: 11px; line-height: 16px; color: #000000; background-color: #FFFFFF; text-align: left; padding-left: 5px;
}

/* menugau forms */
.formgau { 
	width: 180px; font-size: 11px; line-height: 16px; color: #000000; text-align: left; 
}

/* menugau titres */
.titgau { 
	font-size: 12px; line-height: 18px; color: #FFFFFF; background-color: #037A95; text-align: left; padding-left: 5px;
}

/* menugau recherche */
.recgau { 
	font-size: 11px; line-height: 16px; color: #037A95; background-color: #E8B817; text-align: left; padding-left: 5px;
}


