/* CSS Document */
@charset "iso-8859-1";
<!-- 
  /*----- le conteneur -----*/
  #conteneur {
	  width: 925px;
	  margin:0 auto 0 auto;
  }
  /*----- blocs -----*/ 
  .bloc_page {
		width: 929px;
		height: 1163px;
		position: relative;
		top: 0px;
		left: 0px;
    float: left;
    background-image: url('./images/fond.jpg'); 
		background-repeat: no-repeat;
    z-index: 0;
	}  
	.bloc_centre {
  	position: absolute;
    float: left;
    top: 450px;
		left: 250px;
		width: 640px;
		height: 650px;
    text-align: justify;
    z-index: 1; 
	}  
  .bloc_gauche {
  	position: absolute;
    top: 50px;
		left: 0px;
		width: 300px;
		height: 600px;
	}
  .bloc_droit {
  	position: absolute;
    top: 50px;
		left: 300px;
		width: 340px;
		height: 600px;
	}
  .google {
    position: absolute; 
    left: 0px; 
    top: 200px;
    width: 650px; 
    height: 420px; 
    z-index: 0;
  }
  .tarif {
    width:640px; 
    height:420px; 
    position:absolute; 
    left:0px; 
    top:20px; 
    z-index:0; 
    border: 1px solid #000
  }
  /*----- position des images -----*/
  .photo {
    position: relative;
		top: 314px;
		margin-left: 40px;
    height: 164px;
    z-index: 0;
  }
  .video {
  	position: absolute;
    top: 100px;
		left: 10px;
		width: 620px;
		height: 372px;
    background-image: url('./images/video.jpg'); 
		background-repeat: no-repeat;
    border-width: 1px;
    border-style: solid;
    border-color: black;
	}
  .signature {
    position: absolute;
		top: 570px;
		left: 370px;
    width: 215px;
    height: 41px;
    background-image: url('./images/signature.png'); 
	}
  .dejeuner {
    position: absolute;
		top: 450px;
		left: 390px;
    width: 250px;
    height: 196px;
    background-image: url('./images/dejeuner.png'); 
	}
	/*----- position des boutons -----*/
  .separationblank, .separation {
    position: relative;
		top: 0px;
		margin-left: 4px;
    position: relative;
    height: 37px;
    float:left;
  }
  .boutons {
		position: absolute;
		top: 374px;
		left: 235px; 
  } 
	/*----- agrandissement des images au survol -----*/
 	/* hack pour IE - ne sert sinon à rien */ 
	img :hover { 
		border:0px
	} 	 
  .zoom {
    position: relative;
		top: 314px;
		left: 40px;
    height: 164px;
    z-index: 3;
  }
  .zoom img {
    width: 166px;
    height: 123px;
    z-index: 0;
   }
  .zoom img:hover {
  	position: absolute;
		top: -170px;
		left: 170px;
    width: 459px;
    height: 347px;
    z-index: 3;
  }
    /*----- zoom photo -----*/
  .thumb {
    position: relative;
		top: 314px;
		margin-left: 40px;
    height: 164px;
    z-index: 3;
  }
  .thumb a {
    margin: 0; 
    color: black;
  }
  .thumb a .grand {
    display: block;
    position: absolute; 
    width: 0px; 
  }
  .thumb a:hover .grand, .thumb a:focus .grand { 
    position: absolute; 
    top: -200px;
    left: 190px;
    width: 459px; 
    height: 347px; 
    border-width: 1px;
    border-style: solid;
    border-color: black;
  }
  .petit {
    width: 166px;
    height: 123px;
  }
  /*----- position du texte -----*/
  .Style1 {color: #FF0000}
  .Style3 {color: #009900}
  .Style5 {color: #006600}
  .titre {
    position: absolute;
    left: 250px;
    top: 400px;
    color: black;
    z-index: 0;
  }
  .publicite {
    position: absolute;
    left: 15px;
    top: 10px;
    color: white;
  }
  .agrandissement {
    position: absolute;
    left: 0px;
    top: 638px;
    font-size: 12px;
    color: black;
  }
  .copyright {
    position: absolute;
    left: 600px;
    top: 1118px;
    font-size: 11px;
    color: white;
  }
  .adresse {
    position: absolute;
    left: 100px;
    top: 1135px;
    font-size: 11px;
  }
  /*----- formulaire -----*/
  .bloc_form {
    position: absolute;
    left: 0px;
    top: 400px;
    width: 500px;
  }
  img {
    border: 0px;          
  }
  form {
    width: 100%;
    padding: 0px 0px;
  }
  form p {
    margin: 10px 0px;
  }
  form p.double {
    /* Empêcher le dépassement des flottants */
    overflow: hidden;
    /* Idem pour IE6 */
    width: 100%;
  }
  form p.double label {
    float: left;
    width: 80px;
    text-align: left;
    cursor: pointer;
  }
  form p.double label span.info {
    display: block;
    margin-top: 2px;
    font-weight: normal;
    cursor: default;
  }
  form p.double input,
  form p.double textarea {
    width: 250px;
    margin-left: 20px;
    border: solid 1px black;
    padding: 2px 4px;
  }
  form p.double textarea {
    padding: 2px 0px 0px 4px;
    width: 350px;
    height: 150px;
  }
  form p.simple {
    margin-left: 200px;
  }
  /*----- page html -----*/
  html, body {
    width: 100%; 
    margin: 0;
  }
  /*----- image de fond -----*/
  body {
    background-image: url('./images/degrade.jpg');
    background-repeat: repeat-x;
    font-family: Tahoma;
  }
  h1 {
    font-size: 17px;
  }
  h2 {
    font-size: 18px;
  }
  h1.orangebig { 
		font-size: 20px; 
		font-weight: bold; 
		font-family: Tahoma; 
		display: inline; 
	} 
  -->