.report {
	position: fixed;
	top: -305px;
	right: 20px;
	width: 200px;
	background-color: rgba(0, 210, 255, 1);
	padding: 5px;
	border-radius: 4px;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
	opacity: 0.2;
	z-index: 5000;
}
.report:hover {
	opacity: 1 !important;
}
.report .titre {
	width: 100%;
	font-size: 12px;
	color: white;
	text-shadow: none;
	text-align: center;
	font-weight: bold;
	margin-top: 10px;
	cursor: pointer;
}
.report .titre span {
	width: 100%;
	display: block;
	font-weight: normal;
	color: white;
	text-shadow: none;
	font-size: 10px;
}
.report .form_report #test {
	display:none;
}
.report .form_report #report_email {
	border-left: 1px solid #3A3838;
	width: 188px;
	padding: 5px;
	margin-top: 15px;
}
.report .form_report textarea {
	padding: 5px;
	border-left: 1px solid #3A3838;
	margin-bottom: 2px;
	color: white;
	width: 188px;
}
.report .form_report .submit_report {
	float: right;
	font-size: 10px;
	padding: 5px 5px;
	background-color: black;
	display: block;
	margin-left: 133px;
	margin-bottom: 20px;
	cursor: pointer;
}