/* COULEURS
vert #5C8727
*/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color:#5C8727;
	font-family: Arial, Helvetica, sans-serif; 
	/* Couleur de la scrollbar*/
	scrollbar-face-color: #6bad46;
	scrollbar-shadow-color: #336600;
	scrollbar-highlight-color: #c0d884;
	scrollbar-3dlight-color: #336600;
	scrollbar-darkshadow-color: #5C8727;
	scrollbar-track-color: #c0d884;
	scrollbar-arrow-color: #f1e8c1;
}
a img {border: none;}	/* enlever la bordure sur les images en lien */

.texteVert { color:#5C8727;font-family: Arial, Helvetica, sans-serif; width: 280px; }
.tdTexte {padding: 10px;text-align: justify;}
.boiteTxtvert { color:#5C8727;font-family: Arial, Helvetica, sans-serif; width: 200px; }

/* LIENS*/
a {
	color: #5C8727;
	text-decoration: underline;
}

a:hover{
	color: #5C8727;
	text-decoration: none;
}

/* PANIER */
.gauchebas { border-left:1px dotted #5C8727; border-bottom: 1px dotted #5C8727; color: #666666; } /* bordure gauche et bas vertes avec TYPO grise */
.bas { border-bottom: 1px dotted #5C8727; color: #666666; } /* pointillé au bas et TYPO grise */
.boutons {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-weight: bold;
	color: #ffffff;
	background-color: #5C8727;
}
.tableauPanier {font-size: 85%;}
.tableauPanier td {padding: 10px;}
.tableauTaxes td {font-size: 85%; padding:0px;}

/* RECU AVANT DE PASSER LA COMMANDE*/
/* Rangée de couleur pour tableau */
.rangeeverte {	background-color: #f0f4ea;} /* rangée de tableau verte pale */
.basrecu { border-bottom: 1px dotted #5C8727;} /* pointillé au bas vert foncé*/
.threcugauche {
	color: #ffffff;
	background-color: #5C8727;
	border-left: 1px dotted #ffffff;} /* zone de titre de tableau avec pointillé blanc à gauche */
.threcu { color: #ffffff; background-color: #5C8727;} /*zone de titre de tableau verte */
.tableauInfoLivraison {font-size: 85%;}
.tableauInfoLivraison td {padding-top: 3px; padding-bottom: 3px; padding-left: 5px;}
.lignebas {border-bottom: thin dotted #5C8727;}


/* livraison gratuite */
#livraisonen {position:absolute; top:-55px; left:-95px; z-index:33; height:115px; width:230px; background-image:url(images/livraisongratuiteen.png); }
#livraisonfr {position:absolute; top:-55px; left:-95px; z-index:33; height:115px; width:230px; background-image:url(images/livraisongratuite.png); }


.rollover     
{
    display: block;
    background-repeat: no-repeat;
    background-position: 0 0;
    float: left;
}
.rollover:hover { background-position: bottom right;}
.rollover span{ display: none;}
