/* CSS Document */

@import "../outils/CompteClient/menu/menu.css";

*{ 
	margin:0;
	padding:0;
	outline:none;
}
html, body{
	text-align:center;
	font-size:70%;
	height:100%;
}
img{
	border:0;
}
/*************************************************************************/
/*---------------------------STYLE ACCUEIL ------------------------------*/
/*************************************************************************/
body.accueil{
	background:url(../images/charte/accueil_repeat.jpg) no-repeat top center #000;
}
#accueil_conteneur{
	position:absolute;
	left: 50%;
	/*top: 50%;*/
	width: 970px;
	height: 630px;         /* hauteur de img_accueil + 130px du bandeau en bas */
	/*margin-top: -250px;    /* moitié de la hauteur de img_accueil */
	margin-left: -485px;   /* moitié de la largeur */
}
#img_accueil{
	width: 970px;
	height: 500px; /* Ne pas depasser 500px en hauteur */
	background:#000;
}
#accueil_coords{
	width:950px;
	height:20px;
	text-align:center;
	padding:0 10px 0 10px;
}
#accueil_desc{
	width:950px;
	height:auto;
	overflow:hidden;
	text-align:center;
	padding:0 10px 0 10px;
}
#accueil_domaine{
	width:200px;
	height:60px;
	float:left;
	display:block;
	text-align:left;
	padding:0 0 0 10px;
}
#accueil_distrib{
	width:200px;
	height:60px;
	float:right;
	display:block;
	text-align:center;
}	
#accueil_copyright{
	width:120px;
	float:left;
	margin:10px 0 0 215px;
	text-align:center;
	text-transform:uppercase;
}
.accueil p{
	color:#fff;
}
.accueil a:link, .accueil a:visited, .accueil a:hover, .accueil a:active{
	color:#fff;
}
/*************************************************************************/
/*---------------------------STYLE CHARTE -------------------------------*/
/*************************************************************************/
body{
	background:url(../images/charte/body_repeat.jpg) no-repeat top center #000;
} 
#conteneur{
	background:url(../images/charte/body.jpg) repeat-y;
	width:970px;
	margin:0 auto;
	text-align:left;
	min-height:100%;
}
#haut{
	height:303px;
	width:970px;
	position:relative;
	background:url(../images/charte/bg-haut.jpg) left bottom no-repeat;
	display:block;
}
/*---------------------------CONTENU------------------------------*/
#gauche{
	background: url(../images/charte/gauche.jpg) no-repeat;
	width:178px;
	min-height:251px;
	float:left;
	position:relative;
}
/*#droite {
	background:url(../images/charte/fd-droite.jpg) no-repeat top left;
	width:180px;
	float:right;
	position:relative;
}*/
#texte{
	background:url(../images/charte/contenu.jpg) no-repeat;
	width:736px; 	/* soustraire les padding à la largeur normal de la div */
	height:auto;
	min-height:251px;
	position:relative;
	float:right;
	padding: 0px 56px 20px 0px;
}
/*---------------------------BAS DE PAGE ------------------------------*/
#global_bas{
	margin:-56px 0 0 0;/*----rajouter en marge négative la hauteur de #bas---------*/
	background: url(../images/charte/bas_repeat.jpg) #000;
	position:relative;
	clear:both;
	width:100%;
}
#bas{
	height:56px;/*----rajouter en marge négative la hauteur dans #global_bas---------*/
	position:relative;
	width:930px;
	margin:0 auto;
	background:url(../images/charte/bas.jpg) no-repeat left top #000;
	padding:0 40px 0 0;
}
#bas a { color:#e39807; font-size:0.85em; text-decoration:none }
#bas a:hover { color:#eec16a; text-decoration:underline }
/* CSS WebKit HACK (pour Safari et Chrome) */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#bas{position:static;margin-top:56px; /* A modifier aussi en fonction de bas et global-bas*/}
	#global_bas{position:static;}
}
#bas ul.menu_bas{
	width:70%;
	margin:0 auto 0 auto;
	clear:both;
}
#bas ul.menu_bas li{
	float:left;
	text-align:center;
	position:relative;
	margin: 6px 10px;
	list-style-type:none;
	font: 0.8em Arial, Verdana, Helvetica, sans-serif;
}
/*************************************************************************/
/*---------------------------STYLE TEXTE -------------------------------*/
/*************************************************************************/
body, table, div, p, select, textarea, span, .texte {
	font: 1.025em Arial, Verdana, Helvetica, sans-serif;
	color:#fff;
	line-height:20px;
}
#texte p{
	margin: 10px 0;
}
.petit_texte {
	font-size: 0.8em;
	color: #ee9012;
	line-height:normal;
	padding-left:5px;
}
h1{
	color:#ea940a;
	margin:10px 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 3.6em;
	font-weight: normal;
 }
h2{
	font: bold 1.4em Arial, Verdana, Helvetica, sans-serif;
	margin:10px 0;
	color:#ea940a;
}
h3{
	font: bold 1.2em Arial, Verdana, Helvetica, sans-serif;
	margin:10px 0;
}
h4{
	font: bold 1.4em  Verdana, sans-serif;
	margin:10px 0;
	color:#ea940a;
}

a:link, a:visited{                             /*---------------------------STYLE LIENS -------------------------------*/
	color: #fff;
	text-decoration:underline;
}
a:hover, a:active{                             /*---------------------------STYLE LIENS -------------------------------*/
	color: #ea940a;
	text-decoration:underline;
}
.avertissement {
	color: #CC0000;
}
#texte ul{
	list-style-type:circle;
	margin-left:30px;
}
#texte ol{
	margin-left:30px;
}
/*************************************************************************/
/*------------------------FORMULAIRE CONTACT ----------------------------*/
/*************************************************************************/
input, textarea, select, .titre_tab { 
	background:#fff url(../images/contact/ombre.jpg) top left repeat-x;
	color:#000;
	padding:3px;
	border:1px solid #223553;
	/*------------------------Ne pas mettre de largeur ou hauteur (créer une classe pour cas particulier) ----------------------------*/
}
.colonne-contact-left{
	float:left;
	padding:5px;
	margin: 15px 0 0 20px;
	width:50%;
}
.colonne-contact-right{
	float:left;
	padding:5px;
	margin: 15px 0 0 0;
	width:35%;
}
#coordonnee{
	border-bottom:1px dotted #fff;
	padding: 10px;
}
.legislation{
	width:95%;
	margin:20px 0 0 10px;
	text-align:justify;
}
.td_contact{
	padding: 5px 0 ;
	font-size:0.9em;
}
input.btn-envoi{
	padding:2px 5px;
	font-size:10px;
	font-weight:bold;
	border:0;
	width:120px;
	cursor: pointer;
	background:#ee9012;
	color:#3e3c3d;
	padding:3px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px
}
.coche{
	background:none;
	width:auto;
	border:0;
}
.alert_contact{
	margin: 20px 0 0 30px;
}

.message{
	width:200px;
}

/*************************************************************************/
/*--------------------------------DIVERS --------------------------------*/
/*************************************************************************/
.clearer{
	clear:both;
}

.left{
	float:left;
}
.right{
	float:right;
}
.rss{
	float:right;
	margin:5px 10px 0 10px;
}
.png-cgv{
	float:right;
	margin:12px 10px 0 10px;
}
.png-icon-footer{
	float:right;
	margin:20px 5px 0 0;
	padding-right:5px;
}
.trait { border-right: 1px dotted #999 }
/*************************************************************************/
/*------------------------------PAGINATION-------------------------------*/
/*************************************************************************/

/* PENSEZ A REPRENDRE LA MEME DIV QU'IL AURA AU DESSUS DES LIENS ET */
/* DE REGLER LES TOP LEFT DES LIENS */

.pagination{
	float:right;
	text-align:right;
	padding:0 25px 5px 10px;
	color:#fff;
	font-weight:bold;
}
.pagination2{
	float:right;
	text-align:right;
	padding:0 25px 5px 10px;
	color:#fff;
	font-weight:bold;
}

#pagination .page_active{
	color:#F00;
}

/*************************************************************************/
/*--------------------------------PERSO---------------------------------*/
/*************************************************************************/

.espaceSmall { padding-top:10px; }
.espace { padding-top:20px; }
.espaceBig { padding-top:40px; }
.normal { font-weight:normal }
.bold { font-weight:bold; }
.middle { vertical-align:middle; }

.pictL {
	float:left;
	margin:10px 10px 10px 0;
}
.pictR {
	float:right;
	margin:10px 0 10px 10px;
}

.ligne1{
	background:#f2f0f4;
	color:#000;
	height:30px;
	line-height:30px;
}
.ligne2{
	background:#e5e3e6;
	color:#000;
	height:30px;
	line-height:30px
}
.txtSmall { font-size:0.85em }
.txtBig { font-size:1.2em }

/*************************************************************************/
/*--------------------------------MENU TOP---------------------------------*/
/*************************************************************************/

#menuTop { float:right; margin-top:-3px; }
#menuTop li { list-style:none; display:inline; float:left; }
#menuTop li a span { visibility:hidden }
a.BT1 { width:114px; height:32px; display:block; background:url(../images/charte/BTcontact.png) left top no-repeat; text-decoration:none; }
a.BT2 { width:140px; height:32px; display:block; background:url(../images/charte/BTmoncompte.png) left top no-repeat; text-decoration:none; }
a.BT3 { width:118px; height:32px; display:block; background:url(../images/charte/BTpanier.png) left top no-repeat; text-decoration:none; }

/*************************************************************************/
/*--------------------------------MENU GAUCHE---------------------------------*/
/*************************************************************************/
#menuGauche { float:left; margin-top:30px; }
#menuGauche li.sIFR-replaced {list-style:none; }
#menuGauche li.sIFR-replaced .sIFR-flash {   }
#menuGauche li {  font-size:13px; color:#fff; text-decoration:none; width:190px; height:25px; padding:3px 5px 0 5px; background: #193a6a url(../images/menuGauche/li.gif) left bottom repeat-x; display:block; }

/*************************************************************************/
/*--------------------------------MENU FOOTER---------------------------------*/
/*************************************************************************/

#menuFooter { float:left; margin-top:65px; }
#menuFooter li { list-style:none; display:inline; float:left; }
#menuFooter li a span { visibility:hidden }


/*************************************************************************/
/*--------------------------------RECHERCHE---------------------------------*/
/*************************************************************************/

#rechercher { float:right; margin-right:50px }
input.recherche { width:200px; height:14px; float:left; margin:3px 10px 0 0; background-image:none; background:transparent; border:0;}
input.BTrecherche { width:20px; height:23px; border:0; cursor:pointer; background-image:none; background:transparent;}

/*************************************************************************/
/*--------------------------------CARTES DE CREDIT---------------------------------*/
/*************************************************************************/

#cartesCredit { float:left; margin:20px 0 0 35px; }
#cartesCredit li { float:left; list-style:none }
.paypal { width:30px; height:20px; display:block; background:url(../images/cartes-credit/paypal.png); }
.master { width:30px; height:20px; display:block; background:url(../images/cartes-credit/mastercard.png); }
.americanExpress { width:30px; height:20px; display:block; background:url(../images/cartes-credit/americanexpress.png); }
.cirrus { width:30px; height:20px; display:block; background:url(../images/cartes-credit/cirrus.png); }
.visa { width:30px; height:20px; display:block; background:url(../images/cartes-credit/visa.png); }
.cb { width:30px; height:20px; display:block; background:url(../images/cartes-credit/cb.png); }


/*************************************************************************/
/*-------------------------------- MINI FICHE PRODUIT ---------------------------------*/
/*************************************************************************/


.mini_fiche, .mini_ficheD {
	width:236px;
	height:auto;
	padding-bottom:10px;
	float:left;
	margin: 0 10px 35px 0;
	background:#222221;
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#595758', endColorstr='#222221'); /* IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#595758), to(#222221)); /* navigateurs webkit (chrome ou Safari) */
	background: -moz-linear-gradient(top, #595758, #222221); /* firefox 3.6+ */
	text-align:center;
	position:relative;
	z-index:50;
	-moz-border-radius:10px 10px 0 10px;
	-webkit-border-radius:10px 10px 0 10px;
}
.mini_ficheD { margin: 0 0 35px 0; }

h4.mini {
	width:220px;
	font: bold 1.125em Arial, Verdana, Helvetica, sans-serif;
	margin:0 0 10px 0;
	color:#000;
	background:#ea940a;
	padding:5px 8px;
	-moz-border-radius:10px 10px 0 0;
	-webkit-border-radius:10px 10px 0 0;
}

.ref { width:220px; margin:0 8px; border-bottom:1px dotted #6e6d6d; }
.ref span { color:#ea940a }

.mini_txt  { width:220px; height:95px; margin:10px 8px 15px 8px; padding-bottom:10px; overflow-y:auto; }
.mini_txt p { margin:0; text-align:left; line-height:normal; font-size:0.85em; color:#fff }

.sep { width:220px; height:10px; margin:0 8px; border-top:1px dotted #6e6d6d; display:block }

.barre { text-decoration:line-through; }
.mini_prix { width:100px; margin:0 0 0 8px; float:left; padding:5px 0; background:#000; -moz-border-radius:5px; -webkit-border-radius:5px}
.mini_prixPromo { width:100px; margin:0 8px 0 0; float:right; padding:5px 0; background:#000; -moz-border-radius:5px; -webkit-border-radius:5px }
.mini_prixPromo span, .mini_prix span { color:#ebb767; }

.nouveau { width:66px; height:67px; display:block; background:url(../images/mini-caddie/nouveau.png) left top no-repeat; position:absolute; z-index:100; top:15px; right:0 }
a.plusInfos:link, a.plusInfos:visited, a.plusInfos:hover { width:69px; height:21px; display:block; background:url(../images/mini-caddie/plus_infos.gif) left top no-repeat; position:absolute; z-index:200; bottom:-21px; right:0 }

/*************************************************************************/
/*--------------------------------  FICHE PRODUIT ---------------------------------*/
/*************************************************************************/

.big_fiche {
	width:700px;
	margin: 0 auto 35px auto;
	padding:10px 0;
	background:#595758;
	background: -webkit-gradient(linear, left top, left bottom, from(#595758), to(#222221)); /* navigateurs webkit (chrome ou Safari) */
	background: -moz-linear-gradient(top, #595758, #222221); /* firefox 3.6+ */
	display:block;
	position:relative;
	z-index:50;
	-moz-border-radius:10px;
	-webkit-border-radius:10px
}

#texte .big_fiche h4{ 
	font: bold 1.5em Arial, Verdana, Helvetica, sans-serif;
	color:#000;
	background:#ea940a;
	padding:5px 8px;
	margin-bottom:10px;
	text-align:center;
	-moz-border-radius:10px 10px 0 0;
	-webkit-border-radius:10px 10px 0 0;
}
#texte .big_fiche h5 { color:#EBB767; font-size:1.125em; margin:10px 8px; padding:0}

.big_photo {
	width:250px;
	margin:0 20px 10px 8px;
	float:left;
	text-align:center }
a.BTcommander {
	width:120px;
	height:23px;
	text-decoration:none;
	font-size:0.9em;
	margin:5px 0 0 0;
	font-weight:bold;	
	cursor: pointer;
	background:#ee9012;
	color:#3e3c3d;
	padding:3px 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px
}

.infos {float:left; }
.big_prix { margin-right:10px; }
.big_prix, .big_prixPromo { padding:5px 10px; background:#000; float:left; -moz-border-radius:5px; -webkit-border-radius:5px }
.big_prixPromo span, .big_prix span { color:#ebb767; }

select.taille, select.couleur, select.pointure {width: 200px; margin-top:10px; }

.marquage { margin:15px 8px 15px 15px; }
.marquage h3 span {color:#ebb767;}
input.monMarquage { width:300px}

.big_txt  { margin:0 8px 0 15px; text-align:left;  }
.big_txt p { line-height:normal; font-size:0.9em; color:#fff }

#texte ul.produits_comp { width:98§; margin:0 15px; text-align:left;}
#texte .produits_comp li { width:130px; float:left; margin:0 10px 5px 0; text-align:center; list-style:none }
span.legende { font-size:0.85em; color:#ea940a; margin-top:-8px }

.separator { clear:both; height:1px; border-top:1px dotted #6e6d6d; margin:0 8px; width:98%; padding:0 }
.agrandir { 
	font: normal 0.8em Verdana, Helvetica, sans-serif;
	color: #EBB767;
	text-align:center;
	padding:10px 0 10px 0;
}
a.pdf {
	height:28px;
	display:block;
	background:url(../images/charte/pdf.png) top left no-repeat;
	padding-left: 30px;
	margin-left:8px;
	text-align:left;
	color:#ea940a;
	font-weight:bold;
}
a.pdf:link, a.pdf:visited { color:#ea940a; }

span.blanc { color:#fff }

/*************************************************************************/
/*-------------------------------- BOUTONS SUIVANT PRECEDENT RETOUR ---------------------------------*/
/*************************************************************************/

#boutons { width:145px; margin: 0 auto;}
.prec{
	background-image:url(../images/charte/precedent.png);
	width:23px;
	height:23px;
	display:block;
	float:left;
}
.prec span { display:none; }
.suiv{
	background-image:url(../images/charte/suivant.png);
	width:23px;
	height:23px;
	display:block;
	float:left;
}
.suiv span { display:none; }
.retour{
	background-image:url(../images/charte/retour.png);
	width:79px;
	height:23px;
	display:block;
	float:left;
	margin: 0 10px;
}
.retour span { display:none; }

a.BTmonCompte { width:140px; height:30px; background:url(../images/charte/BTcompteClient.jpg) left top no-repeat; display:block; margin:0 0 20px 20px; text-decoration:none }
a.BTmonCompte span{ visibility:hidden }

a.BTpromotion { width:140px; height:30px; background:url(../images/charte/promotions.png) left top no-repeat; display:block; margin:0 0 20px 20px; text-decoration:none }
a.BTpromotion span{ visibility:hidden }

a.BTnouveaute { width:140px; height:30px; background:url(../images/charte/nouveautes.png) left top no-repeat; display:block; margin:0 0 0px 20px; text-decoration:none }
a.BTnouveaute span{ visibility:hidden }

a.BToffresPromo { width:135px; height:33px; background:url(../images/charte/Offres-promo.png) left top no-repeat; display:block; margin:0 0 20px 20px; text-decoration:none }
a.BToffresPromo span{ visibility:hidden }


/*************************************************************************/
/*-------------------------------- CODE PROMO ---------------------------------*/
/*************************************************************************/

#codePromo {
	margin:10px 0;
	padding:5px 15px;
	background:#6f3609; /* navigateurs non css3 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fa8a33', endColorstr='#6f3609'); /* IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#fa8a33), to(#6f3609)); /* navigateurs webkit (chrome ou Safari) */
	background: -moz-linear-gradient(top, #fa8a33, #6f3609); /* firefox 3.6+ */
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-moz-box-shadow:0px 0px 5px #000;
	-webkit-box-shadow:0px 0px 5px #000;
	box-shadow:0px 0px 5px #000;
}


/*************************************************************************/
/*-------------------------------- MENUS SOUS-CATS ---------------------------------*/
/*************************************************************************/

#texte ul.sousCatList {list-style-type:none; width:160px; float:left; margin:10px 10px 10px 0}
#texte ul.sousCatList li { width:160px; float:left; padding:0; margin-bottom:7px}

#texte ul.sousCatList li a { display:block; text-align:center; font-family: Verdana, Geneva, sans-serif}
#texte ul.sousCatList li a:link,#texte ul.sousCatList li a:visited { 
	padding:3px 5px;
	font-size:10px;
	font-weight:normal;
	border:0;
	cursor: pointer;
	background:#ea940a;
	color:#000;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	text-decoration:none
}
#texte ul.sousCatList li a:hover { color:#ea940a; background:#403f3f; }
