/* *********************************************************************** */
/* *******************************  MENU ********************************* */
/* *********************************************************************** */
/* ***************************** TITRE ******************************** */
#menu #mentions {
	position: relative;
	top: 11px;
	left: 48px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11pt;
	text-decoration: none;
	letter-spacing: -1px
}

#menu #prof {
	position: relative;
	top: 11px;
	left: 45px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
	letter-spacing: -1px
}

#menu #faq {
	position: relative;
	top: 11px;
	left: 65px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
	letter-spacing: -1px
}

/* ***************************** BOUTONS ******************************** */
#centre #menu #boutons {
	position: absolute;
	left: 0px;
	top: 250px;
	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;
}

/* ------------------- PARTICULIERS ------------------------*/
#centre #menu #boutons #particuliers {
	position: relative;
	top: 0px;
	width: 160px;
	height: 31px;
	background-image: url("../../images/boutons/fond-particuliers.gif");
	background-repeat: no-repeat;
}

#centre #menu #boutons #particuliers a:HOVER {
	background-image: url("../../images/boutons/fond-particuliers-over.gif");
	background-repeat: no-repeat;
}

/* ------------------- ENTREPRISES ------------------------*/
#centre #menu #boutons #entreprises {
	position: relative;
	top: 7px;
	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: 14px;
	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;
}
