/******************** d�finitions g�n�rales ****************/

html {
 margin: 0px;
 padding: 0px;
}

body {
  background-color : #f7f1ed;
  font-family : sans-serif;  
  color: #663333;
  margin: 0px;
  padding: 0px; 
  font-size: 0.8em;
  text-align: center;
}


code { 
  font-size: 135%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  padding-left: 2em;
  padding-right: 2em;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  border: 1px solid #CECAC7;
  
}

div { 
  color: #6F4A38;
  text-align: left;
  margin-top:0em;
  margin-bottom:0em;
} 


p {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
  text-align: justify;
  margin-left: 0.5em;
}


a:link { 
  color: #BD431A;
  text-decoration: none;
}

a:visited { 
  color: #BF4922;
  text-decoration: none;
}

a:hover { 
  color: #F97522;
  text-decoration: underline;
}

a:active { 
  color: #BD431A;
  text-decoration: none;
}

ul{ 
  margin-left:0.2em;
  padding-left:0.5em;
  color: #663333;

}

li{ 
  margin-left:0.1em;
  padding-left:0.2em;
  padding-top:0.2em;
  color: #663333;
}

img { 
  border: 0px;
}


strong { 
  font-weight: bold;
}

h1, h2, h3, h4, h5, h6 { 
  padding:0.2em;
  margin:0.2em;

}

select { 
  background-color:#FFFFFF;
  color:#663333;
  border:1px solid #fff;
  font-size: 85%;

  overflow: hidden;
  width: 13em;
}

input.active_button{
  margin-left: 1em;
  border:1px solid #CECAC7;
  color:#663333;
  background-color:#ffffff;
  font-size: 85%;
}

input.active_button:hover{
  color: #FAF6F4;
  background-color:#F88944;
  cursor:pointer;
}


div.separateur {
  clear: both;
  }

/************************* entete ******************/

div.baniere {
  background: url("images/orange/baniere_orange_repeter.png");
  background-repeat: repeat-x;
  width: 100%;
  margin : 0px;
  height: 180px;
}


div.baniere1 {
  position: absolute; 
  left: 0px;
  background: url("images/orange/baniere_orange.jpg");
  background-repeat: no-repeat;
  margin : 0px;
  height: 180px;
  width: 700px;
}


div.baniere2 { 
}

div.baniere3 { 
  position: absolute; 
  right: 0px;
  background: url("images/orange/baniere_orange_droite.jpg");
  background-repeat: no-repeat;
  margin : 0px;
  height: 180px;
  width: 155px;
  padding-right: 0px;

}


/************************* menu ******************/


/*div.panneau_menu { 
  width: 18%;
  clear: both;*/

/*  position: fixed;*/
/*  clear: left;*/
/*  float: left;
  margin: 1%;*/
/*  top: 140px;*/
/*}*/

div.choixstyle { 
  color: #000000;
  border: 0px;
  border: 0em;
  overflow: hidden;
  margin-bottom: 2.5em;
  clear: right;
  margin-left: 19%;
  width: 40%;
}

div.choixstyle div {
  background: none;
}

div.choixstyle div.menu_entete {
 height: 0;
}

div.choixstyle div.menu_pied {
 height: 0;
}

div.choixstyle div.menu_d {
  height: 2em;
}


div.menu { 
  position: fixed;
  top: 160px;  
  width:18%;  

  color: #000000;
  border: 0px;
  border: 0em;
  overflow: hidden;
}

div.menu_entete { 
  background: url("images/orange/menu-haut.jpg");
  background-repeat: repeat-x;
  border: 0px;
  height: 30px;
  width: 100%;
  padding: 0px;
  border: 0px;
}

div.menu_corps { 
  background: #faf6f4;
  border: 0px;
  border: 0px;
  width: 100%;
}

div.menu_pied { 
  background: url("images/orange/menu-bas.jpg");
  background-repeat: repeat-x;
  height: 27px;
  border: 0px;
  width: 100%;
}


/* entete */
div.menu_hg { 
  background: url("images/orange/menu-hautgauche.jpg");
  background-repeat: no-repeat;
  height: 30px;
  border: 0px;
}


div.menu_hd { 
  background: url("images/orange/menu-hautdroite.jpg");
  background-position: right top;
  background-repeat: no-repeat;
  height: 30px;
  border: 0px;
}

/* milieu */
div.menu_g { 
  background: url("images/orange/menu-gauche.jpg");
  background-position: left;
  background-repeat: repeat-y;
  border: 0px solid;
  padding: 0px;
  margin: 0px;
}


div.menu_d { 
  background: url("images/orange/menu-droite.jpg");
  background-position: right;
  background-repeat: repeat-y;
  border: 0px;
  padding-right: 19px;
  margin-left: 18px;
  padding-top: 1em;
  padding-bottom: 1em;  
}


/* bas */
div.menu_bg { 
  background: url("images/orange/menu-basgauche.jpg");
  background-position: left top;
  background-repeat: no-repeat;
  height: 27px;
  border: 0px;
}


div.menu_bd { 
  background: url("images/orange/menu-basdroite.jpg");
  background-position: right top;
  background-repeat: no-repeat;
  height: 27px;
  border: 0px;
}

div.menu_prepied { 
  padding-top: 1em;
  border: 0px;  
  text-align:right;
  color: #BD8B7A;
}



div.menu ul.menu_racine{ 
  border-top: 1px #CAA69A solid;  
  border-left: 1px #CAA69A solid;  
  border-bottom: 1px #EEDBD5 solid;  
  border-right: 1px #EEDBD5 solid;  
  margin-left:0em;
  padding:0.1em;
  padding-left:0.2em;
  padding-right:0.2em;  
  background-color: #FFFFFF; 
}

div.menu ul{ 
  margin-left:1em;
  margin-bottom:0.2em;
  list-style-type:none;
  border-top: 1px #EFE2DE solid;  
}

div.menu li{ 
  margin-left:0em;
  margin-right:0em;
  padding-top:0em;
  list-style-type:none;
}


div.menu li.menu_avantbut:first-letter{ 
  color: black;
}


div.menu ul.menu_but{ 
  background-color: #faf6f4; 
  border-bottom: 1px #EFE2DE solid;  
  border-top: 1px #EFE2DE solid;  

}


.menu_avantbut { 
  border-top: 1px #CAA69A solid;  
  border-bottom: 1px #CAA69A solid;  
  background-color: #faf6f4; 

}





/************************* contenu ******************/

div.contenu { 
/*  position: absolute;*/
  margin-left: 19%;
/*  width: 78%;*/
  right: 1em;
/*  top: 200px;*/
  border: 0em;
  padding: 0.5em;
  padding-top: 10px;
  text-align: center;
/*  clear: both;*/
}



/************************* article ******************/

div.article { 
  color: #000000;
  border: 0px;
  margin: auto;
  width: 99%;
  margin-bottom: 2.5em;
}

div.article_entete { 
  background: url("images/orange/boite-haut.jpg");
  background-repeat: repeat-x;
  border: 0px;
  height: 27px;
}

div.article_corps { 
  background: #faf6f4;
  border: 0px;
}

div.article_pied { 
  background: url("images/orange/boite-bas.jpg");
  background-repeat: repeat-x;
  border: 0px;
}



/* entete */
div.article_hg { 
  background: url("images/orange/boite-hautgauche.jpg");
  background-repeat: no-repeat;
  height: 27px;
  border: 0px;
}


div.article_hd { 
  background: url("images/orange/boite-hautdroite.jpg");
  background-position: right top;
  background-repeat: no-repeat;
  height: 27px;
  border: 0px;
  padding-top: 7px;
  padding-left: 2em;
  font-weight: bold;   
  text-align: left;

}

/* milieu */
div.article_g { 
  background: url("images/orange/boite-gauche.jpg");
  background-position: left;
  background-repeat: repeat-y;
  border: 0px solid;
  padding: 0px;
  margin: 0px;
}


div.article_d { 
  background: url("images/orange/boite-droite.jpg");
  background-position: right;
  background-repeat: repeat-y;
  border: 0px;
  padding-right: 28px;
  margin-left: 21px;
  padding-top: 1em;
  padding-bottom: 1em;  
}


/* bas */
div.article_bg { 
  background: url("images/orange/boite-basgauche.jpg");
  background-repeat: no-repeat;
  height: 27px;
}


div.article_bd { 
  background: url("images/orange/boite-basdroite.jpg");
  background-position: right top;
  background-repeat: no-repeat;
  height: 27px;
  border: 0px;
  text-align: right;
  padding-top: 5px;
  padding-right: 1em;
  font-weight: bold;   
}


div.article_corps p {   
  text-indent: 1em;
  margin-top:0.4em;
  margin-bottom:0.4em;
}

div.article_d div {   
  text-align: center;
} 

div.article_corps ul li {   
  text-indent: 0em;
  margin-left: 1em;
  margin-top:0em;
  margin-bottom:0em;
}

p.grande_lettre:first-letter { 
  font-size : 150%;  
  font-weight: bold; 
}





/************************* page images **************/




div.panorama_haut { 
  background: url("images/orange/regle-centre.jpg");
  background-repeat: repeat-x;
  border: 0px;
  height: 31px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;

}


div.panorama_haut_g { 
  background: url("images/orange/regle-gauche.jpg");
  background-repeat: no-repeat;
  height: 31px;
  border: 0px;

}

div.panorama_haut_d { 
  background: url("images/orange/regle-droit.jpg");
  background-position: right top;
  background-repeat: no-repeat;
  height: 31px;
  border: 0px;
  padding-top: 7px;
  padding-left: 2em;
  font-weight: bold;   
  text-align: left;

}

div.lien_retour{  
  padding-left:20px;
  display: inline;  
  margin-left:0em;
}

div.lien_affichage{  
  display: inline;
  text-align:right;
  padding-left: 1em;
}


/************************* miniatures **************/

div.miniatures { 
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
  padding-left: 0em;
  padding-right: 0em;
}


div.miniature { 
  float: left;
  width: 24%;
  padding: 0.2em;
  text-align: center;
}

/************************* panorama **************/


div.panorama_principal { 
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  border: 0px;   
  margin-top: 0em;
  margin-bottom: 0em;
}



div.panorama_tour_image { 
  text-align: center;
}

div.panorama_tour_texte { 
  border-top: 1px #CAA69A solid;  
  border-left: 1px #CAA69A solid;  
  border-bottom: 1px #EEDBD5 solid;  
  border-right: 1px #EEDBD5 solid;  
  background-color: #FFFFFF; 

  padding: 0.5em;
  padding-bottom: 0.1em;
  margin-left: 0.5em;
  margin-right: 0.5em;
  margin-top: 2em;
  margin-bottom: 0em;
}

div.panorama_date p{ 
  text-align: left;
  padding: 0em;
  width: 100%;
  margin-bottom: 0.2em;
  margin-top: 0em;
}

div.panorama_commentaire p{ 
  text-align: center;
}

div.panorama_defile { 
  width: 98%;
  margin-left: auto;
  margin-right: auto;
  min-height: 150px;
  border: 0;
  margin-bottom: 1em;
  padding: 0.2em;
  
}

div.panorama_defile_gauche { 
  float: left;
  width: 31%;
  border: 0px;    
  text-align: center;
  margin-right: 0.4em;
  margin-left: 0.4em;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  padding-right: 1em;
}
div.panorama_defile_centre { 
  float: left;
  width: 31%;
  border: 0px;    
  text-align: center;
  margin-right: 0.4em;
  margin-left: 0.4em;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}
div.panorama_defile_droit { 
  float: left;
  width: 31%;
  border: 0px;    
  text-align: center;
  margin-right: 0.4em;
  margin-left: 0.4em;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  padding-left: 1em;
}




div.panorama_defile_entete { 
  background: url("images/orange/boite-haut.jpg");
  background-repeat: repeat-x;
  border: 0px;
  height: 27px;
}

div.panorama_defile_corps { 
  background: #faf6f4;
  border: 0px;
}

div.panorama_defile_pied { 
  background: url("images/orange/boite-bas.jpg");
  background-repeat: repeat-x;
  border: 0px;
}


/* entete */
div.panorama_defile_hg { 
  background: url("images/orange/boite-hautgauche.jpg");
  background-repeat: no-repeat;
  height: 27px;
  border: 0px;
}


div.panorama_defile_hd { 
  background: url("images/orange/defile-hautdroit.jpg");
  background-position: right top;
  background-repeat: no-repeat;
  height: 27px;
  border: 0px;
  padding-top: 7px;
  padding-left: 2em;
  font-weight: bold;   
  text-align: left;

}

/* milieu */
div.panorama_defile_g { 
  background: url("images/orange/boite-gauche.jpg");
  background-position: left;
  background-repeat: repeat-y;
  border: 0px solid;
  padding: 0px;
  margin: 0px;
}


div.panorama_defile_d { 
  background: url("images/orange/defile-droit.jpg");
  background-position: right;
  background-repeat: repeat-y;
  border: 0px;
  padding-right: 28px;
  margin-left: 21px;
  padding-top: 1em;
  padding-bottom: 1em;  
  height: 7em;
}


/* bas */
div.panorama_defile_bg { 
  background: url("images/orange/boite-basgauche.jpg");
  background-repeat: no-repeat;
  height: 27px;
}


div.panorama_defile_bd { 
  background: url("images/orange/defile-basdroit.jpg");
  background-position: right top;
  background-repeat: no-repeat;
  height: 27px;
  border: 0px;
  text-align: right;
  padding-top: 5px;
  padding-right: 1em;
  font-weight: bold;   
}




/* �l�ment de d�filement */

div.panorama_defile_centre_elem { 
  color: #AA8888;
  float: left;
  width: 33%;
  text-align: center;
  font-weight: bold;
}


div.panorama_defile_gauche_elem { 
  float: right;
  width: 33%;
  color: #AA8888;
  text-align: center;
  font-weight: bold;
}

div.panorama_defile_droit_elem { 
  float: left;
  width: 33%;
  text-align: center;
  color: #AA8888;
  font-weight: bold;
}

a.fleche_gauche{  
  display: block;  
  background: url("images/orange/grande-fleche-gauche.jpg");
  background-repeat: no-repeat;
  background-position: 7px 22px;
  width: 52px;
  height: 80px;  
  border: 0;   
  margin: auto;  
}


a.fleche_gauche:hover{  
  background: url("images/orange/grande-fleche-gauche.jpg");
  background-repeat: no-repeat;
  background-position: 5px 22px;
}



a.fleche_droite{  
  display: block;  
  background: url("images/orange/grande-fleche-droite.jpg");
  background-repeat: no-repeat;
  background-position: 5px 22px;
  width: 52px;
  height: 80px;  
  border: 0;   
  margin: auto;
}


a.fleche_droite:hover{  
  background: url("images/orange/grande-fleche-droite.jpg");
  background-repeat: no-repeat;
  background-position: 7px 22px;
}


a.fleches_gauches{  
  display: block;  
  background: url("images/orange/grandes-fleches-gauche.jpg");
  background-repeat: no-repeat;
  background-position: 7px 22px;
  width: 52px;
  height: 80px;  
  border: 0;   
  margin: auto;  
}


a.fleches_gauches:hover{  
  background: url("images/orange/grandes-fleches-gauche.jpg");
  background-repeat: no-repeat;
  background-position: 5px 22px;
}



a.fleches_droites{  
  display: block;  
  background: url("images/orange/grandes-fleches-droite.jpg");
  background-repeat: no-repeat;
  background-position: 5px 22px;
  width: 52px;
  height: 80px;  
  border: 0;   
  margin: auto;
}


a.fleches_droites:hover{  
  background: url("images/orange/grandes-fleches-droite.jpg");
  background-repeat: no-repeat;
  background-position: 7px 22px;
}


/************************* pied ******************/

div.pied {   
  font-size : 80%;  
  float: right;
  width: 40%;
  padding-top: 1em;
  margin-top:2em;
  margin-right: 5px;
  margin-bottom: 5px;
}

div.pied p{   
  text-align: right;
  margin-right:0.2em;
}

div.pied p.saut{ 
  margin-top: 1em;
}


/************************* parcours site ******************/
table.table_fichiers { 
  border: 0px;
  background-color: #ffffff;
  width: 90%;
  margin: auto;
}

table.table_fichiers td {
  border: 0px;
  border-width: 2px;
  background-color: #FFFBFB;
}
/************************* divers ******************/

img.tournoir { 
  border: 1px solid black;
  padding: 10px;
  background-color: #FFFFFF;
}


strong.rouge { 
  font-weight: bold;
  color: #DD0000;
  
}

div.entravaux { 
  margin-left: auto;
  margin-right: auto;
  background: url("images/orange/travaux.png");
  background-repeat: no-repeat;
  background-position:  0px 0px;
  font-size: 150%;
  width: 60%;
  border: 0px;
  text-align: center;
  margin-top: 5em;
  padding-top: 35px;
  padding-left: 50px;
}


div.erreur { 
  margin-left: auto;
  margin-right: auto;
  background: url("images/orange/erreur.png");
  background-repeat: no-repeat;
  background-position:  0px 0px;
  font-size: 150%;
  width: 60%;
  border: 0px;
  text-align: center;
  margin-top: 5em;
  padding-top: 35px;
  padding-left: 50px;
}


strong.rayer { 
  text-decoration: line-through;
}


div.simple_centre { 
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 0em;
  margin: 0em;
}

input.saisie { 
  border-bottom: 1px #FFDDDD solid; 
  border-right: 1px #FFDDDD solid; 
  border-left: 1px #CC8888 solid; 
  border-top: 1px #CC8888 solid; 
  background-color: #FFFFFF; 
  padding-left: 0.1em;
  padding-right: 0.1em;
  margin: 0em;
  text-align: right;
}

input.saisie_nom_fichier { 
  border-bottom: 1px #FFDDDD solid; 
  border-right: 1px #FFDDDD solid; 
  border-left: 1px #CC8888 solid; 
  border-top: 1px #CC8888 solid; 
  background-color: #FFFFFF; 
  padding-left: 0.1em;
  padding-right: 0.1em;
  margin: 0em;
  text-align: left;
}

strong.titre { 
  font-size: 150%;
  text-align: center; 
}


hr.fin_bloc_flottant { 
  clear: both; 
  height: 1px;
  visibility: hidden; 
  margin: 0; 
  padding: 0; 
}

a.gros { 
  font-size: 150%;


}

a.lien_clair { 
  color: #BD8B7A;
}

.surprise {
	display: none;
}
