/* *********************************************************************** */
/* *******************************  MENU ********************************* */
/* *********************************************************************** */
/* ***************************** TITRE ******************************** */
#menu #particuliers {
	position: relative;
	top: 10px;
	left: 39px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11pt;
	text-decoration: none;
}

/* ***************************** NIVEAU 2 ******************************** */
#menu ul.niveau2 {
	position: relative;
	top: 0px;
	left: 0px;
	width: 160px;
	margin-top: 30px;
	margin-left: 0px;
	font-size: 8pt;
	list-style-type: none;
	padding-left: 0px;
}

#menu ul.niveau2 li {
	line-height: 21px;
	color: #01afe6;
	border-top-style: solid;
	border-top-color: #cdced0;
	border-top-width: 1px;
	background-color: #FFFFFF;
	font-weight: bold;
}

/* ***************************** NIVEAU 3 ******************************** */
#menu ul.niveau3 {
	position: relative;
	top: 0px;
	left: 0px;
	width: 160px;
	margin-left: 0px;
	font-size: 8pt;
	list-style-type: none;
	padding-left: 0px
}

#menu ul.niveau3 li {
	line-height: 19px;
	border-top-style: solid;
	border-top-color: #cdced0;
	border-top-width: 1px;
	background-color: #eceded;
	font-weight: bold;
	padding-left: 0px;
}

#menu ul.niveau3 li  a {
	text-decoration: none;
	color: #555555;
	width: 100%;
	display: block;
}

#menu ul.niveau3  li a:HOVER {
	color: #FFFFFF;
	width: 100%;
	background-image: url("../images/fond-menu-over.gif")
}

/* ***************************** BOUTONS ******************************** */
#centre #menu #boutons {
	position: absolute;
	left: 0px;
	top: 270px;
	width: 100%;
}

#centre #menu #boutons  a {
	position: relative;
	top: 0px;
	left: 0px;
	padding-top: 9px;
	padding-left: 55px;
	font-family: Arial, "Times New Roman", Tahoma, Verdana;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}

/* ------------------- ENTREPRISES ------------------------*/
#centre #menu #boutons #entreprises {
	position: relative;
	top: 0px;
	width: 160px;
	height: 31px;
	background-image: url("../../images/boutons/fond-entreprises.gif");
	background-repeat: no-repeat;
}

#centre #menu #boutons #entreprises a:HOVER {
	background-image: url("../../images/boutons/fond-entreprises-over.gif");
	background-repeat: no-repeat;
}

/* ------------------- POMPIERS ------------------------*/
#centre #menu #boutons #pompiers {
	position: relative;
	top: 10px;
	width: 160px;
	height: 31px;
	background-image: url("../../images/boutons/fond-pompiers.gif");
	background-repeat: no-repeat;
}

#centre #menu #boutons #pompiers a:HOVER {
	background-image: url("../../images/boutons/fond-pompiers-over.gif");
	background-repeat: no-repeat;
}
