#informations {
	display:block;
	width:750px;
	height:330px;
	margin:12px 0px 0px 0px;
	position:relative;
	float:left;
}
#informations h1 {
	font-size:22px;
	margin:0px;
}
#informations h2 {
	display:inline-block;
	min-width:190px;
	height:50px;
	line-height:50px;
	padding:0px 20px 0px 20px;
	margin:20px 0px 0px 0px;
	font-size:16px;
	background-color:#E6E6E6;
	background-image:url(/img/frontpage-info-h2--bg-grey.png);
	background-repeat:no-repeat;
	background-position:right;
	cursor:pointer;
}
#informations h2.active {
	color:#FFFFFF;
	background-color:#5F9BC3;
	background-image:url(/img/frontpage-info-h2--bg-blue.png);
}
#informations div {
	display:block;
	overflow:hidden;
	width:640px;
	height:148px;
	padding:28px;
	border:2px solid #5F9BC3;
	background-color:#FFFFFF;
	position:absolute;
	top:100px;
	left:0px;
	z-index:0;
}
#informations div.active {
	z-index:1;
}
#informations div img {
	width:196px;
	height:110px;
	margin:0px 28px 40px 0px;
	border:1px solid #E6E6E6;
	float:left;
}
#informations div p {
	width:410px;
	margin:0px;
	float:left;
}
#informations div p a,
#informations div p a:hover,
#informations div p a:active {
	display:block;
	margin-top:10px;
	line-height:20px;
	text-decoration:underline;
}