@charset "UTF-8";
/* CSS Document */

@import url(normalize.css);

a {
	text-decoration:none;
	color:#FFFFFF;
	transition: color 0.2s linear 0s; /* w3 */
	-o-transition: color 0.2s linear 0s;
	-moz-transition: color 0.2s linear 0s;
	-webkit-transition: color 0.2s linear 0s;
}

body {
	width:100%;
	margin:auto;
}


body #newsletter{
	width:90%;
	height:50px;
	float:left;
	margin:2% 0 20px 0;
}


body #newsletter p.libelle {
	width:100%;
	height:50px;
	font-family:Arial, Helvetica, sans-serif;
	color:#787878;
	font-size:16px;
	float:left;
	text-align:center;
}

body #newsletter #message-ns{
	width:100%;
	height:50px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:4em;
	float:left;
	text-align:center;
	margin:5% 0 20px 0;
}

body #newsletter #inscription-ns {
	width:100%;
	height:50px;
	float:right;
	text-align:left;
}

body #newsletter #inscription-ns p{
	font-size:11px;
	float:left;
	margin:0 0 0 10px;}

body #newsletter #inscription-ns #nom-ns, body #newsletter #inscription-ns #fonction-ns, body #newsletter #inscription-ns #prenom-ns {
	width:29%;
	height:20px;
	line-height:20px;
	padding:0 0 0 8px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#9c9c9c;
	margin:10px 5px 0 10px;
	float:left;
}

body #newsletter #inscription-ns #email-ns {
	width:96%;
	height:20px;
	line-height:20px;
	padding:0 0 0 8px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#9c9c9c;
	margin:10px 5px 0 10px;
	float:left;
}

body #newsletter #inscription-ns #rgpd {
	width:100%;
	height:25px;
	line-height:20px;
	padding:0 0 0 8px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#9c9c9c;
	margin:10px 5px 0 0px;
	float:left;
}

body #newsletter #inscription-ns #rgpdtxt {
	width:100%;
	height:65px;
	line-height:20px;
	padding:0 0 0 8px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#9c9c9c;
	margin:10px 5px 0 0px;
	float:left;
}


body #newsletter #inscription-ns #rgpdtxt a{ color:#333333; }

body #newsletter #inscription-ns #envoyer-ns {
	width:20%;
	height:24px;
	border:none;
	margin:10px 0 0 5px;
	float:left;
	font-size:13px;
	font-weight:bold;
	color:#787878;
	background:#eeeeee;
	border:0px solid #bbbbbb;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow:2px 2px 10px 0px rgba(119, 119, 119, 0.5);
-webkit-box-shadow:2px 2px 10px 0px rgba(119, 119, 119, 0.5);
box-shadow:2px 2px 10px 0px rgba(119, 119, 119, 0.5);

}


/*############################################# */
/*############################################# */
/*############################################# */


.vertbleu {
	color:#36b7c1;
}

.clear {
	clear:both;
}
.erreur {
	color:#f00;
}