/* CSS Document */

/*#body{
	margin: 0;
	padding: 0;
	background: #682B67;
	font-family: verdana, arial, sans-serif;
	font-size: 80%;
}*/
#dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu {
	top: 1px;
	z-index:1;
	font-size: 75%;
	display: inline;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 588px;
	position: absolute; /*#menu est lié au #container dans css_hcib.css et se superpose à #container solidairement grâce à position: absolute englobée par #global*/
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 160px;
	/*left: 200px;*/
}

#menu dl {
	float: left;
	width: 9.56em;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 1px;
	display: inline;
}
#menu dt {
	cursor: pointer;
	text-align: center;
	font-weight: normal;
	background: #682B67;
	color: #AF98AC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 1px;
	padding-top: 1px;
}
#menu dd {
	border: 1px solid #ccccff;
}
#menu li {
	text-align: left;
	background: #AF98AC;
}
#menu li a {
	color: #682B67;
	text-decoration: none;
	display: block;
	height: 100%;
	background-color: #AF98AC;
}
#menu li a:hover {
	color: #682B67;
	background-color: #CCCCFF;
	border: 0.5px solid #CCCCFF;
}
#menu ul a {
	color: #682B67;
	text-decoration: none;
	display: block;
	height: 100%;
	background-color: #AF98AC;
}
#menu ul a:hover {
	color: #682B67;
	background-color: #CCCCFF;
	border: 0.5px solid #CCCCFF;
}

#menu dt a {
	color: #AF98AC;
	background-color: #682B67;
	
}

a {
	text-decoration: none;
	color: #682B67;
	
}
.nowrap{
	white-space: nowrap;
}
.padding{
	width: 8.96em;
	padding-right: 3px;
	padding-left: 3px;
}

#menu dt a:hover {
	color: #CCCCFF;
}
#menu dt:hover {
	color: #CCCCFF;
}
.noborder_a{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
	
}

