﻿/* 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: #50823c;
}

#accueil_conteneur{
	position:absolute;
	left: 50%;
	top: 0;
	width: 970px;
	height: 630px;         /* hauteur de img_accueil + 130px du bandeau en bas */
	margin-left: -485px;   /* moitié de la largeur */
	z-index:500
}
#img_accueil{
	width: 970px;
	height: 500px; /* Ne pas depasser 500px en hauteur */
	margin-bottom:15px;
}
#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, .accueil a:link, .accueil a:visited{
	font-size:0.85em;
	color:#f0e40f;
	text-decoration: none;
	outline:none;
}
.accueil a:hover, .accueil a:active{
	color:#fff100 ;
	text-decoration: underline;
}
/*************************************************************************/
/*---------------------------STYLE CHARTE -------------------------------*/
/*************************************************************************/
body{
	background: #436e32 url(../images/charte/bg-body.jpg) center top no-repeat;
}  

#conteneur{
	background:url(../images/charte/contenu_repeat.jpg) repeat-y;
	width:970px;
	margin:0 auto;
	text-align:left;
	min-height:100%;
	position:relative;
	z-index:30
}
#haut{
	height:250px;
	width:970px;
	position:relative;
}
/*---------------------------CONTENU------------------------------*/
#gauche{
	background: url(../images/charte/gauche.jpg) no-repeat;
	width:250px;
	padding-left:30px;
	min-height:780px;
	float:left;
	position:relative;
}
/*.bobine { width:186px; height:84px; background:url(../images/charte/bobine.jpg) right bottom no-repeat; display:block; bottom:153px; left:36px; position:absolute; z-index:900 }*/
#texte{
	background:url(../images/charte/contenu.jpg) no-repeat;
	width:650px; 	/* soustraire les padding à la largeur normal de la div */
	height:auto;
	min-height:780px;
	position:relative;
	float:left;
	padding: 0 40px 20px 0;
}
/*---------------------------BAS DE PAGE ------------------------------*/
#global_bas{
	margin:-153px 0 0 0;/*----rajouter en marge négative la hauteur de #bas---------*/
	/*background: url(../images/charte/bas.jpg) center top no-repeat;*/
	position:relative;
	clear:both;
	width:100%;
	z-index:800;
}
#bas{
	height:232px;/*----rajouter en marge négative la hauteur dans #global_bas---------*/
	position:relative;
	width:970px;
	margin:0 auto;
	background: url(../images/charte/bas2.jpg) center top no-repeat;
}
/* CSS WebKit HACK (pour Safari et Chrome) */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#bas{position:static;margin-top:153px; /* 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:#534721;
	line-height:20px;
}
#texte p{
	margin: 10px 0;
}
p.intro { font: 1.3em Arial, Helvetica, sans-serif; font-style:italic; color:#437835;}

.petit_texte {
	font-size: 0.8em;
	color: #807043;
	line-height:normal;
	padding-left:5px;
}
h1 {
	margin:10px 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 5em;
	text-align:center;
	border-bottom:1px dotted #7da45c;
	color:#476a2a;
	width:100%
 }
h2{
	font: bold 1.4em Arial, Verdana, Helvetica, sans-serif;
	margin:10px 0;
}
h3{
	font: bold 1.2em Arial, Verdana, Helvetica, sans-serif;
	margin:10px 0;
}
a:link, a:visited{                             /*---------------------------STYLE LIENS -------------------------------*/
	color: #5a8c46;
	text-decoration:underline;
}
a:hover, a:active{                             /*---------------------------STYLE LIENS -------------------------------*/
	color: #5a8c46;
	text-decoration:underline;
}
.avertissement {
	color: #CC0000;
}
#texte ul{
	list-style-type:none;
	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:#807043;
	padding:3px;
	border:1px solid #b1a173;
	/*------------------------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 #807043;
	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:0px 0px 2px 0px;
	font-size:10px;
	font-weight:bold;
	border:0;
	width:125px;
	height:23px;
	cursor: pointer;
	background:url(../images/contact/bt-contact.png) top left no-repeat;
}
.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;
}
.rssIco{ background:url(../images/charte/rss_small.png) left top no-repeat; padding: 0 0 0 20px}
.png-cgv{
	float:right;
	margin:12px 10px 0 10px;
}
.png-icon-footer{
	float:right;
	margin:10px 10px 0 10px;
}

/*************************************************************************/
/*------------------------------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; }
.espace2 { padding-top:20px; font: 1.3em Arial, Helvetica, sans-serif; font-style:italic; color:#437835; }
.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 GAUCHE---------------------------------*/
/*************************************************************************/

#menuGauche { float:left; margin-top:30px; }

#menuGauche li { list-style:none; list-style:none;}
#menuGauche li a span { visibility: hidden }

#menuBase a.BT1:link, #menuBase a.BT1:visited  { width:227px; height:33px; display:block; background:url(../images/charte/BT1.png) left top no-repeat; text-decoration:none;}
#menuBase a.BT1:hover  { background:url(../images/charte/BT1.png) left -33px no-repeat; }

a.BT2:link, a.BT2:visited  { width:227px; height:33px; display:block; background:url(../images/charte/BT2.png) left top no-repeat; text-decoration:none;}
#menuBase a.BT2:hover  { background:url(../images/charte/BT2.png) left -33px no-repeat; }

a.BT3:link, a.BT3:visited  { width:227px; height:33px; display:block; background:url(../images/charte/BT3.png) left top no-repeat; text-decoration:none;}
#menuBase a.BT3:hover  { background:url(../images/charte/BT3.png) left -33px no-repeat; }

a.BT4:link, a.BT4:visited  { width:227px; height:33px; display:block; background:url(../images/charte/BT4.png) left top no-repeat; text-decoration:none;}
#menuBase a.BT4:hover  { background:url(../images/charte/BT4.png) left -33px no-repeat; }

a.BT5:link, a.BT5:visited  { width:227px; height:33px; display:block; background:url(../images/charte/BT5.png) left top no-repeat; text-decoration:none;}
#menuBase a.BT5:hover  { background:url(../images/charte/BT5.png) left -33px no-repeat; }

a.BT6:link, a.BT6:visited  { width:227px; height:33px; display:block; background:url(../images/charte/BT6.png) left top no-repeat; text-decoration:none;}
#menuBase a.BT6:hover  { background:url(../images/charte/BT6.png) left -33px no-repeat; }

a.BT7:link, a.BT7:visited  { width:227px; height:33px; display:block; background:url(../images/charte/BT7.png) left top no-repeat; text-decoration:none;}
#menuBase a.BT7:hover  { background:url(../images/charte/BT7.png) left -33px no-repeat; }

a.BT8:link, a.BT8:visited  { width:227px; height:33px; display:block; background:url(../images/charte/BT8.png) left top no-repeat; text-decoration:none;}
#menuBase a.BT8:hover  { background:url(../images/charte/BT8.png) left -33px no-repeat; }

a.BT9:link, a.BT9:visited  { width:227px; height:33px; display:block; background:url(../images/charte/BT9.png) left top no-repeat; text-decoration:none;}
#menuBase a.BT9:hover { background:url(../images/charte/BT9.png) left -33px no-repeat; }

.menuBase2 { margin:0 0 7px 0 }
.menuBase2 a:link, .menuBase2 a:visited  { width:175px; height:23px; display:block; background:url(../images/charte/BT-sscat-off.jpg) left top no-repeat; text-decoration:none; color:#fff; padding: 5px 5px 5px 47px; }
.menuBase2 a:hover { width:175px; height:23px; display:block; background:url(../images/charte/BT-sscat-on.jpg) left top no-repeat; text-decoration:none; color:#fff; padding: 5px 5px 5px 47px; }




/*************************************************************************/
/*--------------------------------RECHERCHE---------------------------------*/
/*************************************************************************/

#rechercher { float:left; width:195px; height:43px; background:url(../images/charte/rechercher.jpg); display:block; padding:10px 0 0 20px; }
input.recherche { width:150px; height:25px; float:left; margin-left:30px; border:0; background-image:none; background-color:transparent; margin-top:3px}
input.BTrecherche { width:105px; height:23px; background:url(../images/charte/BT-rechercher.png) left top no-repeat; border:0; cursor:pointer}

/*************************************************************************/;
/*--------------------------------MENU FOOTER---------------------------------*/
/*************************************************************************/

#menuFooter { float:left; margin:5px 0 0 0; }
#menuFooter ul { margin-left:55px; }
#menuFooter li { list-style:none; display:inline; float:left; }
#menuFooter li a:link, #menuFooter li a:visited  { color:#c8ee9a; text-decoration:none; padding-right:10px; margin-right:10px; }
#menuFooter li a:hover  { color:#c8ee9a; text-decoration:underline; } 
.borderMenu {  border-right: 1px solid #fff }

/*************************************************************************/
/*--------------------------------CARTES DE CREDIT---------------------------------*/
/*************************************************************************/

#cartesCredit { float:left; margin: 150px 0 0 50px; }
#cartesCredit li { float:left; list-style:none }
.paypal { width:47px; height:32px; display:block; background:url(../images/cartes-credit/paypal.png); }
.master { width:47px; height:32px; display:block; background:url(../images/cartes-credit/mastercard.png); }
.americanExpress { width:47px; height:32px; display:block; background:url(../images/cartes-credit/americanexpress.png); }
.cirrus { width:47px; height:32px; display:block; background:url(../images/cartes-credit/cirrus.png); }
.visa { width:47px; height:32px; display:block; background:url(../images/cartes-credit/visa.png); }
.cb { width:47px; height:32px; display:block; background:url(../images/cartes-credit/cb.png); }

/*************************************************************************/
/*-------------------------------- MINI CADDIE ---------------------------------*/
/*************************************************************************/


#caddie_ligne { float:right; width:403px; height:48px; background: url(../images/caddie/bg-mini-caddie.jpg) left top no-repeat; margin:115px 40px 0 0; padding: 20px 10px 0 15px; }
#caddie_ligne a img { margin-right:10px }
#caddie_ligne h3 { width:355px; color:#534721; text-align:left; }
#caddie_ligne h3 span { color:#395824}

/*************************************************************************/
/*-------------------------------- MINI FICHE PRODUIT ---------------------------------*/
/*************************************************************************/


/* EXTENSIBLE EN HAUTEUR */ 

/*.mini_fiche { width:178px; float:left; margin: 0 8px 15px 0;}
.mini_top {width:178px; height:18px; display:block; background:url(../images/charte/top_mini_fiche.png) left top no-repeat }
.mini_centre {width:178px; display:block; background:url(../images/charte/centre_mini_fiche.jpg) left top repeat-y; text-align:center }
.mini_bottom {width:178px; height:18px; display:block; background:url(../images/charte/bottom_mini_fiche.png) left top no-repeat }*/


/* FIXE EN HAUTEUR */

.mini_fiche { width:630px; float:left; margin: 0 0 35px 0; background:#e2d29e; display:block; text-align:center; position:relative; z-index:50; }
.mini_titre { width:600px; height:30px;  margin-bottom:10px;  background: url(../images/charte/titre_fiche.jpg) left top no-repeat; padding:8px 15px 5px 15px; }
h4.mini {  float:left; font: bold 1.125em Arial, Verdana, Helvetica, sans-serif; color:#fff; width:450px; text-align:left}
span.ref { float:right; dispaly:inline; text-transform:none; color:#c8ee9a; margin:0; padding:0 }

.mini_prix { width:600px; margin:0 15px; border-bottom:1px dotted #534721; }

.mini_txt  { width:600px; margin:10px 15px; }
.mini_txt p { margin:0;line-height:normal; font-size:1em; color:#534721 }

.mini_prixPromo { width:590px; margin:0 15px; padding:10px 5px; border-top:1px dotted #534721; }
.mini_prixPromo span, .mini_prixPromo img { vertical-align:middle }
.mini_prixPromo img { margin:0 6px 0 0; }
.mini_prixPromo span, .mini_prix span { color:#534721; }

.nouveau { width:55px; height:55px; display:block; background:url(../images/mini-caddie/nouveau.png) left top no-repeat; position:absolute; z-index:100; top:27px; right:3px }
.plusInfos { width:69px; height:21px; display:block; background:url(../images/mini-caddie/plus_infos.gif) left top no-repeat; position:absolute; z-index:100; bottom:-21px; right:0 }



/*************************************************************************/
/*-------------------------------- MINI FICHE PRODUIT ---------------------------------*/
/*************************************************************************/

.big_fiche { width:630px; margin: 0 0 35px 0; background:#e2d29e; display:block;  position:relative; z-index:50; }
.big_titre { width:600px; height:33px;  margin-bottom:10px;  background: url(../images/charte/titre_fiche.jpg) left top no-repeat; padding:5px 15px 5px 15px; }
#texte .big_fiche h4{  font: bold 1.5em Arial, Verdana, Helvetica, sans-serif; color:#fff; text-align:left }
#texte .big_fiche h5 { color:#534721; font-size:1.125em; margin:10px 8px; padding:0}

.big_photo { margin:0 20px 10px 8px; float:left; width:160px }
.BTcommander { width:125px; height:23px; background: url(../images/charte/BTcommander.png) left top no-repeat; display:block; border:0; cursor:pointer; text-decoration:none; margin:5px auto 0 auto}

.infos {float:left; width:350px;}
.big_prixPromo {  }
.big_prixPromo span, .big_prixPromo img { vertical-align:middle }
.big_prixPromo img { margin:0 6px 0 0; }
.big_prixPromo span, .big_prix span { color:#534721; }
select.taille, select.couleur {width: 200px; margin-top:10px; }

.big_txt  { width:600px; margin:0 15px; text-align:left;  }
.big_txt p { line-height:normal; font-size:0.9em; color:#534721 }

#texte ul.photos_sup { width:600px; margin:0 15px; text-align:left;}
#texte .photos_sup li { width:104px; float:left; margin:0 15px 10px 0; text-align:center }
#texte .photos_sup li.last {margin:0 0 10px 0;}
.photos_sup li span.legende {  font-size:0.85em; color:#534721; }

.separator { clear:both; height:1px; border-top:1px dotted #534721; margin:0 15px; width:600px; padding:0 }
.agrandir { 
	font: normal 0.8em Verdana, Helvetica, sans-serif;
	color: #84764b;
	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:#534721;
	font-weight:bold;
}
a.pdf:link, a.pdf:visited { color:#534721; }
.nomBroderie { margin-bottom:15px;}

/*************************************************************************/
/*-------------------------------- 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; }
.titreLivreOr { position:absolute; top:8px; left:0; z-index:2000 }







