/* CSS accordion menu content styling: */
ul.portfolio .hackadelic-sliderPanel {
	width: 515px; /* skip this if you don't need a width limitation */
	margin: 3px;
}
/* CSS accordion menu title/button styling: */
ul.portfolio a.hackadelic-sliderButton {
	width: 515px; /* skip this if you don't need a width limitation */
	text-align: center; /* skip this if you don't need a center limitation */
	height: 24px; /* skip this if you don't need a specific height */
	background: url(http://www.lepokergratuit.org/wp-content/themes/lepokergratuit/images/info-salle.png) center top no-repeat; /* add some cool button background */
	/*color: #111111;*/ /* skip this if your link text color looks good on the background image*/
	display: block; /* important: make all slider buttons expand over the whole list */
	margin: 3px; /* skip this if you don't need specific margins */
	padding: 0;
	/*text-indent: 1em;*/ /* skip this if you don't need a specific text indentation */
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
}
/* CSS accordion menu title/button styling when the mouse hovers over it: */
ul.portfolio a.hackadelic-sliderButton:hover {
	background: url(http://www.lepokergratuit.org/wp-content/themes/lepokergratuit/images/info-salle.png) center top no-repeat; /* add some cool button background */
	text-decoration: none;
}
/* overall portfolio list styling */
ul.portfolio {
 padding: 0px 10px;
 margin: -0;
 list-style-type: none; /* if you don't like the bullet points, remove them */
}
ul.portfolio img{
 margin: 0 0 10px 10px;
}