@charset "ISO-8859-1";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
img {
	border: 0px;
}
#top {
	text-align: center;
	margin: 0px;
	padding-top:50px;
	padding-bottom: 20px;
	background-color:#343434;
}
#texte {
	margin:30px;
	color:#343434;
	text-align:justify;
}
#texte a {
	color:#333;
	text-decoration:none;
}
#texte a:hover {
	text-decoration:underline;
}
#overlay {
	position: absolute;
	top: 0px;
	margin-top:198px;
	height: 100%;
	font-size:inherit;
	z-index: 1;
	width: 100%;
	background-color: #000;
	opacity:0.8;
	filter: alpha(opacity=80);
	display:block;
}
#block_note {
	position: absolute;
	left: 0;
	top:199px; width: 100%; height:auto; z-index: 100; text-align: center;
	}
#texte_note {
	font-family:Verdana, Geneva, sans-serif;
	position: relative;
	background-color: #F3F3F3;
	width: 460px;
	height: 530px;
	margin: 0 auto;
	z-index: 110;
	overflow:auto;
	padding:8px;
	text-align:justify;
	}

#texte_note a {text-decoration:none; color:#333;}
#texte_note a:hover { color:#666; text-decoration:none;}
.alert {
	color:#F30;
}
.nettoyeur {
	height:15px;
	clear:both;
	width:95%;
	margin-left:auto;
	margin-right:auto;
}
