

#myAccordeon {
	float: left; 
	width: 550px;
	margin: 20px 0 0 50px

}

#myAccordeon .stretchtoggle{
	/*background-color: white;
	border-bottom: 1px solid grey;*/
	height: 1.5em;
	padding:1em 0 3em 0;

}
#myAccordeon ul li {
	background: transparent url(../img/puceVerte.gif) no-repeat center left;
	padding-left: 30px;
	padding-bottom:2px;
}
#myAccordeon h2{
	margin-bottom:17px;
	font-size:116%;
}
#myAccordeon { padding-bottom:5px;}