body {
  background: #D7EDD7;
  font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-size: 15px; 
  margin-top: 0;
  margin-bottom: 0;
}

.center {
  width: 1024px; /* 100%;
  max-width: 1024px; */
  margin: auto;
  background: white;
}

table, form, div, font {
  font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-size: 15px; 
}

select, textarea  {
  border-style: inset;
  border-width: 2px;
  overflow: auto;
}

img {
  border: none;
}

ul {
  font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-size: 15px; 
}

li {
  margin: 10px 0px;
}

#corps {
  position: relative;
  width: 100%;
  background: #FFFFFF;
}

p { 
  font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-size: 15px; 
  margin: 0px;
  padding: 0px;
  padding-bottom: 10px;
} 

h1 {
  font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  text-align: left;
  color: #A24B77; /* #BA7CAF */
  padding: 6px 0px 3px 0px;
}

h2 {
  font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-size: 15px; 
  text-transform: uppercase;
  text-align: left;
  color: #008080;
  padding: 15px 0px 12px 0px;
}

h3 {
  font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-size: 15px;
  text-align: left;
  color: #008080;
}

h4 {
  font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-size: 21px;
  text-align: center;
  color: #003300;
}

a {
  color: #BA7CAF;
  text-decoration: none;
}

a:active {
  color: #BA7CAF;
}

a:hover { 
  text-decoration: underline;
}

.small-1 {
  font-size: 12px;
}

.small-2 {
  font-size: 9px;
}

.justify {
  text-align: justify;
}

.scaps {
  font-variant: small-caps;
}

.bold {
  font-weight: bold;
}

/***********************/
/* Header et menu haut */
/***********************/

#header {
  position: relative;
  width: 100%;
  height: 122px;
  z-index:10;
}

#header_img {
  position: absolute;
  width: 649px;
  left: 375px;
  top: 3px;
  text-align: left;
}

#menu_haut {
  position: absolute;
  width: 610px;
  left: 375px;
  top: 91px;
  text-align: left;
}

/*********************/
/* Contenu des pages */
/*********************/

#content {
  position: relative;
  width: 96%;
  height: 100%;
  min-height: 714px;
  margin: 70px 0px 10px 0px;
  padding: 0px 2% 20px 2.5%;
  background-image: url("../images/back_bird.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  text-align: left;
  z-index: 0;
}

#content a {
  text-decoration: underline;
}

/* Accueil (voir aussi icon_left dans Page offre) */

.label_carre {
  float: left;
  padding: 17px 0px;
  text-transform: uppercase;
  font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-weight: bold;
  color: #008080;
}

.info_carre {
  position: absolute;
  visibility: hidden;
  padding: 2px 5px;
  text-align: left;
  line-height: 18px;
  border: 1px dashed #008080;
}

/* Page offre */

.block_tl {
  width: 46%;
  float: left;
  margin: 2px -10px 0px 0px;
  padding: 15px 1%;
}

.block_tr {
  width: 44%;
  float: right;
  margin: 0px 1% 0px 0px;
  padding: 15px 1%;
}

.block_bl {
  width: 44%;
  float: left;
  margin: 0px 0px 0px 1%;
  padding: 12px 1%;
  text-align: justify;
}

.block_bl a {
  color: #BA7CAF;
}

.block_br {
  width: 44%;
  float: right;
  margin: 0px 1% 0px 0px;
  padding: 12px 1%;
  text-align: justify;
}

.cadre {
  position: relative;
  margin: -10px -15px -20px -15px;
  color: #008080;
  z-index: 5;
}

.ctnr_puce_left {
  height: 48px;
  margin-right: -10px;
  color: #008080;
  text-transform: uppercase;
  text-align: left;
  line-height: 20px;
  font-weight: bold;
}

.ctnr_puce_left a {
  font-weight: normal;  /* Pour éviter des surlignages trop épais, les liens ne sont pas bold par défaut, */
}                     /* mais on ajoute les balises <b> à l'intérieur des balises <a> dans le texte */

.puce_left {
  float: left;
  margin: 5px 15px 13px 0px;
}

.ctnr_icon_left {
  margin: 30px 0px;
  text-transform: uppercase;
  font-weight: bold;
}

.icon_left {
  float: left;
  margin: 5px 20px 0px 0px;
}

.retrait {
  margin-left: 45px;
}

.interpar {
  padding-bottom: 20px;
}

.interlgn {
  line-height: 22px;
  padding-bottom: 20px;
  font-weight: bold;
}

.info_pdf {
  font-weight: bold;
  color: #008080;
  padding-left: 75px;
}

/* Page offre détaillée */

.presta {
  list-style-image: url(../images/puce_vert9.png);
  margin: 0px 0px 50px 0px;
}

/* Page références */

.ref {
  width: 100%;
  border: 1px solid black;
  border-collapse: collapse;
}

.ref td {
  padding: 10px 10px 0px;
  border: 1px solid black;
}

/************/
/* Autre... */
/************/

.green {
  color: #008080;
}

.mauve {
  color: #BA7CAF;
}

.black {
  color: #000000;
}

.blue {
  color: #666699;
}

.puce_mauve9 {
  list-style-image: url(../images/puce_mauve9.png);
  margin: 0px 0px 20px 0px;
}

.puce_cgvcgu {
  list-style-image: url(../images/puce_mauve9.png);
  list-style-position: inside;
  margin: 0px;
  padding: 0px;
}

.puce_cgvcgu li {
  margin-top: 0px;
}

.puce_carre {
  list-style-image: url(../images/puce_carre.png);
  margin: 0px 0px 25px 0px;
}

.puce_plume {
  list-style-image: url(../images/puce_plumei.png);
  margin: 0px 0px 10px 0px;
  padding-left: 20px;
}

.arrow_green {
  list-style-image: url(../images/arrow_green.png);
  margin: 0px 0px 10px 0px;
  padding-left: 22px;
}

.arrow_mauve {
  list-style-image: url(../images/arrow_mauve.png);
  margin: 0px 0px 10px 0px;
  padding-left: 22px;
  color: #BA7CAF;
  font-weight: bold;
}

.puce_pdf {
  list-style-type: none;
  margin: 10px 0px 5px -20px;
}

.puce_pdf  li {
  height: 16px;
  background-image: url(../images/puce_pdf.png);
  background-repeat: no-repeat;
  margin: 0px;
  padding: 0px 0px 20px 25px;
}

.img_left {
  float: left;
  padding: 0px 50px 10px 0px;
}

.img_right {
  float: right;
  padding: 0px 0px 10px 20px;
}

.form {
  background-color: transparent;
}

/* Eléments bas de page */

#menu_bas {
  height: 30px; /* modifier aussi hauteur content */
  margin-top: 15px; /* modifier aussi hauteur content */
  font-size: 12px;
  text-align: center;
}

#menu_bas  a {
  color: #006600;
}

#compteur {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 205px;
  height: 30px;
  font-size: 12px;
  text-align: center;
  color: #D7EDD7;
}

#footer {
  padding: 4px 0px 4px 205px;
  background-color:#D7EDD7;
  font-size: 12px;
}

/*************************/
/* Mise en forme du menu */
/*************************/

#menu {
  position: absolute;
  top: 0px;
  bottom: 0px; /* permet au menu d'occuper tout l'espace de la div */
  width: 205px;
  min-height: 829px;
  background-image: url("../images/fond_menu.jpg");
  background-repeat: no-repeat;
  float: left;
  z-index: 10;
}

.mmenu {
  position: fixed;
  margin-top: 71px;
  z-index: 10;
}

.mmenu li {
  list-style-type: none;
  position: relative;
  display: block;
  width: 205px;
  height: 36px;
  margin: 0px 0px 0px -30px;
  padding-top: 16px;
  background-position: center;
  background-image: url("../images/menu.png");
  background-repeat: no-repeat;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}

.mmenu li a {
  display: block;
  color: #FFFFFF;
}

.mmenu li a:hover {
  position: relative;
  display: block;
  width: 205px;
  height: 36px;
  margin-top: -16px;
  padding-top: 16px;
  background-position: center;
  background-image: url("../images/menu_hover.png");
  background-repeat: no-repeat;
  text-decoration: none;
  color: #FFFFFF;
}

.mmenu li a:active {
  color: #FFFFFF;
}

.mmenu li:hover > .smenu {
  display: block;
}

/* Sous-menu de niveau 1*/
.smenu {
  position: absolute;
  display: none;
  width: 185px;
  top: 9px;
  left: 235px;
  padding: 0px;
}
 
.smenu li {
  height: 36px;
  margin-top: -8px;
  padding-top: 16px;
}

.smenu li a:hover {
  margin-top: -16px;
  padding-top: 16px;
}

