/* Marges et background */ 

body {
	margin:0px 0px 0px 0px;
	background-color: #000000;
	background-image: url(../images/generik/bg_site.jpg);
	background-repeat: repeat-x;
	background-position: top center;
}


/* Menu principal */ 

ul#menu {
	margin: 0 0 0 30px;
	padding: 0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	list-style-type: none;
}
ul#menu li {
	float: center;
	text-align: center;
	display: inline;
	padding-right: 30px;
}
ul#menu li a {
	color: #000000;
	text-decoration: none;
}
ul#menu li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}


/* Menu votre compte */ 

ul#compte {
	margin: 5px 0 0 18px;
	padding: 0;
	list-style: url(../images/generik/bullet.jpg) disc;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
}
ul#compte li {
	text-align: left;
}
ul#compte li a {
	color: #FFFFFF;
	text-decoration: none;
}
ul#compte li a:hover {
	color: #000000;
	text-decoration: none;
}


/* Liste des sous-catégories de produits */ 

ul#souscategorie {
	margin: 5px 0 8px 18px;
	padding: 0;
	list-style: url(../images/generik/bullet_2.jpg) disc;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
}
ul#souscategorie li {
	text-align: left;
}
ul#souscategorie li a {
	color: #000000;
	text-decoration: none;
}
ul#souscategorie li a:hover {
	color: #6795d3;
	text-decoration: none;
}


/* Liens */ 

a:link { /* Liens standards */ 
	color: #6795d3;
	text-decoration: none;
}
a:visited {
	color: #6795d3;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}

a.footer:link { /* Liens en pied de page (footer) */ 
	color: #000000;
	text-decoration: none;
}
a.footer:visited {
	color: #000000;
	text-decoration: none;
}
a.footer:hover {
	color: #000000;
	text-decoration: underline;
}

a.couleur:link { /* Liens sur fond de couleur */ 
	color: #ffffff;
	text-decoration: none;
}
a.couleur:visited {
	color: #ffffff;
	text-decoration: none;
}
a.couleur:hover {
	color: #000000;
	text-decoration: none;
}

a.erreur:link { /* Liens sur fond de couleur */ 
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a.erreur:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a.erreur:hover {
	color: #6795d3;
	font-weight: bold;
	text-decoration: none;
}

a.erreurBlanc:link { /* Liens sur fond de couleur */ 
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
a.erreurBlanc:visited {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
a.erreurBlanc:hover {
	color: #6795d3;
	font-weight: bold;
	text-decoration: none;
}


/* Contenu */ 

h1 { /* Résumé d'un produit */ 
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-align: justify;
	margin: 10px 10px 10px 10px;
}
p {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: justify;
	margin: 10px 10px 10px 10px;
}


/* Couleurs & Décorations */ 

td#title { /* Bande du titre (content) */ 
	background-color: #53A129;
}
td#background { /* Couleur de fond des boites (content) */ 
	background-color: #F6F6F6;
}
td#categorie { /* Bande des catégories */ 
	background-color: #6795d3;
}
td#listingBg { /* Background du linsting */ 
	background-color: #ffffff;
}
td#listingFilters { /* Background de la bande du triage */ 
	background-color: #53A129;
}
table#border { /* Bordures pour la table des taxes & frais d'expédition */ 
	border-bottom: 1px solid #6795d3;
	border-top: 1px solid #6795d3;
}
table#bouton { /* Bouton pour le panier d'achats */ 
	border: 1px solid #6795d3;
	background-color: #ffffff;
}

/* Polices & Styles */ 

td#cartTitle { /* Titre du panier */ 
	padding-left: 10px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
}
td#cartItem { /* Nombre d'item dans le panier */ 
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
}
td#cartOrder { /* Bouton pour commander */ 
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
}
td#accountTitle { /* Titre de Votre compte */ 
	padding-left: 20px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
}
td#boxTitle { /* Titre des boites de navigation */ 
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}
td#pagination { /* Pagination */ 
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}
td#triage { /* Trier les produits */ 
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}
td#nomProduit { /* Nom du produit */ 
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
td#descriptionProduit { /* Description du produitt */ 
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
}
td#prixProduit { /* Prix du produitt */ 
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #53A129;
}
td#footer { /* Pied de page */ 
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
table#tableNosProduits {
    cursor: pointer;
}
table.categorie {
    cursor: pointer;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}
table.categorie:hover {
    color: #000000;
}
td#progressBar { /* Barre de progression du panier d'achats */ 
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6795D3;
}
td#cartTitle { /* Titre des colonnes du panier d'achats */ 
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}
td#prixShipping { /* Prix des taxes et des frais d'expédition du panier d'achats */ 
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}
td#cartPrixunitaire { /* Prix unitaire d'un article dans le panier d'achats */ 
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6795D3;
}
td#cartPrix { /* Prix d'un article dans le panier d'achats */ 
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #53A129;
}
td#cartTotal { /* Prix total dans le panier d'achats */ 
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}
td#cartBouton { /* Boutons pour le panier d'achats */ 
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
td#variables { /* Variables dans la fiche du produit */ 
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

img.imgProduit {
    padding: 2px;
    border: solid 1px #FF8003;
}

img.imgProduitCliquable {
    padding: 2px;
    border: solid 1px #FF8003;
}

img.imgProduitCliquable:hover {
    border: solid 1px #53A129;
}

span.spanRecalculer {
	color: #6795d3;
	text-decoration: none;
	cursor: pointer;
}

span.spanRecalculer:hover {
	color: #000000;
	text-decoration: none;
}

table.tableCommande {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

table.tableCommande td {
    padding: 2px;
}

tr.commandeLigne0 {
    background-color: #87B8DB;
}

tr.commandeLigne1 {
    background-color: #C7D2DA;
}