/* body {margin: 0;padding: 0;} */

dl, dt, dd, ul, li {
	margin: 										0;
	padding: 									0;
	list-style-type: 							none;
}

#menu {
	/* position du menu */
	position: 									absolute;
	top: 											152px;
	left: 										37px;
}

dl#menu {
	width: 										175px; 										/* Largeur menu */
}

dl#menu dt {
	/* border: 1px solid gray; */
	/* margin: 2px 0;; */
	cursor: 										pointer;
	height: 										18px; 										/* Hauteur bloc niveau 1 */
	line-height: 								18px; 										/* Hauteur ligne niveau 1 */
	text-align: 								left; 										/* Align niveau 1 */
	font-weight: 								bold;
	background: 								#1F6BA7;
	text-indent: 								16px; 										/* retrait txt niveau 1 */
	//background-attachment: 					fixed;
	background-image: 						url(/images/puce_menu.gif);
	background-repeat: 						no-repeat;
	background-position: 					left top;
	color: #FFFFFF;
	font-family: 								Verdana; 									/*police niveau 1 */
	font-size: 									10px; 										/* taille txt niveau 1 */
	z-index:									 	-1000;
}

dl#menu dd {
	/* border: 1px solid gray; */
}

dl#menu li {
	font-family: 								Verdana; 									/*police niveau 2 */
	font-size: 									10px; 										/* taille txt niveau 2 */
	text-align: 								left;
	text-indent: 								16px; 										/* retrait txt niveau 2 */
	background: 								#C6D2DE; 									/* fond niveau2 */
	line-height: 								16px; 										/* Hauteur ligne niveau 2 */
}

dl#menu li a, dl#menu dt a {
	color: 										#16507D; 									/* couleur txt niveau 2 */
	text-decoration: 							none;
	display: 									block;
	border: 										0 none;
	height: 										100%;
}
dl#menu li a:hover, dl#menu dt a:hover {
	background: 								#E3ECF5; 									/* roll over niveau 2 */
}

/* UNIQUEMENT POUR LA MAQUETTE "RECHERCHE" A SUPPRIMER PAR LA SUITE; */
dl#menu dt#recherche {
	cursor: 										default;
	height: 										18px;
	line-height: 								12px;
	text-align: 								left;
	text-indent: 								16px;
	color: 										#000000;
	font-family: 								Arial, Helvetica, sans-serif;
	font-size: 									12px;
	background-image:  						url(/images/pix.gif);
	background-color: #9BBAD7;

}
dl#menu dt#recherche table tr td img#search {
	cursor: 										pointer;

}
