﻿/* 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: #fff url(../images/charte/bg-body-accueil.png) left top repeat-y;
}
#img_accueil_bg { width:100%; min-height:100%; background:url(../images/charte/img-body-accueil.png) center top no-repeat; }

#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: #fff url(../images/charte/bg-body.png) center top repeat-y;
} 
#conteneur_img { 
	width:100%;
	min-height:100%;
	background:url(../images/charte/img-body.png) top center no-repeat;
}


#conteneur{
	/*background:url(../images/charte/contenu_repeat.gif) repeat-y;*/
	width:970px;
	margin:0 auto;
	text-align:left;
	min-height:100%;
	position:relative;
	z-index:30
}
#haut{
	height:350px;
	width:970px;
	position:relative;
}
/*---------------------------CONTENU------------------------------*/
#gauche{
	/*ackground: url(../images/charte/gauche.png) no-repeat;*/
	width:200px;
	min-height:595px;
	float:left;
	position:relative;
}
#droite {
	/*background:url(../images/charte/droite.png) no-repeat top left;*/
	width:170px;
	float:right;
	position:relative;
}
#texte{
	/*background:url(../images/charte/contenu.png) no-repeat;*/
	width:560px; 	/* soustraire les padding Ã  la largeur normal de la div */
	height:auto;
	min-height:594px;
	position:relative;
	float:left;
	padding: 10px 20px 20px 20px;
}
/*---------------------------BAS DE PAGE ------------------------------*/
#global_bas{
	/*margin:-105px 0 0 0;/*----rajouter en marge nÃ©gative la hauteur de #bas---------*/
	background: url(../images/charte/bas.png) center top no-repeat;
	position:relative;
	clear:both;
	width:100%;
}
#bas{
	height:105px;/*----rajouter en marge nÃ©gative la hauteur dans #global_bas---------*/
	position:relative;
	width:970px;
	margin:0 auto;
	z-index:800
	/*background:url(../images/charte/bas.jpg) no-repeat scroll left top  #383838;*/
}

#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;
}
p.intro { font: 1.3em Arial, Helvetica, sans-serif; font-style:italic; color:#f2e856;}

.petit_texte {
	font-size: 0.8em;
	color: #8dc1e9;
	line-height:normal;
	padding-left:5px;
}
h1 {
	margin:10px 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: bold;
	text-align:center;
	text-transform:uppercase;
	border-bottom:1px dotted #fff;
	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: #f6cb1d;
	text-decoration:underline;
}
a:hover, a:active{                             /*---------------------------STYLE LIENS -------------------------------*/
	color: #f6cb1d;
	text-decoration:underline;
}
.avertissement {
	color: #CC0000;
}
#texte ul{
	list-style-type:none;
	margin-left:30px;
}

#texte ol{
	margin-left:30px;
}

/*************************************************************************/
/*---------------------------------MODAL BOX ----------------------------*/
/*************************************************************************/
.hidden{
	display:none;
}

#hiddenFormami{
	background:#333;
	height:456px;
	padding:10px;
}
#hiddenFormami #entete{
	font-size:1.4em;
	color:#CCC;
	margin:0 0 30px 0;
}
#hiddenFormami label{
	float:left;
	width:50px;
	padding:13px 5px 7px 0;
	color:#CCC;
}
#hiddenFormami .inputfooter{
	width:259px;
	height:38px;
	color:#000;
	font-size:1em;
	padding:4px 2px 0 2px;
	margin:3px 5px 3px 0;
	float:right;
	background:url(../images/charte/bg-input-footer2.jpg) no-repeat;
}

#hiddenFormami .inputfooter2{
	width:259px;
	height:70px;
	color:#000;
	font-size:1em;
	padding:4px 2px 0 2px;
	margin:3px 5px 3px 0;
	float:right;
	background:url(../images/charte/bg-input-footer3.jpg) no-repeat;
}


#hiddenFormami .inputfooter a{
	color:#03F;
}

#hiddenFormami textarea{
	width:259px;
	height:90px;
	font-size:1em;
	padding:4px 0 0 0;
	margin:3px 5px 3px 0;
	float:right;
	background:url(../images/charte/bg-textarea-footer.jpg) no-repeat;
}
#submitModal{
	width:120px;
	height:24px;
	display:block;
	float:right;
	margin:5px 5px 15px 0;
	cursor:pointer;
	background:url(../images/charte/bt-submit-footer.jpg) no-repeat;
}

#hiddenFormami .clearer{
	width:200px;
}


/*************************************************************************/
/*------------------------FORMULAIRE CONTACT ----------------------------*/
/*************************************************************************/
input, textarea, select, .titre_tab { 
	background:#fff url(../images/contact/ombre.jpg) top left repeat-x;
	color:#354d72;
	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: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;
}
.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; }
.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:-6px; }
#menuTop li { list-style:none; display:inline; float:left; }
#menuTop li a span { visibility:hidden }
a.BT1 { width:150px; height:32px; display:block; background:url(../images/charte/BTcontact.png) left top no-repeat; text-decoration:none; }
a.BT2 { width:214px; height:32px; display:block; background:url(../images/charte/BTmoncompte2.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---------------------------------*/
/*************************************************************************/

#menuBase { float:left; margin-top:30px; }
ul#menuBase li, ul.menuBase2 li, ul.menuBase3 li {list-style:none; }

/* ajout*/
ul#menuBase0 li.firstLevel0 a:link, ul#menuBase li.firstLevel0 a:visited {  font-size:13px; color:#193A6A; text-decoration:none; width:190px; height:25px; padding:3px 5px 0 5px; background: url(../images/menuGauche/ventef.gif) left bottom repeat-x; display:block; list-style:none; }
ul#menuBase0 li.firstLevel0 a:hover { color:#193A6A; text-decoration:none; width:190px; height:25px; padding:3px 5px 0 5px; background: url(../images/menuGauche/ventef.gif) left bottom no-repeat; display:block; list-style:none; }
/* fin ajout

/* premier niveau */
ul#menuBase li.firstLevel a:link, ul#menuBase li.firstLevel a:visited {  font-size:13px; color:#193A6A; text-decoration:none; width:190px; height:auto; padding:3px 5px 3px 5px; background:#f9da15 url(../images/menuGauche/firstLevel.gif) left bottom repeat-x; display:block; list-style:none; }
ul#menuBase li.firstLevel a:hover { color:#193A6A; text-decoration:none; width:190px; height:auto; padding:3px 5px 3px 5px; background:#fff url(../images/menuGauche/firstLevel_hover.gif) left bottom no-repeat; display:block; list-style:none; }

/* deuxiÃ¨me niveau */
ul.menuBase2 a:link, ul.menuBase2 a:visited { font-size:13px; color:#fff; text-decoration:none; width:175px; height:auto; padding:3px 5px 3px 20px; background: url(../images/menuGauche/secondLevel.gif) left bottom no-repeat; display:block; }
ul.menuBase2 a:hover{ color:#193A6A; text-decoration:none; width:175px; height:25px; padding:3px 5px 3px 20px; background: #193A6A url(../images/menuGauche/secondLevel_hover.gif) left bottom no-repeat; display:block; }

/* troisiÃ¨me niveau */
ul.menuBase3 a:link, ul.menuBase3 a:visited  { font-size:13px; color:#fff; text-decoration:none; background: url(../images/menuGauche/thirdLevel.gif) left bottom no-repeat; width:165px; height:25px; padding:3px 5px 0 30px; display:block; }
ul.menuBase3 a:hover { color:#193A6A; text-decoration:none; background: url(../images/menuGauche/thirdLevel_hover.gif) left bottom no-repeat; width:165px; height:25px; padding:3px 5px 0 30px; 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; }
input.recherche { width:240px; float:left; margin-right:10px;}
input.BTrecherche { width:105px; height:23px; background:url(../images/charte/BT-rechercher.png) left top no-repeat; border:0; cursor:pointer}


/*************************************************************************/
/*--------------------------------CARTES DE CREDIT---------------------------------*/
/*************************************************************************/

#cartesCredit { float:right; margin-top:57px; }
#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 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, .mini_ficheD { width:180px; float:left; margin: 0 10px 35px 0; background:#c6ced9; display:block; text-align:center; position:relative; z-index:50; }
.mini_ficheD { margin: 0 0 35px 0; }

h4.mini { width:164px; font: bold 1.125em Arial, Verdana, Helvetica, sans-serif; margin-bottom:10px; color:#fff; background:#2e5692; padding:5px 8px; }

.mini_prix { width:164px; margin:0 8px; border-bottom:1px dotted #2e5692; }

.mini_txt  { width:164px; height:95px;  margin:10px 8px 36px 8px; overflow-y:auto; color:#2e5692; font-size:0.85em; text-align:left; line-height:normal; }
.mini_txt p { margin:0; text-align:left; line-height:normal; font-size:0.85em; color:#2e5692 }
.mini_txt a{ color:#E6FA74;}

.mini_prixPromo { width:164px; margin:0 8px; padding-top:5px; border-top:1px dotted #2e5692; position:absolute; left:0; bottom:5px; background:#C6CED9; }
.mini_prixPromo span, .mini_prixPromo img { vertical-align:middle }
.mini_prixPromo img { margin:0 6px 0 0; }
.mini_prixPromo span, .mini_prix span { color:#1a355f; }

.nouveau { width:30px; height:30px; display:block; background:url(../images/mini-caddie/nouveau2.png) left top no-repeat; position:absolute; z-index:100; top:-10px; left:-4px }
.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:560px; margin: 0 0 35px 0; background:#c6ced9; display:block;  position:relative; z-index:50; }

#texte .big_fiche h4{  font: bold 1.5em Arial, Verdana, Helvetica, sans-serif; color:#fff; background:#2e5692; padding:5px 8px; margin-bottom:10px; text-align:center }
#texte .big_fiche h5 { color:#1c3965; font-size:1.125em; margin:10px 8px; padding:0}

.big_photo { margin:0 20px 10px 8px; float:left; width:160px }
.BTcommander { 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:#1a355f; }
select.taille, select.couleur {width: 250px; margin-top:10px; }

.big_txt  { width:544px; margin:0 8px; text-align:left;  }
.big_txt p { line-height:normal; font-size:0.9em; color:#2e5692; }
.description{
	color:#1a355f;
}

#texte ul.photos_sup { width:544px; margin:0 8px 0 65px; text-align:left;}
#texte .photos_sup li { width:104px; float:left; margin:0 6px 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:#2e5692; }

.separator { clear:both; height:1px; border-top:1px dotted #2e5692; margin:0 8px; width:544px; padding:0 }
.agrandir { 
	font: normal 0.8em Verdana, Helvetica, sans-serif;
	color: #1c3965;
	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:#2e5692;
	font-weight:bold;
}
a.pdf:link, a.pdf:visited { color:#2e5692; }

/*************************************************************************/
/*-------------------------------- 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; }
