/* Chemin de liens pour se reperer dans le site */
#fil-ariane {
	width:529px;
	font-size:0.75em;
	color:#aaa;
	margin:5px 10px;
}
#fil-ariane a {
	color:#aaa;
	text-decoration:none;
}
#fil-ariane a:hover {
	text-decoration:underline;
}

/* Texte */
.texte {
	text-align: justify;
	font-size: 0.75em;
	margin: 8px 10px;
	padding: 0;
}


/* Affichage des produits par rangées */
.rangee-3categories {
	width:529px;
	margin:2px 10px;
}
.retour-rangee {
	clear:both;
}
.rangee-3categories .boite-categorie {
	width:146px; /* (529 - 3x10)/3 */
	float:left;
	margin:0 10px 5px 0;
}
.boite-categorie .miniature-categorie {
	position:relative;
	display:block;
	width:144px;
	height:137px;
	text-align:center;
	text-decoration:none;
	border:1px solid #d9d9d9;
}
.boite-categorie .miniature-categorie:hover {
	border:1px solid #999;
}
.boite-categorie .miniature-categorie img {
}
.boite-categorie .miniature-categorie div {
	width:144px;
	height:117px;
	background-color:#fcfcfc;
}
.boite-categorie .miniature-categorie:hover div {
	background-color:#fff;
}
.boite-categorie .miniature-categorie span {
	position:absolute;
	display:block;
	width:144px;
	left:0;
	bottom:0;
	padding:2px 0;
	color:#666;
	background-color:#d9d9d9;
	font-size:0.9em;
}
.boite-categorie .miniature-categorie:hover span {
	color:#fff;
	background-color:#999;
}
.boite-categorie .detail-categorie {
	display:block;
	width:100%;
	padding:2px 0;
	text-align:center;
	font-size:0.75em;
	color:#09496f;
	text-decoration:none;
}
.boite-categorie .detail-categorie:hover {
	text-decoration:underline;
}
.boite-categorie .detail-categorie span {
	color:#ffb702;
	font-size:1.1em;
}


/* Affichage des produits par rangées */
.rangee-3produits {
	width:529px;
	margin:2px 10px;
}
.retour-rangee {
	clear:both;
}
.rangee-3produits .boite-produit {
	width:146px; /* (529 - 3x10)/3 */
	float:left;
	margin:0 10px 5px 0;
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	border-bottom:1px solid #e5e5e5;
	border-left:1px solid #e5e5e5;
}
.boite-produit .miniature-produit {
	position:relative;
	display:block;
	width:144px;
	height:117px;
	text-align:center;
	text-decoration:none;
}
.boite-produit .miniature-produit:hover {
}
.boite-produit .miniature-produit img {
	margin:8px 10px;
}
.boite-produit .miniature-produit div {
	width:144px;
	height:117px;
	background-color:#fcfcfc;
}
.boite-produit .miniature-produit:hover div {
	background-color:#fff;
}
.boite-produit .titre-produit {
	width:144px;
	height:4.5em;
	overflow:auto;
}
.boite-produit .nom-produit {
	width:144px;
	font-weight:bold;
	color:#0e5881;
	text-align:center;
	font-size:0.9em;
	line-height:1.2em;
}
.boite-produit .nom-produit:hover {
}
.boite-produit .courte-desc-produit {
	width:144px;
	color:#7f939f;
	text-align:center;
	font-size:0.75em;
}
.boite-produit .courte-desc-produit:hover {
}
.boite-produit .prix-produit {
	display:block;
	width:100%;
	margin:5px 0 2px 0;
	color:#0e5881;
	text-align:center;
	font-size:0.75em;
	line-height:1em;
}
.boite-produit .prix-produit strong {
	margin:0 5px 0 0;
}
.boite-produit .prix-produit a {
	color:#0e5881;
	text-decoration:none;
}
.boite-produit .prix-produit a:hover {
	text-decoration:underline;
}
.boite-produit .prix-produit a span {
	color:#ffb702;
	font-size:1.1em;
}


/* Affichage du produit seul */
.description-produit-seul {
	width:340px;
	float:left;
	margin:0 0 0 10px;
}
.description-produit-seul .nom-produit {
	float:left;
	font-size: 1.05em;
	color:#0e5881;
	font-weight:bold;
	margin:0 5px 0 0;
}
.description-produit-seul .prix-produit {
	float:left;
	font-size: 1.05em;
	color:#0e5881;
	font-weight:bold;
}
.description-produit-seul .prix-produit strong {
	color:#ffb703;
	font-weight:bold;
}
.description-produit-seul .description-produit {
	margin:10px 0;
	font-size: 0.75em;
	color:#0e5881;
}
.description-produit-seul .description-produit span {
	font-weight:bold;
	color:#7f939f;
}
#centre .description-produit-seul .description-produit p {
	font-size: 1em;
	font-weight:normal;
	padding:0;
	margin:0;
	color:#054062;
}
.description-produit-seul .demande-infos-produit, .description-produit-seul .pdf-produit {
	font-size: 0.75em;
}
.description-produit-seul .demande-infos-produit a, .description-produit-seul .pdf-produit a {
	color:#0e5881;
	text-decoration:none;
}
.description-produit-seul .demande-infos-produit a:hover, .description-produit-seul .pdf-produit a:hover {
	color:#0e5881;
	text-decoration:underline;
}
.description-produit-seul .demande-infos-produit strong, .description-produit-seul .pdf-produit strong {
	font-size: 1.1em;
	color:#ffb703;
	font-weight:normal;
}
.description-produit-seul input {
	margin: 6px 10px 8px 0;
	padding: 4px 10px;
}
.miniature-produit-seul {
	width:146px; /* (529 - 3x10)/3 */
	float:right;
	margin:0 10px 5px 10px;
	padding:0 0 10px 10px;
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	border-bottom:1px solid #e5e5e5;
	border-left:1px solid #e5e5e5;
	text-align:center;
}
.miniature-produit-seul a {
	font-size: 0.75em;
	color:#0e5881;
	text-decoration:none;
}
.miniature-produit-seul a:hover {
	text-decoration:underline;
}


/* Demande d'information */
#centre .demande-information table, #centre .recherche table  {
	margin:0 10px;
	padding:0 0 10px 0;
	font-size: 0.75em;
	color:#0e5881;
}
#centre .demande-information table input, #centre .recherche table input {
	font-size:1em;
	width:250px;
	margin: 2px 10px 2px 0;
	padding: 4px 10px;
}
#centre .demande-information table textarea {
	font-size:1em;
	width:250px;
	height:7em;
	margin: 2px 10px 2px 0;
	padding: 4px 10px;
}
#centre .demande-information table .bouton, #centre .recherche table .bouton {
	font-size:1em;
	width:auto;
	margin: 2px 10px 2px 0;
	padding: 4px 10px;
	text-transform:lowercase;
}

/* Page recherche de produits */
#centre .recherche table select {
	font-size:1em;
	width:272px;
	margin: 2px 10px 2px 0;
	padding:4px 0 4px 5px;
}
#centre .recherche table .case {
	width:auto;
	margin:2px 0;
	padding:0;
	border:0;
	background:none;
}

/* Connexion au compte utilisateur */
#connexion-compte #connexion-erreur {
	font-size:0.65em;
	margin:0 10px 5px 10px;
	color:#333;
}

/* Connecté au compte utilisateur */
#gauche #connexion-ok-compte {
	position:relative;
	display: block;
	width: 221px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background-color: #bbb;
}
#gauche #connexion-ok-compte img {
	display: block;
	margin: 0 0 6px 0;
}
#gauche #connexion-ok-compte p, #gauche #connexion-ok-compte span {
	position:relative;
	display: block;
	padding: 0 12px;
	font-size: 0.7em;
	line-height:1.6em;
	margin:0;
	color:#fff;
}
#gauche #connexion-ok-compte textarea {
	width: 183px;
	height:6em;
	margin: 0 10px 5px 10px;
	padding: 5px 8px;
}
#gauche #lien-connexion-ok {
	display:block;
	clear:both;
	float: left;
	width:120px;
	margin:7px 0 10px 12px;
	padding:0;
	list-style-type:none;
}
#gauche #lien-connexion-ok li {
	color:#023d5d;
	font-size:0.6em;
	line-height:1.2em;
}
#gauche #lien-connexion-ok li a {
	line-height:0.8em;
	color:#fff;
	text-decoration:none;
}
#gauche #lien-connexion-ok li a:hover {
	text-decoration:underline;
}
#gauche #connexion-ok-compte .bouton {
	display:block;
	float: right;
	margin: 7px 10px 10px 0;
	padding: 4px 10px;
	text-transform:lowercase;
}
#gauche #connexion-ok-compte #modifier-supprimer {
	clear:both;
}

/* Resultat de la recherche */
.recherche_erreur {
	font-size:0.75em;
	font-weight:bold;
	margin:0 10px;
	padding:0;
}


/* Inscription comme utilisateur */
.compte-inscription {
	font-size:0.75em;
	margin:0 10px 10px 10px;
	padding:0;
}
#centre .compte-inscription table input {
	width:250px;
	margin: 2px 10px 2px 0;
	padding: 4px 10px;
}
#centre .compte-inscription table select {
	width:272px;
	margin: 2px 10px 2px 0;
	padding:4px 0 4px 5px;
}
#centre .compte-inscription table .bouton {
	width:auto;
	margin: 2px 10px 2px 0;
	padding: 4px 10px;
	text-transform:lowercase;
}

/* Page connexion utilisateur */
.page-connexion-compte {
	font-size:0.75em;
	margin:0 10px 10px 10px;
	padding:0;
}
#centre .page-connexion-compte table input {
	width:250px;
	margin: 2px 10px 2px 0;
	padding: 4px 10px;
}
#centre .page-connexion-compte table .case {
	width:auto;
	margin:2px 0;
	padding:0;
	border:0;
	background:none;
}
#centre .page-connexion-compte table .bouton {
	width:auto;
	margin: 2px 10px 2px 0;
	padding: 4px 10px;
	text-transform:lowercase;
}


/* Page mot de passe perdu */
.mot-passe-perdu {
	font-size:0.75em;
	margin:0 10px 10px 10px;
	padding:0;
}
#centre .mot-passe-perdu table input {
	width:250px;
	margin: 2px 10px 2px 0;
	padding: 4px 10px;
}
#centre .mot-passe-perdu table .bouton {
	width:auto;
	margin: 2px 10px 2px 0;
	padding: 4px 10px;
	text-transform:lowercase;
}


/* Page rappel des coordonnees */
#centre .rappel-coordonnees {
	font-size:0.75em;
	margin:0 10px 10px 10px;
	padding:0;
}
#centre .rappel-coordonnees table input {
	width:250px;
	margin: 2px 10px 2px 0;
	padding: 4px 10px;
}
#centre .rappel-coordonnees table select {
	width:272px;
	margin: 2px 10px 2px 0;
	padding:4px 0 4px 5px;
}
#centre .rappel-coordonnees table .bouton {
	width:auto;
	margin: 2px 10px 2px 0;
	padding: 4px 10px;
	text-transform:lowercase;
}

/* Panier d'achat */
#centre .panier-achat {
	font-size:0.75em;
	margin:10px;
	padding:0;
}
#centre .panier-achat table input {
	width:20px;
	margin: 2px 10px 2px 0;
	padding: 4px 10px;
}
#centre .panier-achat table .bouton {
	width:auto;
	margin: 2px 10px 2px 0;
	padding: 4px 10px;
	text-transform:lowercase;
}
#centre .panier-achat table hr {
	width:509px;
	color:#ccc;
	background-color:#ccc;
}


/* Page adresse de facturation */
#centre .adresse-facturation {
	font-size:0.75em;
	margin:0 10px 10px 10px;
	padding:0;
}
#centre .adresse-facturation table input {
	width:250px;
	margin: 2px 10px 2px 0;
	padding: 4px 10px;
}
#centre .adresse-facturation table select {
	width:272px;
	margin: 2px 10px 2px 0;
	padding:4px 0 4px 5px;
}
#centre .adresse-facturation table .case {
	width:auto;
	margin:2px 0;
	padding:0;
	border:0;
	background:none;
}
#centre .adresse-facturation table .bouton {
	width:auto;
	margin: 2px 10px 2px 0;
	padding: 4px 10px;
	text-transform:lowercase;
}


/* Page frais d'expedition */
#centre .frais-expedition {
	font-size:0.75em;
	margin:0 10px 10px 10px;
	padding:0;
}
#centre .frais-expedition table input {
	width:250px;
	margin: 2px 10px 2px 0;
	padding: 4px 10px;
}
#centre .frais-expedition table select {
	width:272px;
	margin: 2px 10px 2px 0;
	padding:4px 0 4px 5px;
}
#centre .frais-expedition table .case {
	width:auto;
	margin:2px 0;
	padding:0;
	border:0;
	background:none;
}
#centre .frais-expedition table .bouton {
	width:auto;
	margin: 2px 10px 2px 0;
	padding: 4px 10px;
	text-transform:lowercase;
}

/* Page resumé paiement */
#centre .resume-paiement {
	font-size:0.75em;
	margin:0 10px 10px 10px;
	padding:0;
}
#centre .resume-paiement table hr {
	width:509px;
	color:#ccc;
	background-color:#ccc;
}
#centre .resume-paiement table .bouton {
	width:auto;
	margin: 2px 10px 2px 0;
	padding: 4px 10px;
	text-transform:lowercase;
}

/* Page paiement capture */
#centre .paiement-capture {
	font-size:0.75em;
	margin:0 10px 10px 10px;
	padding:0;
}
#centre .paiement-capture table input {
	width:250px;
	margin: 2px 10px 2px 0;
	padding: 4px 10px;
}
#centre .paiement-capture table select {
	width:60px;
	margin: 2px 2px 2px 0;
	padding:4px 0 4px 5px;
}
#centre .paiement-capture table hr {
	width:509px;
	color:#ccc;
	background-color:#ccc;
}
#centre .paiement-capture table .bouton {
	width:auto;
	margin: 2px 10px 2px 0;
	padding: 4px 10px;
	text-transform:lowercase;
}

/* Page Commande Envoyee */
#centre .commande-envoyee {
	font-size:0.75em;
	margin:0 10px 10px 10px;
	padding:0;
}
#centre .commande-envoyee table table hr {
	width:489px;
}
#centre .commande-envoyee .bouton {
	width:auto;
	margin: 2px 10px 2px 0;
	padding: 4px 10px;
	text-transform:lowercase;
}

/* Page politiques */
#centre .politiques {
	font-size:0.75em;
	margin:0 10px 10px 10px;
	padding:0;
}
#centre .politiques ol {
	margin:0 0 0 20px;
	padding:0;
}

/* Liens de navigation dans Point de ventes */
#liens-navigation {
	margin:0 15px;
}
#liens-navigation a {
	float:left;
	margin:0 2px;
}
#liens-navigation .lien-case {
	display:block;
	width:1.6em;
	line-height:1.4em;
	color:#033c5e;
	border:1px solid #033c5e;
	background-color: #feb603;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	font-size:0.9em;
	font-family:"Arial", "Helvetica", "Sans-serif";
}
#liens-navigation p {
	clear:both;
	margin:0 2px;
}

/* Liens de navigation dans Points de vente */
#liens-navigation2 {
	display:block;
	width:519px;
	clear:both;
	margin:0 15px;
	padding:15px 0;
	text-align:center;
}
#liens-navigation2 a {
	float:left;
	margin:0 2px;
}
#liens-navigation2 a img {
	display:block;
	border:0;
}
#liens-navigation2 p {
	float:left;
	display:block;
	margin:0 12px;
	font-size:0.9em;
	line-height:1.6em;
}

/* Carte google maps dans les Points de vente */ 
.carte-pdv {
	width:330px;
	height:250px;
	float:right;
	border:1px solid #ccc;
	margin:0 10px 10px 0;
}