/*listes*/
#menu dl dd {
	list-style-type: none;
	text-indent: 35px;
	height: 27px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 8px;
	font-size: 1.1em;
}
#menu dl dd#home {
	background: url(../images/menu/home.png) 11px 0 no-repeat;
	margin-bottom: 10px;
}
#menu dl dd#apn {
	background: url(../images/menu/apn.png) 5px 0 no-repeat;
	padding-top: 0.3em;
	height: 1.5em;
	border-bottom: solid 1px #AB0EAB;
	
}
#menu dl dd#conseil {
	background: url(../images/menu/conseil.png) 5px 0 no-repeat;
	padding-top: 0.9em;
	height: 1.6em;
	border-bottom: solid 1px #AB0EAB;
	margin-top: 12px;
}
#menu dl dd#divers {
	background: url(../images/menu/divers.png) 5px 0 no-repeat;
	padding-top: 0.5em;
	height: 1.6em;
	border-bottom: solid 1px #AB0EAB;
	margin-top: 16px;
}
#menu dl dt {
	margin-bottom: 10px;
	margin-left: 15px;
	list-style-type: none;
	background: url(../images/menu/puce.gif) 0 2px no-repeat;
	text-indent: 14px;
}

#menu dl dt.spe {
	margin-top: 20px;
}
ul li.spe {
	margin-top: 15px;
}
#contenu ul {
  margin-top: 5px;
  margin-left: 15px;
  font-size: 1.2em;
}
#contenu ul li, #contenu ol li {
	list-style: square inside;
	margin-bottom: 5px;
	text-indent: 19px;
}
#contenu ul li ul li {
	 font-size: 0.7em;
}
#contenu ol {
	margin: 20px 0 5px 15px;
}
#contenu ol li {
	list-style: decimal inside;
	margin-bottom: 15px;
	text-indent: 0;
	font-size: 1em;
}
#contenu ol li ul li {
	 font-size: 0.9em;
}
#contenu ol li p {
	 font-size: 0.9em;
	 margin: 0px 0 5px 15px;
	 text-indent: 0;
}
#contenu ul.liste_prod {
	margin-top: 1em;
}
#contenu ul.liste_prod li {
	float: left;
	width: 164px;
	height: 180px;
	list-style: none inside;
	margin: 5px;
	padding-left: 3px;
	padding-right: 3px;
	text-indent: 0px;
	
}
#contenu ul.liste_prod li a, #contenu ul.liste_prod li a:visited {
	color: #AC0EAB;
	margin: 0 5px 0 5px;
}
#contenu ul.liste_prod li a.s_img {
	display: block;
	text-align: center;
}
div.haut_liste {
	background: url('../images/fiche/haut_liste.gif') left top no-repeat;
	width: 170px;
	height: 15px;
	float: left;
	margin-left: -3px;
}
div.milieu_liste {
	background: url('../images/fiche/milieu_liste.gif') left top repeat-y;
	width: 170px;
	float: left;
	margin-left: -3px;
}
div.bas_liste {
	background: url('../images/fiche/bas_liste.gif') left top no-repeat;
	width: 170px;
	height: 15px;
	float: left;
	margin-left: -3px;
	margin-top: -7px;
}
div.diapo_haut {
	width: 156px;
	height: 7px;
	background: url('../images/fiche/diapo_haut.gif') left top no-repeat;
	margin-left: 7px;
}
div.diapo_milieu {
	width: 154px;
	height: auto;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	background: #fff;
	margin-left: 7px;
	clear: left;
}
div.diapo_milieu p {
	font-size: 0.7em;
	margin: 3px 5px 0 5px;
	color: #000;
}
div.diapo_bas {
	width: 156px;
	height: 7px;
	background: url('../images/fiche/diapo_bas.gif') left top no-repeat;
	margin-left: -1px;
	position: relative;
	bottom: 0px;
}
/*Indexation*/
#contenu ul.indexation {
	width: auto;
	float: right;
  	margin: 0 20px 0 0;
}
#contenu ul.indexation li {
	width: 1.6em;
	height: 1.4em;
	float: left;
	text-align: center;
	list-style-type: none;
	text-indent: 0;
	list-style-position:  inside;
	padding-top: 2px;
	margin: 3px;
 	
}
#contenu ul.indexation li a {
	width: 1.6em;
	height: 1.4em;
	border: solid 1px #999;
	float: left;
	text-align: center;
	float: left;
	
	background:#f5f5f5;
}
#contenu ul.indexation li a img {
	margin: 2px 0 0 0;
}
#contenu ul.indexation a:hover {
	background:#f5f5f5;
	border: solid 1px #039;
	
}