/****************************accordeon accueil***************************/

#options {
	float:right;
	width:200px;
	/*margin:20px auto;*/
	
	text-align:right;
	color:#FFF;
	font-size: 10px;
	font-weight: normal;
}
#options a {
	text-decoration:none;
	color:#FFF
}
#options a:hover {
	text-decoration: underline;
}

#acc {
	width:575px; 
	list-style:none; 
	margin-left: -42px !important;
	/padding-left:42px;
}



#acc h2{
	/*color:#fff;*/
}

#acc h3{
	font-family:Arial, Helvetica, sans-serif;
	cursor:pointer;
	color: #B55F12;
	font-size: 16px;
	display:block;
	padding:25px 0 12px 0;
	margin:0px;
	letter-spacing: 1px;
}
#acc h3:hover {text-decoration:underline;}
#acc .acc-section {
	overflow:hidden; 
	/*background-color:#171717;*/
	/*border: 1px solid #333;*/
	
}
#acc .acc-content {
	width:575px; /*padding:15px; border:1px solid #9ac1c9; border-top:none;*/ /*background:#fff*/
}
#acc .acc-content a{
/*	color: #FFF;*/
/*text-decoration:underline;*/
}

