
a{
	color: Black;
	font-size: 10px;
	font-family: verdana;
	text-decoration: none;
}
.txtnoir{
	color: Black;
	font-size: 10px;
	font-family: verdana;
	text-decoration: none;
}
a.txtm{
	color: #FFFFF0;
	font-size: 12px;
	font-family: verdana;
	text-decoration: none;
}
a:link.txtm{
	color: #FFE4C4;
	font-size: 12px;
	font-family: verdana;
	text-decoration: none;
}

.txtm{
	color: #FFFFF0;
	font-size: 12px;
	font-family: verdana;
	text-decoration: none;
}
.txtms{
	color: #FFFFF0;
	font-size: 12px;
	font-family: verdana;
	text-decoration: underline;
}
.title{
	color: #0002D9;
	font-size: 14px;
	font-family: verdana;
	text-decoration: none;
}
a.txtm:hover{
	color: #FFE4C4;
	font-size: 12px;
	font-family: verdana;
	text-decoration: underline;
}

.bloc-titre{
	color: #FFE4C4;
	font-size: 11px;
	font-family: verdana;
	text-decoration: none;
	font-weight: bold;
}

   
    
	



   
.nav{
	color: White;
	font-size: 13px;
	font-family: verdana;
	font-weight: bold;
	text-decoration: none;
}

a.nav{
	color: White;
	font-size: 13px;
	font-family: verdana;
	font-weight: bold;
	text-decoration: none;
}

a:link.nav {
	color: White;
	font-size: 13px;
	font-family: verdana;
	font-weight: bold;
	text-decoration: none;
}

a:hover.nav {
	color: #00E1E3;
	font-size: 13px;
	font-family: verdana;
	font-weight: bold;
	text-decoration: underline;
}






.liste {
		width : 120px;
		/* largeur de la liste : environs 15 lettres majuscules - voir em */
		list-style-type:none
	} /* suppression des boutons CSS devant les items de la liste */

	a.liste {
		border-left: 12px solid #8c4e29;
	/* crée un gros carré gris à gauche des liens non survolés */
		background-color:#c39071 ;
	/* couleur de fond des liens non survolés */
		display:block;
	/* force le lien à prendre 100% de la largeur de la liste */
		
	/* insère un espace entre le texte du lien et le gros carré gris */
		color:black ;
	/* la police des liens non survolés est noire */
		text-decoration:none ;
		font-size: 11px;
	color : #00000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	/* on suprime le soulignement des liens */
		height:1.5em
	} /* hauteur de chaque ligne. N'est indispensable que pour IE 5.0 et 5.5 */

	

	  a.liste:hover {
	background-color: #8c4e29; /* le fond du lien passe au noir */
	color: #Ffffff; /* le texte passe au blanc */
	border-left-color: #FCE9C3;
} /* crée un gros carré rouge à gauche des liens survolés */

	  a.liste:active {
	background-color: #8c4e29; /* le fond du lien passe au noir */
	color: #Ffffff; /* le texte passe au blanc */
	border-left-color: #c39071;
} /* crée un gros carré rouge à gauche des liens survolés */
