
<!-- DÉCLARATION DES STYLES PROPRES AU MENU HORIZONTAL -->	
<!-- +++++++++++++++++++++++++++++++++++++++++++++++++ -->	

	<!-- Credits: Dynamic Drive CSS Library -->
	<!-- URL: http://www.dynamicdrive.com/style/ -->
	.indentmenu{
	font: bold italic 0.80em;  /*Valeur relative de la grosseur ex. 11.5 = 1.5 fois le caractère par défaut du fureteur*/
	font-family: Time New Roman, Arial, Helvetica, sans-serif; /*Tempus sans itc, Bradley Hand itc, GoudyOlSt bt, Monotyep Corsiva*/
	width: 100%; /*leave this value as is in most cases*/
	}

	.indentmenu ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%; /*width of menu*/
	border: 0px solid #564c66; <!-- dark purple border autour du menu-->
	border-width: 2px 2;
	background: black url(image/indentbg.gif) center center repeat-x;
	}

	.indentmenu ul li{
	display: inline;
	}

	.indentmenu ul li a{
	float: left;
	color: white; <!-- text color -->
	padding: 2px 2px;
	text-decoration: none;
	border-right: 5px solid #564c66; /*dark purple divider between menu items*/
	}

	.indentmenu ul li a:visited{
	color: white;
	}

	.indentmenu ul li a:hover, .indentmenu ul li .current{
	color: white !important; /*text color of selected and active item*/
	padding-top: 0px; /*shift text down 1px for selected and active item*/
	padding-bottom: 0px; /*shift text down 1px for selected and active item*/
	background: black url(image/indentbg2.gif) center center repeat-x;
	}



<!-- DÉCLARATION DES STYLES PROPRES AU MENU VERTICAL -->	
<!-- +++++++++++++++++++++++++++++++++++++++++++++++ -->

	<!-- Credits: Dynamic Drive CSS Library -->
	<!-- URL: http://www.dynamicdrive.com/style/ -->

	#ddblueblockmenu{
	border: 0px solid black;
	border-bottom-width: 0;
	width: 160px;
	}

	#ddblueblockmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font: bold 0.80em Time New Roman, Arial, Helvetica, sans-serif;	 /*'Trebuchet MS', 'Lucida Grande', */
	}

	#ddblueblockmenu li a{
	display: block;
	padding: 2px 2;
	padding-left: 5px;
	width: 160px; /*185px minus all left/right paddings and margins*/
	text-decoration: none;
	color: white;
	background-color: #2175bc;
	border-bottom: 1px solid #90bade;
	border-left: 5px solid #1958b7;
	}

	* html #ddblueblockmenu li a{ <!-- IE only -->
	width: 160px; <!-- IE 5 -->
	w\idth: 160px; <!-- 185px minus all left/right paddings and margins -->
	}

	#ddblueblockmenu li a:hover {
	background-color: #2586d7;
	border-left-color: #1c64d1;
	}

	#ddblueblockmenu div.menutitle{
	color: white;
	border-bottom: 1px solid black;
	padding: 2px 2;
	padding-left: 5px;
	background-color:  black;
	font: bold 0.80em  Time New Roman, Arial, Helvetica, sans-serif;  /*'Trebuchet MS', 'Lucida Grande',*/
	}


