/* lien retour acceuil */

#lienaccueil {
display:block;
width:300px;
height:240px;
position:absolute;
left:20px;
}

#lienaccueil span{
position:absolute;
left:-5000px;
}

/* Begin navigation_elements/breadcrumb_navigation_elements.html */
								
/*CSSEditor|structure,breadcrumb|Apparence générale*/
.breadcrumb{
	color:#777777;
	margin:10px;
}
/*CSSEditor|structure,breadcrumb|Apparence des liens*/
.breadcrumb a{
	color:#777777;
}
/*CSSEditor|structure,breadcrumb|Apparence du libellé*/
.breadcrumb_label{
}

/* End navigation_elements/breadcrumb_navigation_elements.html */

/* Begin navigation_elements/nested_navigation_elements.html */
								

	/*permier niveau de navigation à listes imbriqué*/
	/*CSSEditor|menu,level_2|Zone globale*/
	#nested ul.first_level{
		list-style:none;
		margin:0 2px 40px 7px;
		padding:0;
	}
	#nested .first_level li{
		background:none;
		margin:0;
		padding:0;
	}
	/*CSSEditor|menu,level_2|Elément par défaut*/
	#nested .first_level a {
		color:#ccc;
		display:block;
		font-size:1.1em;
		padding:5px 3px 5px 7px;
		text-decoration:none;
                background:url(/images/puce-menu2.jpg) left center no-repeat;
	}
	#nested .first_level a span{
		background:none;
		display:block;
		padding:0 0 0 12px;
	}
	/*CSSEditor|menu,level_2|Elément au survol*/
	#nested .first_level a:hover {
		color:#fff;
                background:url(/images/puce-menu2-hover.jpg) left center no-repeat;
                text-decoration:none;
	}
	/*CSSEditor|menu,level_2|Elément actif*/
	#nested .first_level .active a{
                background:url(/images/puce-menu2-hover.jpg) left center no-repeat;
                color:#E7CD63;
	}
	/*CSSEditor|menu,level_2|Elément actif au survol*/
	#nested .first_level .active a:hover{

	}

	/*second niveau de navigation à listes imbriqué*/
	/*CSSEditor|menu,level_3|Zone globale*/
	#nested .first_level .second_level {
		list-style:none;
		margin:0 0 10px 20px;
		padding:0 0 0 5px;
                border-left:1px solid #333;
	}
	#nested .first_level .second_level li {
		margin:0;

	}
	/*CSSEditor|menu,level_3|Elément par défaut*/
	#nested .first_level .second_level li a{
                color:#ccc;
		background:none;
		border:0;
		display:block;
		padding:3px;
	}
#nested .first_level .second_level li a span{
                padding:0;
	}
	
	/*CSSEditor|menu,level_3|Elément au survol*/
	#nested .first_level .second_level li a:hover{
		color:#fff;
	}
	/*CSSEditor|menu,level_3|Elément actif*/
	#nested .first_level .second_level li.active a{
                color:#fff;
	}
	/*CSSEditor|menu,level_3|Elément actif au survol*/
	#nested .first_level .second_level li.active a:hover{
		color:#fff;
	}
		
		
	/*troisieme niveau de navigation à listes imbriqué*/
	#nested .first_level .second_level .third_level{
		list-style:none;
		margin:0;
		padding:0;
	}
	#nested .first_level .second_level .third_level li{
		border:0;
		border-bottom:1px dotted #a4a4a4;
		margin:0 0 3px 0;
	}
	#nested .first_level .second_level .third_level li a{
		background:#fff;
		color:#a4a4a4;
		display:block;
		font-weight:normal;
		padding:3px 3px 0px 8px;
	}
	#nested .first_level .second_level .third_level li a span{
		background:none;
	}
	#nested .first_level .second_level .third_level li a:hover{
		color:#555;
		text-decoration:underline;
	}
	#nested .first_level .second_level .third_level li.active a{
		font-weight:bold;
	}
	#nested .first_level .second_level .third_level li.active a:hover{
		color:#555;
		font-weight:bold;
		text-decoration:underline;
	}
	
	/*quatrieme niveau de navigation à listes imbriqué*/
	#nested .first_level .second_level .third_level .fourth_level{
		border-top:1px dotted #a4a4a4;
		list-style:none;
		margin:0;
		padding:0;
	}
	#nested .first_level .second_level .third_level .fourth_level li{
		border:0;
		margin:0 0 0 0;
	}
	#nested .first_level .second_level .third_level .fourth_level li a{
		background:#fff;
		color:#a4a4a4;
		display:block;
		font-weight:normal;
		padding:0px 3px 0px 20px;
	}
	#nested .first_level .second_level .third_level .fourth_level li a span{
		background:none;
	}
	#nested .first_level .second_level .third_level .fourth_level li a:hover{
		color:#555;
		text-decoration:underline;
	}
	#nested .first_level .second_level .third_level .fourth_level li.active a{
		font-weight:bold;
	}
	#nested .first_level .second_level .third_level .fourth_level li.active a:hover{
		color:#555;
		font-weight:bold;
		text-decoration:underline;
	}

/* End navigation_elements/nested_navigation_elements.html */

/* Begin navigation_elements/not_nested_navigation_elements.html */
								
/*CSSEditor|menu,level_1|Zone globale*/
#not_nested {
	height:30px;
        position:absolute;
        right:60px;
        top:20px;
}
	#not_nested ul{
		margin:0;
	}
	/*CSSEditor|menu,level_1|Zone globale*/
	#not_nested .first_level li{
		background:none;
		float:left;
		list-style:none;
		padding:0;
		width:auto;
	}
	/*CSSEditor|menu,level_1|Elément par défaut*/
	#not_nested .first_level li a{
		color:#ffffff;
		display:block;
		line-height:30px;
		padding:0 8px;
		text-decoration:none;
                font-size:1.1em;
	}
	/*CSSEditor|menu,level_1|Elément au survol*/
	#not_nested .first_level li a:hover{
                height:40px;
		color:#fff;
                background:url(/images/puce-menu1.png) center bottom no-repeat;
	}
	/*CSSEditor|menu,level_1|Elément actif*/
	#not_nested .first_level li.active a{
                height:40px;
		color:#9e2725;
                background:url(/images/puce-menu1-2.png) center bottom no-repeat;
	}
	/*CSSEditor|menu,level_1|Elément actif au survol*/
	#not_nested .first_level li.active a:hover{
	}

/* End navigation_elements/not_nested_navigation_elements.html */
