/* COMMON */
body 
{
    font-family: Arial, FreeSerif, sans-serif;
    font-size: 12px;
    color: #595959;
    background-color: #ffffff;
}

*
{
    margin: 0px;
    padding: 0px;
    border: 0px;
}

a
{
    text-decoration: none;
    color: #b40000;
}

a:HOVER
{
    text-decoration: underline;
}

h1
{
    margin: 15px 0px 5px 0px;
    font-size: 28px;
    font-weight: normal;
    color: #b40000;
}

h1.bordered
{
    width: 364px;
    padding: 12px 18px;
}

h2
{
    font-size: 18px;
    font-weight: normal;
    color: #c40000;
}

h3
{
    font-size: 15px;
    font-weight: normal;
    color: #c40000;
}


input, select, textarea
{
    border: 1px solid #979797;
}

ul
{
    list-style: none;
}

label, .label
{
    color: #b40000;
    font-weight: bold;
}

td.label
{
    text-align: right;
}

p
{
    margin: 10px 0px;
}

table
{
    border-collapse: collapse;
}

/* GENERAL CLASSES */
.labelbreak
{
    display: inline;
}

.break
{
    clear: both;
}

.left, .imageleft
{
    float: left;
}

.break-left
{
    clear: left;
}

.right, .imageright
{
    float: right;
}

.break-right
{
    clear: right;
}

.bordered
{
    border: 1px solid #c40000;
    background: #ffffff;
}

span.bordered
{
    padding: 4px;
    font-weight: bold;
    color: #494949;
}

.greybordered
{
    border: 1px solid #c0c0c0;
    background: #e8e8e8;
}

.bottom-marged
{
    margin-bottom: 20px;
}

span.greybordered
{
    margin: 0px 6px;
    padding: 2px 5px;
    color: #494949;
}

.strong
{
    font-weight: bold;
    color: #3f3f3f;
    font-size: 16px;
}

.mini
{
    font-size: 9px;
    color: #a9a9a9;
}

td.vcentered
{
    vertical-align: middle;
}

div.block
{
    margin: 8px 0px;
}

div.element
{
    margin: 5px 0px;
}

.warning
{
    color: orange;
    margin: 15px;
}

.error, .message-error
{
    color: #000000;
    font-style: italic;
    margin: 15px;
}

.bold
{
    color: #3b3b3b;
    font-weight: bold;
}

.feedback
{
    color: green;
    margin: 15px;
}

.yui-calcontainer
{
    z-index: 1;
}

div.sub-title
{
    font-size: 10px;
}

div.separator
{
    height: 1px;
    width: auto;
    margin: 20px 0px;
    background: no-repeat center url("../images/sep-vert.gif");
}

span.separator, span.nobgseparator
{
    width: 1px;
    height: 100%;
    margin: 0px 10px;
}

span.separator
{
    background: no-repeat center url("../images/sep-hor.gif");
}

h3.bubble
{
    position: relative;
    left: -4px;
    padding: 9px 25px;
    width: 200px;
    height: 12px;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    overflow: hidden;
    background: no-repeat url("../images/bg-h3-bubble.gif");
}

a.bubble
{
    display: block;
    padding: 1px 21px;
    width: 200px;
    height: 15px;
    font-size: 11px;
    color: #ffffff;
    overflow: hidden;
    background: no-repeat url("../images/bg-a-bubble.gif");
}

a.button
{
    display:block;
    text-align:center;
    height: 17px;
    line-height: 17px;
    width: 120px;
    padding: 0;
    background: no-repeat url("../images/bg-input-bubble.png");
    font-size: 11px;
    color: #ffffff;
    border: 0;
    margin: 2px;
    padding-bottom: 3px;
    cursor: pointer;
}

a.hover:
{
    text-decoration: underline;
}

input.button
{
    height: 17px;
    width: 120px;
    padding: 0;
    background: no-repeat url("../images/bg-input-bubble.png");
    font-size: 11px;
    color: #ffffff;
    border: 0;
    margin: 2px;
    padding-bottom: 3px;
    cursor: pointer;
}

input.bubble_atached
{
    height: 24px;
    width: 178px;
    padding: 0px 4px 7px 4px;
    line-height: 24px;
    background: no-repeat url("../images/bg-input-bubble-atached.gif");
    font-size: 11px;
    color: #ffffff;
    margin: -10px -4px 0px 0px;
    border: 0;
}

input.bubble_big, input.defaultbutton
{
    height: 19px;
    width: 149px;
    padding: 0;
    background: no-repeat url("../images/bg-input-bubble-big.png");
    font-size: 12px;
    color: #ffffff;
    border: 0;
    padding-bottom: 4px;
}


/* HEADER */
div#header-overall
{
    background : repeat-x url("../images/bg-header.gif");
    height: 90px;
}

div#header-content
{
    margin: 0px auto 0px auto;
    width: 940px;
    color: #737373;
}

div#header-content a
{
    color: #737373;
}

div#header-logo
{
    position: relative;
    float: left;
    top: 10px;
}

div#header-toolbar
{
    float: right;
}

div#header-toolbar div
{
    float: left;
}

div#header-toolbar div.toolbar-item
{
    position: relative;
    top: 68px;
    margin: 0px 10px 0px 10px;
}

div#header-toolbar div.toolbar-item select
{
    position: relative;
    top: -3px;
}

div.header-vertical-separation
{
    position: relative;
    top: 36px;
    float: right;
    background: no-repeat url("../images/sep-hor-header.gif");
    width: 2px;
    height: 50px;
    margin: 0px 10px 0px 10px;
}

div#header-menu
{
    position: relative;
    top: 68px;
    float: right;
}

div#header-content ul li
{
    display: inline;
    margin: 0px 10px 0px 10px;
}

div#header-overall.header_min
{
    height: 25px;
    background-position: 0px -65px;
}

div#header-overall.header_min div#header-logo
{
    top: 2px;
}

div#header-overall.header_min div#header-toolbar div.toolbar-item
{
    top: 2px;
}

div#header-overall.header_min div.header-vertical-separation
{
    top: -29px;
}

div#header-overall.header_min div#header-menu
{
    top: 2px;
}

/* CONTENT */
div#content-overall
{
    position: relative;
    width: 950px;
    margin: 0px auto;
}

div#content-content
{
    width: 628px;
    padding: 8px;
}

div#content-content img
{
    margin: 8px;
}

div#content-content table img
{
    margin: 0px;
}

div#content-content ul
{ 
    list-style: inside square;
}

div#content-content div.shop-basket li
{
    display: inline;
    margin-right: 15px;
}

div#content-content div.shop-basket li.selected
{
    text-decoration: underline;
}


/* MENU DROIT */
div#content-toolbars
{
    float: right;
    width: 295px;
    margin-top: 12px;
    overflow: hidden;
}

div.logo_boutique
{
    text-align:center;
}

div.logo_boutique img
{
    margin:30px auto;
}

div#content-toolbars-main
{
    padding: 12px 26px;
    background: no-repeat url("../images/bg-content-toolbars-main.gif");
    min-height: 706px;
}

div#content-toolbars-main li
{
    margin: 1px 0px 2px 0px;
}


/* FOOTER */
div#footer-overall
{
    position: relative;
    background: repeat-x url("../images/bg-footer.gif");
    height: 92px;
    width: auto;
}

div#footer-content
{
    width: 940px;
    margin: 0px auto;
    padding-top: 10px;
    text-align: center;
    color: #737373;
}

/* MAIN CONTENT BOX */
div.content-mainblock
{
    background: repeat-y url("../images/bg-mainblock.gif");
    width: 626px;
    margin: 20px 0px;
}

div.content-mainblock-top
{
    height: 8px;
    background: no-repeat url("../images/bg-mainblock-top.gif");
}

div.content-mainblock-content
{
    padding: 10px 36px;
}

div.content-mainblock-cartouche, div.content-mainblock div.buttonblock
{
    background-color: #e5e5e5;
    margin: 0px -32px 0px -32px;
    padding: 12px 24px;
    text-align: right;
}

div.content-mainblock-cartouche label, div.content-mainblock div.buttonblock label
{
    color: #494949;
    font-weight: bold;
}

div.content-mainblock-bottom
{
    height: 10px;
    background: #ffffff no-repeat url("../images/bg-mainblock-bottom.gif");
}


/* SIMPLE CONTENT BOX */
div.content-simpleblockgrey
{
    border: 1px solid #979797;
    margin: 10px 0px;
}

div.content-simpleblockred
{
    border: 1px solid #c04141;
    margin: 10px 0px;
}

table.simpleblock {
    border: 0;
    width: 100%;
}

table.simpleblock td 
{
    border: 0;
    padding: 8px;
    vertical-align: top;
}

table.simpleblock td.centered, table.simpleblock td.vcentered
{
    vertical-align: middle;
}

table.simpleblock td.centered, table.simpleblock td.hcentered
{
    text-align: center;
}

table.simpleblock tr.bglight td 
{
    border-color: #ffffff;
}

table.simpleblock tr.bgdark td 
{
    border-color: #f4f4f4;
}


div.min-padding div
{
    padding: 3px;
}

div.bglight
{
    padding: 16px;
    background-color: #ffffff;
}

div.bgdark
{
    padding: 16px;
    background-color: #f4f4f4;
}


/* OTHER CONTENT BOX */
div.content-block328
{
    background: repeat-y url("../images/bg-block328.gif");
    width: 328px;
    margin: 10px 0px;
}

div.content-block328-top
{
    height: 8px;
    background: no-repeat url("../images/bg-block328-top.gif");
}

div.content-block328-content
{
    padding: 10px 24px;
}

div.content-block328-cartouche, div.content-block328 div.buttonblock
{
    background-color: #e5e5e5;
    margin: 0px -20px 0px -20px;
    padding: 12px 12px;
    text-align: right;
}

div.content-block328-bottom
{
    height: 10px;
    background: #ffffff no-repeat url("../images/bg-block328-bottom.gif");
}

div.content-block368
{
    background: repeat-y url("../images/bg-block368.gif");
    width: 368px;
    margin: 10px 0px;
}

div.content-block368-top
{
    height: 8px;
    background: no-repeat url("../images/bg-block368-top.gif");
}

div.content-block368-content
{
    padding: 10px 24px;
}

div.content-block368-cartouche, div.content-block368 div.buttonblock
{
    background-color: #e5e5e5;
    margin: 0px -20px 0px -20px;
    padding: 12px 12px;
    text-align: right;
}

div.content-block368-bottom
{
    height: 10px;
    background: #ffffff no-repeat url("../images/bg-block368-bottom.gif");
}

div.content-block274
{
    background: repeat-y url("../images/bg-block274.gif");
    width: 274px;
    margin: 10px 0px;
}

div.content-block274-top
{
    height: 8px;
    background: no-repeat url("../images/bg-block274-top.gif");
}

div.content-block274-content
{
    padding: 10px 24px;
}

div.content-block274-cartouche, div.content-block274 div.buttonblock
{
    background-color: #e5e5e5;
    margin: 0px -20px 0px -20px;
    padding: 12px 12px;
    text-align: right;
}

div.content-block274-bottom
{
    height: 10px;
    background: #ffffff no-repeat url("../images/bg-block274-bottom.gif");
}


div.content-block240
{
    background: repeat-y url("../images/bg-block240.gif");
    width: 240px;
    margin: 10px 0px;
}

div.content-block240-top
{
    height: 8px;
    background: no-repeat url("../images/bg-block240-top.gif");
}

div.content-block240-content
{
    padding: 0px 24px;
}

div.content-block240-content p
{
    margin: 5px 0;
}

div.content-block240-bottom
{
    height: 10px;
    background: #ffffff no-repeat url("../images/bg-block240-bottom.gif");
    clear:both;
}


div.content-noblock-250
{
    padding: 10px 0px 0px 0px;
    width: 250px;
}

/* LISTES */
table.content-list, table.list
{
    border: 1px solid #979797;
    margin: 5px 0px;
}

table.content-list td, table.list td, table.content-list th, table.list th
{
    border: 1px solid #979797;
    padding: 3px;
}

table.content-list th, table.list th
{
    height: 18px;
    background: repeat-x url("../images/bg-th.gif") #c40000;
    color: #ffffff;
}

table.content-list th a, table.list th a
{
    color: #ffffff;
}

tr.bglight td
{
    background-color: #ffffff;
}

tr.bgdark td
{
    background-color: #f4f4f4;
}

ul.list
{
    list-style: inside circle;
}

/* FORUM */
table.forum 
{
    width: 100%;
}

table.forum p
{
    margin: 0px;
}

table.forum td.lastreply, table.forum td.message
{
    vertical-align: top;   
}

table.forum p.date
{
    font-style: italic;
    font-size: 10px;
    margin-bottom: 10px;
}

div.content-navigator div
{
    display: inline;
}

.grey
{
    color: #727272;
}

/* FORM */
table.form td
{
    padding: 2px;
}

table.form td.topaligned
{
    vertical-align: top;
}

/* FAQ */
div.question_block
{
    margin-bottom: 30px;
}

div.question
{
    font-weight: bold;
    font-size: 15px;
    cursor: pointer;
    margin-bottom: 3px;
}

div.answer
{
    margin: 0px 20px 0px 20px;
}
/* BASELINE */
div.baseline
{
    font-size: 10px;
    color: #bbbbbb;
    width: 940px;
    margin: 0px auto;
}

div.baseline a
{
    color: #bbbbbb;
    font-weight: bold;
}

div.baseline p
{
    margin: 0px;
}

/* V2 */
div#toolbar-liste-boutique a
{
    display: block;
    text-transform: uppercase;
    color: #656565;
    font-weight: bold;
    font-family: Helvetica, Arial, FreeSerif, sans-serif;
    padding: 5px 5px 5px 23px;
    background: no-repeat url( '../images/arrow-grey-right.png' ) 7px center;
    font-size: 11px;
}

div#toolbar-liste-boutique ul.region-boutiques
{
    display: none;
}

div#toolbar-liste-boutique div.selected a
{
    background: no-repeat #c40000 url( '../images/arrow-white-down.png' ) 7px center;
    color: #ffffff;
}

div#toolbar-liste-boutique ul.region-boutiques
{
    border-bottom: 1px solid #c40000;
}

div#toolbar-liste-boutique ul.region-boutiques a
{
    display: inline;
    text-transform: none;
    color: #c40000;
    font-size: 12px;
    font-weight: bold;
    font-family: Helvetica, Arial, FreeSerif, sans-serif;
    padding: 0px;
    background: none;
}

div#toolbar-liste-boutique ul.region-boutiques li
{
    margin: 0px 12px;
    border-top: 1px solid #bfbfbf;
    padding: 6px 10px;
}

div#toolbar-liste-boutique ul.region-boutiques li.first
{
    border-top: 0;
}

div#toolbar-liste-boutique ul.region-boutiques li div.intro
{
    color: #989898;
    font-size: 11px;
    font-weight: bold;
    font-family: Helvetica, Arial, FreeSerif, sans-serif;
    padding-top: 7px;
}

div#toolbar-liste-boutique div
{
    padding: 0px;
}

div.content-mainblock.tagsphere
{
    background: center repeat-y url( '../images/bg-mainblock-tagsphere.png' );
}

div.content-mainblock.tagsphere div.content-mainblock-top
{
    background: center no-repeat url( '../images/bg-mainblock-top-tagsphere.png' );
}

div.content-mainblock.tagsphere div.content-mainblock-bottom
{
    background: center no-repeat url( '../images/bg-mainblock-bottom-tagsphere.png' );
}

div.content-mainblock.tagsphere div.content-mainblock-content
{
    padding: 10px 12px;
    width: 602px;
}

div#tagsphere
{
    visibility: hidden;
    width: 600px;
    height: 400px;
    border: 1px solid #cacbcb;
    position: relative;
    background: #ffffff;
}

div#tagsphere ul
{
    margin: 0px;
    padding: 0px;
    list-style: none;
    position: absolute;
    top: -30px;
/*    left: -60px;*/
}

div#tagsphere ul li
{
    margin: 0px;
    padding: 0px;
}

div#tagsphere-filter
{
    border-top: #c2c3c7 1px solid;
    color: #7f7e7e;
    font-weight: bold;
    font-family: Helvetica, Arial, FreeSerif, sans-serif;
    font-size: 11px;
    padding-top: 15px;
    margin-top: 5px;
}

div#tagsphere-filter span
{
    white-space: nowrap;
}

div#tagsphere-filter input
{
    margin: 0px 10px;
    line-height: 24px;
}

div#full-frontpage-home div.content-block368, div#full-frontpage-home div.content-block240
{
    margin-top: 0px;
}
