@charset "utf-8";
/* CSS Document */

.accordionButton {
	height:30px;
	border:1px solid #d4d4d4;
	cursor:pointer;
	background-image: url(img/bg_head.png);
}
.accordionButton:hover {
	color:#55bceb;
}
.accordionButton a{
	text-decoration:none;
	color:#333333;
	cursor:pointer;
}
.accordionButton a:hover{
	color:#55bceb;
}
.accordionContent {
	margin:-1px 0 0 0;
	padding:10px;
	border:1px solid #d4d4d4;
}
.accordionContent h2 {
	margin:0 0 10px 0;
	border-bottom:1px solid #d4d4d4;
}
.titleLeft{
	margin:7px 0 0 10px;
	width:955px;
	float:left;
	/*ICONE PLUS BLEUE*/
	background-image: url(img/more.png);
	background-repeat:no-repeat;
	background-position:right 1px;
}
.titleLeft:hover{
	background-image: url(img/more_hover.png);
}
.iconContent{
	background-image: url(img/arrow_right.png);
	height:7px;
	width:5px;
	float:left;
	margin:5px 5px 0 0;
	background-repeat:no-repeat;
}
.spacerTitle{
	height:3px;
	line-height:1px;
}
