#container-selector {
	width: 750px;
	height: auto;
	margin: 0 auto;
	position:relative;
	top:0px;
}

.accordion_toggle {
	display: block;
	height: 25px;
	width: 750px;
	background: #4e8fc7;
	padding: 0 10px 0 10px;
	line-height: 25px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	outline: none;
	font-size:100%;
	border-bottom: 1px solid #cde99f;
	cursor: pointer;
	margin: 0 0 0 0;
	font-family:Verdana,Arial;
}


.accordion_toggle_active {
	background:url(../images/menu/actu_over.jpg) center;
	color: #ffffff;
	border-bottom: 1px solid #f68263;
}

.accordion_content {
	background-color: #ffffff;
	color: #444444;
	overflow: hidden;
	margin-left:15px;
}
	
	.accordion_content h2 {
		margin: 15px 0 5px 10px;
		color: #0099FF;
	}
	
	.accordion_content p {
		line-height: 150%;
		padding: 5px 10px 15px 10px;
	}