/*Menu de gauche*/
.texte_menu_gauche {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 21px;
	color: #333333;
	letter-spacing: 0.03em;
	text-align: left;
}


.menu_sous_som_droit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 21px;
	color: #333333;
	letter-spacing: 0.03em;
}

.titre_som_droit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #004b9c;
	letter-spacing: 0.03em;
	line-height: 21px;
	display: block;
}

.inline{
  display: inline;
}

  .ul {
	padding:8px;
	font-weight: bold;
	display: none;
	list-style-image: url(../images/selection.gif);
	list-style-type: none;
	list-style-position:outside;
  }

 /* Quand le visiteur clique sur le lien */ 

a:link {
	text-decoration: none;
	color: #333333;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #004B9C;
	font-weight: bold;
	color: #004b9c;
	border-right-width: medium;
	list-style-position:outside;
	}

.rouge {  font-weight:lighter; color: #BD2131}

.identifiant{
  font-variant:small-caps;
}
