@charset "utf-8";
/* CSS Document */

body {
	behavior: url(../csshover(1).htc);
	top: 250px;
}
div#barre a {
	top: 100px;

}
div#barre ul {
	padding: 0;
	margin:0px;
	text-align:left;
}
div#barre li {
	width: 150px;

}
div#barre {
	background-image: url(../Images/backnoir2.gif);
	background-repeat: repeat-x;
	width: 1280px;
}

div#barre li:hover {
	background-image: url(../Images/Fond_bouton_orange.png);
	background-repeat: repeat-x;
	width: 150px;
}
div#barre li.sousmenu:hover {
	background: #fc9;
	background-image: url(../Images/Fond_bouton_orange.png);
	background-repeat: repeat-x;

}
/* rejout couleur de fond */
div#barre li.sousmenu {
	background-image: url(../Images/right_vert.png);
	background-repeat: repeat-x;
}
div#barre   ul niveau2 {
	background-image: url(../Images/right_vert.png);
	background-repeat: repeat-x;
}

/* rajout pr pour fleche direction bas et couleur de fond*/
div#barre li.plop {
	background-image: url(../Images/fleche2.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/* une petite bordure en top*/
div#barre ul li {
	position:relative;
	list-style: none;
	float:left;
	width: 150px;
}


div#barre ul ul {
	position: absolute;
	display:none;
	width:150px;
	margin-left: -150px;
}
div#barre li a {
	text-decoration: none;
	display:block;
	width:150px;
	font-family: "Segoe UI";
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 0;
	background-position: center;
}
div#barre ul.niveau1 li.sousmenu:hover ul.niveau2, 
div#barre ul.niveau2 li.sousmenu:hover ul.niveau3 {
	display:block;
	margin-left: 0px;
	background-image: url(../Images/right_vert.png);
	background-repeat: repeat;
	font-family: "Trebuchet MS";
	color: #FFFFFF;
}
div#barre ul.niveau3 {
	top:-1px;
	left: 150px;
	margin-left: 0px;
}

/* rajout de couleur de fond et de survol */
div#barre ul.niveau3 li {
	background-image: url(../Images/Fond_bouton_bleu_ciel.png);
	width: 150px;
	margin-left: 0px;
}
div#barre ul.niveau3 li:hover {
	background-image: url(../Images/Fond_bouton_orange.png);
}
