body 

{

   font-family: "Times New Roman", Times, serif;

   font-size: 12px; /*color: Gray;*/

   font-weight: bold;

}

/*__________________ mise en forme texte ____________________*/

.content{

   font-size: 12px;

   color: Gray;

   font-weight: bold;

}
.txtstd {

   font-family: "Times New Roman", Times, serif;

   color: #000000;

}
.txtstd12{

   font-family: "Times New Roman", Times, serif;
  font-size: 12px;
   color: #000000;

}
.txtstd14{

   font-family: "Times New Roman", Times, serif;
  font-size: 14px;
   color: #000000;
  

}
.txtstdgras14{

   font-family: "Times New Roman", Times, serif;
  font-size: 14px;
   color: #000000;
  font-weight: bold; 

}
.txtstd16{

   font-family: "Times New Roman", Times, serif;
  font-size: 16px;
   color: #000000;
  

}

.titredroit,.titre, .titregauche

{

    color: Purple;

    font-family: "Times New Roman", Times, serif;

   font-size: 22px;

   font-style: italic;

   font-weight: bold;

}

.titredroit{

   /*background: #ccc;

border: 1px solid gray;*/



   margin: 1px;

   /*height: 35px; background-image: url(../img/img-btn.gif);*/

   background-repeat: no-repeat;

   background-position: right;

   padding-top: 1px;

   border-bottom-color: Olive;

   border-bottom-style: groove;

   border-bottom-width: 3px;

   margin-bottom: 20px;

   text-align: right;

   /*min-width: 400px;*/

   width: 90%;

   display: block;

   padding-right: 10px;

}

.titregauche{

    /*background: #ccc;

border: 1px solid gray;*/

    width: 100%;

   margin: 1px;

   height: 35px; /*background-image: url(../img/img-btn.gif);*/

   background-repeat: no-repeat;

   background-position: right;

   padding-top: 1px;

   border-bottom-color: Olive;

   border-bottom-style: groove;

   border-bottom-width: 3px;

   margin-bottom: 20px;

  

   text-align: left;

   min-width: 500px;

}





.titre{

   /*background: #ccc;

border: 1px solid gray;*/

margin-top: 15px;

   width: 100%;

   margin: 1px;

   height: 35px; /*background-image: url(../img/img-btn.gif);*/

   color: Purple;

}
/*----------------------- tableau ---------------------------*/

.tb-tarif
{
   margin: 5px;
   font-size: inherit;
   border-bottom-style: solid;
   border-bottom-width: 1px;
   border-bottom-color: Blue;
   font-size: 12px;
}

.tb-tarif th
{
   background-color: #CCCCCC;
   font-size: 12px;
}

.tb-tarif td
 {
   border-bottom-style: solid;
   border-bottom-width: 1px;
   border-bottom-color: Blue;
   font-size: 12px;
}

.tb-tarif-rose
 {
   background-color: Olive;
}

