/*
	P'Pole
	Définition des feuilles de style pour la boutique
	Auteur : Cécile Roussel - Alliances Consultant
*/


.obligatoire {
	color: #FF3300;
}

.noir {
	color: #000;
}





/*** Mon Compte ***/

div#monCompte h2 {
	margin-top: -4px;
	margin-bottom: 16px;
}

div#monCompte div.col {
	float: left;
	padding-right: 10px;
}

div#monCompte div.colast {
	float: left;
	padding-right: 0;
}

html*#monCompte div.col {					/* Hack IE */
	margin-top: -8px;
}

.menuMonCompte {
	margin-top: -10px;
	margin-bottom: 8px;
}


/*** Mon Panier ***/

div#monPanier img {
	border: 0;
}

div#monPanier {
	width: 110px;
}

div#monPanier {
	float: right;
}





/*** Bouton de base ***/

.boutonDeBase {
	float: left;
	width: 18px;
	padding: 0;
	margin: 12px 0 0 0;
}

.boutonForm {
	padding: 0;
	margin: 0;
}

dl.boutonForm {
	width: 18px;
}

dl.boutonForm dt {
	cursor: pointer;
	text-align: left;
	font-weight: bold;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
}

dl.boutonForm dt a {
	text-decoration: none;
	display: block;
	background-image: url(../img/boutique/utile/puceOrange-off.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 19px;
	padding-right: 0px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 0px;
	font-style: normal;
}

dl.boutonForm dt a:hover {
	color: #FFF;
	text-decoration: none;
	background-image: url(../img/boutique/utile/puceOrange-on.jpg);
	background-repeat: no-repeat;
	background-position: right;
}


div.bouton-right a {
	background-image: url(../img/boutique/utile/puceOrange-off.jpg);
	background-repeat: no-repeat;
	background-position: right 2px;
	color: #000;
	float: right;
	font-size: 10px;
	font-weight: bold;
	padding: 3px 26px 3px 0;
}

div.bouton-right a:hover {
	background-image: url(../img/boutique/utile/puceOrange-on.jpg);
	background-repeat: no-repeat;
	background-position: right 2px;
	color: #FF3300;
}




/*** Bouton de base Croix ***/

.boutonDeBaseCroix {
	float: left;
	width: 100px;
	padding: 0;
	margin: 8px 0 0 0;
}

.boutonFormCroix {
	padding: 0;
	margin: 0;
}

dl.boutonFormCroix {
	width: 100px;
}

dl.boutonFormCroix dt {
	cursor: pointer;
	text-align: left;
	font-weight: bold;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
}

dl.boutonFormCroix dt a {
	text-decoration: none;
	color: #000;
	display: block;
	background-image: url(../img/boutique/utile/puceCroix-off.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 17px;
	padding-right: 0px;
	padding-left: 25px;
	padding-top: 2px;
	padding-bottom: 0px;
	font-style: normal;
}

dl.boutonFormCroix dt a:hover {
	text-decoration: none;
	background-image: url(../img/boutique/utile/puceCroix-on.jpg);
	background-repeat: no-repeat;
	background-position: left;
	color: #FFFFFF;
}




/*** Bouton de base Fleche ***/

.boutonDeBaseFleche, .boutonDeBaseFlecheLong {
	float: left;
	width: 120px;
	padding: 0;
	margin: 8px 0 0 0;
}

.boutonDeBaseFlecheLong {
	width: 300px;
}

.boutonFormFleche, .boutonFormFlecheLong {
	padding: 0;
	margin: 0;
}

.retrait .boutonFormFlecheLong {
	margin-left: -10px;
	_margin-left: 0px;
}

dl.boutonFormFleche {
	width: 120px;
}

dl.boutonFormFlecheLong {
	width: 300px;
}

dl.boutonFormFleche dt, dl.boutonFormFlecheLong dt {
	cursor: pointer;
	text-align: left;
	font-weight: bold;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
}

dl.boutonFormFleche dt a, dl.boutonFormFlecheLong dt a {
	text-decoration: none;
	color: #000;
	display: block;
	background-image: url(../img/boutique/utile/puceOrange-off.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 17px;
	padding-right: 0px;
	padding-left: 25px;
	padding-top: 2px;
	padding-bottom: 0px;
	font-style: normal;
}

dl.boutonFormFleche dt a:hover, dl.boutonFormFlecheLong dt a:hover {
	text-decoration: none;
	background-image: url(../img/boutique/utile/puceOrange-on.jpg);
	background-repeat: no-repeat;
	background-position: left;
	color: #FF3300;
}






/*** Bouton de base Back ***/

.boutonFormBack {
	padding: 0;
	margin: 0;
}

.retrait .boutonFormBack {
	margin-left: -10px;
}

dl.boutonFormBack {
	width: 300px;
}

dl.boutonFormBack dt {
	cursor: pointer;
	text-align: left;
	font-weight: bold;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
}

dl.boutonFormBack dt a {
	text-decoration: none;
	color: #000;
	display: block;
	background-image: url(../img/boutique/utile/puceBack-off.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 17px;
	padding-right: 0px;
	padding-left: 25px;
	padding-top: 2px;
	padding-bottom: 0px;
	font-style: normal;
}

dl.boutonFormBack dt a:hover {
	text-decoration: none;
	background-image: url(../img/boutique/utile/puceBack-on.jpg);
	background-repeat: no-repeat;
	background-position: left;
	color: #FF3300;
}



/*** Formulaires ***/

form.panier {
	float: left;
}

.ligneFormulaire {
	float: left;
	color: #000;
	padding: 7px 0 5px 0px;
	margin: 0;
	text-align: left;
}

.alerteChampForm {
	float: left;
	color: #000;
	text-align: left;
	margin: 0;
	padding: 0 0 0 6px;
}

.titreChampForm {
	float: left;
	color: #000;
	text-align: left;
	margin: 0;
	padding: 0px;
	width: 220px;
}

.encadrementZoneDeSaisie {
	float: left;
	padding: 0 0 0 5px;
	margin: 0 5px 0 0;
}

.ChampsObligatoires {
	color: #E2362D;
	font-weight: normal;
	font-style: italic;
}

.ligneValidation {
	float: left;
	height: 50px;
	color: #000;
	padding: 7px 0 5px 0px;
	margin: 0;
	width: 500px;
	text-align: left;
}




/*** Panier ***/

.lignePanier {
	float: left;
	text-align: left;
	margin-top: 10px;
}

.ligneFrais {
	float: left;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 10px;
}

.ligneIntitules {
	clear: both;
	height: 20px;
	color: #000;
	font-weight: bold;
	width: 580px;
	text-align: left;
	padding-left: 2px;
	margin-top: 8px;
	background: url(../img/boutique/utile/fond-total.jpg) repeat-x;
	border-top: dotted 1px #C6C6C6;
	border-bottom: dotted 1px #C6C6C6;
	_border: 0; /* Hack IE 6 */
}

.lignePanierTotal {
	clear: both;
	height: 20px;
	color: #B3210D;
	font-weight: bold;
	text-align: left;
	padding-left: 20px;
	margin-top: 8px;
	background: url(../img/boutique/utile/fond-total.jpg) repeat-x;
	border-top: dotted 1px #C6C6C6;
	border-bottom: dotted 1px #C6C6C6;
	_border: 0; /* Hack IE 6 */
}

.lignePanierTotal p {
	padding-top: 3px;
}

.lignePanierTotal p.valider {
	float: right;
	padding-right: 20px;
}

.lignePanierTotal p.valider a {
	color: #FF3300;
}

.lignePanierTotal p.valider a:hover {
	color: #000000;
}


.sousTitreColonne40 {
	float: left;
	text-align: center;
	margin-left: 18px;
	font-weight: bold;
	width: 40px;
}

.TexteColonne40 {
	float: left;
	color: #959595;
	text-align: center;
	margin-left: 18px;
	width: 40px;
}

.sousTitreColonne100, .sousTitreColonne100L {
	float: left;
	text-align: right;
	font-weight: bold;
	width: 120px;
}

.TexteColonne100, .TexteColonne100L {
	float: left;
	color: #808080;
	text-align: right;
	width: 120px;
}

.sousTitreColonne100L, .TexteColonne100L {
	text-align: left;
}

.sousTitreColonne200 {
	float: left;
	text-align: left;
	font-weight: bold;
	width: 180px;
}

.TexteColonne200 {
	float: left;
	color: #808080;
	text-align: left;
	width: 180px;
}




/*** Categories ***/

#categories {
	float: right;
	font-weight: bold;
	height: 320px;
	text-align: right;
	margin-top: -16px;
	margin-left: 20px;
	padding-top: 14px;
/*	padding-left: 20px;*/
/*	margin-left: 28px;*/
/*	border-left: dotted 1px #808080;*/
background: #FFF url(../img/boutique/utile/ombre-rubriques.jpg) 0 0 no-repeat;
width: 120px;
}

#categories a {
	color: #808080;
	line-height: 18px;
}

#categories a:hover, #categories a.selected:hover, #categories a.gris:hover {
	color: #FF3300;
}

#categories a.selected {
	color: #000;
}

#categories a.gris {
	color: #C0C0C0;
}



/*** Pages ***/

#pages {
	text-align: center;
}

/*** Produits Boutique ***/


.produit {
	float: left;
	margin: 20px 50px 20px 0;
	padding: 0;
	text-align: center;
}

.titreProduit {
	text-align: center;
	font-size: 96%;
	font-weight: bold;
	padding-bottom: 6px;
}

.chapoProduit {
	font-size: 96%;
	text-align: center;
	padding-top: 4px;
	color: #808080;
	width: 180px;
}

.cadreProduit {
	width: 180px;
	height: 160px;
	text-align: center;
	border-top: solid 1px #808080;
	border-left: solid 1px #808080;
	border-right: solid 1px #808080;
	background: url(../img/boutique/utile/fond-produit.jpg) no-repeat;
}

.cadreProduit img {
	padding-top: 26px;
}

.cadrePanier {
	height: 20px;
	width: 160px;
	font-weight: bold;
	color: #B3210D;
	text-align: left;
	background: url(../img/boutique/utile/fond-prix.jpg) 0 bottom no-repeat;
	border-bottom: solid 1px #808080;
	border-left: solid 1px #808080;
	border-right: solid 1px #808080;
	padding: 0 10px 0 10px;
}

.prixProduit {
	color: #B3210D;
	font-weight: bold;
	margin: 0 0 20px 0;
}

img.ajouter {
	float: right;
}

.cadrePanier .details {
	color: #B3210D;
	float: right;
	font-weight: normal;
}

.cadrePanier .details2 {
	color: #B3210D;
	font-weight: normal;
	padding-left: 18px;
}

.produit select {
	font-weight: normal;
	font-size: 80%;
	margin-top: 4px;
}




div.commandeBoutique {
	float: left;
	height: 31px;
	width: 172px;
	color: #FFF;
	margin-left: -4px;
	text-align: left;
	padding-left: 30px;
	padding-top: 16px;
	background: #FFF url(../img/boutique/utile/commander.jpg) no-repeat;
}

div.commandeBoutique a {
	font-family: Arial;
	color: #FFF;
	font-weight: bold;
	font-size: 13px;
}

div.commandeBoutique a:hover {
	color: #B3210D;
}



img.hr {
	margin-top: 12px;
}

input.remise {
	background-color: #FFF;
	border: 0;
	color: #FF3300;
	font-weight: bold;
	padding-left: 8px;
}


div.livraison {
	float: right;
	width: 114px;
	margin: 50px 0 0 0;
}



/*** paiement ***/

.thumbnail {
	float: left;
	width: 120px;
	border: 0;
	margin: 0 50px 15px 0;
	padding: 5px;
	text-align: center;
}

.thumbnail p {
	font-weight: bold;
	padding-top: 8px;
}

.thumbnail p a {
	color: #000000;
}

.thumbnail p a:hover {
	color: #FF3300;
}







#caisse {
	background-image: url(../img/boutique/utile/fond-achat.jpg);
	background-repeat: no-repeat;
	border: solid 1px #808080;
	height: 180px;
	margin: 12px 0 12px 0;
	width: 200px;
}

#caisse .infos {
	padding: 32px 12px 12px 12px;
}

#caisse .infos .prixProduit {
	margin-top: 16px;
}

#caisse input {
	background-color: #FFF;
	border: 0;
	margin-left: -8px;
}


