.tableau_menugauche {
	line-height: 11px;
}
.titrenoir {
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	color: #000000;
}
.texteblanc {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 16px;
}
a.menunoir:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 12px;
}
a.menunoir:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 12px;
}
a.menunoir:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
	line-height: 12px;
}
a.menunoir#current2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 12px;
}
a.tdm_topmenu:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1E5082;
	text-decoration: none;
	font-weight: bold;
}
a.tdm_topmenu:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1E5082;
	text-decoration: none;
	font-weight: bold;
}
a.tdm_topmenu:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: underline;
	font-weight: bold;
}

/*  jl - etait #1E5082  */
a.tdm_chapitres#current {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #659DEB;
	text-decoration: none;
	font-weight: bold;
	list-style: none;
}
a.tdm_chapitres:link {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	list-style: none;
	}
	a.tdm_chapitres#current {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #659DEB;
	text-decoration: none;
	font-weight: bold;
	list-style: none;
}
a.tdm_chapitres:visited {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	list-style: none;
}
a.tdm_chapitres:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #EC8337;
	text-decoration: none;
	font-weight: bold;
	list-style: none;
}

.tdm_topmenu_barre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1E5082;
	text-decoration: none;
	font-weight: bold;
}


.cellule_chapitres {
	padding-right: 5px;
	padding-left: 1px;
}
.liste_chapitre {
	list-style-image: none;
	list-style-type: none;
}

/* Les 3 class suivantes sont utilisees par le script de switch de lien qui permet l'affichage des format de texte des liens ainsi que la bulle bleu */
a.tdm_chapitrescurrent:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1E5082;
	text-decoration: none;
	font-weight: bold;
	list-style-image: none;
	background-image: url(../images/tj_fleche_bleue.gif);
	background-repeat: no-repeat;
	background-position: 4px 4px;	
}
a.tdm_chapitrescurrent:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1E5082;
	text-decoration: none;
	font-weight: bold;
	list-style: none;
	background-image: url(../images/tj_fleche_bleue.gif);
	background-repeat: no-repeat;
	background-position: 4px 4px;
}
a.tdm_chapitrescurrent:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1E5082;
	text-decoration: none;
	font-weight: bold;
	list-style: square;
	background-image: url(../images/tj_fleche_bleue.gif);
	background-repeat: no-repeat;
	background-position: 4px 4px;
}


ul#menu
{
	margin: 0;
	padding: 0;
	list-style-type: none ;  /* Suppression du margin, du padding et des puces du <ul> */
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	
}


/* Class qui permet la separation entre les li */
ul#menu li
{
	/*margin: 0 0 2px 0 ; */
	margin: 0 0 10px 0px ;
	padding: 0 ;  /* Suppression du padding du <li> et on definit une marge basse de 5px pour le tout */
}

/* Class pour les liens situes dans les li - utile specialement pour la section display: block*/
ul#menu li a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block ; /* On passe les liens en ï¿½ï¿½ents de type block pour leur donner des proprietes de taille */
	width: 170px ;
	line-height: 15px ; /* hauteur du texte des lignes du menu */
	color: #666666;	/* couleur du texte du menu */
	text-indent: 15px ; /* On decale le texte de 40px du bord gauche */
	text-decoration: none ;
	/* background: url(bg_menu.gif) no-repeat 0 0 ; */  /* On met une image de background, que l'on positionne 0px du bord gauche et 0px du bord haut */
	/*border: 1px solid #dbd ; */
}
ul#menu li a:visited
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block ; /* On passe les liens en ï¿½ï¿½ents de type block pour leur donner des proprietes de taille */
	width: 170px ;
	line-height: 15px ; /* hauteur du texte des lignes du menu */
	color: #666666;	/* couleur du texte du menu */
	text-indent: 15px ; /* On decale le texte de 40px du bord gauche */
	text-decoration: none ;
	/* background: url(bg_menu.gif) no-repeat 0 0 ; */  /* On met une image de background, que l'on positionne 0px du bord gauche et 0px du bord haut */
	/*border: 1px solid #dbd ; */
}

ul#menu li a:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block ; /* On passe les liens en ï¿½ï¿½ents de type block pour leur donner des proprietes de taille */
	width: 170px ;
	line-height: 15px ; /* hauteur du texte des lignes du menu */
	color: #1E5082;	/* couleur du texte du menu */
	text-indent: 15px ; /* On decale le texte de 40px du bord gauche */
	text-decoration: none ;
	/* background: url(bg_menu.gif) no-repeat 0 0 ; */  /* On met une image de background, que l'on positionne 0px du bord gauche et 0px du bord haut */
	/*border: 1px solid #dbd ; */
}

.tdlistemenugauche {
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;

}
.tdlistemenugauchepieuvre {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

}
a.menubleu:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #1E5082;
	text-decoration: none;
	line-height: 15px;
}
a.menubleu:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #1E5082;
	text-decoration: none;
	line-height: 15px;
}
a.menubleu:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
	line-height: 15px;
}
.titrebleu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #1E5082;
}
.textebleu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #1E5082;
	line-height: 15px;
}

