/*  --------------------------  */
/*  Feuilles de styles du menu  */
/*  --------------------------  */

/* Cadre du menu */
.cadre_menu {
	width: 160px;
	background-color: #FF3300;
	float: left;
	}
	
/* Ligne menu rubrique */
.ligne_menu_rubrique {
	margin: 0px 0px 0px 0px;
	padding: 50px 4px 50px 4px;
	list-style-type: none;
	}

/* Texte menu rubrique actif link */
.texte_menu_rubrique_actif:link {
	margin: 10px 0px 0px 0px;
	padding: 7px 0px 6px 18px;
	background: url(images/fleche_menu_hover.jpg) no-repeat;
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #CCCC99;
	}

/* Texte menu rubrique actif visited */
.texte_menu_rubrique_actif:visited {
	margin: 10px 0px 0px 0px;
	padding: 7px 0px 6px 18px;
	background: url(images/fleche_menu.jpg) no-repeat;
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #CCCC99;
	}

/* Texte menu rubrique actif hover */
.texte_menu_rubrique_actif:hover {
	margin: 10px 0px 0px 0px;
	padding: 7px 0px 6px 18px;
	background: url(images/fleche_menu_hover.jpg) no-repeat;
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #CCCC99;
	}

/* Texte menu rubrique actif active */
.texte_menu_rubrique_actif:active {
	margin: 10px 0px 0px 0px;
	padding: 7px 0px 6px 18px;
	background: url(images/fleche_menu.jpg) no-repeat;
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #CCCC99;
	}

/* Texte menu rubrique inactif link */
.texte_menu_rubrique_inactif:link {
	margin: 10px 0px 0px 0px;
	padding: 7px 0px 6px 18px;
	background: url(images/fleche_menu_hover) no-repeat;
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	}

/* Texte menu rubrique inactif visited*/
.texte_menu_rubrique_inactif:visited {
	margin: 10px 0px 0px 0px;
	padding: 7px 0px 6px 22px;
	background: url(images/fleche_menu_hover) no-repeat;
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	}

/* Texte menu rubrique inactif hover*/
.texte_menu_rubrique_inactif:hover {
	margin: 10px 0px 0px 0px;
	padding: 7px 0px 6px 22px;
	background: url(images/fleche_menu_hover.jpg) no-repeat;
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #CCCC99;
	}

/* Texte menu rubrique inactif active*/
.texte_menu_rubrique_inactif:active {
	margin: 10px 0px 0px 0px;
	padding: 7px 0px 6px 22px;
	background: url(images/fleche_menu_hover.jpg) no-repeat;
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	}

/* Ligne menu sous-rubrique actif */
.ligne_menu_sous-rubrique_actif {
	margin: 0px;
	padding: 0px 0px 0px 30px;
	list-style-type: none;
	line-height: 25px;
	}

/* Texte menu sous-rubrique actif link */
.texte_menu_sous-rubrique_actif:link {
	margin: 10px 0px 0px 0px;
	padding: 2px 0px 1px 18px;
	background: url(images/fleche_sousmenu.jpg) no-repeat;
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	}

/* Texte menu sous-rubrique actif visited*/
.texte_menu_sous-rubrique_actif:visited {
	margin: 10px 0px 0px 0px;
	padding: 2px 0px 1px 22px;
	background: url(images/fleche_menu_hover.jpg) no-repeat;
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #CCCC99;
	}

/* Texte menu sous-rubrique actif hover*/
.texte_menu_sous-rubrique_actif:hover {
	margin: 10px 0px 0px 0px;
	padding: 2px 0px 1px 22px;
	background: url(images/fleche_sousmenu.jpg) no-repeat;
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #CCCC99;
	}

/* Texte menu sous-rubrique actif active*/
.texte_menu_sous-rubrique_actif:active {
	margin: 10px 0px 0px 0px;
	padding: 2px 0px 1px 22px;
	background: url(images/fleche_menu_hover.jpg) no-repeat;
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #CCCC99;
	}

/* Texte menu sous-rubrique inactif link */
.texte_menu_sous-rubrique_inactif:link {
	margin: 10px 0px 0px 0px;
	padding: 2px 0px 1px 18px;
	/*background: url(images/fleche_sousmenu.jpg) no-repeat;*/
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	}

/* Texte menu sous-rubrique inactif visited*/
.texte_menu_sous-rubrique_inactif:visited {
	margin: 10px 0px 0px 0px;
	padding: 2px 0px 1px 22px;
	/*background: url(images/fleche_sousmenu.jpg) no-repeat;*/
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	}

/* Texte menu sous-rubrique inactif hover*/
.texte_menu_sous-rubrique_inactif:hover {
	margin: 10px 0px 0px 0px;
	padding: 2px 0px 1px 22px;
	background: url(images/fleche_sousmenu.jpg) no-repeat;
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #CCCC99;
	}

/* Texte menu sous-rubrique inactif active*/
.texte_menu_sous-rubrique_inactif:active {
	margin: 10px 0px 0px 0px;
	padding: 2px 0px 1px 22px;
	background: url(images/fleche_sousmenu.jpg) no-repeat;
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	}

/* Ligne menu sous-rubrique inactif */
.ligne_menu_sous-rubrique_inactif {
	display: none;
	}
