.test,
.texte,
.texteBarre,
.texteHome,
.texteGras,
.texteBlanc,
.texteBlancGras,
.texteAster,
.texteRouge,
.titreModule,
.texteGrise,
.texteNonSouligne,
.lienMenu,
.saisie,
.navigMenu,
.nonNavigMenu{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

.texte {
	font-size: 10px;
	text-decoration: none
}

.texteBarre {
	font-size: 10px;
	text-decoration: line-through
}

.texteGras {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none
}

.texteHome {
	font-size: 14px;
	color: #333333;
}

.texteRouge {
	font-size: 10px;
	color: #E50004;
}

.texteRouge9px {
	font-size: 9px;
	color: #E50004;
}
.texteRougeGras {
	font-size: 10px;
	font-weight: bold;
	color: #E50004;
}

.texteAster {
	font-size: 10px;
	font-weight: bold;
	color: #E50004;
}

.texteBlanc {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none
}

.texteLien {
	font-size: 10px;
	color: #E50004;
	text-decoration: none
}

.titreModule {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.texteGrise {
	font-size: 10px;
	color: #888888;
}

.texteGriseBig {
	font-size: 12px;
	color: #AAAAAA;
}

.texteBlancGras {
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none
}

.texteNonSouligne {
	font-size: 10px;
	text-decoration: none;
}

.texteErreur {
	font-size: 10px;
	color: red;
}

.lienMenu {
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.saisie {
	font-size: 9px;
	color: #000000;
}

.bouton {
	font-size: 10px;
	color: #000000;
}

.boutonBig {
	font-size: 12px;
	color: #E50004;
}

.boutonAide {
	font-size: 10px;
	color: #E50004;
}

.navigMenu {
	font-size: 10px;
	color: #000000;
	cursor: pointer;
}

.navigMenuTexte {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.nonNavigMenu {
	font-size: 10px;
	color: #E50004;
	font-weight: bold;
}

.texte select {
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:#d6e1ec;
	background: #eee;
}

.texte input {
	background: #eee;
}



