/*----------- fonds, menus haut et gauche, couleurs, formats taille des grands titres, fil d'ariane ----------*/
h1, h2, ul#menuhaut {
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:0.9em;
}
h1.specif-tit {color:#0F2669;}
a:hover {color:#8689BC;}
/* Pour les formulaires */
fieldset {border:1px solid #8689BC;}
legend {color:#8689BC;padding-left:2em;
padding-right:2em;}
input, textarea, select {
	background-color:#fff;
	border:1px solid #0F2669;
}
input.button {
	color: #fff;
	background-color: #8689BC;
}
/*pour position menu sous le logo"*/
/*le haut */
#panier a {font-size: .9em;color:#fff}

/* la gauche */
div#menugauche {background:#8689BC url('../img/haut_menugauche.gif') no-repeat top left;}
/*    hauteur de ligne spécifique à bleu cocagne */
div#menugauche ul li {padding-bottom:0;margin-bottom:0;}
div#menugauche ul li a {color: #fff;}
div#menugauche ul li a:hover {color:#0F2669;}

#newsletter p {color:#0F2669;}
#newsletter a{font-size:.9em;color:#8689BC}
#newsletter a:hover, #panier a:hover{color:#0F2669;}
/* ------------- droite ----------------------*/
#boutons {background-color:#ffffff;}
/*---------- liste ----------*/
ul#liste_categorie li {
  height:230px;
}
ul#liste_categorie li div {
	height:135px;
}
/*-------------- fiche produit --------------*/

div#centre div.illustr a, div#centre div.plusphotos a {color:#555;}

.regPrice {color:#333366;}
.specPrice {color: #DB0413;}
s .regPrice{color:#000;}

table#pad_quantity th {
	color:#0F2669;
}
/*------------ Résumé panier -------------*/
div#centre .infoBoxContents td.productListing-heading {
	background-color:#eee;
	color:#333;
}
div#centre .infoBoxContents tr.productListing-odd{
	background:#ebecf4;
}
div#centre .infoBoxContents td.productListing-heading,
div#centre .infoBoxContents tr.productListing-even td,
div#centre .infoBoxContents tr.productListing-odd td {
	border-color:#999;
}

/*------------------ Processus de commande ----------------*/
div#centre .suivi-procedure {
	background:#eee;
	border-color:#8689BC;
}
.shipping_method {
	background:#eee;
	border-color:#aaa;
}
div#centre .border-bottom {
	border-bottom-color:#8689BC;
}
/*----------- login box ------------*/

.loginbox {
	border:1px solid #0F2669;
}
.newcustomer {
	background-color:#8689BC;
}

/*--------------- plan du site -------------*/
div#plan div.plan-catalogue {
	border:1px solid #8689BC;
}
div#plan ul.plan-infosup, div#plan ul.plan-infosup * {
	background:none;
}
div#plan ul.plan-infosup a {
	color:#8689BC;
}
/*---------------- Messages divers ------------------*/
.erreur {
	background:#eee;
	border:1px solid #6E2624;
	color:#333;
}
.succes {
	background:#eee url('../img/succes.gif') no-repeat 2px 1em;
}
.fondclair {
	background-color:#eee;
}
.impair {
	background-color:#eee;
}