html {
  font-size: 100%;
  font-family: "Trebuchet MS", Lucida, Arial, Tahoma;
}
#indicator {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
  padding: 5px;
  background-color: #A62727;
  color: white;
  font-weight: bold;
}

.rouge {
  color: red;
  font-weight: bold;
}

.vert {
  color: green;
}

.u {
  text-decoration: underline;
}

.b {
  font-weight: bold;
}

label {
  width: 200px;
  display: inline;
  float: left;
/*   clear: both; */
}

abbr, acronym {
  border-bottom: 1px dotted gray;
  cursor: help;
}

#recherche {
  float: left;
  position: absolute;
  z-index:10;
  height: 5em;
  width: 200px;
  background-color: white;
}

.produit {
  background-color: white;
  border: 1px solid black;
  padding: 10px;
  width: 75%;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 30px;
}

.cadrelien {
  cursor: pointer;
  border: 1px solid black;
  background: #FFFFFF URL('') 5px no-repeat;
  vertical-align: middle;
  padding-left: 150px;
  height: 110px;
  margin: 10px 15% 5px 15%;
}

.liste_zones {
  width: 70%;
  margin: auto;
  border-collapse: separate;
}
.liste_zones tr {
  height: 110px;
}

.liste_zones td {
  height: 110px;
  font-weight: bold;
  background-color: white;
  background-repeat: no-repeat;
  border: 1px solid black;
  vertical-align: middle;
  padding: 0px;
  padding-left: 140px;
}

.link {
  cursor: pointer;
}

.header {
  position:absolute;
  top: 0px;
  left: 0px;
  width: 100%;
 /* float: left;*/
  height: 130px;
  padding: 0px;
  margin: 0px;
  color: #EEEEEE;
  background: url('/images/menu_haut_2.png') repeat-x;
  text-align: center;
  z-index: 3;
/*   background-position: top center; */
/*  background-image: URL("./images/logo.jpg"); */
/*  background-repeat: no-repeat; */
}

#title {
  display: block;
  border-width: 0;
  /*width: 100%;*/
  margin-top: 0;
  padding-top: 110px;
  height: 0;
  overflow: hidden;
  background: url('/images/logo.png') no-repeat center;
}

.menugauche {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 12%;
  height: 100%;
  margin: 0px;
  padding: 150px 0px 5px 5px;
/*   padding-top: 150px; */
/*   background-color: #007E22;*/
  background: #4db468;
  line-height: 2.0em;
  text-shadow: #FFFFFF 0px -1px 3px;
  z-index: 2;
}

/*html>body .menugauche {
  position: fixed;
  height: 100%;
}*/

.toplink {
  background: url('/images/menu_fond.png') top left repeat-x;
  background-color: #d1eed9;
  width: 95%;
  margin-left: auto;
  padding: 0px 0px 0px 5px;
  border: 1px solid gray;
  border-right-width: 0px;
  margin-bottom: 10px;
}

.menugauche a {
  border-bottom: 1px dotted gray;
  color: #333333;
  font-size: 11pt;
}

.menugauche a:hover {
  text-decoration: none;
  color: #777777;
  text-shadow: black 0px 0px 0px;
}

.toplink_hl {
  background: url('/images/menu_fond_admin.png') top left repeat-x;
  background-color: #eac3c3;
  width: 95%;
  margin-left: auto;
  padding: 0px 0px 0px 5px;
  border: 1px solid gray;
  border-right-width: 0px;
  margin-bottom: 10px;
}

body {
  /* Pour occuper toute la largeur avec IE5 et IE6*/
  font-size: 1em;
/*   background: url('/images/menu_haut_2.png') top left repeat-x; */
  margin: 130px 0 0 0;
  padding:0px;
  background-color: #FFFFC0;
  text-align: justify;
}

.presentation {
  width: 70%;
  margin: auto;
  text-align: center;
  border-color: black;
  border-style: dashed;
  border-width: 1px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
}

.contenu {
/*   position: relative; */
  width: 90%;
  margin: auto;
/*   margin-top: 130px; */
  background-color: #E6E6E6;
  border-style: solid;
  border-color: black;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 0px;
  border-bottom-width: 1px;
  padding: 10px;
  z-index: 30;
}

.contenu_admin {
  width: 85%;
  margin: auto;
  background-color: #FFD9D9; /*#E6E6E6;*/
  border-style: solid;
  border-color: black;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  padding: 5px;
}

#footer {
  width:100%;
  text-align:center;
  font-size:0.8em;
  color:gray;
}


* html .info,.infobleu,.validation,.erreur {
  /*height: 48px;*/
}

.erreur {
  background: url(/images/icones/error48.png) left no-repeat;
  min-height: 48px;
  width: 80%;
  margin: auto;
  background-color: #EB4141;
  color: #000000;
  padding: 5px 2% 5px 60px;
  border: 1px solid #FF1111;
  font-weight: bold;
}

.info {
  background: url(/images/icones/ok48.png) left no-repeat;
  min-height: 48px;
  width: 80%;
  margin: auto;
  background-color: #80F57C;
  padding: 5px 2% 5px 60px;
  border: 1px solid #60B75D;
  font-weight: bold;
}

.infobleu {
  background: url(/images/icones/info48.png) left no-repeat;
  min-height: 48px;
  width: 80%;
  margin: 10px auto;
  background-color: #C1D6FF;
  color: #000000;
  padding: 5px 2% 5px 60px;
  border: 1px solid #8795B2;
}

input {
  background-color: #FFFFC0;
  color: #111111;
}

.input-err {
  background-color: #FF5555;
  color: #111111;
}

input.btn {
  background-color: #963228;
  color: #EEEEEE;
}

table {
  border-collapse: collapse;
}

table.titrenews {
  width: 80%;
  position: relative;
  left: 10%;
  text-align: center;
  padding-bottom: 0px;
  margin: 0px;
  border-spacing: 0px 0px;
}

/* Titre "Dernières nouvelles" */
td.title1 {
  background-color: #963228;
  text-align: center;
  border-style: solid;
  border-color: black;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 3px;
  border-right-width: 3px;
  font-weight: bold;
  color: #EEEEEE;
  font-size: 1.2em;
}

td.title {
  background-color: #963228;
  text-align: center;
  border-color: black;
  border-style: solid;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 3px;
  border-right-width: 3px;
  margin-left: 5px;
  margin-right: 5px;
}

td.news {
  background-color: #EEEEEE;
  text-align: justify;
  border-width: 1px;
  border-color: black;
  border-right-style: dashed;
  border-left-style: dashed;
  border-bottom-style: dashed;
  padding: 5px;
  margin-left: 5px;
  margin-right: 5px;
}

th {
  text-align: center;
}

td {
  padding: 3px;
}

.recap th, .recap td {
  border: 1px solid grey;
  padding: 4px;
  width: auto;
}

.recap {
  width: 90%;
  margin: auto;
}

h1 {
  text-align: center;
  color: #A62727;
  font-family: "Comic Sans MS";
  font-size: 1.6em;
}

h2 {
  font-size: 1.4em;
  color: #001100;
  border-style: solid;
  border-color: #008000;
  border-width: 0 0 1px 0;
  background: url('/images/titre_vert.png') left repeat-y;
  padding-left: 15px;
  padding-bottom: 3px;
  margin-bottom: 10px;
}

h3 {
  font-size: 1.2em;
  color: #001100;
  border-style: solid;
  border-color: #800000;
  border-width: 0 0 1px 0;
  background: url('/images/titre_rouge.png') left repeat-y;
  padding-left: 15px;
  padding-bottom: 3px;
}

img, a.noborder, .recap a {
  border-width: 0px;
  border-style: none;
}

a {
  text-decoration: none;
  font-weight: bold;
  color: #06BB00;
  border-bottom: 1px dotted #A62727;
}

a:hover {
  text-decoration: none;
}

/* Infobulle */
div.bulle {
  width: 80%;
  margin: auto;
  border: 1px solid blue;
  padding: 5px;
}

.bulle {
 position: relative;
 text-decoration: none;
}

.bulle span {
 display: none;
}

.bulle:hover {
 background: none; /* correction d'un bug IE */
 z-index: 500;
}

.bulle:hover span {
 display: inline;
 position: absolute;
 top: 2em;
 left: 1em;
 background: orange;
 text-align: center;
 color: white;
 padding: 10px;
 border: 1px solid black;
}

#lightbox a {
  border-width: 0px;
}

#overlay {
  height: 100%;
}

.photo_ferme_right, .photo_ferme_left {
  margin: auto;
  margin-bottom: 10px;
  width: 70%;
  min-width: 400px;
  padding: 10px;
  overflow: hidden;
}

.photo_ferme_left img {
  display: block;
  text-decoration: none;
  border-width: 0;
  float: left;
}

.photo_ferme_right img {
  display: block;
  text-decoration: none;
  border-width: 0;
  float: right;
}
.photo_ferme_left div, .photo_ferme_right div {
  background-color: white;
  border: 1px solid grey;
  padding: 10px;
}

.photo_ferme_right div {
  margin-right: 310px;
}

.photo_ferme_left div {
  margin-left: 310px;
}
