@charset "utf-8";

/*#######    Chapitre 0    ########## DEFINITIONS GENERALES ########## */
body
{
	padding: 0 0 0 0; margin:0px;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	background-color:#FFFAE6;
}


table { border-collapse: collapse; font-size:12px;}
h1{font-size:10px;}   
h2{font-size:14px;} 
h3{font-size:12px;}
h4{font-size:10px;}

p { text-align:left;}
a {color:#481E08; font-size:12px;}
a:hover {color:#880906; }

a img{ border:0}
hr { border:0; border-bottom: 1px dashed #A4A4A5; height:0px}
div { border-width:0; padding:0;}
.clear {clear:both;} 
div.clear { height:0; font-size:0;}

/*#######    Chapitre 0    ########## le fond du site ########## */
.PSG_Mdl {background:url(../Image/DESIGN/backPage_Mdl.png) repeat-y 50% 50%;}
.PSG_Top {background:url(../Image/DESIGN/backPage_Top.png) no-repeat 50% 0;}
.PSG_Btm {background:url(../Image/DESIGN/backPage_Btm.png) no-repeat 50% 100%; padding:14px 0}
* html .PSG_Mdl, * html .PSG_Top ,* html .PSG_Btm, *+html .PSG_Mdl, *+html .PSG_Top ,*+html .PSG_Btm {height:1%}

/*#######    Chapitre 1    ########## PanelSiteGlobal ########## */ 

/*zones travaillant sur la largeur*/

#PanelSiteGlobal {}

/*div qui recouvre toute la largeur du fond*/
.bckLarg {}

/*centrer la div et largeur 1000px*/
.larg1000 { width:1000px;  
            left: 50%;
            margin:0 0 0 -500px;
            position:relative;
            background:url(../Image/DESIGN/back.gif) repeat-y 815px 0;
            }

/*Cas Particuliers*/
	/* larg1000 : cas particuliers */
	/*#PanelBanniere { height:158px; background:url(../Image/DESIGN/ban.jpg) no-repeat top left; overflow:hidden}*/
	#PanelBanniere {background:url(../Image/DESIGN/back.gif) repeat-y 814px 0; width:999px; margin:0 0 0 -499px;}
	#PanelBanniere2 { height:170px; background: url(../Image/DESIGN/ban.png) repeat-x 0 0; overflow:hidden}
* html #PanelBanniere2 {background:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../Image/DESIGN/ban.png');}
	#PanelPiedPage{	height:55px; position:relative; background: #FFFFFF url(../Image/DESIGN/pied_bck.jpg) top repeat-x; margin:0 0 0 -498px; width:998px}
	#PanelModuleInformation {height:15px; text-align:left; padding: 5px 0 0 5px; width:995px}
	
/*#######    Chapitre 2    ########## PanelBanniere ########## */	
/*Banniere*/
#PanelBanniere h1 {margin:110px 15px 0 500px; color:#4B2108; text-align:right;}
#PanelBanniere .Logo {width:394px; height:134px; display:block; position:absolute; top:15px; left:100px; background:url(../Image/DESIGN/logo.gif) no-repeat 0 0;}
	
/*#######    Chapitre 3    ########## PanelZoneCorps ########## */
/* sur 3 colonnes*/
#PanelZone1 { float:left; width:191px; padding:5px 0 10px 8px;}
#PanelZone2 { float:right; width:570px; height:auto!important; min-height:380px; overflow:hidden; padding:10px 0; }
#PanelZone3 { float:right; width:191px; padding:10px 8px 10px 15px;}

/*#######    Chapitre 4    ########## PIED DE PAGE ########## */
/*Pied de page*/
.blocPiedPage {width:160px; text-align:center; float:left; margin:8px 10px 0 0;}
#MenuServices {width:750px; padding-top:18px; text-align:right}
#PanelPubDeveloppeur {text-align:right; width:50px; float:right}

/*#######    Chapitre 6    ########## #PanelMnPanierConex ########## */
/* Les elements #Conex et #miniPanier sont repositionnes dans la banniere */

	/*positionnement des ?l?ments*/
#PanelMnPanierConex {top:50px; position:absolute; padding: 0 0 0 0; left: 50%; margin:0 0 0 100px; width:370px}
#Conex, #miniPanier {width:178px; height:auto; float:left; }
#miniPanier {float:right; position:relative;}
	/*D?finir les styles des titres et sous-titres*/
.MP_titre, .MP_sousTit { display:block; } 
.MP_titre a, .MP_titre { letter-spacing:1px; color:#000;  text-decoration:none; font-weight:bold; font-size:15px; }
.MP_sousTit a, .MP_sousTit{ color:#800000; font-size:11px; text-transform:none; text-decoration:none; font-weight:bold}
.MP_titre a:hover, .MP_sousTit a:hover { text-decoration:underline;}
	/*detail affiche quand on passe la sourie sur le liens panier*/
#MP_detail {z-index:101; position:absolute; width:365px; background: url(../Image/DESIGN/mp_detail1.gif) no-repeat 1px 0; top:35px; padding-top:3px; left:30px}
* html #MP_detail, *+html #MP_detail  {padding-top:2px;}/*correction Bug IE*/
#MP_detail .btm {background: url(../Image/DESIGN/mp_detail3.gif) no-repeat 1px 100%; padding-bottom:1px }
#MP_detail .mdl {background: url(../Image/DESIGN/mp_detail2.gif) repeat-y top left ; }
	/*tableau recapitulatif*/
table#MP_table { width:350px; border-collapse: collapse; margin: 3px 5px 3px 5px; color:#666666; background: url(../Image/DESIGN/zebre.gif) ;}
table#MP_table td { padding: 5px 5px 5px 5px; text-align:center; vertical-align:middle;}
table#MP_table tr.pair {  background: url(../Image/DESIGN/zebre2.gif) ;}
td.MP_qte { width:35px;}
td.MP_prix { width:80px;}
td.MP_qte, td.MP_prdt { border-right: 1px solid #CCCCCC;}
table#MP_table td.MP_prdt { text-align:left; }
	/*frais de port et liens modif commande*/
#MP_fraisPort {color:#666666; font-style:italic; text-align:right; width:338px; display:block; padding-right:10px; }
#MP_lienModifierCommande a {width:338px; display:block; text-align:center; margin: 1px 6px 3px 6px; font-weight:bold; text-indent:14px; font-size:13px;}


/*#######    Chapitre 7    ########## MENUS ########## */
/*Les menus des colonnes droite et gauche*/

.TitMenu, .Menu, .tp, .btm {height:auto!important; height:1%} /*bug ie 6*/
*+html .TitMenu, *+html .Menu, *+html .tp, *+html .btm {height:1%!important} /*bug ie 7*/
/*Menus : titre*/
.TitMenu {background:url(../Image/DESIGN/TitMenu_Mdl.png) repeat-y left;}
.TitMenu .tp, #PanelNews .tp {background:url(../Image/DESIGN/TitMenu_Tp.png) no-repeat left top;}
.TitMenu .btm, .BlocNewsletter b { padding:10px 8px 0 8px; color:#421905; font-size:17px; font-weight:bold; font-family: "Trebuchet MS", Arial, sans-serif; display:block}
.BlocNewsletter b {padding:10px 5px 0 0}
.Menu .h3 {margin:0; color:#421905; margin:8px 0}
/*Menus :  corps*/
.Menu {background:url(../Image/DESIGN/TitMenu_Mdl.png) repeat-y left;  margin-bottom:10px}
.Menu .btm{background:url(../Image/DESIGN/TitMenu_Btm.png) no-repeat left bottom; padding:8px 5px 15px 5px;}
.Menu .HR {background:url(../Image/DESIGN/Menu_HR.jpg) no-repeat 50% 50%; border-width:0; height:1px; margin:15px 0}

/*CAS PARTICULIERS*/
#PanelZone3 .TitMenu .tp{background-image:url(../Image/DESIGN/TitMenu_Tp_Zn3.png)}
#PanelZone3 .Menu .btm{background-image:url(../Image/DESIGN/TitMenu_Btm_Zn3.png)}
#PanelZone1 .TitMenu {background:url(../Image/DESIGN/TitMenu_Mdl_Catalogue.png) repeat-y left;}
#PanelZone1 .Menu {background:url(../Image/DESIGN/TitMenu_Mdl_Catalogue.png) repeat-y left;}
#MenuSurCeSite .tp {background:url(../Image/DESIGN/TitMenu_Mdl_MenuSurCeSite.jpg) no-repeat 1px 100% !important; }
#TitMenuSurCeSite .btm {background:url(../Image/DESIGN/TitMenu_Mdl_MenuSurCeSite.jpg) no-repeat 1px 5px !important; }

/*#######    Chapitre 8    ########## Les listes de liens des menus ########## */
/*Les listes de liens des colonnes droite et gauche et listes liens du pied de page*/
ul.menuligne { padding: 0 0 0 0; margin: 0 0 0 0; } 
ul.menuligne li { display:inline; list-style-type:none;}
ul.menuligne li a{ margin: 0 10px 0 3px ; width:auto; text-decoration:none; color:#FFFFFF; font-size:12px; /**/ color:#000000; }	
ul.menuligne li a:hover {color:#8E3C29; border-bottom:1px dashed #8E3C29}

#PanelPiedPage ul.menuligne li a {color:#999999;}
#PanelPiedPage ul.menuligne li a:hover {color:#666666;}

ul.sansListStyle { padding:0 0 0 9px; margin:0 0 0 0; }
ul.sansListStyle li {list-style:none;  background: url(../Image/DESIGN/bullet.gif) no-repeat 0 4px; font-size:0;}
ul.sansListStyle li a{ padding: 0 0 10px 0 ; text-decoration:none; color:#000000; font-size:12px; display:block; margin-left:10px;}	
ul.sansListStyle li a:hover {font-weight:bold; color:#890C08}

#PanelCatalogueMenuGauche ul {padding:0; margin:0}
#PanelCatalogueMenuGauche li {background:none;}
#PanelCatalogueMenuGauche li a {margin:0; padding:0 3px 10px 3px; font-weight:bold}
#PanelCatalogueMenuGauche ul ul {margin-left:10px}
#PanelCatalogueMenuGauche ul ul li { background: url(../Image/DESIGN/bullet.gif) no-repeat 0 4px; }
#PanelCatalogueMenuGauche ul ul li a { padding:0 3px 10px 13px; color:#4B2108; font-weight:normal}
#PanelCatalogueMenuGauche li a:hover {color:#890C08!important;}
#PanelCatalogueMenuGauche a:active, #PanelCatalogueMenuGauche a:focus{outline:none;}

/*#######    Chapitre 9    ########## Menu Recherche ########## */

#PanelRecherche {height:26px; padding:7px 0}
/*Mini recherche*/
.MnRch_Saisie input {background: url(../Image/DESIGN/loupe.png) top left no-repeat #E4E4E4; padding:0 2px 0 18px; border: 0 solid #BEBDBE; color:#333333; height:19px; width:140px; float:left;}
.MnRch_Bt a { background:url(../Image/DESIGN/boutonRecherche.gif) no-repeat 0 0; height:19px; width:30px; display:block; font-size:0; height:19px; float:left; color:#D8545D;}
.MnRch_Bt a:hover  { background-position: 0 -19px; }
#PanelRecherche {padding:0 0 15px 0;}
.RechLkAvancee{font-size:10px}

/*Nuage de mots*/
.MonNuage{padding:3px 8px 0 0; text-align:left; margin:0; width:100%; }
.MonNuage li {display:inline; list-style-type:none; padding:0 2px}
.nuage1 a{font-size:9px}
.nuage2 a{font-size:10px}
.nuage3 a{font-size:11px}
.nuage4 a{font-size:12px}
.nuage5 a{font-size:13px}
.nuage6 a{font-size:14px}
.nuage7 a{font-size:15px}
.nuage8 a{font-size:16px}
.nuage9 a{font-size:17px}
.nuage10 a{font-size:18px}
  /*annuler les effets lies au <em> et <strong>*/
.MonNuage li a, .MonNuage li a em, .MonNuage li a strong {text-decoration:none; font-style: normal; text-transform: lowercase; color:#000}
.MonNuage li a:hover, .MonNuage li a:hover em, .MonNuage li a:hover strong {color:#880906; }

/*#######    Chapitre 10    ########## Menu Catalogue Secondaire ########## */
/*Catalogue secondaire*/
#PanelCatalogueSecondaire ul {margin:0; padding:10px 0 0 0;}
#PanelCatalogueSecondaire ul li {list-style:none; margin: 0 0 10px 0;}
#PanelCatalogueSecondaire a {text-decoration:none;}
#PanelCatalogueSecondaire a:hover img{Filter: alpha(opacity=80); -moz-opacity: 0.8; opacity: 0.8; -khtml-opacity: 0.8;}
#PanelCatalogueSecondaire a img {width:100%}

/*#######    Chapitre 11    ########## Menu News ########## */
/*News*/
#PanelNews br {font-size:5px}
.BlocNews {}
.BlocNews_img {width:175px; border:1px solid #fff; margin:0 0 3px 0; height:auto!important; height:1%; font-size:0}
.BlocNews_img2 {width:173px; border:1px solid #FFFFFF; overflow:hidden; height:auto!important; height:1%; font-size:0; position: relative;}
.BlocNews_img2 img{margin: 0pt 0pt 0pt -96px; left: 50%; position: relative;}
*+html .BlocNews_img, *+html .BlocNews_img2 { height:1%!important;}/*bug ie6 et ie7*/
.BlocNewsletter{}

/*#######    Chapitre 12    ########## Menu INCONTOURNABLES ########## */
/*les incontournables*/
.INCONT_elmt { position:relative; background:url(../Image/DESIGN/INCONT_Bck.gif) repeat-x bottom left; padding:0 0 3px 0}
.INCONT_top {width:180px; min-height:70px; height:auto!important; height:70px; }
.INCONT_img { float:left; margin:3px; text-align:center; padding:1px; width:55px}
.INCONT_img a, .INCONT_img a img { display:block}
.INCONT_txt { padding:3px 0; width:115px; float:left;}
a.INCONT_tit { color:#0A50A1; font-size:11px; text-decoration:none; font-weight:bold;}
a:hover.INCONT_tit{text-decoration:underline} 
.INCONT_prx { color:#555; font-size:11px;}
.INCONT_bts {padding:2px 0 0 5px}
.INCONT_bts a {display:block; margin:3px 0}
.INCONT_bts a:hover img {FILTER: alpha(opacity=50); -moz-opacity: 0.5; opacity: 0.5; -khtml-opacity: 0.5} 

/*#######    Chapitre 13    ########## Les boites contenantes ########## */
/*les boites*/
.Boite, .Boite_tit {height:auto!important; height:1%} /*bug ie 6*/
*+html .Boite, *+html .Boite_tit {height:1%!important} /*bug ie 7*/
.Boite_tit { margin: 12px 0 8px 0; font-size:14px; font-family:Verdana, Geneva, sans-serif; font-weight:bold; display:block; color:#0A50A1}
.Boite_tit .tp{ display:block;}
.Boite_tit .btm {padding:5px; display:block;}

/*#######    Chapitre 14    ########## Fil d'ariane ########## */
/*fil d ariane*/
#filAriane  {background:url(../Image/DESIGN/Boite_Mdl.png) repeat-y left; margin:0 0 8px 0}
#filAriane .btm {background:url(../Image/DESIGN/Boite_Btm.png) no-repeat left bottom; padding:3px 5px; }
#filAriane .tp{background:url(../Image/DESIGN/Boite_Tp.png) no-repeat left top; }
#filAriane a { color:#808080; text-decoration:none; font-size:11px} 
#filAriane a:hover {color:#333333;}

/*#######    Chapitre 15    ########## Infobulle ########## */
    /*infobulle*/
.infobulle2Top { background:transparent url(../Image/DESIGN/infobulle2Top.png) no-repeat top left; height:14px; width:196px; font-size:0; }
.infobulle2Mdl { background:transparent url(../Image/DESIGN/infobulle2Mdl.png) repeat-y left; width:160px; padding:0 18px 0 18px; }
.infobulle2Mdl p, .infobulle2Mdl p font { margin:0; padding:0; display:block; width:156px; text-align:left;}/*neutraliser la mise en forme des textes*/
.infobulle2Btm { background:transparent url(../Image/DESIGN/infobulle2Btm.png) no-repeat bottom left;width:196px; height:25px;}
* html .infobulle2Top{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='../Image/DESIGN/infobulle2Top.png'); background: none;}
* html .infobulle2Mdl{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../Image/DESIGN/infobulle2Mdl.png'); background: none;}
* html .infobulle2Btm{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='../Image/DESIGN/infobulle2Btm.png'); background: none;}

/*#######    Chapitre 19    ########## POPUP: TERMINER LA COMMANDE ET MOT DE PASSE OUBLIE ########## */	
.PopupTerminerCommande {padding:120px 15px 50px 150px; background:url(../Image/DESIGN/ArticleAjoute.png) no-repeat 15px 30px; }
#MotDePassOublie {padding:65px 15px 50px 150px; background:url(../Image/DESIGN/ImgMotDePasseOublie.png) no-repeat 15px 50px; }
.PopupTerminerCommande p, #MotDePassOublie p { text-align:center; font-size:15px; font-weight:bold;}
.PTC_Bt1{float:left; margin-left:20px }
.PTC_Bt2{float:right; margin-right:20px }

/*#######    Chapitre 20    ########## PAGES STATIQUES DANS LE POPUP########## */
/*pages statiques DANS LE POPUP*/
/* ATTENTION CSS SIMILAIRE AUSSI PRESENT DANS PageStatique.css avec #PanelZoneCentrale  */
#lbl_101 #DIV2_LigneArticleCommentaire {border:5px solid #555555}
#ZonePopup101 {display:block; padding:15px}
#ZonePopup101, #ZonePopup101 p { text-align:justify; font-size:12px; line-height:16px; margin: 5px 5px 0 5px; }
#ZonePopup101 ul {margin:0; padding:15px 0 0 20px}
#ZonePopup101 blockquote {margin:0; padding:0 0 0 15px}
#ZonePopup101 h4 {font-size:24px; color:#0A50A1; align:left; padding:0; margin: 5px 0 25px 5px; font-family:Verdana, Arial, Helvetica, sans-serif ; font-weight:normal}
#ZonePopup101 h5 {font-size:18px; color:#99856B; align:left; padding:0; margin: 25px 0 10px 5px; font-family:Verdana, Arial, Helvetica, sans-serif ; clear:both}
#ZonePopup101 h6 {font-size:13px; color:#444444; align:left; padding:0; margin: 25px 0 10px 5px; font-style: italic; font-family:Verdana, Arial, Helvetica, sans-serif ; }
#ZonePopup101 hr.clear {clear:both; border-color:#FFFFFF; backgound-color:#FFFFFF}
#ZonePopup101 input, #ZonePopup101 textarea { border:1px solid #666666; color:#000000; text-align:left; }
#ZonePopup101 img.img {margin:0 0 5px 8px; float:right; padding:2px; border:1px solid #99856B; 

