/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

body {
    background: #fff;
    color: #000000;
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: verdana, arial, helvetica, sans-serif;
}

#container {
/*    width: 766px;*/
    width: 896px;
    margin: 10px auto;
    padding: 0;
    text-align: center;
}
#header-titre {
	margin: -2px 0px 0px 228px;
   float: left;
    width: 600px;
    background-color: #fff;
    padding-bottom: 0;
    position : absolute;
/*    position: absolute;*/
}
    #header-titre h1 {
    font-family: verdana, arial, helvetica, sans-serif;
	font-size: 17px;
	text-align: center;
    padding: 0;
    }
    #header-titre h2 {
    font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
    margin: 8px auto;
    }

#header {
    background-color: #fff;
    padding-bottom: 10px;
    text-align: left;
}
    #header h1 {
        padding: 0;
        padding-left: 0px;
        margin: -8px 0px 10px -5px;
    }
    #headerBottom {
        margin: 0;
        padding: 0;
        font-size: 0.8em;
            width: 896px;
/*        height: 85px;*/
    }
        #searchFormContainer {
            float: left;
/*            width: 289px;*/
/*            width: 523px;*/
            width: 175px;
            height: 75px;
            background: #fff url('images/design/header_moto.png') no-repeat top left;
        }
            #searchFormContainer form {
                margin: 0;
                padding: 0;
                height: 85px;
/*                width: 289px;*/
            width: 175px;
                cursor: default;
            }
                #searchFormContainer #searchInput,
                #searchFormContainer #searchSubmit {
                    float: left;
                    margin: 0;
                    padding: 0;
                    margin-top: 25px;
                }
                    #searchFormContainer #searchInput input {
                        width: 122px;
                        background-color: #fff;
                        border: 1px solid #7f9db9;
                        height: 21px;
                        margin: 0;
                        margin-left: 15px;
                        padding: 0;
                        font-size: normal;
                    }
        #userOptions {
            float: left;
            margin-top: 8px;
/*            padding-left: 17px;*/
            padding-left: 5px;
            height: 57px;
            background: #fff url('images/design/header_back.png') repeat-x top right;
        }
            #userOptions ul {
                list-style: none;
                margin: 0;
                padding: 0;
                text-align: left;
                height: 57px;
                background: transparent url('images/design/header_right.png') no-repeat top right;
            }
                #userOptions ul li {
                    float: left;
                    padding-left: 0px;
                    height: 57px;
                }
                    #userOptions ul li a {
                        display: block;
                        padding: 0;
                        margin: 5px 0;
                        height: 47px;
/*                        width: 91px;*/
                        text-decoration: none;
                    }
                        #userOptions ul li a span {
                            display: block;
                            text-align: center;
                            font-variant: small-caps;
                            font-weight: bold;
                            color: #fff;
                            line-height: 47px;
                            height: 47px;
                            text-decoration: none;
                            cursor: pointer;
/*                            width: 91px;*/
                            overflow: hidden;
                        }
                        #userOptions ul li a:hover,
                        #userOptions ul li a:focus {
                            background: transparent url('images/design/header_back_hover.png') repeat-x top left;
                            color: #a82502;
                        }

                        #userOptions ul li.lastItem a:hover span,
                        #userOptions ul li.lastItem a:focus span {
                            background: transparent url('images/design/header_right_hover.png') no-repeat top right;
                        }

#headerError {
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 12px;
    background: #ff0000;
    color: #ffffff;
    font-weight : bold;
    text-align : center;
    margin-bottom: 5px;
}

#headerInfo {
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 12px;
    background: #00ff00;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
}

#content {
    overflow: auto;
    clear: both;
}
    #leftColumn {
        margin-right: 5px;
        width: 170px;
        float: left;
        text-align: left;
    }
        #catList {
            margin: 0;
            padding: 0 5px;
            list-style: none;
        }
            #catList ul {
                margin: 0;
                padding: 0;
                padding-left: 7px;
                list-style: none;
            }
            #catList li {
                border-top: 1px dashed #867d78;
                clear: left;
            }
                #catList li a {
                    display: block;
/*                    color: #911f00;*/
                    color: #d3222c;
                    text-decoration: none;
                    font-variant: small-caps;
                }
                #catList li a:hover,
                #catList li a:focus {
/*                    color: #ff6207;*/
                    color: #008c45;
                    background-color: transparent;
                }
                    #catList li a img {
                        margin: 0;
                        padding: 0;
                        float: left;
                        display: block;
                    }
                    #catList li a span {
                        margin: 0;
                        padding: 0;
                        float: left;
                        display: block;
                        line-height: 17px;
                        margin-left: 2px;
                        font-size: 1.1em;
                        font-weight: bold;
                        cursor: pointer;
                    }
            #catList li.first {
                border-top: none;
            }
            #catList li.parent {
            }
    #rightColumn {
        margin-left: 5px;
        width: 170px;
        float: right;
        text-align: left;
    }
        #rightColumn #shopping_cart_box {
            font-size: 0.8em;
        }
        #rightColumn h4,
        #leftColumn h4 {
            margin: 0;
            padding: 0;
            background: transparent url('images/design/infobox_title_left.png') no-repeat left top;
            padding-left: 7px;
        }
            #rightColumn h4 span,
            #leftColumn h4 span {
                display: block;
                background: transparent url('images/design/infobox_title_right.png') no-repeat right top;
/*                color: #ac9082;*/
                color: #d3222c;
                height: 24px;
                line-height: 24px;
                margin: 0;
                padding: 0;
                padding-right: 7px;
                font-weight: bold;
                color: #fff;
                text-align: center;
                font-variant: small-caps;
            }
                #rightColumn h4 span a,
                #leftColumn h4 span a {
                    color: #fff;
                    text-decoration: none;
                }
                #rightColumn h4 span a:hover,
                #rightColumn h4 span a:focus,
                #leftColumn h4 span a:hover,
                #leftColumn h4 span a:focus {
/*                    color: #ffb300;*/
                    color: #d3222c;
                    background-color: transparent;
                    text-decoration: none;
                }
            #rightColumn .tableBox,
            #leftColumn .tableBox {
                background: #fff url('images/design/infobox_back.png') repeat-y top center;
                margin: 0;
                padding: 0;
                margin-bottom: 10px;
            }
                #rightColumn .tableBox2,
                #leftColumn .tableBox2 {
                    margin: 0;
                    padding: 0;
                    padding-bottom: 7px;
                    background: transparent url('images/design/infobox_bottom.png') no-repeat bottom center;
                }

    #centerColumn {
/*        width: 410px;*/
        width: 540px;
        margin: 0 auto;
        background-color: #fff;
        text-align: left;
    }
        #centerColumn h4,
        #centerColumn h1 {
            display: block;
            background: #fff url('images/design/center_title.png') no-repeat top center;
            color: #ac9082;
            height: 24px;
            line-height: 24px;
            margin: 0;
            padding: 0 7px;
            border: 0;
            font-weight: bold;
            font-size: 1em;  
            color: #fff;
            text-align: center;
            font-variant: small-caps;
        }
    #centerColumn .infoBox {
        border: 1px solid #a2a19c;
    }
    #centerColumn td.smallText {
        margin: 0;
        padding: 0;
    }
.product {
    border-top: 1px solid #9d9d99;
    padding: 10px 0;
    margin: 0;
}
.firstRow .product,
#leftColumn .product,
#rightColumn .product {
    border-top: none;
    margin-top: -10px;
}
    .product .productDeco {
        border-left: 1px solid #9d9d99;
    }
    .firstCol .product .productDeco,
    #leftColumn .productDeco,
    #rightColumn .productDeco {
        border-left: none;
    }
        .product .product_name {
            font-variant: small-caps;
            height: 40px;
        }
        .product .product_image {
        }
        .product .product_price {
            height: 30px;
            line-height: 30px;
        }
            .product .product_price .oldPrice {
                color: #9d9d99;
                font-size: 11px;
            }
            .product .product_price .newPrice {
                color: #dc330c;
                font-weight: bold;
                font-size: 1.3em;
                text-decoration: none;
            }
            .product .product_price .thePrice {
                color: #dc330c;
                font-weight: bold;
                font-size: 1.1em;
            }
        .product .product_button {
            padding: 5px 0;
            text-align: center;
        }
        
h1.oneLine.product .product_price {
    float: left;
    height: 24px;
    line-height: 24px;
    font-size: 1.2em;
    color: #ffffff;
}
    h1.oneLine.product .product_price .newPrice {
        font-size: 0.8em;
        color: #ffffff;
    }
    h1.oneLine.product .product_price .oldPrice {
        color: #eee;
    }
h1.oneLine.product .product_name {
    float: left;
    width: 70%;
    font-size: 1.0em;
}

#footer {
    background: transparent url('images/design/footer_back.png') repeat-x top left;
    clear: both;
    margin-top: 10px;
}
    #footerDecoration {
        background: transparent url('images/design/footer_left.png') no-repeat top left;
    }
        #footerContent {
            background: transparent url('images/design/footer_right.png') no-repeat top right;
            text-align: center;
            font-size: 0.6em;
            padding: 7px 7px 15px 7px;
            margin: 0;
            line-height: 15px;
        }

a {
/*    color: #911f00;*/
    color: #d3222c;
    text-decoration: underline;
}

a:hover {
/*    background-color: #911f00;*/
    background-color: #d3222c;
    color: #FFFFFF;
    text-decoration: none;
}

a img {
    margin: 0;
    padding: 0;
    border: 0;
}

a:hover img,
a:focus img {
    background-color: #ffe8d8;
}

form {
	display: inline;
}

.accountContentBox {
    margin: 10px 0;
    overflow: auto;
}
    .accountContentBox img {
        float: left;
    }
    .accountContentBox ul {
        padding: 0;
        margin: 0;
        margin-left: 120px;
        font-size: 0.8em;
        list-style-image: url('images/design/icons/bullet_go.png');
    }
        .accountContentBox ul li {
            margin: 2px 0;
        }


.infoBox {
}

.infoBoxContents {
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

td.infoBoxHeading {
    font-family: "Times New Roman", Garamond, Georgia, serif;
    font-size: 1.1em;
    background: transparent url('images/design/box_title_back.gif') no-repeat left top;
    color: #ac9082;
    height: 25px;
    padding-left: 38px;
    padding-top: 3px;
}

td.infoBox, span.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

tr.accountHistory-odd, tr.addressBook-odd, tr.alsoPurchased-odd, tr.payment-odd, tr.productListing-odd, tr.productReviews-odd, tr.upcomingProducts-odd, tr.shippingOptions-odd {
  background: #ffe8d8;
}

tr.accountHistory-even, tr.addressBook-even, tr.alsoPurchased-even, tr.payment-even, tr.productListing-even, tr.productReviews-even, tr.upcomingProducts-even, tr.shippingOptions-even {
  background: #ffe8d8;
}

table.productListing {
  border: 1px;
  border-style: solid;
  border-color: #ac9082;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #ac9082;
  color: #FFFFFF;
  font-weight: bold;
}

td.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

a.pageResults {
  color: #0000FF;
}

a.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

td.pageHeading, DIV.pageHeading {
/*
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
*/
/*
    display: block;
    background: #fff url('images/design/center_title.png') no-repeat top center;
    color: #ac9082;
    height: 24px;
    line-height: 24px;
    margin: 0;
    padding: 0 7px;
    font-weight: bold;
    font-size: 1em;  
    color: #fff;
    text-align: center;
    font-variant: small-caps;
*/
}

tr.subBar {
  background: #f4f7fd;
}

td.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

td.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

td.smallText, span.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

td.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

td.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

td.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

td.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

span.newItemInCart {
  font-weight: bold;
}

checkbox, input, select {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

textarea {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

span.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

table.formArea {
  background: #f1f9fe;
  border-color: #ac9082;
  border-style: solid;
  border-width: 1px;
}

td.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

span.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

span.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

span.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #ffe8d8; cursor: pointer; }
.moduleRowSelected { background-color: #ffe8d8; border: 1px solid #a2a19c; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #E6EFC2; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

/* Contenu statique */

.pnormal {
    font-family: verdana, arial, helvetica, sans-serif;
/*    color:#911f00;*/
    color:#d3222c;
    font-size: 9pt;
    font-weight: normal;
    line-height: 13pt;
}
.pmenu {
    font-family: verdana, arial, helvetica, sans-serif;
/*    color:#911f00;*/
    color:#d3222c;
    font-size: 9pt;
    font-weight: normal;
    line-height: 13pt;
    text-align: center;
}
.ppetit {
    font-family: verdana, arial, helvetica, sans-serif;
/*    color:#911f00;*/
    color:#d3222c;
    font-size: 8pt;
    font-weight: normal;
    line-height: 9pt;
    text-align: center;
}
.pgrasrose {
    font-family: verdana, arial, helvetica, sans-serif;
    color:#A1006B;
    font-size: 10pt;
    font-weight: bold;
    line-height: 12pt;
    text-align: center;
}
.pgrasvioline {
    font-family: verdana, arial, helvetica, sans-serif;
/*    color:#911f00;*/
    color:#d3222c;
    font-size: 10pt;
    font-weight: bold;
    line-height: 11pt;
}
.pgrasviolinel {
    font-family: verdana, arial, helvetica, sans-serif;
/*    color:#911f00;*/
    color:#d3222c;
    font-size: 10pt;
    font-weight: bold;
    line-height: 12pt;
}

/* Boutons CSS */

/* BUTTONS */

a.button, button{
    display:block;
    float:left;
    margin:0 5px 0 5px;
    background-color:#f0f0f0;
    border:1px solid #d5d5d5;
    border-top:1px solid #dedede;
    border-left:1px solid #dedede;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:3px 10px 4px 7px; /* Links */

    width: 100px;
    text-align: center;
}
button{
    width:auto;
    overflow:visible;
    padding:2px 10px 1px 7px; /* IE6 */
}
button[type]{
    padding:3px 10px 3px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:2px 10px 1px 7px; /* IE7 */
}
button img, a.button img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */

button:hover, a.button:hover, a.button:focus {
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
a.button:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, a.button.positive{
    color:#529214;
}
a.button.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
a.button.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

a.button.negative, button.negative{
    color:#d12f19;
}
a.button.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
a.button.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

/*** Begin Header Tags SEO ***/
h1 {
 font-family: Verdana, Arial, sans-serif;
 font-size: 20px;
 font-weight: bold;
 margin-bottom: 0;
 padding-bottom: 0;
}
h2 {
 font-family: Verdana, Arial, sans-serif;
 font-size: 14px;
 font-weight: normal;
 margin-bottom: 0;
 padding-bottom: 0;
}
/*** End Header Tags SEO ***/

/* Special Scroller */

#pscroller1 {
	height: 160px;
	border: 0px;
	padding: 5px;
}

#pscroller2{
	width: 350px;
	height: 20px;
	border: 0px;
	padding: 3px;
}

#pscroller2 a{
	text-decoration: none;
}

.someclass {
  	text-align: center;
}

/* END Special Scroller */

.cssbutton {
/* background: #d3222c;*/
 background: #008c45;
 color : #ffffff;
 width : 110px;
vertical-align: top;
   font-weight: bold;
  font-family: Tahoma;
font-size: 12px;
cursor: pointer;
text-align:center;
  border: 1px;
 border-style: dotted;
 border-color: #6AE4A3A;
 border-spacing: 1px;
}

 
.cssbuttonsubmit{
background: #008c45;
vertical-align: top;
color: #ffffff;
font-family: Tahoma;
font-weight: bold;
font-size: 12px;
cursor: pointer;
border:none;
}