.horizontal_accordion_toggle {
	/* REQUIRED */
	float: left;	/* This make sure it stays horizontal */
	/* REQUIRED */
	
	display: block;
	height: 23px;
	width: 135px;
	background: url(../images/fond_accordeon.gif)  top left;
	font-size: 10px; 
	font-family: "verdana","arial", "sans-serif"; 
	color: #222222; 
	font-weight:bold;
	border: 1px solid;
	border-color: #D1E4E9;
	outline: none;
	text-align:center;
	line-height: 22px;
	cursor: pointer;
	margin: 0 0 0 0;
	margin-top:0px;
}
.horizontal_accordion_toggle_active {
	display:block;
	height:23px;
	color: #222222; 
	background: url(../images/fond_accordeon.gif) top left;
	border: 1px solid;
	border-color: #D1E4E9;

}



.espace {
	height: 16px;
}




.horizontal_accordion_content {
	/* REQUIRED */
	line-height: 12px;	/* We need to define a height for the accordion as it stretches the width */
	float: left;	/* This make sure it stays horizontal */
	/* REQUIRED */
	width:700px;
	overflow: hidden;
	
}
	
.horizontal_accordion_content p {

	width:700px;
	line-height: 12px;
	padding: 4px 0px 0px 4px;
	margin-top:1px;

	font-size: 10px; 
	font-family: "verdana","arial", "sans-serif"; 
	color: #666666; 
	font-weight:bold;
	text-decoration:none;

}
#horizontal_accordion_content_fleche {

	width:10px;
	height:22px;
	margin-top:-1px;
	background: url(../images/coin1_accordeon.gif)  top left;

}
.cellulevert {
	width: 130px;
	height: 14px;
	padding: 4px 0px 0px 4px;

	font-size: 11px; 
	font-family: "arial","verdana","arial", "sans-serif"; 

	color: #4CA728; 
	font-weight:normal;
	text-decoration:none;
	text-align:center;
}				
.cellulevert:hover {
	width: 135px;
	height: 14px;
	padding: 4px 0px 0px 4px;
	font-size: 11px; 
	font-family: "arial","verdana","arial", "sans-serif"; 

	color: #4CA728; 
	font-weight:normal;
	text-decoration:underline;
	text-align:center;
}					
.cellule {
	margin-right:10px;
	margin-left:10px;
	width:155px;
	font-size: 11px; 
	font-family: "arial","verdana","arial", "sans-serif"; 
	color: #3AB0EB; 
	text-decoration:none;
	font-weight:normal;
}				
.cellule:hover {

	font-size: 11px; 
	font-family: "arial","verdana","arial", "sans-serif"; 
	color: #3AB0EB; 
	text-decoration:underline;

}					
    /* Container styling*/
    #horizontal_container {
      margin: 0px 0px 0px 0px;
      width: 700px;   
      height: 14px;    
    }
    
    #vertical_nested_container {
      margin: 0px 0px 0px 0px;
      width: 700px;
    }