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

:root {
	--gris:#777;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:300;
	position:relative;
	padding:0;
	margin:0;
	top:0;
}

.bouton {
	background-color:#eee;
	border-radius:2px;
	box-shadow:none;
	font-size:12px;
	line-height:14px;
	padding:3px;
}

.sitClear {
	clear:both;
}
.sitFloatRight {
	float:right;
}