div#disclaimer {
	text-align: left;
}

div#disclaimer-fond {
	position: absolute;
	z-index: 1000;
	width: 100%;
	height: 1100px;
	background: black;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	text-align: center;
	line-height: normal;
	clear: both;
}

div#disclaimer-conteneur {
	position: absolute;
	z-index: 1001;
	width: 100%;
	text-align: center;
	clear: both;
}

div#disclaimer-cadre {
	width: 820px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 50px;
	padding: 10px;
	font-size: 12px;
	border: #ddd 1px solid;
	background: #f5f5f5;
	color: #555;
}

@media screen and (max-width: 600px) {
	div#disclaimer-cadre {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		margin-top: 50px;
		padding: 10px;
		font-size: 12px;
		border: #ddd 1px solid;
		background: #f5f5f5;
		color: #555;
	}
}

div#disclaimer-cadre a.h2_rose {
	font-family: "trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1em;
	margin-left: 5px;
	color: #333;
}

div#disclaimer-cadre a:hover.h2_rose {
	font-family: "trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1em;
	margin-left: 5px;
	color: #333;
	text-decoration: underline;
}

div#disclaimer-cadre b {
	font-size: 14px;
	color: black;
}

div#disclaimer-cadre a {
	text-decoration: none;
	font-size: 22px;
	font-weight: bold;
	color: #356aa0;
}

div#disclaimer-cadre a:hover {
	color: blue;
}