
/*Utilisé dans les dossier suivants : Chez nous */

* { padding: 0; margin: 0; }

html { height: 101%; }
 
body {
 color: white;
 background-color: #8c8c8c;
 font-family: Arial, Helvética;
 font-size: 80%;  
}

#wrapper {
  color: black;
  background-image: url(bandeau_bg.jpg);
  background-repeat: repeat-y;
  background-position: top left;
  width: 98%;
  height:98%;
  margin: auto;
}

#bandeau {
 background-color: white;
 background-image: url(bandeau_bg.jpg);
 background-repeat: repeat-y;
 background-position: top left;
  }

#zone_de_navigation { 
 float: left;
 width: 140px;
 height: 75%;
 padding-left: 10px;
 padding-top: 20px;
}

#zone_de_navigation ul {
 color: black;
 width: 110px;
 padding-left: 10px;
 margin-left: 0;
}

#zone_de_navigation li {
 list-style: none;
 border-left: 1px solid #FA8072;
 border-bottom: 1px solid #FA8072;
 margin: 0;
}

#zone_de_navigation #navi01,
 #navi11 {
 border-top: 1px solid #FA8072;
}

#zone_de_navigation a {
 display: block;
 text-decoration: none;
 color: black;
 padding: 4px;
 border-left: 3px solid #FFDEAD;     
}

#zone_de_navigation a:hover 
{
 color: black;
 background-color: white;
 border-left: 3px solid #FA8072;           
}

#zone_de_navigation a:active { background-color: white; } 

#zone_de_texte { 
 position: relative;
 background-image: url(arriereplan.jpg);
 background-position: top left;
 height: 75%;
 padding-right: 10px; 
 padding-bottom: 20px;
 padding-left: 10px; 
 margin-left: 150px;
}

 


address {
  margin-left:200px;  
  font-size: 80%; 
  font-style: normal; 
  letter-spacing: 2px; 
  line-height: 1.5em;
}

span {
 font-family: arial;
 font-size: 13px;
 font-weight: 100;
}


h1 { font-family: Times; 
 font-size: 400%;
 font-family: Times;
 font-weight: bold;
 font-style: italic;
 color: #F08080;
 margin-left: 400px;
 padding-top: 5px;
 padding-bottom: 5px;
}

.p2 {
 position:relative;
 font-family: Times; 
 font-size: 26px;
 color: #F08080;
 font-weight: 800;
 font-style: italic;
 padding-left: 20px;
}

.p3 {
 position:relative;
 font-family: Times;
 font-size: 24px;
 font-style: italic;
 color: #2E8B57;
 font-weight:700;
 line-height: 150%;
 padding-left: 30px;
}

.p4 {
 position:relative;
 font-family: Arial;
 font-size: 16px;
 font-style: italic;
 color: #2F4F4F;
 font-weight: 500;
 line-height: 150%;
 }

.p5 {
 position:relative;
 font-family: Times;
 font-size: 20px;
 font-style: italic;
 color: #008B8B;
 font-weight: 500;
 line-height: 120%;
 }




#zone_de_carte { 
 position: relative;
 background: none;
 width: 90%;
 height: 350px;
 Padding-top: 10px;
 margin-left: 40px; 
}




.container {
 position: absolute;
 height: 60px;
}



.boite_titre {
 position: absolute;
 background-color:#FFE4B5;
 height: 40px;
 margin-left: 20px;
}

.boite_diapo {
 position: absolute;
 height: 60px;
}

.boite_cliquer {
 position: absolute;
 margin-top: 10px;
 height: 30px;
}

.boite_retour {
 width: 80px;
 margin-left:700px;
}


/*test*/





