#indexAlphabetique a{
	color: #476C22;
	font-weight: bold;
	text-decoration: none;
}

#indexAlphabetique a:hover{
	background-color: Olive;
	color: #C4E3A6;
}

#indexAlphabetique th {
	padding-left: 5px;
	padding-right: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: Black;
}

#indexAlphabetique{
	border-width: 1px;
	border-style: solid;
	border-color: Black;
	border-collapse: collapse;
	text-align: center;
}

#listeResultats th, #listeResultatsPleinTexte th {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: Black;
	font-family: "Bodoni MT", Book Antiqua, Courier New;
	padding-left: 15px;
	padding-right: 5px;
}

#listeResultats, #listeResultatsPleinTexte {
	border-collapse: collapse;
	border-style: solid;
	border-width: 1px;
	border-color: Black;
	text-align: left;
}

.thTitreListeRes{
	font-size: 18px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
	background-color: #CCEECC;
	text-align: center;
}

.thLettreChoisie {
	background-color: yellow;
}

#listeResultatsPleinTexte a, #listeResultats a {
	color: #007139;
	font-weight: bold;
	text-decoration: none;
}

#listeResultatsPleinTexte a:hover, #listeResultats a:hover {
	background-color: #CCEECC;
}

.hilite, #barreNavigationResultats a:hover {
	background-color: #EEEEEE;
}

#barreNavigationResultats a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: Black;
	text-decoration: underline;
}

#barreNavigationResultats {
	background-color: #CCEECC;
	width: 100%;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	text-align: center;
}

.jauge {
	width: 100px;
	height: 5px;
	background-color: White;
	border-style: solid;
	border-width: 1px;
	border-color: Black;
	float: left;
	text-align: left;
	font-size: 5px;
}

.thJauge {
	border-right-style: dashed;
	border-right-color: #9C9C9C;
	border-right-width: 1px;
}

.divInfo {
	position: absolute;
	top: 170px;
	width: 608px;
	height: auto;
	overflow: hidden;
	display: none;
	border: 1px #CCEECC solid;
	background-color: #FFFFF0;
	text-align: justify;
	padding: 3px;
}

.divInfoVisible {
	position: absolute;
	top: 170px;
	width: 608px;
}

