/*
 * #4bc1ea - bleu clair / turquoise
 * #b7cb00 - vert anis
 * #d63087 - fusia
 * #ee8027 - orange
 * #58585a - gris titre
 * #358e2e - vert alpha
 */
body {
	font-size:12px;
	margin:0 auto;
	font-family:"Gill Sans MT", sans-serif;
}
div#layout   {
	position:relative;
	width:1016px;
	background:#ffffff;
	margin:0 auto;
	z-index:1;
}

/*==--- content --===*/
div#content {
	position:relative;
	width:100%;height:783px;
	overflow:hidden;
}

div.vimg {
	display:inline;
	margin:6px;
}

span.erreur_message {
	color: red;
	font-style:italic;
}

a.gmap {
	font-family:"Gill Sans MT", sans-serif;
	text-align:center;
	color:#ffffff; 
	text-decoration:none;
	font-size:130%;
	margin-top:12px;
	margin:0 auto;
}
a.gmap:hover {
	text-decoration:underline;
}