@media screen {

	.ctnu {
		font-family:		Tahoma, Helvetica, Arial;
		font-size:			8pt;
		font-weight:		normal;
	}

	.mail {
		font-family:		Tahoma, Helvetica, Arial;
		font-size:			8pt;
		font-weight:		normal;
		text-decoration:	none;
	}

	.mail:hover {
		text-decoration:	underline;
	}

	#divCntact {
		position:		absolute;
		left:			auto;
		width:			239px;
		height:			265px;
		overflow:		auto;
	}
}

/* ================ Inscription à la newsletter ==================== */
form {
	display: inline;
}
label, input {
	display: block;
}
label {
	background: #017575;
	font-family: arial,helvetica,sans-serif;
	font-size: small;
	color: white;
	font-weight: bold;
}
.email {
/*		*/
	font-family: arial,helvetica,sans-serif;
	font-size: xx-small;
	color: black;
	
}
div#nlvdb {
	width: 240px;
	border: 1px dashed black;
	background: #CCEAEA;
}