/* CSS Document */

body {
   margin: 0; /* pour éviter les marges */
   text-align: center; /* pour corriger le bug de centrage IE */
	 background-color: #ffffff;	
	 font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;  
   color: #666666;	
 	SCROLLBAR-FACE-COLOR: #cccccc;
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
	SCROLLBAR-SHADOW-COLOR: #6E88D3;
	SCROLLBAR-3DLIGHT-COLOR: #ffffff;
	SCROLLBAR-ARROW-COLOR: #ffffff;
	SCROLLBAR-TRACK-COLOR: #dddddd;
	SCROLLBAR-DARKSHADOW-COLOR: #cccccc;  
  
}
#conteneur{
     margin-left: auto;
     margin-right: auto;
     width:967; /* largeur obligatoire pour être centré */
     height:1050px;
     text-align: left; /* on rétablit l'alignement normal du texte */     
     background-image: url(../images/ombre.jpg);
     background-repeat: no-repeat;
     
}
#header{
	position:absolute;
	top:10px;
	width:910px;
  margin-left: 32px;
  background-color: #fbdc6a;	
  height:300px;
  text-align: center;
	z-index:2; 		
}
#main{
	position:absolute;
	top:310px;
  width:910px; 
  margin-left: 32px;
  height:664px;
  text-align: left;  
	z-index:2; 
  background-color: #c86625;	 
} 
#central{
 position :absolute;
 width:700px; 
 height:649px;
 z-index:3; 
}
#aligngauche{
text-align: left;
}
.photoAccueil{
position :absolute;
	top:90px;
	margin-left: 20px;
	z-index:3; 
}
#signature{
position :absolute;
	top:38px;
	margin-left: 470px;
}
.bronze{
 color: #971c20;
 font-size: 14px;
 text-align: left;   	
/* border:2px solid grey;*/
 z-index:3; 
 padding : 5px 30px 5px 60px;
  font-family: cursive;
 font-style:: italic; 
}
.bronzeL{
 color: #971c20;
 font-size: 14px;
 z-index:3; 
  font-family: cursive;
 font-style:: italic; 
}
.or{
 color: #b89108;
 font-size: 14px;
}
.lienor{
 color: #b89108;
 font-size: 12px;
 text-decoration: none;
}
a.lienor:hover {
 color: #c86625;
 font-size: 12px;
 text-decoration: none;
 font-weight: bold;
}
#droite{
float:right;
 width:210px; 
 left:700px;
 height:649px;
 /*border:2px solid grey;*/
 z-index:3; 
  background-image: url(../images/marche-bresil.jpg);
	background-repeat: no-repeat;	
}
.accueil{
margin-top :0px;
}
.semaine{
margin-top :163px;
}
.weekend{
margin-top :130px;
}
.photos{
margin-top :130px;
}
.plandacces{
margin-top :70px;
}
.blanc{
	color: #ffffff;
  font-size: 12px;
  font-style:: italic;
  font-family: cursive;
}
#bottom{
clear:both;
 width:910px;
 margin-left: 0px;
 height:50px;
 text-align: center;  
/* border:2px solid grey;*/
 z-index:3; 
  background-color: #fbdc6a;	 
}
#ardoise{
position :absolute;
  width:650px; 
  height:649px;
	top:15px;
	margin-left: 25px;
  z-index:3; 
  background-image: url(../images/ardoise3.jpg);
	background-repeat: no-repeat;
}
#titre{
  position :absolute;
	top:260px;
	margin-left: 100px;
	color: #ffffff;
 font-size: 16px;
 font-family: cursive;
 font-style:: italic;
 width :400px;
 
}
#plat1{
  position :absolute;
	top:300px;
	margin-left: 100px;
	color: #ffffff;
  font-size: 14px;
  font-style:: italic;
  font-family: cursive;
  width :400px;
}
#plat2{
  position :absolute;
	top:360px;
	margin-left: 100px;
	color: #ffffff;
  font-size: 14px;
  font-style:: italic;
  font-family: cursive;
  width :400px;
}
#plat3{
  position :absolute;
	top:440px;
	margin-left: 100px;
	color: #ffffff;
  font-size: 14px;
   font-style:: italic;
  font-family: cursive;
  width :400px;
}
#prix{
  position :absolute;
	top:500px;
	margin-left: 100px;
	color: #ffffff;
  font-size: 14px;
   font-style:: italic;
  font-family: cursive;
  width :400px;
}
#dest1{
  position :absolute;
	top:270px;
	margin-left: 100px;
	color: #ffffff;
  font-size: 14px;
  font-style:: italic;
  font-family: cursive;
  width :400px;
}
#dest2{
  position :absolute;
	top:322px;
	margin-left: 100px;
	color: #ffffff;
  font-size: 14px;
  font-style:: italic;
  font-family: cursive;
  width :400px;
}
#dest3{
  position :absolute;
	top:380px;
	margin-left: 100px;
	color: #ffffff;
  font-size: 14px;
  font-style:: italic;
  font-family: cursive;
  width :400px;
}
#dest4{
  position :absolute;
	top:450px;
	margin-left: 100px;
	color: #ffffff;
  font-size: 14px;
  font-style:: italic;
  font-family: cursive;
  width :400px;
}
#dest5{
  position :absolute;
	top:500px;
	margin-left: 100px;
	color: #ffffff;
  font-size: 14px;
  font-style:: italic;
  font-family: cursive;
  width :400px;
}
#galeriephotos{
position :absolute;
	top:20px;
	margin-left: 40px;
	color: #ffffff;
  font-size: 16px;
  font-style:: italic;
  font-family: cursive;
  width :650px;
}
#liens{
 margin : 20px 0 0 10px;
 width:650px; 
 height:600px;
	overflow : auto;  
 
}

