	/*    Gauche Vertical Accordions      */
		
.accordion_toggle {
	display: block;
	height: 25px;
	width: 140px;
	/* background: url(../images/accordion_toggle.gif) no-repeat top left; #ffffff; */
	padding: 0 30px 0 30px;
	line-height: 30px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	outline: none;
	font-size: 12px;
	color: #000000;
	/*border-bottom: 1px solid #BEDBF2;*/
	cursor: pointer;
	margin: 0;
	text-align: right;
}
.accordion_content a:link, .accordion_content a:hover, .accordion_content a:active, .accordion_content a:visited {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: right;
}
.accordion_toggle a:link, .accordion_toggle a:hover, .accordion_toggle a:active, .accordion_toggle a:visited {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: right;
}
#menuGauche_boutons a:link, #menuGauche_boutons a:hover, #menuGauche_boutons a:active, #menuGauche_boutons a:visited {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: right;
}	
.accordion_toggle_active {
	color: #000000;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	background-image: url(../images/accordion_toggle.g_active.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	text-decoration: none;
}
		
.accordion_content {
	/*background-color: #ffffff;*/
	color: #000000;
	overflow: hidden;
	text-decoration: none;
	text-align: right;
	padding-top: 0;
	padding-right: 35px;
	padding-bottom: 0;
	padding-left: 35px;
}
			
.accordion_content p {
	line-height: 150%;
	padding: 1px;
	text-decoration: none;
	text-align: right;
}
