.global{
	width: 836px;
	margin: auto;
}

h1{
	font-size: 14px;
	margin: 0;
	padding: 0;
}

.clear{
	clear: both;
	height: 1px;
	visibility: hidden;
	line-height: 1px;
	font-size: 1px;
}

.bloc_contenu{
	margin: 0 10px;
	height: 500px;
}
html>body .bloc_contenu {
	height: auto;
	min-height: 500px;
}

/*--------------------*/
/*       HEADER       */
/*--------------------*/
.header{
	margin-top: 10px;
	color: #FFFFFF;
	font-size: 12px;
}

.header div{
	float: left;
	width: 275px;
	text-align: center;
}

.box-currencies{ margin-top: 10px;}

.box-inscription{ margin-top: 10px;}

.box-shopppingcart{}

.banniere{
	width: 836px;
	height: 305px;
	background-image: url("images/template/bg_head.jpg");
	margin: 10px 0;
}

.top-menu{
	margin-bottom: 10px;
}

.top-menu ul{
	margin: 0;
	padding: 0;
}

.top-menu li{
	list-style: none;
	display: inline;
}
/*--------------------*/
/*     MENU VERTI     */
/*--------------------*/
.li_menu_principal-1, .li_menu_principal-2, .li_menu_principal-3, .li_menu_principal-4, .li_menu_principal-5{
	margin-left: 10px;
}
/*--------------------*/
/*  LISTING PRODUITS  */
/*--------------------*/
/* Style de l'affichage des pages */
.pages{
	padding: 10px;
	color: #000000;
}
.pages a{
	color: #CC0000;
}
.pages a:hover{
	text-decoration: none;
}
.pages_produits, .pages_total {
	display: inline;
}
.pages_produits{
	float: left;
}
.pages_total{
	float: right;
}

/* Type d'affichage */
.affichage{
	margin: 10px 10px 3px 10px;
	text-align: left;
}
.affichage a{
	color: #CC0000;
	text-decoration: none;
}
.affichage a:hover{
	text-decoration: none;
}
/* Sous-catégorie */
.souscategories{
	float: left;
	margin: 15px 0;
}
.souscategorie{
	float: left;
	width: 200px;
	margin: 3px 0 3px 50px;
}
.souscategorie a{
	color: #CC0000;
	font-size: 12px;
	font-weight: bold;
}
/* Produit */
.produit{
	float: left;
	width: 165px;
	margin: 10px;
}
.titre{
	height: 35px;
	line-height: 20px;
}
.titre img{
	float: left;
}
.titre a{
	color: #CC0000;
	font-size: 12px;
	font-weight: bold;
	margin-left: 10px;
}
.image{
	width: 165px;
	height: 146px;
	margin: 5px 0;
	background-image: url(images/product_image.gif);
	background-repeat: no-repeat;
}
.image table, .image td{
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}
.infos{
	background: url(images/product_fond.gif) no-repeat;
	padding: 7px 7px 0;
}
.infos_footer{
	height: 9px;
	background: url(images/product_fond_footer.gif) no-repeat;
}
.infos2{
	height: 65px;
	overflow-y: hidden;
}
.tarif{
	color: #7B7B7B;
	font-size: 18px;
	font-weight: bold;
	margin: 5px 0;
	text-align: center;
}
.old_price{
	font-size: 14px;
	color: #CC0000;
	text-decoration: line-through;
}
.boutons{ text-align: center }
.boutons img{ margin-top: 3px; }
/* Mosaique */
.produit-mosaique{
	float: left;
	width: 95px;
	margin: 0px 10px;
	margin-bottom: 10px;
}
.produit-mosaique .options{
	display: none;
}
.produit-mosaique .titre{
	display: none;
}
.produit-mosaique .prix{
	float: none;
	width: 100px;
	text-align: center;
	margin-top: 0px;
}
.produit-mosaique .image{
	float: none;
	margin: 0px;
	width: 90px;
	height: 90px;
	background: none;
}
.produit-mosaique .infos{
	background: none;
	padding: 7px;
	height: 35px;
}
.produit-mosaique .tarif{
	line-height: 17px;
}

.breadcrumb-listing{
	margin: 10px 0 0 10px;;
}

/*--------------------*/
/*    PAGE PRODUITS   */
/*--------------------*/
.breadcrumb{
	margin: 10px 0;
}

.titre_produit{
	height: 20px;
	line-height: 20px;
	color: #CC0000;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
.titre_produit img{
	float: left;
}

.image_info{
	width: 300px;
	float: left;
	text-align: center;
}

.image_info table, .image_info td{
	width: 300px;
	height: 300px;
	text-align: center;
	vertical-align: middle;
}

.bt-hd{
	display: block;
	margin-top: 10px;
}

.product_price{
	font-size: 14px;
}
.product_price .old_price{
	font-size: 12px;
}

.infos_produit{
	width: 240px;
	float: left;
	margin-left: 15px;
}

.boutons_info div{
	float: left;
	margin-right: 10px;
}

.boutons_info input{
	border: none;
}

.subtitle{
	color:#CC0000;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0;
}

.xsell .infoBoxHeading{
	background-color: #FFFFFF;
	color:#CC0000;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0;
}

.xsell .smallText{
	padding-bottom: 10px;
}

/*--------------------*/
/* 	    IMPRIMER      */
/*--------------------*/
body.imprimer{
	background-color: white;	
}
.imprimer-produit{
	margin: auto;
	width: 620px;
}
.imprimer-produit .header{
	color: black;
	width: 620px;
}
.imprimer-produit a{
	color: black;
}
div.title h1{
	background-color: #EEEEEE;
	padding: 10px;
	margin: 5px 0;
}

.imprimer .product_price{
	font-size: 16px;
}
.imprimer .product_price .old_price{
	font-size: 14px;
}

.edition{
	text-align: right;
}
.logo{
	float: left;
}
.bouton-imprimer{
	float: right;
	margin-top: 10px;
	text-align: right;
}
.image_info2{
	float: left;
	width: 614px;
	margin: 5px;
	text-align: center;
}

/*--------------------*/
/* 	       HD         */
/*--------------------*/
.contenu{
	width: 1000px;
	margin: auto;
	text-align: center;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

.image_hd_desc h1{
	font-size: 18px;
	margin-top: 15px;
}

/*--------------------*/
/*       FOOTER       */
/*--------------------*/
.footer{
	margin: 10px 0 20px 0;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
}

.footer ul{
	margin: 0;
	padding: 0;
}

.footer li{
	display: inline;
	margin: 0 5px 0 5px;
	padding: 0;
}

.footer a{
	font-weight: bold;
	color: #FFFFFF;
}

/*--------------------*/
/*       LOGIN        */
/*--------------------*/
.bloc-login{
	float: left;
	border:1px solid #B6B7CB;
	padding: 5px;
	margin: 30px 30px;
	width: 200px;
}
.login-text, .login-forgot{
	margin: 10px 0;
}

.bt_left{
	background-color: white;
	border: 1px solid white;
	margin: 0;
}

.bt_left div{
	background: url(images/template/bg_bouton.png) no-repeat;
	width: 207px;
	height: 51px;
	margin-top: 1px;
}
input.searchbox{
	font-size: 12px;
}

/* CSS du menu horizontal */
#menuajax{
	height: 25px;
	margin-bottom: 10px;
	text-align: center;
}

.menu{
    position:relative;
    display:block;
    margin: 0 0 10px;
    padding:0;
}

.menu ul{
    position:absolute;
    display:block;
    /*margin:0;*/
    padding:0;
}
    
.menu li ul{
    visibility:hidden;
}

.level_1 {
	margin: 0px;
}
/*.menu li li ul{*/
.ul_droite {
    position:absolute;
    margin-left: 160px;
    margin-top: -10px;
}
.ul_gauche {
    position:absolute;
    margin-left: -160px;
    margin-top: -10px;
}
    
.menu li{
    list-style:none;
    height:auto;
    display:inline;
    display/**/:block;
    float:none;
    float/**/:left;
    margin:0;
    padding:0;
}
    
.menu li li{
    display:block;
    float:none;
}
    
/* correct a little IE bug */
* html .menu li li{
    display:inline;
}

.menu a{
    text-align:left;
    background: #9e0c0d;
    border:1px #470004 solid;
    color:#fff;
    display:block;
    text-decoration:none;
    width: 165px;
    height: 25px;
    line-height: 25px;
    margin: 0;
    font-size: 12px;
    text-align: center;
    overflow: hidden;
}
    
.menu a:hover{
    background-color: #470004;
    /*border:1px #eee solid;*/
	/*color:#000;*/
}
    
/* for a mozilla better display with key nav */
.menu a:focus{
    background-color: #aaf;
}

