.footer {font-decoration:none; font-family:Arial; color:#ffffff; font-size:10px; text-decoration: none}
	A.footer:link {font-family:Arial; color:#ffffff; font-size:10px; text-decoration: underline}
	A.footer:visited {font-family:Arial; color:#ffffff; font-size:10px; text-decoration: underline}
	A.footer:Hover {font-family:Arial; color:#ffffff; font-size:10px; text-decoration: underline}

.txt14 {font-decoration:none; font-family:Arial; color:#651A6B; font-size:14px; font-weight: bold; text-decoration: none}
	A.txt14:link {font-family:Arial; color:#651A6B; font-size:14px; font-weight: bold; text-decoration: underline}
	A.txt14:visited {font-family:Arial; color:#651A6B; font-size:14px; font-weight: bold; text-decoration: underline}
	A.txt14:Hover {font-family:Arial; color:#651A6B; font-size:14px; font-weight: bold; text-decoration: underline}
		
.txt11 {font-decoration:none; font-family:Arial; color:#8E5B8A; font-size:11px; text-decoration: none}
	A.txt11:link {font-family:Arial; color:#8E5B8A; font-size:11px; text-decoration: underline}
	A.txt11:visited {font-family:Arial; color:#8E5B8A; font-size:11px; text-decoration: underline}
	A.txt11:Hover {font-family:Arial; color:#8E5B8A; font-size:11px; text-decoration: underline}

.txtbold11 {font-decoration:none; font-family:Arial; color:#8E5B8A; font-size:11px; font-weight: bold; text-decoration: none}
	A.txtbold11:link {font-family:Arial; color:#8E5B8A; font-size:11px; font-weight: bold;text-decoration: underline}
	A.txtbold11:visited {font-family:Arial; color:#8E5B8A; font-size:11px; font-weight: bold; text-decoration: underline}
	A.txtbold11:Hover {font-family:Arial; color:#8E5B8A; font-size:11px; font-weight: bold; text-decoration: underline}

.txtbold12 {font-decoration:none; font-family:Arial; color:#8E5B8A; font-size:12px; font-weight: bold; text-decoration: none}
	A.txtbold12:link {font-family:Arial; color:#8E5B8A; font-size:12px; font-weight: bold; text-decoration: underline}
	A.txtbold12:visited {font-family:Arial; color:#8E5B8A; font-size:12px; font-weight: bold; text-decoration: underline}
	A.txtbold12:Hover {font-family:Arial; color:#8E5B8A; font-size:12px; font-weight: bold; text-decoration: underline}

.outil12 {font-decoration:none; font-family:Arial; color:#ffffff; font-size:12px; text-decoration: none}
	A.outil12:link {font-family:Arial; color:#ffffff; font-size:12px; text-decoration: underline}
	A.outil12:visited {font-family:Arial; color:#ffffff; font-size:12px; text-decoration: underline}
	A.outil12:Hover {font-family:Arial; color:#ffffff; font-size:12px; text-decoration: underline}


.outil14 {font-decoration:none; font-family:Arial; color:#ffffff; font-size:14px; font-weight: bold; text-decoration: none}
	A.outil14:link {font-family:Arial; color:#ffffff; font-size:14px; font-weight: bold; text-decoration: underline}
	A.outil14:visited {font-family:Arial; color:#ffffff; font-size:14px; font-weight: bold; text-decoration: underline}
	A.outil14:Hover {font-family:Arial; color:#ffffff; font-size:14px; font-weight: bold; text-decoration: underline}

.nav {font-decoration:none; font-family:Arial; color:#651A6B; font-size:11px; text-decoration: none}
	A.nav:link {font-family:Arial; color:#651A6B; font-size:11px; text-decoration: underline}
	A.nav:visited {font-family:Arial; color:#651A6B; font-size:11px; text-decoration: underline}
	A.nav:Hover {font-family:Arial; color:#651A6B; font-size:11px; text-decoration: underline}

.navon {font-decoration:none; font-family:Arial; color:#651A6B; font-size:11px; font-weight: bold; text-decoration: none}
	A.navon:link {font-family:Arial; color:#651A6B; font-size:11px; font-weight: bold; text-decoration: underline}
	A.navon:visited {font-family:Arial; color:#651A6B; font-size:11px; font-weight: bold; text-decoration: underline}
	A.navon:Hover {font-family:Arial; color:#651A6B; font-size:11px; font-weight: bold; text-decoration: underline}

.choixselect {font-decoration:none; font-family:Arial; color:#8E5B8A; font-size:11px; text-decoration: none}
	A.txt11:link {font-family:Arial; color:#8E5B8A; font-size:11px; text-decoration: underline}
	A.txt11:visited {font-family:Arial; color:#8E5B8A; font-size:11px; text-decoration: underline}
	A.txt11:Hover {font-family:Arial; color:#8E5B8A; font-size:11px; text-decoration: underline}
	
a.choixselect {
position: relative;
text-decoration: none;
color: black;
border-bottom: 1px gray dotted;
}
a.choixselect span {
display: none;
}
a.choixselect:hover {
background: none; /* correction d'un bug IE */
z-index: 500;
}
a.choixselect:hover span {
display: inline;
position: absolute;
top: 2em;
left: 1em;
background: orange;
text-align: center;
color: white;
padding: 2px;
}

