html, body {
	background-image: url('images/vichy.jpg'); 
	background-repeat:repeat; 
	background-position:center; 
	margin:0 0 0 0;
}

#mouseover
{
    cursor:pointer;
    cursor:hand;
}

.langue {
	position:absolute;
	width:28px;
	height:17px;
}

.resto1 {
	position:absolute;
	left:50%;
	top: 50%;
	width: 719px;
	height: 568px;
	margin-top: -284px;
	margin-left: -359px;
	background-image:url(images/resto1.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}

.resto2 {
	position:absolute;
	left:50%;
	top: 50%;
	width: 719px;
	height: 568px;
	margin-top: -284px;
	margin-left: -359px;
	background-image:url(images/resto2.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}

  .sliderInput {
  	height:20;
    width:40;
  	font-family : Arial, Helvetica, sans-serif;
  	font-size : 12px;
  }

.styles {
	font-family: Tahoma, Verdana, Arial;
	font-size: 19px;
	font-weight: bold;
}
.header {
	font-family: Tahoma, Verdana, Arial;
	font-size: 14px;
}
.titre {
	font-family: Tahoma, Verdana, Arial;
	font-size: 14px;
	color:white;
	text-align:justify;
	font-weight: bold;
}
.texte {
	font-family: Tahoma, Verdana, Arial;
	font-size: 14px;
	color:white;
	text-align:justify;
}
.texte a {color: white;font-weight: bold;text-decoration: underline;}
.texte a:link {color: white;font-weight: bold;text-decoration: underline;}
.texte a:visited{color: white;font-weight: bold;text-decoration: underline;}
.texte a:hover, a:active {color: red;font-weight: bold;text-decoration: underline;}

.stexte {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	color:gray;
	text-decoration: none;
}
.stexte a {color: gray;text-decoration: underline;}
.stexte a:link {color: gray;text-decoration: underline;}
.stexte a:visited{color: gray;text-decoration: underline;}
.stexte a:hover, a:active {color: black;font-weight: bold;text-decoration: underline;}
