TD {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height: normal;
	
}
// page d'accueil à gauche
.soustitre {
	font-weight: bold;
}
.txtblanc {
	font-weight: normal;
	color: #FFFFFF;
}
.titre {
	font-weight: bold;
	color: #000000;

}
.soustitre {
	font-weight: bold;
	color: #00464A;

}
a:link {
	color: #000000;
}
a:hover {
	color: #07B2BD;
	text-decoration: underline;
}
a:active {
	color: #07B2BD;
	text-decoration: underline;
}
// = link, pas de mémoire
a:visited {
	font-size: 11px;
	color: #000000;
    text-decoration: underline;
}

.groslien:link {
	font-weight: bold;
	color: #000000;
}
.groslien:visited {
	font-weight: bold;
	color: #000000;
}
.groslien:hover {
	font-weight: bold;
	color: #07B2BD;
}

.sousmenuactif {
	font-size: 10px;
	color: #E6DE00;
}
.menuactif {
	font-size: 10px;
}

.menuactif:link {
	color: #FFFFFF;
              text-decoration: none;
}
.menuactif:visited {
	color: #FFFFFF;
              text-decoration: none;
}
.menuactif:hover {
	color: #FFFFFF;
              text-decoration: underline;
}

.menupassif:link {
	color: #00464A;
              font-size: 10px;
              text-decoration: none;
}
.menupassif:visited {
	color: #00464A;
              font-size: 10px;
              text-decoration: none;
}
.menupassif:hover {
	color: #00464A;
              font-size: 10px;
              text-decoration: underline;
}
