/* CSS Document */
/* Style général de la page */
body {
    width: 100%;
    /* background-color: #d5d5d5; */
    background-color: #eee;
    font-family: Tahoma, sans-serif;
    font-size: 12px;
    color: #323232;
    /* background-image: url(images/template/bg.jpg); */
    background-repeat: repeat-y;
    background-position: center;
    padding: 0;
    margin: 0;
    text-align: center;
}

.wrapper{
    width: 990px;
    margin: auto;
    text-align: left;
}

#googlesearch{
    font-size: 10px;
    border: 1px solid rgb(73, 103, 160);
    padding: 4px;
    width: 116px;
    text-align: left;
    margin-top: 263px;
    background-color: #fff;
}

#newsletter{
    font-size: 10px;
    border: 1px solid rgb(73, 103, 160);
    padding: 4px;
    width: 116px;
    text-align: left;
    margin-top: 10px;
    background-color: #fff;
}

/*
* HTML #newsletter{
margin-top: 263px;
} */

.adsright{
    position: relative;
    float: right;
    width: 120px;
    top: 400px;    
}

.glabel{
    display: inline;
    float: left;
    width: 40px;
    font-size: xx-small;
}

.googleleft{
    position: relative;
    float: left;
    width: 120px;
    margin-right: 18px;
    top: 24px;
}


.adsleft{
    margin-top:618px;
}

.global{
    width: 718px;
    border: 1px solid #000000;
    background-color: #FFFFFF;
    float: left;
    top: 0px;
}

td.langues {
    font-size: 10px;
    float: right;
    padding: 5px;
    text-align:left;
    width:130px;
    vertical-align: bottom;
}

td.langues a{
    color: #000000;
    text-decoration: underline;
}

td.langues a:hover{
    color: #000000;
}

#active{
    font-weight: bold;
    text-decoration: none;
}

td{
    text-align: left;
    font-size: 12px;
}

td.topmsg {
    font-size:10px;
    text-align: left;
    font-weight: bolder;
    vertical-align: bottom;
    padding: 5px;
    padding-left: 0;
}

th{
    font-size: 12px;
    background-color: #4967A0;
    color: #FFFFFF;
}

/* Style général des images */
img {
    border: 0px; /* Désactivation de la bordure */
}

/* Style général des formulaires */
form {
    padding: 0px;
    margin: 0px;
    display:inline;
}

/* Forme générale des inputs */
* input {
    font-size: 12px;
    background-color: #FFFFFF;
}

/* Style général des liens */
a{
    color: #000000;
    /*font-weight: bold;*/
    text-decoration: none;
}
a:hover{
    color: #333333;
}

.messageStackError{
    color: #FF0000;
    text-align: center;
    font-size: 10px;
}

.messageStackSuccess{
    color: #009900;
    text-align: center;
    font-size: 10px;
}

.logo{
    margin-bottom: 2px;
}

/* Menu horizontal du haut */
.menu_haut{
    /*background-image: url(images/fond_bouton.jpg);
    background-repeat: repeat-x;*/
}
.ul_menu_haut {
    margin: 0px;
    padding: 0px;
}
.li_menu_haut {
    color: #FFFFFF;
    display: inline;
    margin: 0px;
    padding: 0px;
}
a.lien_blanc {
    color: #FFFFFF;
    font-weight: normal;
    text-decoration: none;
}
a.lien_blanc:hover {
    color: #FFFFFF;
    font-weight: normal;
    text-decoration: underline;
}

/* Footer */
.copyright{
    background-color: #F2EFEA;
    color:#323232;
    font-size: 10px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

hr{
    clear: both;
    visibility: hidden;
}

/* Menu principal */
.menu_principal{
    float: left;
    width: 210px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    margin-top: 5px;
}
.ul_menu_principal {
    margin-left: 0px;
    padding: 10px 0px;
    margin-top: 0px;
    background-color: #FFFFFF;
    border: solid 1px #E4E0E0;
    text-align: left;
}
.li_menu_principal {
    list-style-type: circle;
    list-style-image: url(images/template/list.gif);
    list-style-position: inside;
    padding-left: 10px;
    line-height: 20px;
}
a.lien_menu{
    color: #4967A0;
    font-family: Tahoma, Verdana;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
}
a.lien_menu:hover{
    text-decoration: none;
}

a.lien_menu img{
    text-decoration: none;
}

.entete{
    color: #000000;
    text-align: left;
    text-indent: 27px;
}

.panier{
    font-weight: normal;
    background-color: #F2EFEA;
    /*height: 80px;*/
    background-image: url(images/template/cart.gif);
    background-position: right;
    background-repeat: no-repeat;
    font-size: 10px;
    color: #000000;
    text-align: left;
    padding-top: 15px;
    padding-left: 10px;
}

.text_panier{
    padding-bottom: 10px;
}

.titre_panier{
    color: #CD9600;
    font-weight: bold;
    font-size: 11px;
}

.titre_panier a{
    color: #CD9600;
}

.lien_panier{
    text-decoration: underline;
}

.contenu_panier{
    font-weight: bold;
}

.devise{
    font-weight: normal;
    font-size: 10px;
    margin-bottom: 10px;
    background-color: #F2EFEA;
    padding-bottom: 5px;
}

.wattages {
    border-collapse: collapse;
    width: 90%;
    margin: auto;
}

.wattages td, .wattages th {
    text-align: center;
    border: 1px solid black;
    padding: 3px;
}   

.wattages td {
    font-weight: normal;
}

th.tete{
    color: #FFFF00;
}
    
/* Sous-menu principal */
.submenu_principal {
    margin-left: 0px;
    padding: 0px;
}
.submenu_principal > li {
    list-style-type: none;
    padding-left: 20px;
    line-height: 20px;
}
a.lien_submenu{
    color: #000000;
    font-weight: normal;
    text-decoration: none;
}

/* Contenu central */
.contenu {
    float: left;
    width: 490px;
    margin-top: 5px;
    margin-left: 5px;
    padding: 0px 5px;
    color: #323232;
}

/* balise h1 */
h1 {
    text-align: center;
    font-size: 14px;
    margin-top: 0px;
    background-color: #FFCC00;
    color: #FFFFFF;
    padding: 7px 0px;
}

.contenu h1 {
/*
    change #000000 to #FFFFFF below for white text
*/
    color: #6666CC;
}

.breadcrumb{
    margin-bottom: 10px;
}

/* Style d'un produit */
.produit {
    margin-bottom: 30px;
    width: 230px;
    float: left;
}
.entre_produit{
    width: 25px;
    float: left;
}
.table_css{
    width: 100%;
}
.image{
    width: 230px;
    margin: auto;
    margin: 10px 0px;
}
img.centre{
    display:block;
    clear:both;
    margin-left:auto;
    margin-right:auto;
}
.titre{
    font-size: 12px;
    font-weight: bold;
    border-bottom: 2px solid #4967A0;
    width: 230px;
    text-align: center;
}
.titre .black{
    color: #4967A0;
}
.titre .black:hover{
    color: #4967A0;
    text-decoration: none;
}
.prix{
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
}
.options{
}
.quantite{
    margin-top: 15px;
    margin-right: 4px;
    float: left;
}
.description{
    font-size: 12px;
}

/* Style si pas de produit */
.no-produit {
    padding: 10px;
    width: 80%;
}

/* Style de l'affichage des pages */
.pages{
    display: none;
    padding: 10px 0px;
    color: #4967A0;
}
.pages_produits, .pages_total {
    display: inline;
}
.pages_produits{
    float: left;
}
.pages_total{
    float: right;
}

/* Etapes du panier */
.panier_etape, .panier_etape_active {
    display:inline;
    padding-left: 20px;
}
.panier_etape_active {
    font-weight: bold;
    text-decoration: underline;
}
    
/* Boutons */
a.bouton {
    background-color: #4967A0;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 10px;
    text-decoration: none;
    padding: 5px;
    line-height: 30px;
}
a.bouton:hover {
    background-color: #4967A0;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 10px;
    text-decoration: none;
    padding: 5px;
    line-height: 30px;
}
a.bouton2 {
    background-color: #4967A0;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 9px;
    text-decoration: none;
    padding: 4px;
    line-height: 30px;
}
a.bouton2:hover {
    background-color: #4967A0;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 9px;
    text-decoration: none;
    padding: 4px;
    line-height: 30px;
}

/* Cadre */
.cadre{
    padding: 5px;
    text-align: justify;
}


.black{
    color:#000000;
    text-decoration: none;
}
.black:hover{
    text-decoration: underline;
}

/*-------------------------------------------------------------*/
/*                                                             */
/* products_info.php                                           */
/*                                                             */
/*-------------------------------------------------------------*/
.enlarge{
    font-size: 10px;
    text-align: center;
}

.association{
    float: left;
}

.prix-produit{
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    font-size: 13px;
    font-weight: bold;
}

/*-------------------------------------------------------------*/
/*                                                             */
/* shopping_cart.php                                           */
/*                                                             */
/*-------------------------------------------------------------*/
/* Tableau panier */
.produit-cart {
    border: 1px solid #1f1f1f;
    background-color: #EEEEE8;
    margin-bottom: 5px;
    width: 99%;
}
.th_remove{
    width: 80px;
}
.th_quantity{
    width: 70px;
}
.th_total{
    width: 75px;
}
.td_remove{
    text-align: center;
}
.td_products{
    padding: 5px;
}
.td_quantity{
    text-align: center;
}
.td_total{
    text-align: center;
}

div.cart_total{
    text-align: right;
    font-weight: bold;
    margin-right: 12px;
}

div.cart_total2{
    float: right;
    font-weight: bold;
    margin-right: 8px;
}

div.cart_total td{
    text-align: right;
}

span.cart_total{
    margin-right: 30px;
}

.cart_buttons{
    margin-top: 20px;
    text-align: right;
}

.error_cart{
    width: 100%;
    text-align: center;
    color: #FF0000;
    font-weight: bold;
    margin-top: 15px;
}

.shopping_cart_gift{
    margin-top: 20px;
}
.shopping_cart_gift img{
    margin-right: 5px;
}

/*-------------------------------------------------------------*/
/*                                                             */
/* login.php                                                   */
/*                                                             */
/*-------------------------------------------------------------*/
.page_login{
    width: 490px;
}
.page_login_gauche{
    float:left;
    width: 49%;
    padding: 10px;
}
.page_login_droite{
    margin-left: 50%;
    width: auto;
    padding: 10px;
}
.heading_customer{
    border-bottom: 2px solid #4967A0;
    font-weight: bold;
    color: #4967A0;
    padding: 3px 20px;
}
.intro_customer{
    margin-top: 20px;
    padding: 0px 20px;
}
.contenu_customer{
    margin-top: 20px;
    padding: 0px 20px;
    text-align: justify;
}
.bouton_customer{
    margin-top: 10px;
    padding: 0px 20px;
    text-align: right;
}
.password_customer {
    margin-top: 10px;
    padding: 0px 20px;
    display: inline-block ;
}
.password_customer, .password_customer a.black{
    font-size: 10px;
}

label{
    display: inline;
    float: left;
    width: 100px;
}

/*-------------------------------------------------------------*/
/*                                                             */
/* create_account.php                                          */
/*                                                             */
/*-------------------------------------------------------------*/
h2{
    font-size: 12px;
    font-weight: bold;
    border-bottom: 2px solid #4967A0;
    width: 100%;
    text-align: center;
}
.mentions{
    font-size: 10px;
    text-align: justify;
    margin-top: 20px;
}
label.form2{
    display: inline;
    float: left;
    width: 200px;
}
label.form3{
    display: inline;
    float: left;
    width: 270px;
}
p{
    margin: 5px 0px;
}

/*-------------------------------------------------------------*/
/*                                                             */
/* checkout_shipping.php                                       */
/*                                                             */
/*-------------------------------------------------------------*/

.kdo{
    margin: 15px 0px;
}

.kdo_image{
    margin-left: 20px;
}
.kdo_desc{
    margin-top: 15px;
}

.kdo_styles{
    padding-top: 10px;
    width: 300px;
    margin: auto;
}

.kdo_type{
    float: left;
    width: 100px;
    margin-top: 10px;
    text-align: center;
}

#defaultSelected .main{
    background-color: #D3DEF4;
}

.moduleRow { }
.moduleRowOver { background-color: #D3DEF4; cursor: hand; }
.moduleRowSelected { background-color: #D3DEF4; }

/*-------------------------------------------------------------*/
/*                                                             */
/* account.php                                                 */
/*                                                             */
/*-------------------------------------------------------------*/
.td_account{
    width: 65px;
    text-align: center;
}

/*-------------------------------------------------------------*/
/*                                                             */
/* account_history.php                                         */
/*                                                             */
/*-------------------------------------------------------------*/
.history{
    border: 1px solid #4967A0;
    margin-bottom: 15px;
}
/*-------------------------------------------------------------*/
/*                                                             */
/* cms.php                                                     */
/*                                                             */
/*-------------------------------------------------------------*/
.cms{
    width: 490px;
}
.cms a{
    color: #4967A0;
    font-weight: bold;
    text-decoration: underline;
}
.cms a:hover{
    text-decoration: none;
}

/* added for promotion prices in product_info.php*/
.old_price{
    color: grey;
    text-decoration: line-through;
}

.special_price{
    font-weight: bold;
    color: red;
}
