div#descr_section {
	width: 938px;
	min-height: 260px;
	margin: 7px auto 0 auto;
	padding: 5px;
	border: 1px solid #b3b5b3;
	color : #525252;
	font-size : 10pt;
}

div#descr_section img {
	position: relative;
	float: left;
	margin-right: 10px;
}

div#descr_section h1 {
	color: #d35900;
	font-size: 14pt;
	margin: 2px 0;
	padding-bottom: 10px;
}

div#cadreContenu {
	width: 918px; /* 948 - 2 X padding (left,right) */
	margin: 7px 0 0 0;
	padding: 15px;
	border: 1px solid #b3b5b3;
}

/* DÉBUT css dupliqué de classeur.css */

div#cadreIndex {
	width: 928px;
	margin: 7px auto 0 auto;
	padding: 10px;
	border: 1px solid #b3b5b3;
}

ul#alphabet {
	clear: both;
	width: 928px;
	padding: 0px;
	margin: 0px;
}
ul#alphabet li {
	float: left;
	list-style: none;
	color: #fff;
	font: bold 18px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	padding-top: 4px;
}
ul#alphabet li.numOn {
	width: 41px;
	height: 31px;
	background-image: url(../images/boutonNumOn.png);
	cursor: pointer;
}
ul#alphabet li.numOff {
	width: 41px;
	height: 31px;
	background-image: url(../images/boutonNumOff.png);
}
ul#alphabet li.alphaOn {
	width: 34px;
	height: 31px;
	background-image: url(../images/boutonAlphaOn.png);
	cursor: pointer;
}
ul#alphabet li.alphaOff {
	width: 34px;
	height: 31px;
	background-image: url(../images/boutonAlphaOff.png);
}

/* FIN css dupliqué */

ul#alphabet li a {
   color: #fff;
   text-decoration: none;
}