@charset "UTF-8";/*-------------------------*//* CSS MENU ETABLISSEMENTS *//*-------------------------*//* -- NUANCIER -- *//* GRIS:  #616163 *//* ROUGE: #b3071b */body{	background-color: #FFFFFF;	color: #616163;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: small;}#index{	margin: auto;	width: 380px;	/*display: table-cell;	vertical-align: middle;	background-color: #3399FF;*/}#bienvenue{	margin: auto;	width: 408px;	height: 78px;	position: absolute;	top: 50%;	margin-top: -110px;	z-index: 10;}#menuetablissement {	margin: auto;	height: 24px;	width: 422px; /*376*/	position: absolute;	top: 50%;	margin-top: -12px;}#menuetablissement div {	float: left;	margin: 0 0px 0 0;}#jbcgroup {	width: 190px;	height: 85px;	margin: auto;	margin-top: 30px;}/* -- ROLLOVER IMAGES -- *//* --------------------- */.lusiades a, .driades a, .novalles a, .preyades a, .optimhome a, .factothome a, .forhome a, .ptitpressoir a, .chandelle a{	display: block;	width: 46px; height: 54px;	background-position: top left;	background-repeat: no-repeat;}.lusiades a:hover, .driades a:hover, .novalles a:hover, .preyades a:hover, .optimhome a:hover, .factothome a:hover, .forhome a:hover, .ptitpressoir a:hover, .chandelle a:hover{	display: block;	width: 46px; height: 54px;}.lusiades a {	background: url(../interface/menuindex/l.jpg);}.lusiades a:hover {	background: url(../interface/menuindex/l.jpg) 0 -54px no-repeat;}.driades a {	background: url(../interface/menuindex/d.jpg);}.driades a:hover {	background: url(../interface/menuindex/d.jpg) 0 -54px no-repeat;}.novalles a {	background: url(../interface/menuindex/n.jpg);}.novalles a:hover {	background: url(../interface/menuindex/n.jpg) 0 -54px no-repeat;}.preyades a {	background: url(../interface/menuindex/y.jpg);}.preyades a:hover {	background: url(../interface/menuindex/y.jpg) 0 -54px no-repeat;}.optimhome a {	background: url(../interface/menuindex/o.jpg);}.optimhome a:hover {	background: url(../interface/menuindex/o.jpg) 0 -54px no-repeat;}.factothome a {	background: url(../interface/menuindex/f.jpg);}.factothome a:hover {	background: url(../interface/menuindex/f.jpg) 0 -54px no-repeat;}.forhome a {	background: url(../interface/menuindex/h.jpg);}.forhome a:hover {	background: url(../interface/menuindex/h.jpg) 0 -54px no-repeat;}.ptitpressoir a {	background: url(../interface/menuindex/p.jpg);}.ptitpressoir a:hover {	background: url(../interface/menuindex/p.jpg) 0 -54px no-repeat;}.chandelle a {	background: url(../interface/menuindex/c.jpg);}.chandelle a:hover {	background: url(../interface/menuindex/c.jpg) 0 -54px no-repeat;}/* -- AFFICHAGE DES ETABLISSEMENTS -- *//* ---------------------------------- */#menuetablissement a span.titre{	display: none;}#menuetablissement a:hover span.titre {	display: block;	position: absolute;	top: 100px;	left: 0;	width: 376px;	text-align: center;	color: #616163;	letter-spacing: 0.5em;	text-transform: uppercase;}.definition{	letter-spacing: 0.1em;	text-transform: lowercase;	font-size: x-small;}a, a:hover{	text-decoration: none;}
