#accordion
{
	float:left;
	width:350px;
	font-size:12px;
	font-weight:bold;
	color:grey;
}
#accordion h4
{
	font-weight:bold;
}
h3.toggler {
	cursor: pointer;
	border-top: 1px solid #9c9c9c;
	font-family:arial;
	font-size: 12px;
	font-weight:bold;
	color: black;
	margin: 0 0 4px 0;
	padding: 3px 5px 1px;
	background:url('../images/accordion/fleche.png') left no-repeat;
	padding-left:35px;
	padding-top:10px;
	height:24px;
}

#accordion div.element p
{
	padding-bottom:15px;
}

div.element p, div.element h4,div.element strong, div.element {
	margin:0px;
	padding:4px;
	font-size: 11px;
	color:black;
	line-height:15px;
}
div.element strong
{
	font-weight:bold;
}
blockquote {
	padding:5px 20px;
}
