/* CSS Document */

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

#menu dl {
	float: left;
	margin: 0 0 0 5px;
	height:27px;
	width:144px;
	background-image:url(../images/fonds/bouton_menu_over.png);
	background-repeat: no-repeat;
	background-position: left -27px;
}
/* niveau 1 */
/*lien avec sous menu*/
#menu dt {
	font-weight: bold;
	color:#a71474;
	cursor: pointer;
	text-align: center;	
	line-height:25px;
}
#menu dd {
	margin:2px 0 0 4px;
	
	border-top: #ed7fb2 1px solid;
	border-left: #d957af 1px solid;
	border-bottom: #ed7fb2 1px solid;
	
}

/* niveau 2 */
#menu li {
	text-align: left;
	text-indent: 3px;
	line-height:20px;
	width:150px;
	background: #0154a0;
	color:#fff;
	border-right: #d957af 1px solid;
}
*html #menu li {
	width:135px;
}
#menu li a {
	display: block;
	color:#fff;
	height: 100%;
	text-decoration: none;
}
#menu dt a {
	display: block;
	color:#a71474;
	height: 100%;
	text-decoration: none;
}
#menu li a:hover {
	/*background: #0154a0;
	color:#fff;*/
	color:#a71474;
	background:#FFF;
}
#menu dt a:hover {	
	background-image:url(../images/fonds/bouton_menu_over.png);
	background-repeat: no-repeat;
	background-position: left top;
}
*html .reduit_font_size {
font-size: 10x;
font-weight:normal;
}
#smenu2 {
display:none;
}

#smenu3 {
display:none;
}
