/* Texte dans les pages. */
body { 
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #5A656F;
}


/* Texte dans les tableaux. */
table { 
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
}


/* Bordures. */

/* Bordures du tableau principal des pages. */
.bordurePage { 
	border-left-width:1px; border-left-color:#D2DBF8; border-left-style:solid;  
	border-right-width:1px; border-right-color:#D2DBF8; border-right-style:solid;
	border-top-width:1px; border-top-color:#D2DBF8; border-top-style:solid;
	border-bottom-width:1px; border-bottom-color:#D2DBF8; border-bottom-style:solid
}

/* Trait du bas du tableau principal des pages. */
.bordureBas {
	border-bottom-width:1px; border-bottom-color:#D2DBF8; border-bottom-style:solid
}

/* Bordures du tableau du panier. */
.bordure { 
	border-left-width:1px; border-left-color:#8BD0BB; border-left-style:solid;  
	border-right-width:1px; border-right-color:#8BD0BB; border-right-style:solid;
	border-top-width:1px; border-top-color:#8BD0BB; border-top-style:solid;
	border-bottom-width:1px; border-bottom-color:#8BD0BB; border-bottom-style:solid
}


/* Couleur d'arriere-plan du montant total du panier. */
.panierTotal {
	background-color: #E8FCF6;
}

/* Couleur d'arriere-plan d'un article du panier dont la quantité choisie n'est pas en stock. */
.panierErreur {
	background-color: #FACDCD;
}


/* Menu. */

/* Titre principal du menu. */
.titreMenu {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #8C9ED0;
}

/* Couleur de fond et trait du bas du menu. */
.menu {
	font-size: 12px;
	background-color: #E7ECF9;
	border-bottom-width:1px; border-bottom-color:#8C9ED0; border-bottom-style:solid
}

/* Titre de la catégorie dans le menu. */
.titreCategorie {
	font-weight: bold;
	color: #70808F;
}


/* Texte en petit. */
.petit {
	font-size: 11px;
}


/* Texte réalisation. */
.real {
	font-size: 10px;
	color: #FFFFFF;
}


/* Texte rouge (prix promo, erreur). */
.red { 
	color: #FF0000;
}


/* Texte vert (acceptation). */
.vert { 
	color: #336600;
}


/* Texte gris (lien prix accueil). */
.gris { 
	color: #70808F;
}


/* Texte du prix normal et pour la navigation (sans lien). */
.orange { 
	color: #7486BC;
}


/* Liens normaux. */
a {
	color: #428DDC;
	text-decoration: none;
}

a:hover {
	color: #CC0000;
}

a:active {
	color: #CC0000;
}


/* Bouton valider. */
.boutonValider  {
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
  cursor: pointer;
  width:154px;
  height:26px;
  border:0px;
  background-image: url("../images/bt_vide.jpg");
  background-repeat: no-repeat;
}


/* Bouton valider petit. */
.boutonValiderPetit  {
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
  cursor: pointer;
  width:105px;
  height:26px;
  border:0px;
  background-image: url("../images/bt_vide_petit.jpg");
  background-repeat: no-repeat;
}
