BODY {
behavior: url(csshover.htc);  
background-color: #d6d6d6;
font-size: 11px;
font-family: Arial;
color:#000000;
}

body > * 
{ 
font-size: 11px;
font-family: Arial;
}

TD {
font-size: 12px;
}

A {
color:#333333;
text-decoration: none;
}

A:hover {
color:#333333;
text-decoration: underline;
}

/*
IMG {
border-color: #333333;
}
*/

IMG {
border: none; /* Pas de bordure */
}

.bord_tbx {
border: 1px rgb(0,0,0) solid;
background-color: #FFFFFF;
}

.gauche {
  border-left-width:1px;
  border-left-style:solid;
  border-color:#000000;
  padding-left:1px;
   }

.pied_page {
text-decoration: none;
color: #FFFFFF;
}

.pied_page:hover {
text-decoration: underline;
color: #FFFFFF;
}

H1 {
font-size: 36px;
font-weight: bold;
text-align : center;
font-family: verdana;
color:#cf830d;
}

/*
H2 {
padding-top : 15px;
font-size: 16px;
font-family: Arial;
color:#333333;
}
*/
h2 {
font-size: 18px;
text-align : center;
color: #000000;
}

h3 {
font-size: 12px;
text-align : center;
color: #000000;
}

h4 {
font-size: 22px;
text-align : center;
color: #cf830d;
}

h5 {
font-size: 14px;
text-align : center;
font-weight: bold;
color: #cf830d;
}

h6 {
font-size: 22px;
text-align : left;
font-weight: bold;
color: #cf830d;
}

.accueil_image {
text-align: center;
}

.sous_titre_pompe {
font-size: 12px;
text-decoration: underline;
color: #cf830d;
font-weight: bold;
}

.text_info {
padding-left : 5px;
font-size: 12px;
}

#text_pied {
color: #FFFFFF;
font-size: 12px;
font-weight: bold;
}


#text_pied:hover {
color: #FFFFFF;
font-size: 12px;
font-weight: bold;
text-decoration: underline;
}

.actualite_titre {
color: #FFFFFF;
font-size: 14px;
font-weight: bold;
}

.actualite_sous_titre {
color: #FFFFFF;
font-weight: bold;
font-size: 12px;
}

.actualite_contenu {
color: #FFFFFF;
font-size: 12px;
}

.actualite_lire {
color: #bababa;
font-size: 12px;
}

.cadre_titre {
color: #FFFFFF;
font-size: 14px;
padding-left : 5px;
font-weight: bold;
}

.cadre_contenu {
color: #333333;
padding-left : 5px;
padding-top : 2px;
font-size: 12px;
line-height: 18px;
background-image: url(../images/cadre_ligne.jpg);
background-repeat: no-repeat;
}


/* Panier d'achat */
.pa_tarif {
font-size: 18 px;
font-weight: bold;
font-style: italic;
color : red;
}

.pa_titre {
font-size: 20px;
font-weight: bold;
}

  /* Structure Panier achat */
  .panier_achat_tableau_corp {
font-size: 11px;
font-family: arial;
text-align : center;
}

.panier_achat_tableau_titre {
font-size: 12px;
font-weight: bold;
text-align : center;
}

.panier_achat_bordure_tableau {
width : 60%;
margin-top : 2px;
border: 1px #b1b1b1 solid;
background-color: #f1f1f1;
}

.panier_achat_tableau_droite {
text-align : right;
}

.panier_achat_tableau_gauche {
text-align : left;
}

.panier_achat_text_vide {
color : red;
font-weight: bold;
}
.panier_posmenu {
border: 1px #b1b1b1 solid;
  background-color: #f1f1f1;
  text-align: center;
  height:15px;
  width:100%;
  margin : 0px auto;
  margin-bottom : 5px;

}

.panier_menu_text {
margin-left : 5px;
font-size: 11px;
font-family: arial;
text-align : left;
}

.panier_text_petit {
font-size: 10px;
}

.panier_text_corp {
font-size: 11px;
}

.panier_text_corp_lien {
font-size: 12px;
font-style: italic;
}
.panier_nom {
font-size: 12px;
}

 .panier_achat_bordure_tableau {
 width : 100%;
 }


a.panier_lien  {
text-decoration: none;
}

a.panier_lien:hover {
text-decoration: underline;
}
a.info {
position: relative;
text-decoration: none;
color: black;
}
a.info span {
display: none;
}
a.info:hover {
background: none; /* correction d'un bug IE */
z-index: 500;
}

a.info:hover span {
display: inline;
position: absolute;
top: 2em;
left: 1em;
background: #b1b1b1;
text-align: center;
color: white;
padding: 2px;
}


a.info-text {
position: relative;
text-decoration: none;
color: black;
}
a.info-text span {
display: none;
}
a.info-text:hover {
background: none; /* correction d'un bug IE */
z-index: 500;
}

a.info-text:hover span {
display: inline;
width : 300px;
text-decoration: none;
position: absolute;
top : -10em;
background: #e1e1e1;
text-align: center;
color: white;
padding: 2px;
margin-bottom : 5px;
}
/* FIN Panier d'achat */
