.unlinedgray {
    COLOR: #000000;
    text-decoration : none
}
.unlinedgray:Hover {
    COLOR: #000000;
    text-decoration : none
}

.unlinedyellow {
	font-size: 11px;
    color: #000000;
    font-family : Arial, Helvetica, sans-serif;
    text-decoration : none
}
.unlinedyellow:Hover {
    font-size: 11px;
    color: #FFFF99;
    font-family : Arial, Helvetica, sans-serif;
    text-decoration : none
}

.TitreTab  {
    font-family : Arial, Helvetica, sans-serif;
    font-size : 16px;
    letter-spacing : 2px;
    font-weight : bold;
    color : #F4F900;
    background-color : #7A7A7B
}

.GrisF {
	font-size : 12px;
	color : #000000;
	text-decoration : none;
	background-color : #C5C5C5;
}

.GrisF:Hover {
	text-decoration : underline;
}

.GrisC {
	font-size : 12px;
	color : #000000;
	text-decoration : none;
	background-color : #FFFFFF;
}

.GrisC:Hover {
	text-decoration : underline;
}

.Gris2F {
    font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 10px;
	font-style : normal;
	color : #FFFF99;
	text-decoration : none;
	background-color : #4D4D4D;
}

.Gris2F:Hover {
	text-decoration : underline;
}

.Gris2C {
    font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 10px;
	font-style : normal;
	color : #FFFF33;
	text-decoration : none;
	background-color : #7A7A7B;
}

.Gris2C:Hover {
	text-decoration : underline;
}

.Gris3F {
    font-family : Arial, Verdana, Helvetica, sans-serif;
    font-size : 16px;
	font-style : italic;
    font-weight : bold;
    letter-spacing : 2px;
	color : #FFFF33;
	text-decoration : none;
	background-color : #4D4D4D;
}
