@charset "utf-8";
/* CSS Document */
#ALPHAB  td a {
	font-size: 8px;
	font-weight: bold;
	color: #666666;
}
#LISTSOC dt a {
	width: 100%;
	color: #333333;
	background-color: #EFEFEF;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	border-right-width: 0px;
	border-left-width: 0px;
	border-bottom-color: #FFFFFF;
	margin: 2px;
	display: block;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#LISTSOC dt a:hover {
	width: 100%;
	color: #333333;
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	float: left;
	border-right-width: 0px;
	border-left-width: 3px;
	margin: 2px;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-left-color: #FE7C1A;
}

.LETTRE {
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	background-color: #E2F2D0;
}

