* {
	margin: 0;
	padding: 0;
}

p, h1, h2, h3, h4, ul, img, div {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: Verdana, Arial, serif;
	font-size: 12px;
	font-weight: normal;
	color: #808080;
	background: #edb1fb url('images/fond_body.gif') 0 top repeat-x;
}

div#page {
	position: relative;
	width: 980px;
	margin: 0 auto 20px auto;
	background: #ffffff;
    border-bottom: 1px solid #000000;
}

span.pPromo{
	color: red;
	font-weight: bold;
}

/* BLOC CONFIRM */
div#confirmPanier {
	display: none;
	position: absolute !important; z-index:100;
	top: 240px;
	left: 400px;
	width: 323px;
	padding : 0 10px;
	height: 105px;
	border: #999999 solid 1px;
	z-index: 20;
	background: #ffffff;
}
div#confirmPanier img{
		position: absolute;
		top: 7px;
		left: 275px;
	}
	div#confirmPanier span#close {
		position: absolute;
		top: 5px;
		left: 287px;
		color: #000000;
		cursor: pointer;
	}
	div#confirmPanier span#text {
		position: absolute;
		top: 30px;
		left: 20px;
		width: 275px;
		height: 125px;
	}
	div#confirmPanier ul {
		position: absolute;
		top: 192px;
		left: 40px;
		list-style-type: none;
	}

/*###############################
#								#
#	DIVERS						#
#								#
#################################*/


a {	text-decoration: none; }
img { border:0; }
ul { list-style-type: none; }
.alignTop { vertical-align: text-top; }
.alignBottom { vertical-align: text-bottom; }
.alignMiddle  { vertical-align: middle; }
.underline { text-decoration: underline; }
.bold { font-weight: bold !important; }
.normal {font-weight: normal; }
.italic { font-style: italic; }
.inline { display: inline; }
.block { display: block; }
.clear { clear: both; }
.clearBoth { display: block; clear: both; font-size: 0; height: 0; }
.floatLeft { float: left!important; }
.floatRight { float: right; }
.error { border: 1px solid #ff0000; }
.errors { color:  #ff0000; font-weight : bold;}
.center { text-align: center !important; }
.alignCenter { text-align: center; }
.left { text-align: left; }
.alignLeft { text-align: left; }
.alignRight { text-align: right; }
.block { display: block; }
.inline { display: inline }
.capitalize {text-transform : capitalize !important;}
/************ ESPACEMENT ************/

.paddingLeft1 { padding-left: 1px; }
.paddingLeft4 { padding-left: 4px; }
.paddingLeft5 { padding-left: 5px; }
.paddingLeft9 { padding-left: 9px; }
.paddingLeft15 { padding-left: 15px; }
.paddingLeft20 { padding-left: 20px; }
.paddingLeft30 { padding-left: 30px; }
.paddingLeft40 { padding-left: 40px; }
.paddingLeft50 { padding-left: 50px; }
.paddingRight2pourc { padding-right: 2%; }
.paddingRight10 { padding-right: 10px; }
.paddingRight20 { padding-right: 16px; }
.paddingRight60 { padding-right: 60px; }
.paddingLR30 { padding: 0 30px; }
.paddingTB2 { padding: 2px 0; }
.paddingTB5 { padding: 5px 0; }
.paddingTB7 { padding: 7px 0; }
.paddingTB10 { padding: 10px 0; }
.paddingTB20 { padding: 20px 0; }
.paddingBottom3 { padding-bottom: 3px; }
.paddingBottom5 { padding-bottom: 5px; }
.paddingBottom9 { padding-bottom: 9px; }
.paddingBottom10 { padding-bottom: 10px; }
.paddingBottom20 { padding-bottom: 20px; }
.paddingTop2 { padding-top: 2px; }
.paddingTop5 { padding-top: 5px; }
.paddingTop8 { padding-top: 8px; }
.paddingTop10 { padding-top: 10px; }
.paddingTop15 { padding-top: 15px; }
.paddingTop30 { padding-top: 30px; }
.marginTop30 { margin-top: 30px; }
.marginTB5 { margin: 5px 0; }
.marginT5 { margin-top: 5px; }
.marginTB2 { margin: 2px 0; }
.marginLeft2 { margin-left: 2px; }
.marginLeft7 { margin-left: 7px; }
.marginLeft20 { margin-left: 20px; }
.marginRight20 { margin-right: 20px; }
.marginLeft10 { margin-left: 10px!important; }
.marginRight10 { margin-right: 10px!important; }
.padding0 {padding : 0 !important;}
/************ WIDTH *****************/

.width60 { width: 60px; }
.width70 { width: 70px; }
.width73 { width: 73px; }
.width80 { width: 80px; }
.width85 { width: 85px; }
.width90 { width: 90px; }
.width100 { width: 100px; }
.width110 { width: 110px; }
.width120 { width: 120px; }
.width130 { width: 130px; }

.width50pourc { width: 45%; }


/************ HEIGHT *****************/

.height15 { height: 15px; }


/************ BORDURES *****************/

/*.borderDgrise {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #8b8b8b;
}*/


/********** COULEURS ****************/

.color1 { color : #ffffff !important; } /* Blanc */
.color2 { color : #000000!important; } /* Noir */
.color6 { color : #666666 !important;} /* gris*/

/************ PUCES *****************/

/*.puce_triangle {
	background: url("images/puce_triangle.gif") right 3px no-repeat;
	padding-right: 15px;
	margin-right: 5px;
}*/


/************ SIZE *****************/

.size10 { font-size: 10px; }
.size11 { font-size: 11px; }
.size12 { font-size: 12px; }
.size13 { font-size: 13px; }
.size14 { font-size: 14px; }
.size16 { font-size: 16px; }
.size18 { font-size: 18px; }
.size20 { font-size: 20px; }
.size24 { font-size: 24px; }

/************ POLICE *****************/

/*.arialBlack { font-family: "Arial Black", Arial, Verdana, serif; }*/

/************ INPUT *****************/

/*input.inputText {
	width: 81px;
	padding: 0 2px;
	background: url("images/inputG_fond.gif") 0 0 no-repeat;
	border: 1px solid #009900;
}*/

/*###############################
#								#
#	HAUT						#
#								#
###############################*/

div#haut {
	position: relative;
    width: 980px;
    height: 140px;
	/*background: url("images/fond_haut.gif") 0 0 no-repeat;*/
    background-color: #ffffff;
    z-index: 92;
}

    div#haut div.divFond {
        position: absolute;
        width: 980px;
        height: 111px;
        top: 0;
        left: 0;
        overflow: hidden;
        z-index: 93;
    }

        div#haut div.divFond div.texte {
                padding: 0;
                margin: 0;
            }

        div#haut div.divFond a {
            display: block;
			width: 980px;
            height: 111px;
			overflow: hidden;
        }
		
			div#haut div.divFond a img {
	            /* width: 980px;
					height: 111px; */
	        }

    div#haut div.hautGauche {
        position: absolute;
        width: 41px;
        height: 41px;
        background: url("images/fond_hautGauche.png") 0 0 no-repeat;
        top: 0;
        left: 0;
        overflow: hidden;
        z-index: 94;
    }

    div#haut div.hautDroit {
        position: absolute;
        width: 41px;
        height: 41px;
        background: url("images/fond_hautDroit.png") 0 0 no-repeat;
        top: 0;
        right: 0;
        overflow: hidden;
        z-index: 94;
    }

    div#haut div.divHaut {
        position: absolute;
        width: 980px;
        top: 0;
        left: 0;
        z-index: 95;
    }

        div#haut div.divHaut div#divLogo {
            position: absolute;
            width: 253px;
            top: 7px;
            left: 5px;
        }

            div#haut div.divHaut div#divLogo div.texte {
                width: 253px;
                font-size: 12px;
                color: #464545;
                text-align: center;
		background: none;
                border: none;
                padding: 0;
                margin: 0;
            }

            div#haut div.divHaut div#divLogo  a#logo {
                display: block;
                width: 253px;
            }


        div#haut div#haut_droite {
            position: absolute;
            font-family: arial;
            text-align: right;
            top: 0;
            right: 15px;
        }

            div#haut div#haut_droite a {
                display: block;
                color: #808080;
                padding-left: 10px;
            }

                div#haut div#haut_droite p {
                    font-size: 15px;
                    font-weight: bold;
                    padding-top: 17px;
                }
            
                div#haut div#haut_droite a.aLienH2_1 {
                    font-size: 15px;
                    font-weight: bold;
                    background: url('images/flecheGrise.png') 375px 23px no-repeat;
                    padding-top: 17px;
                }

                div#haut div#haut_droite a.aLienH2_2 {
                    font-size: 13px;
                    font-weight: normal;
                    background: url('images/flecheGrise.png') 375px 16px no-repeat;
                    padding-top: 10px;
                }

                    div#haut div#haut_droite a.aLienH2_2 span { /* text-decoration: underline; */ border-bottom: 1px dotted #808080; }

                div#haut div#haut_droite a.aLienH2_3 {
                    font-size: 13px;
                    font-weight: normal;
                    padding-top: 13px;
                }

                    div#haut div#haut_droite a.aLienH2_3 span {
                        font-size: 14px;
                        font-weight: bold;
                        color: #aa75bd;
                    }

    div#haut div.divMenu {
        position: absolute;
        width: 980px;
        top: 111px;
        left: 0;
        z-index: 96 !important;
    }


		div#haut div.divMenu div#menu_haut {
                        position: relative;
			width: 967px; /* 980 */
			height: 30px;
			padding: 0 0 0 13px;
			background: url("images/menuH_a.jpg") 3px 0 no-repeat;
           /*  overflow: hidden; */
		}

			div#haut div.divMenu div#menu_haut ul {
				list-style-type: none;
			}

				div#haut div.divMenu div#menu_haut ul.ulniveau1 li {
					position: relative;
                                        display: block;
					float: left;
					text-align: center;
				}


					div#haut div.divMenu div#menu_haut ul.ulniveau1 li a {
						display: block;
						padding: 7px 12px;
						font-size: 12px;
						color: #373737;
						text-align: center;
					}


                                div#haut div.divMenu div#menu_haut ul.ulniveau1 li.btn_6 {
                                    position: absolute;
                                    right: 15px;
                                    top: 0;
                                }

                                    div#haut div.divMenu div#menu_haut ul.ulniveau1 li.btn_6 a {
                                        width: 75px;
                                        color: #ffffff;
                                    }

                                        div#haut div.divMenu div#menu_haut ul.ulniveau1 li a:hover {
                                                background: url('images/fondMenuHhover.gif') 0 0 repeat-x;
                                        }


		/*************/
		/* Sous-menu */
		/*************/

		div#haut div.divMenu div#menu_haut ul li ul.ulniveau2 { 
                    position: absolute;
                    display: none; 
                    background-color: #ffffff;
                    border: 1px solid #d748d7;
                    top: 28px;
                    left: 0;
                    z-index: 97 !important;
                }

    		div#haut div.divMenu div#menu_haut ul li ul.ulniveau2 li {
                position: relative;
                width : 210px;
                background-color: #ffffff;
                text-align: left;
                z-index: 98 !important;
            }

        		div#haut div.divMenu div#menu_haut ul li ul.ulniveau2 li a {
                    text-align : left;
                    background: none;
                    padding: 5px;
                }

            		div#haut div.divMenu div#menu_haut ul li ul.ulniveau2 li a:hover {
                        color : #39a3b6;
                        background: none;
                    }
        /* on mouse hover, show sub menu UL */
        div#haut div.divMenu div#menu_haut ul.ulniveau1 li:hover ul.ulniveau2 { display : block; }

    div#bon_haut {
        width: 747px;
        height: 105px;
        background: url("images/bon_haut.jpg") 0 0 no-repeat;
    }
/*###############################
#								#
#	CONTENEUR					#
#								#
###############################*/

div#conteneur {
	clear: both;
	width: 980px;
	margin: 2px 0 30px 0;
}


/*###############################
#								#
#	GAUCHE						#
#								#
###############################*/

div#gauche {
    position: relative;
	float: left;
	width: 195px; /* 195 */
	padding: 9px 0 0 6px;
    z-index: 2 !important;
}

	div#blockCadeaux {
		width: 157px; /* 169 */
		height: 141px;	/* 154 */
		padding: 13px 0 0 12px;
		background: url("images/G_blockCadeaux.jpg") 0 0 no-repeat;
	}

		a#coffretCadeaux {
			position: relative;
			display: block;
			width: 157px;
			height: 129px;
			background: url("images/bonsCadeaux.jpg") 0 0 no-repeat;
		}

			a#coffretCadeaux span {
				display: block;
				position: absolute;
				cursor: pointer;
				font-family: "Myriad Pro", Arial, serif;
			}

				a#coffretCadeaux span.s1 { top: 3px; left: 63px; color: #cecdff; font-size: 11px; margin-bottom: 15px; }
				a#coffretCadeaux span.s2 { top: 15px; left: 50px; color: #ffffff; font-size: 24px; }
				a#coffretCadeaux span.s3 { top: 38px; left: 74px; color: #e6e5ff; font-size: 20px; }

/*niveau 1*/

div#gauche ul.ulGn1 {
	width: 196px; 
	padding: 0 0 20px 0;
    z-index: 3 !important;
}

    div#gauche ul.ulGn1 li {
        z-index: 4 !important;
    }

        div#gauche ul.ulGn1 li a {
            display: block;
            font-size: 12px;
            color: #777777;
            text-decoration: none;
            background: url('images/fondTitreGauche.jpg') 0 0 no-repeat;
            padding: 10px 0 10px 15px;
            z-index: 5 !important;
        }

                div#gauche ul.ulGn1 li a:hover { color: #39a3b6; }

/*niveau 2*/

div#gauche ul.ulGn1 li ul.ulGn2 {
    list-style-type: none;
    border: 1px solid #9a9c9b;
    border-top: none;
    padding: 6px 0 0 9px;
	margin: 0 5px 0 3px;
    z-index: 6 !important;
}

	div#gauche ul.ulGn1 li ul.ulGn2 li {
        position: relative;
        background: none;
        z-index: 7 !important;
	}           
        
		div#gauche ul.ulGn1 li ul.ulGn2 li a {
			display: block;
			font-size: 11px;
            letter-spacing: -1px;
            background: none;
            border: none;
            padding: 6px 0 6px 9px ;
            z-index: 8 !important;
		}
        
            div#gauche ul.ulGn1 li ul.ulGn2 li.pucecarreGrise { background: url('images/puceCarreGrise2.gif') 0px 15px no-repeat; }
            div#gauche ul.ulGn1 li ul.ulGn2 li.flechegrise { background: url('images/flecheGrise.gif') 169px 9px no-repeat; }


/*niveau 3*/

div#gauche ul.ulGn1 li ul.ulGn2 li ul.ulGn3 {
	position: absolute;
    display: none;
    list-style-type: none;
    width: 200px;
    background-color: #f4f4f4;
    border: 1px solid #9a9c9b;
    top: 0;
    left: 177px;
    z-index: 6 !important;
}

	div#gauche ul.ulGn1 li ul.ulGn2 li ul.ulGn3 li {
		position: relative;
        background: none;
        border: none;
        padding: 4px 3px 4px 6px;
        z-index: 7 !important;
	}

		div#gauche ul.ulGn1 li ul.ulGn2 li ul.ulGn3 li a {
            display: block;
            min-width: 152px;
            font-size: 11px;
            font-style: italic;
            color: #777777;
            text-align: left;
            text-transform: none;
			background: url("images/flecheGrise.png") left 4px no-repeat;
            border: none;
            padding: 0 4px 0 15px;
            z-index: 8 !important;
		}

        div#gauche ul.ulGn1 li ul.ulGn2 li:hover ul.ulGn3 { display: block; }

/*###############################
#								#
#	CONTENU						#
#								#
###############################*/

div.contenu {
	float: left;
	width: 560px; 
    background-color: #f7f7f7;
	padding: 7px;
    margin-top: 7px;
}

	/* TRACKER */
	div#tracker {
		font-family: arial;
        font-size: 11px;
        padding: 8px 7px 8px 7px;
	}

        div#tracker span { color: #656766; }

		div#tracker, div#tracker a {
			color: #a46abB4;
		}

			div#tracker a:hover {
				text-decoration: underline;
			}

    div.contenu a {
        color: #39a3b6;
        text-decoration: underline;
    }

    div.contenu div.divBlanc1 {
        width: 559px;
        background-color: #ffffff;
        padding: 1px 0;
        margin-bottom: 5px;
    }


    div.contenu div.divBlanc {
        width: 553px;
        background-color: #ffffff;
        padding: 9px 0 8px 7px;
        margin-bottom: 5px;
    }
    
        div.contenu div.divBlanc div.texte div.media a img { width: 544px; }


	/* LOGIN */
/* 	div#blockLogin {
		padding: 10px 0 12px 15px;
		background: url("images/pointille01.gif") 0 bottom repeat-x;
	}

		div#blockLogin form {
			padding-left: 9px;
			background: url("images/puce_login.gif") 0 2px no-repeat;
		}

		div#blockLogin label {
			font-size: 11px;
			color: #11b3c0;
			padding: 0 7px 0 15px;
		}

		div#blockLogin input.inputText {
			border: 1px solid #11b3c0;
			font-size: 11px;
			color: #11b3c0;
			padding: 3px 5px 3px 5px;
		}

		div#blockLogin input.inputSubmit {
			vertical-align: baseline;
		}

		div#blockLogin a#mdpOublie {
			font-size: 10px;
			color: #11b3c0;
			text-decoration: underline;
			margin-left: 312px;
		} */


	div.contenu h1 {
		font-weight: normal;
		font-size: 22px;
		color: #A46AB4;
        padding: 5px 10px 10px 10px;
        margin: 0 9px 0px 1px;
        /*background: url("images/puce_h1.jpg") 0 0 no-repeat;*/
	}

    div.contenu h2
        {
        font-size: 20px;
        font-weight: normal;
        color: #a46ab4;
        background: #ffffff url("images/pictoFlechRose.gif") 6px 14px no-repeat;
        padding: 5px 5px 6px 24px;
        margin: 15px 0 0 1px;
    }

        div.contenu h2 span {
            display: block;
            width: 475px;
            height: 1px;
            border-bottom: 1px solid #a46ab4;
        }

        div.contenu h2 a {
            color: #a46ab4;
            text-decoration: none;
        }

    div.contenu h2.h2Titre {
        font-size: 20px;
        font-weight: normal;
        color: #a46ab4;
        background: none;
        padding: 5px 5px 6px 5px;
        margin: 0 0 15px 0;
    }

     div.contenu h3 {
		font-size: 17px;
		font-weight: normal;
		color: #a46ab4;
		padding: 0 0 10px 30px;
	}

		div.contenu h3 a {
			font-size: 13px;
			font-weight: normal;
			color: #c62724;
		}

	div.contenu h4 {
		width: 488px; /* 508 */
		font-weight: normal;
		font-size: 15px;
		color: #a46ab4;
		padding: 5px 0 0 20px;
	}

/* formulaire de recherche*/

    div.contenu form.formLeft,
    div.contenu form.formRight
        {
        float: left;
        width: 252px; /*252*/
        font-size: 12px;
        font-weight: normal;
        color: #5b5b5b;
    }

        div.contenu form.formLeft h2,
        div.contenu form.formRight h2
              {
            font-size: 15px;
            font-weight: bold;
            color: #5b5b5b;
            background: url("images/pictoFlechGrise.gif") 0 6px no-repeat;
            padding: 0 0 2px 18px;
            margin: 0 5px 15px 5px;
        }

            div.contenu form.formLeft h2 span,
            div.contenu form.formRight h2 span
                     {
                display: block;
                width: 220px;
                height: 1px;
                border-bottom: 2px solid #5b5b5b;
            }

        div.contenu form.formLeft { border-right: 2px dotted #5b5b5b; margin: 0 10px; padding-right: 10px; }
        div.contenu form.formRight { margin-left: 10px; }

        div.contenu form.formLeft div.divEnsemble,
        div.contenu form.formRight div.divEnsemble
              {
                    height: 140px;
                    overflow: hidden;
                }

            div.contenu form.formLeft div.divEnsemble div label,
            div.contenu form.formRight div.divEnsemble div label
                    {
                float: left;
                display: block;
                width: 111px;
                padding-top: 3px;
		font-size:10px;
            }
                div.contenu form.formLeft div.divEnsemble div label.inputText,
                div.contenu form.formRight div.divEnsemble div label.inputText
                            {
                   width: 110px;
                }


                div.contenu form.formLeft div.divEnsemble div label span,
                div.contenu form.formRight div.divEnsemble div label span
                            {
                    display: block;
                    font-size: 10px;
                    font-style: italic;
                    margin-top: 4px;
                }

            div.contenu form.formLeft div.divEnsemble div select,
            div.contenu form.formRight div.divEnsemble div select
                            {
                float: left;
                width: 136px; /*104*/
                height: 23px; /*21*/
                font-size: 10px;
                color: #808080;
                padding: 3px;
                margin-bottom: 5px;
            }

            div.contenu form.formLeft div.divEnsemble div input,
            div.contenu form.formRight div.divEnsemble div input
                    {
                float: left;
                width: 127px; /*131*/
                height: 12px; /*21*/
                font-size: 10px;
                color: #808080;
                padding: 3px;
                margin-bottom: 5px;
            }

        div.contenu form.formLeft div.divBtn,
        div.contenu form.formRight div.divBtn
              {
            padding: 10px 0 0 205px;
        }

            div.contenu form.formLeft div.divBtn input.inputBtn,
            div.contenu form.formRight div.divBtn input.inputBtn
                    {
                display: inline;
                width: 35px;
                height: 22px;
                font-size: 13px;
                color: #5b5b5b;
                background: url('images/btn_ok.png') 0 0 no-repeat;
                border: none;
                cursor: pointer;
            }

/* BON PLAN */

    div.contenu div.divBlock1 {
        width: 475px; /*495*/
        font-family: arial;
        padding: 0 20px;
    }

        div.contenu div.divBlock1 div.divImg {
            float: left;
            width: 169px;
        }

            div.contenu div.divBlock1 div.divImg span {
                display: block;
                font-size: 10px;
                color: #a46ab4;
                padding: 5px;
            }

        div.contenu div.divBlock1 div.divText {
            position: relative;
            float: left;
            width: 306px;
        }

            div.contenu div.divBlock1 div.divText p.p_1 {
                font-size: 20px;
                color: #c62724;
                letter-spacing: 1px;
                line-height: 18px;
            }

                div.contenu div.divBlock1 div.divText p.p_1 span.sp_1 { padding-left: 43px; }
                div.contenu div.divBlock1 div.divText p.p_1 span.sp_2 { padding-left: 112px; }

            div.contenu div.divBlock1 div.divText p.p_2 {
                font-size: 10px;
                color: #5c5c5c;
                padding: 5px 0 0 10px
            }

                div.contenu div.divBlock1 div.divText p.p_2 span.sp_1 { font-size: 14px; }

            div.contenu div.divBlock1 div.divText p.p_3 {
                position: absolute;
                font-size: 10px;
                color: #640a31;
                text-align: center;
                padding: 0;
                top: 47px;
                right: 6px;
            }

                div.contenu div.divBlock1 div.divText p.p_3 span.sp_1 {
                    font-size: 22px;
                    font-weight: bold;
                    letter-spacing: 1px;
                }

            div.contenu div.divBlock1 div.divText p.p_4 {
                text-align: center;
                padding: 10px 0 0 130px;
            }

                div.contenu div.divBlock1 div.divText p.p_4 a { color: #be3e7b; }

                div.contenu div.divBlock1 div.divText p.p_4 a.a_1 { font-size: 14px; }
                div.contenu div.divBlock1 div.divText p.p_4 a.a_2 { font-size: 11px; }

/* PARTENAIRES */

    div.contenu div.divBlock2 {
        width: 500px; /*500*/
        font-family: arial;
        border-top: 1px dotted #767678;
        padding: 8px 0 5px 0;
        /* margin: 0 20px; */
    }

        div.contenu div.divBlock2_1 { border-top: none; padding: 0 0 5px 0; }

        div.contenu div.divBlock2 div.divImg {
            float: left;
            width: 59px;
        }

        div.contenu div.divBlock2 p {
            float: left;
            width: 436px; /*436*/
            height: 69px;
            font-size: 11px;
            color: #767678;
            padding: 0 0 0 5px;
            overflow: hidden;
        }

            div.contenu div.divBlock2 p a {
                font-family: verdana;
                font-size: 12px;
                color: #39a3b6;
            }

/* DOSSIERS */

    div.contenu div.divBlock3 {
        width: 500px; /*500*/
        font-family: arial;
        border-top: 1px dotted #767678;
        padding: 8px 0 5px 0;
        /* margin: 0 20px; */
    }

        div.contenu div.divBlock3_1 { border-top: none; padding: 0 0 5px 0; }

        div.contenu div.divBlock3 p {
            font-size: 11px;
            color: #767678;
            padding: 0 0 0 5px;
        }

            div.contenu div.divBlock3 p a {
                font-family: verdana;
                font-size: 12px;
                color: #39a3b6;
            }
    div.contenu div.divBlanc p.p_lien {
        font-size: 11px;
        color: #767678;
        padding: 10px 0 10px 5px;
    }

/* VIGNETTE 1 */
		div.contenu div.vign {
			float: left;
			width: 171px;
            padding: 0 6px;
		}

				div.contenu div.vign-1 {
					height: 161px;
					background: url("images/vign-1.gif") 0 0 no-repeat;
				}

				div.contenu div.vign-2 {
					height: 172px;
					background: url("images/vign-2.gif") 0 0 no-repeat;
				}

			div.contenu div.vign  div.image {
				width: 147px;
				height: 110px;
				padding: 12px 12px 0 12px;
				text-align: center;
			}

				div.vign  div.image img {
					border: 1px solid #e4e4e4;
				}

				div.vign h3 {
					padding: 5px 15px;
					overflow: hidden;
					text-align: center;
					font-weight: normal;
				}

						div.vign-1 h3 { height: 20px; line-height:11px; width:138px; /*170*/}
						div.vign-2 h3 { height: 35px; line-height:11px; width:138px; /*170*/}

					div.vign h3 a {
						display: block;
						font-size: 10px;
                        color: #9896a1;
						text-decoration: underline;
					}

                        div.vign h3 span.instit {
                            font-size: 10px;
                            border: none;
                        }

                        div.vign h3 span {
                            font-size: 9px;
                            color: #7e7d79;
                            border: none;
                        }


/* VIGNETTE 2 */
		div.contenu div.vign2 {
			float: left;
			width: 229px; /* 253 */
			height: 122px; /* 134 */
			padding: 12px 12px 0 12px;
			margin-top: 10px;
			background: url("images/vign2.gif") 0 0 no-repeat;
		}

			div.vign2 div#vign2Fond1, div.vign2 div#vign2Fond2 {
				position: relative;
				width: 229px;
				height: 110px;
			}

				div.vign2 div#vign2Fond1 {
					background: url("images/vign2Fond1.jpg") 0 0 no-repeat;
				}

						div#vign2Fond1 p, div#vign2Fond1 a { color: #b0000b; }

				div.vign2 div#vign2Fond2 {
					background: url("images/vign2Fond2.jpg") 0 0 no-repeat;
				}

						div#vign2Fond2 p, div#vign2Fond2 a { color: #3579a9; }

					div.vign2 img {
						position: absolute;
						top: 7px;
						left: 9px;
					}

					div.vign2 p.titre {
						position: absolute;
						top: 5px;
						left: 67px;
					}

						div.vign2 p.titre a {
							display: block;
							font-family: "Myriad Pro", Arial, serif;
							font-size: 17px;
							line-height: 18px;
						}

					div.vign2 p.desc {
						position: absolute;
						top: 48px;
						left: 9px;
					}

					div.vign2 div.savoirPlus1, div.vign2 div.savoirPlus2 {
						position: absolute;
						top: 85px;
						left: 125px;
						padding-left: 9px;
						background: url("images/puce_carreRouge.gif") 0 6px no-repeat;
					}

							div.vign2 div.savoirPlus1 { background: url("images/puce_carreRouge.gif") 0 6px no-repeat; }
							div.vign2 div.savoirPlus2 { background: url("images/puce_carreBleu2.gif") 0 6px no-repeat; }

						div.vign2 div.savoirPlus1 a, div.vign2 div.savoirPlus2 a {
							text-decoration: underline;
						}



/*###############################
#								#
#	DROITE						#
#								#
###############################*/

div#droite {
	float: left;
	width: 195px;
    padding-top: 7px;
}

    div#droite div#droiteReduit {
        width: 195px; /* 166 */
    }

        div#droite div#droiteReduit div.divDeconnec {
            width: 195px; /* 166 */
            font-family: arial;
            font-size: 15px;
            font-weight: bold;
            text-align: center;
            padding: 11px 0 17px 0;
        }

            div#droite div#droiteReduit div.divDeconnec a { color: #808080; }

                div#droite div#droiteReduit div.divDeconnec a:hover { border-bottom: 1px dotted #808080; }

        div#droite div#droiteReduit form#formNews {
            width: 195px; /* 166 */
            color: #888d87;
            padding: 0 0 10px 0;
        }

            div#droite div#droiteReduit form#formNews p {
                width: 177px; /* 192 */
                font-size: 12px;
                color: #323232;
                background: url('images/fondTitre1Droite.jpg') 0 0 no-repeat;
                padding: 10px 8px 9px 9px;
            }

            div#droite div#droiteReduit form#formNews div {
                width: 174px; 
                font-size: 12px;
                color: #888d87;
                border: 1px solid #9b9d9c;
                border-top: none;
                padding: 5px;
                margin-left: 3px;
            }

                div#droite div#droiteReduit form#formNews div input {
                    width: 100px; /* 111 */
                    font-size: 10px;
                    color: #73746F;
                    background-color: #ffffff;
                    border: 1px solid #bc82cc;
                    padding: 3px;
                    margin-top: 5px;
                }

                div#droite div#droiteReduit form#formNews div input.inputBtn {
                    width: 34px;
                    height: 21px;
                    background: url('images/btnOk.gif') 0 0 no-repeat;
                    border: none;
                    margin-left: 2px;
                }

/* BLOCKS */
div#droite div.divBlock {
	width: 195px; /* 166 */
	padding: 15px 0 10px 0;
}

 /*niveau 1*/

	div#droite div.divBlock ul.ulNiveauD1 {
        list-style-type: none;
    }

        div#droite div.divBlock ul.ulNiveauD1 li {
            background: none;
            background: url('images/filetBasDroite.gif') 4px bottom no-repeat;
        }

        div#droite div.divBlock ul.ulNiveauD1 li a {
            display: block;
            width: 176px; /* 166 */
            font-size: 12px;
            color: #777777;
            letter-spacing: -1px;
            background: url('images/fondTitre2Droite.jpg') 0 0 no-repeat;
            padding: 10px 8px 11px 9px;
        }

            div#droite div.divBlock ul.ulNiveauD1 li a:hover { color: #39a3b6; }


/*niveau 2*/

    div#droite div.divBlock ul.ulNiveauD1 li ul.ulNiveauD2 {
        list-style-type: none;
        border-left: 1px solid #9a9c9b;
        border-right: 1px solid #9a9c9b;
        padding: 6px 3px 15px 0;
        margin: 0 4px 0 3px;
    }

        div#droite div.divBlock ul.ulNiveauD1 li ul.ulNiveauD2 li {
            background: none;
            border: none;
        }            

            div#droite div.divBlock ul.ulNiveauD1 li ul.ulNiveauD2 li a {
                display: block;
                width: 140px; /*149*/
                font-size: 12px;
                color: #777777;
                text-decoration: none;
                text-transform: none;
                background: none;
                padding: 6px 0 6px 9px ;
            }

                div#droite div.divBlock ul.ulNiveauD1 li ul.ulNiveauD2 li a:hover { color: #39a3b6; }

/*niveau3*/

	div#droite div.divBlock ul.ulNiveauD1 li ul.ulNiveauD2 li ul.ulNiveauD3 {
		padding: 0;
	}

		div#droite div.divBlock ul.ulNiveauD1 li ul.ulNiveauD2 li ul.ulNiveauD3 li {
            position: relative;
            display: block;
			padding: 4px 0;
            background: none;
            border: none;
		}
        
            div#droite div.divBlock ul.ulNiveauD1 li ul.ulNiveauD2 li ul.ulNiveauD3 li.puceCarreGrise { background: url('images/puceCarreGrise2.gif') 9px 13px no-repeat; }
            div#droite div.divBlock ul.ulNiveauD1 li ul.ulNiveauD2 li ul.ulNiveauD3 li.flecheGriseR { background: url('images/flecheGriseR.png') 9px 8px no-repeat; }


			div#droite div.divBlock ul.ulNiveauD1 li ul.ulNiveauD2 li ul.ulNiveauD3 li a {
				display: block;
				width: 133px; /*149*/
                font-size: 11px;
                color: #777777;
                text-transform: none;
				padding: 0 4px 0 18px;                
                border: none;
				text-transform: none;
			}
                div#droite div.divBlock ul.ulNiveauD1 li ul.ulNiveauD2 li ul.ulNiveauD3 li a:hover { color: #39a3b6; }

/*niveau4*/

	div#droite div.divBlock ul.ulNiveauD1 li ul.ulNiveauD2 li ul.ulNiveauD3 li ul.ulNiveauD5 {
        position: absolute;
        display: none;
        background-color: #f4f4f4;
        border: 1px solid #9a9c9b;
        padding: 0;
        top: 2px;
        right: 183px;
	}

		div#droite div.divBlock ul.ulNiveauD1 li ul.ulNiveauD2 li ul.ulNiveauD3 li ul.ulNiveauD5 li {
			padding: 4px 3px 4px 0;
            background: none;
            border: none;
		}

			div#droite div.divBlock ul.ulNiveauD1 li ul.ulNiveauD2 li ul.ulNiveauD3 li ul.ulNiveauD5 li a {
				display: block;
                min-width: 152px;
                font-size: 11px;
                font-style: italic;
                color: #777777;
                text-align: left;
                text-transform: none;
				padding: 0 15px 0 4px;
                background: url('images/flecheGriseR.png') right 3px no-repeat;
                border: none;
				text-transform: none;
			}

                div#droite div.divBlock ul.ulNiveauD1 li ul.ulNiveauD2 li ul.ulNiveauD3 li ul.ulNiveauD5 li a:hover { color: #39a3b6; }

                div#droite div.divBlock ul.ulNiveauD1 li ul.ulNiveauD2 li ul.ulNiveauD3 li:hover ul.ulNiveauD5 { display: block; }

/*niveau2 du bas*/

	div#droite div.divBlock ul.ulNiveauD1 li ul.ulNiveauD4 {
		border-left: 1px solid #9a9c9b;
        border-right: 1px solid #9a9c9b;
        padding: 6px 5px 15px 5px;
        margin: 0 4px 0 3px;
	}

		div#droite div.divBlock ul.ulNiveauD1 li ul.ulNiveauD4 li {
			padding: 4px 0 4px 12px;
            background: none;
            border: none;
		}

            div#droite div.divBlock ul.ulNiveauD1 li ul.ulNiveauD4 li.liD_1 {
                width: 154px; /*152*/
                font-size: 11px;
                color: #777777;
                text-decoration: none;
                text-transform: none;
                background: none;
                border: none;
                padding: 6px 0 6px 0 ;
            }

			div#droite div.divBlock ul.ulNiveauD1 li ul.ulNiveauD4 li a {
				display: block;
				width: 129px; /*149*/
                font-size: 11px;
                color: #777777;
                text-transform: none;
				padding: 0 4px 0 9px;
                background: url('images/puceCarreGrise2.gif') 0 8px no-repeat;
                border: none;
				text-transform: none;
			}

                div#droite div.divBlock ul.ulNiveauD1 li ul.ulNiveauD4 li a:hover { color: #39a3b6; }

/*###############################
#								#
#	BAS DE PAGE					#
#								#
###############################*/

div#bas {
	position: absolute;
	width: 885px;
	padding: 10px 0;
	text-align: center;
	bottom: -49px;
	left: 0;
}

		div#bas span, div#bas a {
			color: #808080;
			font-size: 10px;
			padding: 0 7px;
		}

			div#bas a:hover {
				text-decoration: underline;
			}

		div#bas .separ {
			background: url("images/bas_separ.gif") right 2px no-repeat;
		}


/*###############################
#								#
#	INDEX						#
#								#
###############################*/

div#index {
	width: 560px;
}

div.blockTxt {
	padding: 12px 0;
}


/*###############################
#								#
#	CMS							#
#								#
###############################*/

/* LES TITRES */

/* 	div#cms h1 {
		width: 508px;
		padding: 20px 0 0 0;
	}

	div#cms h2 {
		font-family: "Myriad Pro", Arial, serif;
		font-size: 22px;
		font-weight: normal;
		color: #a46ab4;
		padding: 15px 0 5px 0;
	}

	div#cms h3 {
		width: 498px;
		font-size: 20px;
		font-weight: normal;
		color: #c62724;
		padding: 5px 0 5px 10px;
	}

		div#cms h3 a {
			font-size: 17px;
			font-weight: normal;
			color: #007a85;
		}

	div#cms h4 {
		width: 488px;
		font-weight: normal;
		font-size: 15px;
		color: #11b3c0;
		padding: 5px 0 0 20px;
	}*/

/* DIVERS COMMUN */

	div#cms a {
		font-size: 12px;
		text-decoration: underline;
	}

	div#cms img {
		border: 1px solid #c3c3c3;
	}

	div#cms ul {
		width: 506px;
		padding-left: 2px;
		list-style-type: none;
	}

			div#cms ul li {
				background: url("images/puce_carreGris.gif") 0 5px no-repeat;
				padding-left: 10px;
			}

	div#cms q {
		display: block;
		clear: both;
		text-align: center;
		font-style: italic;
		font-size: 11px;
		font-weight: normal;
		color: #666666;
		padding-top: 5px;
	}

	div.texte, div.texte2, div.texte3 {
		font-size: 11px;
		font-weight: normal;
		color: #666666;
		text-align: justify;
        background-color: #ffffff;
        padding: 9px 7px 10px 7px;
        margin: 0 0 0 1px;
	}

	div#cms div.media {
		width: 508px;
		padding: 10px 0;
		text-align:center;
	}

	div#cms div.accroche {
		/* width: 497px; */
		font-size: 11px;
		font-weight: bold;
		color: #11b3c0;
		padding: 10px 0;
	}

	div.texte {
		/* width: 494px; */
        border-bottom: 1px dotted #808080;
	}


	div.texte2 {
	    float: left;
	    width: 45%;
        border: none;
	    margin-right: 2%;
	}

	div.texte3 {
	    float: left;
	    width: 32%;
        border: none;
	    margin-right: 2%;
	}

	div.last {
	    margin-right: 0;
	}

	div.left {
	    float: left;
	    margin: 0 10px 10px 0;
	    text-align: center;
	}

	div.right {
	    float: right;
        width: 50%;
	    margin: 0 0 10px 10px;
	    text-align: center;
	}


/*###############################
#								#
#	BOUTIQUE					#
#								#
###############################*/

div#boutique {
	width: 548px; /* 558 */
	padding: 0 5px;
}

	/* div#boutique h1 {
		padding: 5px 0 15px 40px;
		margin-top: 15px;
		color: #7562d4;
		background: url("images/puce_h1.gif") 0 0 no-repeat;
	}

	div#boutique h1.h1s1 {
		padding: 0;
		margin: 0;
		background: none;
	}

	div#boutique h1.h1s2 { background: none; }

	div#boutique h2.h2s1 {
		padding: 20px 0 10px 0;
		margin-bottom: 10px;
		background: url("images/pointille04.gif") 0 bottom repeat-x;
	}

		div#boutique h2.h2s1 a {
			font-family: "Myriad Pro", Arial, serif;
			font-size: 22px;
			color: #7562d4;
			padding-left: 45px;
			background: url("images/puce_h2s4.gif") 10px 0 no-repeat;
		}

	div#boutique h2.h2s2 {
		padding: 15px 0 5px 0;
	}

		div#boutique h2.h2s2 a {
			font-family: "Myriad Pro", Arial, serif;
			font-size: 16px;
			color: #7562d4;
			padding-left: 9px;
			background: url("images/puce_carreViolet2.gif") 0 9px no-repeat;
		} */

	div#boutique div.chapeau {
		line-height: 16px;
		font-size: 11px;
		color: #666666;
		padding: 0 0 10px 0;
		background: url("images/pointille03.gif") 0 bottom repeat-x;

	}

	div#boutique div.vign3 {
		float: right;
		width: 122px; /* 146 */
		height: 134px; /* 146 */
		padding: 12px 12px 0 12px;
		margin-left: 20px;
		background: url("images/vign3.gif") 0 0 no-repeat;
		text-align: center;
	}

		div#boutique div.vign3 img {
			border: 1px solid #e4e4e4;
		}


/* Block DECOUVERTE */
	div#blockDecouverte { background: url("images/cadreViolet-repeat.gif") 0 0 repeat-y; margin-top: 10px; }
	div#blockDecouverteH { background: url("images/cadreVioletH.gif") 0 top no-repeat; }
	div#blockDecouverteB {
		background: url("images/cadreVioletB.gif") 0 bottom no-repeat;
		width: 486px; /* 500 */
		padding: 0 7px 15px 7px;
		margin-bottom: 16px;
	}

		/* div#blockDecouverte h2 {
			padding: 10px 0;
		}

			div#blockDecouverte h2 a {
				font-family: "Myriad Pro", Arial, serif;
				font-size: 17px;
				font-weight: normal;
				color: #7562d4;
				background: #ffffff;
				padding-right: 5px;
			}

				div#blockDecouverte h2 a:hover {
					text-decoration: underline;
				} */

			div#blockDecouverteG {
				float: left;
				width: 360px;
				background: url("images/pointille11.gif") right 0 repeat-y;
			}

				div#blockDecouverte div.vign4 {
					float: left;
					width: 61px; /* 87 */
					height: 72px; /* 84 */
					padding: 12px 14px 0 12px;
					background: url("images/vign4.gif") 0 0 no-repeat;
				}

					div#blockDecouverte div.vign4 img {
						border: 1px solid #e4e4e4;
					}

				div#blockDecouverte a, div#blockDecouverte p, div#blockDecouverte span {
					font-size: 11px;
				}

				div#blockDecouverte a {
					text-decoration: underline;
				}

				div#blockDecouverteG h3h3 {
					padding: 2px 0;
				}

					div#blockDecouverteG h3 a {
						font-weight: bold;
						color: #666666;
						text-decoration: underline;
					}

				div#blockDecouverteG p.desc {
					padding: 4px 0 8px 0;
					color: #666666;
				}

				div#blockDecouverteG span.prix {
					color: #8170d8;
					text-decoration: line-through;
				}

				div#blockDecouverteG span.promo {
					padding-left: 30px;
					color: #b0000b;
				}

			div#blockDecouverteD {
				float: left;
				width: 102px; /* 120 */
				padding: 24px 0 0 18px;
			}

				div#blockDecouverteD a#savoirPlus {
					color: #a19fff;
					background: url("images/puce_carreViolet.gif") 0 4px no-repeat;
					padding-left: 9px;
				}

				div#blockDecouverteD p#acheter {
					padding-top: 10px;
				}

					div#blockDecouverteD p#acheter a {
						color: #7562d4;
						background: url("images/puce_carreViolet2.gif") 0 4px no-repeat;
						padding-left: 9px;
					}

/* Block RECHERCHER */
	div#blockRechercher { background-color: #ffffff; border: 1px solid #d7aff8; }
	div#blockRechercherB {
		margin: 10px 0 16px 0;
	}

/* 		div#blockRechercher h2 {
			padding: 10px 0;
		}

			div#blockRechercher h2 a {
				font-family: "Myriad Pro", Arial, serif;
				font-size: 17px;
				font-weight: normal;
				color: #a19fff;
				background: #ffffff;
				padding-right: 5px;
			}

				div#blockRechercher h2 a:hover {
					text-decoration: underline;
				}
 */
 
    div#blockRechercherB div.instSelect { padding: 15px 33px 0 33px; }
    
		div#blockRechercher input.inputText {
			display: block;
			float: left;
			width: 281px; /* 291 */
			height: 14px; /* 20 */
			padding: 3px 5px 3px 5px;
			margin-left: 6px;
			border: 1px solid #a19fff;
			font-size: 11px;
			color: #11b3c0;
			background: url("images/inputRechercher.gif") 0 0 repeat-x;
		}

		div#blockRechercher input.inputSubmit {
			display: block;
			float: left;
			margin-left: 15px;
		}

		div#blockRechercher select {
			color: #666666;
			border: 1px solid #666666;
			background: url("images/inputRechercher.gif") 0 0 repeat-x;
			margin-left: 5px;
		}

				div#blockRechercher select.selectS1 {
					width: 157px;
				}

				div#blockRechercher select.selectS2 {
					width: 132px;
					margin: 0 5px 0 10px;
				}

			div#blockRechercher select option {
				background: #ffffff;display:block;
			}


/* Vignette (famille) */
div.block-vignfamille {
	width: 512px;
	background: url("images/pointille-block.gif") repeat-y #FFFFFF;
}

	div.vign-famille {
		float: left;
		width: 226px; /* 256 */
		height: 209px; /* 219 */
		padding: 10px 15px 0 15px;
		text-align: justify;
		font-size: 11px;
		color: #666666;
	}

		div.vign-famille h3, div.vign-coffret h3 {
			padding-bottom: 10px;
		}

			div.vign-famille h3 a, div.vign-coffret h3 a {
				font-family: "Myriad Pro", Arial, serif;
				font-size: 16px;
				color: #a19fff;
				padding-left: 9px;
				background: url("images/puce_carreViolet.gif") 0 9px no-repeat;
			}

		div.vign-familleImg {
			float: left;
			width: 61px; /* 88 */
			height: 75px; /* 85 */
			padding: 10px 17px 0 10px;
			background: url("images/vign-5.gif") 0 0 no-repeat;
		}

			div.vign-familleImg img {
				border: 1px solid #BBBCB4;
			}

	div.vign-famille p.savoirPlus {
		clear: both;
		padding-top: 10px;
	}

		div.vign-famille p.savoirPlus a{
			font-size: 11px;
			color: #7562d4;
			text-decoration: underline;
			background: url("images/puce_carreViolet2.gif") 0 6px no-repeat;
			padding-left: 9px;
		}

/* Tableau (catégorie) */
table.tabCateg {
	width: 548px;
	border-collapse: collapse ;
	font-size: 11px;
}

    table.tabCateg tr {
        border-bottom: 1px solid #ffffff;
	}

	table.tabCateg th, table.tabCateg td {
		padding: 10px 6px;
	}

		table.tabCateg td.tdS6 {
			padding: 10px 12px 10px 0;
		}

	table.tabCateg th {
		color: #ffffff;
		background: #D7AFF8;
	}

	table.tabCateg th.thS1, table.tabCateg th.thS2, table.tabCateg th.thS3, table.tabCateg th.thS4, table.tabCateg th.thS5, table.tabCateg th.thS6,
	table.tabCateg td.tdS3, table.tabCateg td.tdS4, table.tabCateg td.tdS5, table.tabCateg td.tdS6 {
		text-align: center;
        border-bottom: 1px solid #ffffff;
	}

		table.tabCateg td.tdS1 a { color: #666666; text-decoration: underline; }
		table.tabCateg td.tdS1 p { padding-top: 2px; font-size: 10px; }

		table.tabCateg td.tdS2 a { color: #666666; text-decoration: underline; }

		table.tabCateg td.tdS4 { text-decoration: line-through; }

		table.tabCateg td.tdS6 a { color: #7562d4; text-decoration: underline; background: url("images/puceCarreGrise.gif") 0 6px no-repeat; padding-left: 9px;}

	/* Bordure td 
	table.tabCateg td 		{ background: url("images/tabCategTdRepeat.gif") 0 bottom repeat-x; }
	table.tabCateg td.tdS1 	{ background: url("images/tabCategTdG.gif") 0 bottom no-repeat; }
	table.tabCateg td.tdS6 	{ background: url("images/tabCategTdD.gif") right bottom no-repeat; }*/


/* PRODUIT */

p#retourCateg {
	padding: 12px 0;
}

	p#retourCateg a {
		font-size: 11px;
		color: #a46ab4;
		text-decoration: underline;
		background: url("images/puce_carreVert2.gif") 0 6px no-repeat; padding-left: 9px;
		padding-left: 9px;
	}

div#titreHaut {
	width: 512px;
}

	div#titreHautG {
		float: left;
		width: 53px; /* 70 */
		height: 55px; /* 61 */
		padding: 6px 11px 0 6px;
		background: url("images/vign-6.gif") 0 0 no-repeat;
	}

		div#titreHautG img {
			border: 1px solid #e4e4e4;
		}

	div#titreHautD {
		float: left;
		width: 440px;
	}

		/* div#titreHautD h2, div#titreHautD h1 {
			width: 440px;
			font-family: "Myriad Pro", Arial, serif;
			font-size: 24px;
			font-weight: normal;
			color: #007a85;
		} */

		div#titreHautD p {
			width: 440px;
			font-size: 11px;
			color: #a46ab4;
			margin-left:11px;
			margin-bottom:10px;
		}

	div#boutique div.chapeau2 {
		line-height: 16px;
		font-size: 11px;
		color: #666666;
		padding: 0 0 10px 0;
		text-align: justify;
	}

	div#boutique div.separ {
		border-bottom: 2px dotted #808080;
	}

		div#boutique div.vign7 {
			float: right;
			width: 122px; /* 158 */
			height: 181px; /* 193 */
			padding: 12px 12px 0 24px;
			background: url("images/vign7.gif") 12px 0 no-repeat;
		}

			div#boutique div.vign7 div.vign7Img { text-align: center; }
				div#boutique div.vign7 img 		{ border: 1px solid #e4e4e4; }
				div#boutique div.vign7 p		{ padding: 3px 0 2px 12px; }

				div#boutique div.vign7 a {
					font-size: 11px;
					color: #007a85;
					text-decoration: underline;
					background: url("images/puce_carreVert.gif") 0 6px no-repeat;
					padding-left: 9px;
				}

	/* div#boutique div#produit h1 {
		font-size: 22px;
		color: #11b3c0;
		padding: 1px 0 5px 50px;
		margin-top: 15px;
		background: url("images/puce_h1Prod.gif") 26px 0 no-repeat;
	} */

	div#produit div.description {
		font-size: 11px;
		color: #666666;
	}

		div#produit div.vign8 {
			float: left;
			width: 176px; /* 213 */
			height: 196px; /* 208 */
			padding: 12px 25px 0 12px;
			background: url("images/vign-8.gif") 0 0 no-repeat;
			font-size: 11px;
			color: #666666;
			text-align: center;
		}

			div#produit div.vign8 img { border: 1px solid #e4e4e4; }


	div#produit div.descSuite {
		font-size: 11px;
		color: #666666;
	}

	/* div#produit div.descSuite h2 {
		font-family: "Myriad Pro", Arial, serif;
		font-size: 17px;
		font-weight: normal;
		color: #007a85;
		padding: 10px 0 5px 0;
		margin-top: 0;
	} */


/* Tableau (Produits) */
table.tabProd {
	width: 512px;
	border-collapse: collapse ;
	font-size: 11px;
	color: #666666;
	margin-top: 20px;
}

	table.tabProd th, table.tabProd td {
		padding: 10px 6px;
		text-align: center;
	}

	table.tabProd th {
		color: #ffffff;
		background: #11b3c0;
	}

	/* Bordure td */
	table.tabProd td 		{ background: url("images/tabProdTdRepeat.gif") 0 bottom repeat-x; }
	table.tabProd td.tdS1 	{ background: url("images/tabProdTdG.gif") 0 bottom no-repeat; }
	table.tabProd td.tdS5 	{ background: url("images/tabProdTdD.gif") right bottom no-repeat; }


	table.tabProd td.tdS3 { text-decoration: line-through; }
	table.tabProd td.tdS4 { color: #b0000b; }
	table.tabProd td.tdS5 a { color: #007a85; text-decoration: underline; background: url("images/puce_carreVert.gif") 0 6px no-repeat; padding-left: 9px;}


/* Thermes */

div#decouvPresta {
	background: url("images/pointille01.gif") 0 bottom repeat-x;
}

	div#decouvPresta div.titre {
		font-family: "Myriad Pro", Arial, serif;
		font-size: 22px;
		color: #11b3c0;
		background: url("images/pointille02.gif") 0 bottom repeat-x;
		padding: 10px 0;
	}

	div#decouvPresta div.titre strong {
		display: block;
		font-weight: normal;
		padding: 8px 0 0 45px;
	}

	div#decouvPresta div.lien {
		padding: 10px 0 12px 0;
		margin-bottom: 25px;
		text-align: center;
	}

		div#decouvPresta div.lien a {
			color: #007a85;
			background: url("images/puce_carreVert.gif") 0 5px no-repeat;
			padding-left: 9px;
			text-decoration: underline;
			margin: 0 7px;
		}

/* div#thermes h2 {
	font-family: "Myriad Pro", Arial, serif;
	font-size: 16px;
	font-weight: normal;
	color: #007a85;
	background: url("images/puce_carreVert.gif") 0 8px no-repeat;
	padding-left: 9px;
} */


div.blockTherme {
	padding: 15px 0;
	background: url("images/pointille02.gif") right bottom repeat-x;
}

div.blockThermeG {
	float: left;
	width: 370px;
	background: url("images/pointille12.gif") right 0 repeat-y;
}

	div.blockTherme div.vign4 {
		float: left;
		width: 61px; /* 87 */
		height: 72px; /* 84 */
		padding: 12px 14px 0 12px;
		background: url("images/vign4.gif") 0 0 no-repeat;
	}

		div.blockTherme div.vign4 img {
			border: 1px solid #e4e4e4;
		}

	div.blockTherme a, div.blockTherme p, div.blockTherme span {
		font-size: 11px;
	}

	div.blockTherme a {
		text-decoration: underline;
	}

	div.blockThermeG h3 {
		padding: 2px 0;
	}

		div.blockThermeG h3 a {
			font-weight: bold;
			color: #666666;
			text-decoration: underline;
		}

	div.blockThermeG p.desc {
		padding: 4px 0 8px 0;
		color: #666666;
	}

	div.blockThermeG span.prix {
		color: #007a85;
	}

	div.blockThermeG span.prixBarre {
		text-decoration: line-through;
	}

	div.blockThermeG span.promo {
		padding-left: 30px;
		color: #b0000b;
	}

div.blockThermeD {
	float: left;
	width: 102px; /* 120 */
	padding: 24px 0 0 18px;
}

	div.blockThermeD a.savoirPlus {
		color: #11b3c0;
		background: url("images/puce_carreVert2.gif") 0 5px no-repeat;
		padding-left: 9px;
	}

	div.blockThermeD p.acheter {
		padding-top: 10px;
	}

		div.blockThermeD p.acheter a {
			color: #007a85;
			background: url("images/puce_carreVert.gif") 0 5px no-repeat;
			padding-left: 9px;
		}


/* Panier */

div#navigPanier {
	background: url("images/btn_panier.png") 0 10px no-repeat;
	padding: 10px 0 0 40px;
}

	/* div#navigPanier h1 {
		float: left;
		width: 130px;
		padding: 5px 0 0 0;
		margin: 0;
		background: none;
		color: #b0000b;
	} */

	div#navigPanier div#barrePanier {
		float: left;
		width: 335px;
	}

	div#barrePanier div.btnEtap {
		float: left;
		width: 65px;
		font-size: 9px;
		text-align: center;
	}

		div#barrePanier div.etapSelect div, div#barrePanier div.etapDefaut div {
			width: 32px;
			height: 29px;
			padding-top: 3px;
			margin: 0 0 3px 16px;
			font-family: "Arial", verdana, serif;
			font-size: 24px;
			color: #ffffff;
			text-align: center;
		}

			div#barrePanier div.etapSelect div { background: #d4a9f8; }
            div#barrePanier div.etapDefaut div { background: #777777; }

			div#barrePanier div.etapSelect { color: #d4a9f8; }

p.introPanier {
	padding: 20px 0;
	font-size: 11px;
}

p.introPanier label {
	display: block;
    float: left;
    width: 325px;
    padding-top: 4px;
}

p.introPanier input {
	display: block;
    float: left;
    width: 145px;
    height: 18px; /*22*/
    margin-right: 7px;
}

p.introPanier input.btnOK {
    width: 35px;
    height: 22px;
    margin: 0 0 2px 0;
}

/* Tableau 1 */
table.tabPanier1 {
	width: 512px;
	border-collapse: collapse ;
	font-size: 11px;
	margin-bottom: 10px;
}

	table.tabPanier1 th, table.tabPanier1 td {
		padding: 10px 6px;
		text-align: center;
	}

	table.tabPanier1 th {
		color: #ffffff;
		background: #d4a9f8;
	}
    
    table td { border-bottom: 1px solid #d4a9f8; }
    table td.tdNo { border: none; }


	table.tabPanier1 td.tdS1 { padding: 10px 20px 10px 20px; }
	table.tabPanier1 td.tdS2 { text-align: left; }
		table.tabPanier1 td.tdS2 span { text-decoration: underline; }
		table.tabPanier1 td.tdS2 p { padding-top: 2px; font-size: 10px; }

		table.tabPanier1 td.tdS3 input { width: 40px; border: 1px solid #d4a9f8; text-align: center; }
	table.tabPanier1 td.tdS4 { width: 90px; }
	table.tabPanier1 td.tdS5 { width: 65px; }

	a.btn_supp {
		display: block;
		width: 12px;
		height: 15px;
		background: url("images/btn_supp.gif") 0 0 no-repeat;
	}

/* tableau 2 */
table.tabPanier2 {
	width: 512px;
	border-collapse: collapse ;
	font-size: 11px;
}

	table.tabPanier2 th {
		padding: 10px 6px;
		color: #ffffff;
		background: #d4a9f8;
	}




	table.tabPanier2 td.tdS1 { padding: 10px 6px 10px 10px; }
	table.tabPanier2 td.tdS2 { padding: 10px 20px 10px 6px; color: #d4a9f8; font-weight: bold; text-align: right; }

	div#lienPanier {
		padding: 20px 0;
		text-align: center;
	}

		div#lienPanier a {
			font-size: 11px;
			padding-left: 7px;
			text-decoration: underline;
			margin: 0 12px;
		}

			div#lienPanier a.s1 { color: #d4a9f8; background: url("images/puceCarreGrise.gif") 0 5px no-repeat; }
			div#lienPanier a.s2 { color: #d4a9f8; font-weight: bold; background: url("images/puceCarreGrise.gif") 0 5px no-repeat; }
			div#lienPanier a.s3 { background: url("images/puce_carreGris.gif") 0 5px no-repeat; }


/*###############################
#								#
#	INSCRIPTION					#
#								#
###############################*/

div#inscription {
	color: #666666;
	/*width: 512px; /* 568 */
}

	/* div#inscription h1 {
		color: #b00f37;
	} */

	div#inscription div.intro {
		padding: 20px 0;
		margin-bottom: 20px;
		/*background: url("images/pointille07.gif") 0 bottom repeat-x;*/
	}

	div#inscription div.intro2 {
		padding: 20px 0;
		margin-bottom: 20px;
		background: url("images/pointille06.gif") 0 bottom repeat-x;
	}


	div#inscription div.moitieBlock1 {
		float: left;
		width: 270px;
	}

	div#inscription div.moitieBlock2 {
		float: left;
		width: 240px;
	}

	div#inscription form {
		font-size: 11px;
	}

	div#inscription form#parrain {
		font-size: 12px;
		color: #666666;
	}

	div#inscription label.block {
		display: block;
		float: left;
		padding-right: 10px;
		text-align: right;
	}

			div#inscription label.labelNo {
			}

		div#inscription label.col1 { width: 105px; }
		div#inscription label.col2 { width: 65px; }

	div#inscription input.txt, select.txt {
		border: 1px solid #d7aff8;
	}

		div#inscription input.txt1, select.txt1 {
			width: 150px;
		}

		div#inscription input.txt2 {
			width: 380px;
		}

		div#inscription input.inputNo , select.inputNo{
			border: 1px solid #666666;
			color: #666666;
		}

	div#inscription textarea {
		width: 210px;
		border: 1px solid #d7aff8;
		color: #666666;
	}

	div#inscription textarea.inputNo {
		width: 210px;
		border: 1px solid #666666;
	}

		div#inscription textarea.inputNo2 {
		width: 380px;
		border: 1px solid #666666;
	}

	div#inscription textarea.textarea {
		width: 380px;
		border: 1px solid #d7aff8;
	}

	div#inscription select {
		width: 154px;
		margin-left: 30px;
	}

	div#inscription ul {
		list-style-type: none;
	}

	div#inscription ul li {
		display: inline;
	}

		div#inscription ul#civilite li {
			padding-right: 15px;
			color: #666666;
		}

	div#inscription a#btn_suiteInscript, div#inscription input#btn_suiteInscript{
		font-size: 11px;
		color: #d7aff8;
		text-decoration: underline;
		padding-left: 9px;
		margin-left: 60px;
		background: url("/images/puce_carreOrange.gif") 0 5px no-repeat;
	}

	div#inscription #btn_Inscription {
		float : left;
		width : 129px;
        color: #39a3b6;
        text-decoration: underline;
        background: url('images/puceCarreGrise.gif') 0 8px no-repeat;
        border: none;
        padding-left: 10px;
		margin-left: 110px;
        cursor: pointer;
	}

.parrain {width:120px; margin: 5px 10px ;}
.parrainMail {width:160px; margin: 5px 10px ;}

.btn_filleul {float:right; display: block;padding: 5px 20px 5px 5px;}



/*****************/
/* ESPACE CLIENT*/
/***************/

#onglet { margin-top : 20px}
#tableau {margin-top : 10px;}
#onglet a  {
    display: block; 
    float:left; 
    height: 20px;
    text-align: center; 
    background-color: #d7aff8;
    padding: 8px 32px 5px 31px;
    margin-right: 2px;
}
#tableau a{ color : white; text-align : center; font-weight : bold;}
#onglet a:hover, #tableau a:hover { text-decoration:underline;}
#espace_cli .col1 {text-align:left!important;}


/*****************/
/* ESPACE PRO	*/
/***************/
#tabPartenaire {width:512px;}
#tabPartenaire tr {height:20px;}
#tabPartenaire tr#titre {background-color:#fe7e06;color:#FFFFFF;font-weight:bold;}
#tabPartenaire td {padding:2px;}

.navpage { margin-top : 10px;color : black;}

.navpage a, a.navpage { color : black !important; }

/*************************/
/* PAGE INDEX INSTITUT	*/
/***********************/
ul#rechercheCMS {margin : 15px 0 0 40px;}
ul#rechercheCMS li {padding : 5px 0 ;}
ul#rechercheCMS li a {color : #988DF3 ; font-weight:bold;}
ul#rechercheCMS li a:hover {text-decoration : underline  ;}


/*************************/
/* COFFRETS CADEAUX		*/
/***********************/
	div.vign-coffret {	width: 470px;
						min-height: 140px;
						padding: 10px 15px 0 15px;
						text-align: justify;
						font-size: 11px;
						color: #666666;
						background: url("images/pointille03.gif") 0 bottom repeat-x;
					}


/*************************/
/* DIAPORAMA COFFRETS	*/
/***********************/
div.photo { width : 240px; float : left; padding :10px 10px 10px 0;}

div.photo .chapo {width :200px;}
div.photo img{text-align : center !important;}

div.photo h2 { font-size : 12px; font-weight : bold;color : #988DF3 ;}

.btn_recalcul { background-color:#d4a9f8;color:#f7f7f7;font-weight : bold;padding:5px; border:none; cursor: pointer; }

/*************************/
/* PLAN DU SITE 		*/
/***********************/

div#plan {
	padding:10px 0pt 20px 50px;
}

div#plan ul li {
	/*list-style-type:upper-roman;*/
	list-style-type:none;
	/*padding-top:10px;*/
	/*color: #ED008C;*/
}

		div#plan ul li  a {
			/*font-size:15px;*/
			/*font-variant:small-caps;*/
			/*font-weight:bold;*/
			color: #666666;
			text-decoration: none;
		}

		div#plan ul li  ul {
			padding-top: 10px;
		}

div#plan ul li ul li{
	/*list-style-type:upper-roman;*/
	/*list-style-type:upper-alpha;*/
	/*padding-top:5px;*/
	padding-bottom: 10px;
	margin-left:40px;
	/*color: #000000;*/
}

		div#plan ul li ul li a {
			/*font-size:14px;*/
			/*font-weight:bold;*/
			/*color: #95C32C;*/
		}

div#plan ul li ul li ul li{
	list-style-type:decimal;
	padding-top:2px;
	margin-left:40px;
}

		div#plan ul li ul li ul li a {
			font-size:12px;
			font-variant:normal;
			font-style:italic;
			font-weight: bold;
			/*color:#333333;*/
		}

div#plan ul li ul li ul li ul li{
	/*list-style-type:lower-alpha;*/
	margin-left:60px;
}

		div#plan ul li ul li ul li ul li a {
			font-size:11px;
		}

div#plan div.nousContacter {
	padding:20px 0 30px 0;
}

div#plan div.nousContacter ul li {
	list-style-type:none;
	margin:0;
}


/********************/
/*     ANNUAIRE 		*/
/******************/

div#annuaire {
	/*height: 700px;
	overflow: auto;
	padding-left: 20px;*/
}

div#cms h1.golden-h1 { display: none;}

div#cms ul#golden-n1 {
	padding: 0 0 0 19px;
}

	div#cms ul#golden-n1 li {padding-bottom :15px;
		list-style-type: none;
	}

	div#cms ul#golden-n1 h2, ul#golden-n1 h3 {
		background: none;
		/*height: 15px;*/
		padding: 0;
	}

	div#cms ul#golden-n1 h2 { /* Gestion du theme : padding, taille police
		padding: 10px 0 5px 0;*/padding-top:0;
		/*font-size: 13px;*/
	}

	div#cms ul#golden-n1 h3 {
		/*font-size:11px;
		padding: 10px 0 0 0;*/
	}
		div#cms ul#golden-n1 h2 a, ul#golden-n1 h3 a { /* Gestion du theme : couleurs, puces */
			/*color: #006BBF;*/
			font-weight: bold;
			/*background: url('/images/fleche.gif') 0 1px no-repeat;*/
			padding:0 0 0 12px;
			/*text-transform:uppercase;*/
		}

		div#cms ul#golden-n1 h2 a { color : #007A85;font-size:14px;}

		div#cms ul#golden-n1 li p {
			padding: 10px 0 10px;
			width: 510px;
		}

div#cms ul.golden-n2 {
	padding: 0 0 0 20px;
}

	div#cms ul.golden-n2 li {
		padding: 2px 0px 5px 10px !important;
	}

	div#cms ul.golden-n2 li h3 {	/* Gestion du nom du site : padding, taille police, couleurs, puces */
		/*font-size:11px;
		background: url('/images/puce_carreVert.gif') 0 1px no-repeat;*/
		display: inline;
		padding-left:10px;
		/*color: #FF6100;*/
	}

		div#cms ul.golden-n2 a {	/* Gestion de la description : taille police, couleurs */
			/*color: #3d4e57;*/
		}

	div#cms h2#golden-h2 {
		display: none;
	}

/* COMMENTAIRES */
div.com { margin-bottom : 15px;}

div#credit { color : #666666;padding-left : 20px;}
div#credit a { text-decoration: none; }
div#credit li { padding-bottom:10px;}
div#credit ul { padding-bottom:10px;}
div#credit p.pSociaux a {
    display: block;
    background: 0 0 no-repeat;
    padding: 2px 0 2px 20px
}

    div#credit p.pSociaux .aFB { background-image: url('http://www.goldenmarket.fr/newsletter_nov2011_V2/images/facebook.png') ; }
    div#credit p.pSociaux .aTW { background-image: url('http://www.goldenmarket.fr/newsletter_nov2011_V2/images/twitter.png'); }
    div#credit p.pSociaux span { color: #39A3B6; }


/* ENTETE HOME */
div#index div#chapeau, div#index div.accroche {
	font-family: "Myriad Pro", Arial, serif !important;
	font-size: 16px !important;
	font-style: italic !important;
	color: #007a85 !important;
	/*padding-bottom: 10px;*/
}


ul.menuBasPage
{
	list-style-type: none;
}

ul.menuBasPage li a
{
	color: #007A85;
	font-size: 11px;
}

