* {
	margin:0px;
	padding:0px;
	border:0px;
}

body{
	font-family: 'Verdana', Arial , Helvetica, sans-serif;
	font-size:10px;
	background:url(images/templates/fond_header_degrad.jpg) left top repeat-x;
	text-align:left;
	color:#959595;
}

/*-------------------------------------------------------------------*/
/*------------------COMMUN AUX BOUTIQUES-----------------------------*/
/*-------------------------------------------------------------------*/

.clear{clear:both;}
.bloc{clear:both;}

a {
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

a:active{
	
}

.navig {
	color:#f15a29;
}

.liensinternautes {
 	color:#f15a29;
	font-weight:bold;
}

span.margin_top5 {margin-top:5px;display:block;}
span.margin_top10 {margin-top:10px;display:block;}
span.margin_top15 {margin-top:15px;display:block;}

/*-------------------------------------------------------------------*/
/*------------------FORMULAIRE---------------------------------------*/
/*-------------------------------------------------------------------*/

select,input,textarea {
	font-family:'Verdana', Arial , Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	border:1px solid #a8a9ab;
}

input[type="image"], input[type="radio"]
{
	border:none;
	border:0px;
}

.input_no_border {
	border:none;
}

.inligne {
	display:inline;
}

.submit_ok_turq {
	background:none;
	border:none;
	cursor:pointer;
	color:#00aeef;
	margin-left:1px;
	margin-top:5px;
	height:16px;
	line-height:16px;
	display:inline;
}

.input_gauche {
	width:145px;
	height:16px;
	line-height:16px;
	margin-left:5px;
	margin-top:5px;
	display:inline;
}

.input_quantite {
	width:25px;
}

.input_panier {
	border:none;
	font-weight:bold;
	text-align:left;
	display:inline;
	color:#959595;
	width:60px;
	font-size:10px;
}

#prix_par_caract{
	color:#f7931e;
	font-size:14px;
	font-weight:bold;
	border:none;
	background-color:#FFFFFF;
	width:150px;
	text-align:left;
}


/*-------------------------------------------------------------------*/
/*------------------Style de texte et class commune------------------*/
/*-------------------------------------------------------------------*/



.bold {
	font-weight:bold;
}

.orange {
	color:#f7931e;
}

.orange_bold {
	color:#f7931e;
	font-weight:bold;
}

.orange_bold_up12 {
	color:#f7931e;
	font-weight:bold;
	font-size:12px;
}

.orange_bold_up {
	color:#f7931e;
	font-weight:bold;
	font-size:14px;
}

.orange_dark {
	color:#f15a29;
}



.orange_dark_bold {
	color:#f15a29;
	font-weight:bold;
}

.orange_dark_bold_up {
	color:#f15a29;
	font-weight:bold;
	font-size:11px;
}

.orange_dark_bold_up12 {
	color:#f15a29;
	font-weight:bold;
	font-size:12px;
}

.orange_dark_bold_up14 {
	color:#f15a29;
	font-weight:bold;
	font-size:14px;
}

.turquoise {
	color:#00aeef;
}

.turquoise_bold {
	color:#00aeef;
	font-weight:bold;
}

.turquoise_bold_up14 {
	color:#00aeef;
	font-weight:bold;
	font-size:14px;
}

.bleu {
	color:#2f3192;
}

.bleu_bold {
	color:#2f3192;
	font-weight:bold;
}

.bleu_dark {
	color:#2e3192;
}

.bleu_dark_bold {
	color:#2e3192;
	font-weight:bold;
}

.noir {
	color:#000;
}

.noir_bold {
	color:#000;
	font-weight:bold;
}

.noir_bold_up {
	color:#000;
	font-weight:bold;
	font-size:12px;
}

.gris {
	color:#959595;
}

.gris_bold {
	font-weight:bold;
	color:#959595;
}

.gris_bold_caps {
	font-weight:bold;
	color:#959595;
	text-transform:uppercase;
}

.gris_bold_midup {
	font-weight:bold;
	color:#959595;
	font-size:11px;
}

.gris_bold_up {
	font-weight:bold;
	color:#959595;
	font-size:12px;
}

.gris_dark {
	color:#464647;
}

.gris_dark_midup {
	color:#464647;
	font-size:11px;
}

.gris_dark_bold {
	font-weight:bold;
	color:#464647;
}

.gris_dark_bold_caps {
	font-weight:bold;
	color:#464647;
	text-transform:uppercase;
}

.gris_dark_bold_up {
	font-weight:bold;
	color:#464647;
	font-size:12px;
}

.gris_dark_bold_up_caps {
	font-weight:bold;
	color:#464647;
	font-size:12px;
	text-transform:uppercase;
}

.violet {
	color:#9e1f63;
}

.violet_bold {
	color:#9e1f63;
	font-weight:bold;
}


.red_bold {
	font-weight:bold;
	color:#FF0000;
}

.vert {
	color:#bed73b;
}

.vert_bold {
	color:#bed73b;
	font-weight:bold;
}

.vert_bold_up {
	color:#bed73b;
	font-weight:bold;
	font-size:12px;
}

.vert_dark {
	color:#8dc63f;
}

.vert_dark_bold {
	color:#8dc63f;
	font-weight:bold;
}

.red_bold_up{
	font-weight:bold;
	color:#FF0000;
	font-size:12px;
}

.lien_image {
	cursor:pointer;
	display:block;
	font-weight:bold;
	color:#959595;
}

.blanc {
	color:#FFFFFF;
}

.blanc_bold {
	color:#FFFFFF;
	font-weight:bold;
}

.blanc_bold_caps {
	color:#FFFFFF;
	font-weight:bold;
	text-transform:uppercase;
}

.float_left {
	float:left;
}
.float_right {
	float:right;
}

.btn_stock {
	background:url(images/templates/btn_stock.jpg) no-repeat;
	width:16px;
	height:15px;
	display:block;
}

.erreur{
	padding-top:20px;
	color:#EC1D25;
	text-align:center;
	font-weight:bold;
}

.erreur_orange {
	padding-bottom:10px;
	color:#f15a29;
	text-align:center;
	font-weight:bold;
}

.etoile{
	color:#2f3192;
	font-weight:bold;
}

.lien_inter_module {
	text-align:right;
	margin:-5px 10px 5px 0px;
	font-size:10px;
}

.lien_bas {
	text-align:right;
	padding:5px 10px 0px 0px;
}

.lien_page {
	text-align:center;
}

.texte_bas {
	text-align:left;
	padding:0px 0px 0px 10px;
	float:left;
	width:400px;
	font-size:9px;
}

.margin_top_5 {margin-top:5px;}
.margin_top_10 {margin-top:10px;}
.margin_top_20 {margin-top:20px;}
.margin_left_10 {margin-left:10px;}
.margin_right_20 {margin-right:20px;}


.rub_divers_gauche {
	width:290px; 
	float:left;
	text-align:center;
}

.rub_divers_droite {
	width:245px;
	float:right;
	text-align:center;
}

.btn_orange_vide {
	background:url(images/templates/btn_orange_vide.jpg) no-repeat;
	width:113px;
	height:28px;
	display:block;
	color:#FFFFFF;
	text-align:center;
	vertical-align:middle;
	font-size:12px;
	line-height:22px;
	font-weight:bold;
	margin-top:5px;
	padding-top:4px;
}

.btn_orange_vide2 {
	background:url(images/templates/btn_orange_vide.jpg) no-repeat;
	width:113px;
	height:28px;
	display:block;
	color:#FFFFFF;
	text-align:center;
	vertical-align:middle;
	font-size:12px;
	line-height:22px;
	font-weight:bold;
	float:right;
}

.height_line {
	line-height:16px;
	display:block;
	height:16px;
	vertical-align:text-top;
}

/*pour la page d'impression*/

.conteneur {
	width:556px;
	margin-left:auto;
	margin-right:auto;
	margin-top:34px;
	background-color:#FFFFFF;
}

#header_imp {
	margin-left:auto;
	margin-right:auto;
	height:85px;
	width:380px;
	background:url(images/templates/logo_header.jpg) no-repeat;
}

/*-------------------------------------------------------------------*/
/*------------------COMMUN A TOUTE LES PAGES-------------------------*/
/*-------------------------------------------------------------------*/

#conteneur_total {
	width:980px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	width:980px;
	height:157px;
	background:url(images/templates/fond_header_total.jpg) no-repeat;
}

#header_haut {
	width:980px;
	height:115px;
}

#header_haut_gauche {
	float:left;
	width:380px;
	height:110px;
	/*background:url(images/templates/logo_header.jpg) no-repeat;*/
}

#header_haut_droite {
	float:right;
	width:599px;
	height:115px;
	background:url(images/templates/fond_header_droite.jpg) no-repeat;
}

#placement_header {
	margin:0px 25px 0px 30px;
	padding-top:17px;
}

#recherche {
	width:350px;
	float:left;
}

#placement_input_text_rech {
	width:310px;
	height:20px;
	margin-bottom:15px;
}

.input_recherche {
	width:310px;
	height:16px;
	display:block
}

#placement_input_select {
	margin-left:16px;
}

.input_recherche_select {
	width:125px;
	vertical-align:top;
}

.submit_recherche_header {
	background:url(images/templates/btn_recherche_header.jpg) no-repeat;
	width:152px;
	height:33px;
	border:none;
	margin-top:-5px;
	margin-left:18px;
	cursor:pointer;
}

#panier {
	margin-top:2px;
	float:right;
	width:112px;
	height:50px;
}

#panier p {
	margin-top:3px;
}



.header_cont_menu_left {
	float:left;

}

.header_cont_menu_right {
	float:right;
	height:26px;
	width:390px;
	margin-top:13px;
}

dl, dd, dt{
	float:left;
}

dt a {
	line-height:26px;
}



#header_cont_menu dd{
	width:170px;
	position:absolute;
	height:17px;
	top:118px;
	clear:left;
	display:none;
}

#header_cont_menu dd ul li {
	list-style:none;
}

#header_cont_menu dd ul li a{
	width:170px;
	height:15px;
	display:block;
	line-height:15px;
	text-indent:5px;
	background:#95969A;
	border:1px solid #FFF;
}

#header_cont_menu dd ul li a:hover{
	background:#F7941D;
}

.onglet_orange_gauche {
	width:6px;
	height:26px;
	background:url(images/templates/onglet_orange_gauche.gif) no-repeat;
	float:left;
}

.onglet_orange_mid {
	height:26px;
	padding-left:2px;
	padding-right:2px;
	background:url(images/templates/onglet_orange_mid.jpg) repeat-x;
	float:left;
}

.onglet_orange_droite {
	width:6px;
	height:26px;
	background:url(images/templates/onglet_orange_droite.gif) no-repeat;
	float:left;
}


.onglet_gris_gauche{
	width:7px;
	height:26px;
	background:url(images/templates/onglet_gris_gauche.gif) no-repeat;
	float:left;
}
.onglet_gris_mid{
	height:26px;
	padding-left:2px;
	padding-right:2px;
	background:url(images/templates/onglet_gris_mid.jpg) repeat-x;
	float:left;
}
.onglet_gris_droite{
	width:6px;
	height:26px;
	background:url(images/templates/onglet_gris_droite.gif) no-repeat;
	float:left;
}

.onglet_vert_gauche {
	width:6px;
	height:26px;
	background:url(images/templates/onglet_vert_gauche.gif) no-repeat;
	float:left;
}

.onglet_vert_mid {
	height:26px;
	padding-left:2px;
	padding-right:2px;
	background:url(images/templates/onglet_vert_mid.jpg) repeat-x;
	float:left;
}

.onglet_vert_droite {
	width:6px;
	height:26px;
	background:url(images/templates/onglet_vert_droite.gif) no-repeat;
	float:left;
}


.onglet_bleu_gauche {
	width:6px;
	height:26px;
	background:url(images/templates/onglet_bleu_gauche.gif) no-repeat;
	float:left;
}

.onglet_bleu_mid {
	height:26px;
	padding-left:2px;
	padding-right:2px;
	background:url(images/templates/onglet_bleu_mid.jpg) repeat-x;
	float:left;
}

.onglet_bleu_droite {
	width:6px;
	height:26px;
	background:url(images/templates/onglet_bleu_droite.gif) no-repeat;
	float:left;
}


#header_texte {
	margin-top:8px;
	height:18px;
	padding:0px 3px 0px 3px;
	font-size:14px;
}

#header_texte p{
	display:inline;
}


#header_texte marquee {
	display:block;
	height:18px;
	line-height:18px;
	_margin-top:-4px;
	vertical-align:middle;
	margin-left:auto;
	margin-right:auto;
}


/*
.header_texte_left {
	float:left;
	width:600px;
	height:37px;
	line-height:14px;
	font-size:12px;
}

.header_texte_right {
	float:right;
	width:350px;
	height:37px;
}
*/

#conteneur_middle {
	width:980px;
	background-color:#FFFFFF;
}


.texte_module {
	padding:0px 5px 0px 5px;
}


/*--Gauche de la page--*/
#gauche {
	width:195px;
	float:left;
	font-size:11px;
}

.gauche_cont_module {
	width:185px;
	margin-left:10px;
}

.module_repeat_gauche {
	background:url(images/templates/module_repeat_gauche.jpg) repeat-y;
	width:185px;
}

.module_bas_gauche {
	background:url(images/templates/module_bas_gauche.jpg) no-repeat;
	width:185px;
	height:23px;
}

/*module cat*/
.module_cat_haut {
	background:url(images/templates/module_cat_haut.jpg) no-repeat;
	width:185px;
	height:38px;
}

/*module dans nos magasin*/
.module_dans_magasin_haut {
	background:url(images/templates/module_dans_magasin_haut.jpg) no-repeat;
	width:185px;
	height:35px;
}



/*TREEVIEW*/
#catalogue{
	width:185px;
	padding:5px 5px 0px 5px;
}

#catalogue ul, #catalogue li{margin:0; padding:0; list-style:none;}

/*niv1*/
#catalogue .file, #catalogue .folder, #catalogue .folderOpen {
	width:185px;
}

#catalogue .file a, #catalogue .folder a, #catalogue .folderOpen a{
	display:block;
	width:165px;
	padding:2px 5px 4px 10px;
	background:url('images/templates/puceOrange.gif') no-repeat 0 3px;
	line-height:10px;
	color:#f15a29;
}

#catalogue .folder a {
	color:#f15a29;
}

#catalogue .folderOpen a{
	color:#f15a29;
	font-weight:bold;
}

/*niv2*/
.tree {
	display:none;
}

#catalogue .folder .tree .file, #catalogue .folderOpen .tree .file, #catalogue .folder .tree .folder,  #catalogue .folderOpen .tree .folder, #catalogue .folderOpen .tree .folderOpen{
	width:155px;
	padding:0 0 0 10px;
}

#catalogue .folder .tree .file a, #catalogue .folder .tree .folder a{
	display:block;
	width:145px;
	padding:2px 5px 4px 10px;
	color:#464647;
	background:url('images/templates/puceGrise.gif') no-repeat 0 3px;
	line-height:10px;
	font-weight:normal;
}

#catalogue .folderOpen .tree .file a, #catalogue .folderOpen .tree .folder a, #catalogue .folderOpen .tree .folderOpen a{
	display:block;
	width:145px;
	padding:2px 5px 4px 10px;
	color:#464647;
	background:url('images/templates/puceGrise.gif') no-repeat 0 3px;
	line-height:10px;
	font-weight:normal;
}


/*niv3*/
/*
#catalogue .folder .tree .folder .tree .file, #catalogue .folderOpen .tree .folderOpen .tree .file{
	width:145px;
	padding:0 0 0 10px;
}

#catalogue .folder .tree .folder .tree .file a{
	display:block;
	width:135px;
	padding:0 0 0 10px;
	text-transform:none;
	color:#464647;
	background:url('images/templates/pucegauche.jpg') no-repeat 0 3px;
	background-color:#FFF;
}

#catalogue .folderOpen .tree .folderOpen .tree .file a{
	display:block;
	width:135px;
	padding:0 0 0 10px;
	color:#464647;
	font-weight:bold;
	background:url('images/templates/pucegauche.jpg') no-repeat 0 3px;
}
*/

/*FIN TREEVIEW*/



/*module news letter*/

.module_news_haut {
	background:url(images/templates/module_newsletter_haut.jpg) no-repeat;
	width:185px;
	height:42px;
}

/*module nous connaitre*/

.module_nous_connaitre_haut {
	background:url(images/templates/module_nous_connaitre_haut.jpg) no-repeat;
	width:185px;
	height:37px;
}

/*module seek_magasin*/

.module_seek_magasin_haut {
	background:url(images/templates/module_seek_magasin_haut.jpg) no-repeat;
	width:185px;
	height:47px;
}

/*module nos magasin */

.module_nos_magasin {
	background:url(images/templates/module_nos_magasin.jpg) no-repeat;
	width:185px;
	height:221px;
}






/*--millieu de la page--*/
#middle {
	width:570px;
	margin-left:0px!important;
	margin-left:-10px;
	height:100%;
	float:left;
}

#middle_centrage {
	width:556px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
}

/*encart du haut*/

.navigation {
	padding:10px 0px 0px 10px;
}

.contBanCat {
	background:url(images/templates/banCat.jpg) no-repeat;
	width:556px;
	height:118px;
}

.contBanCatGauche {
	float:left;
	width:118px;
	height:118px;
}

.contBanCatGauche img {
	margin:12px 0px 0px 14px;
}

.contBanCatDroite {
	float:right;
	width:420px;
	margin-right:10px;
	margin-top:20px;
}


.contBanCatDroite h1 {
	font-size:20px;
	font-weight:bolder;
	margin-bottom:5px;
}

.contBanEdito {
	background:url(images/templates/banEdito.jpg) no-repeat;
	width:556px;
	height:128px;
}

.contBanEditoFull {
	width:556px;
}

.titreEdito {
	background:url(images/templates/banEditoFullTop.jpg) no-repeat;
	width:75px;
	height:34px;
	margin-left:20px;
}


.contenuBanEdito_full {
	padding:10px 0px 10px 10px;
	background:url(images/templates/banEditoFullBottom.jpg) no-repeat bottom;
}

.contenuBanEdito {
	padding:60px 0px 0px 10px;
}


.cont_texte_edito {
	height:50px;
	width:390px;
	font-size:11px;
}

.cont_texte_edito_full {
	width:540px;
	font-size:11px;
	margin-bottom:80px;
	margin-top:10px;
	color:#000000;
}

.ajax-loader {
	background:url(images/templates/ajax-loader.gif) center no-repeat;
	height:16px;
	width:180px;
}

/*liste et titre*/
.zoneListe {
	width:556px;
	margin-bottom:10px;
}

.zoneListeCat {
	width:556px;
	margin-top:5px;
}

.banVide{
	background:url(images/templates/banVide.jpg) no-repeat;
	width:556px;
	height:46px;
	text-indent:14px;
	line-height:46px;
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
}

.banArticle {
	background:url(images/templates/banArticle.jpg) no-repeat;
	width:556px;
	height:46px;
}

.banArticles {
	background:url(images/templates/banArticles.jpg) no-repeat;
	width:556px;
	height:46px;
}

.banConseil {
	background:url(images/templates/banConseil.jpg) no-repeat;
	width:556px;
	height:46px;
}

.banCoupCoeur {
	background:url(images/templates/banCoupCoeur.jpg) no-repeat;
	width:556px;
	height:46px;
}

.banPromo {
	background:url(images/templates/banPromo.jpg) no-repeat;
	width:556px;
	height:46px;
}

.banNouv {
	background:url(images/templates/banArrivages.jpg) no-repeat;
	width:556px;
	height:46px;
}

.repeatOrange {
	background:url(images/templates/repeatOrange.jpg) repeat-y;
	width:556px;
}

.repeatCoupCoeur {
	background:url(images/templates/repeatCoupCoeur.jpg) repeat-y;
	width:556px;
}

.repeatNouv {
	background:url(images/templates/repeatArrivages.jpg) repeat-y;
	width:556px;
}

/*listage */

.contenuListe {
	padding:0px 10px 0px 10px;
}

.espaceBit {
	padding-top:5px;
}


.contenuListeCatBit1 {
	background:url(images/templates/fond_liste_cat_bleu.jpg) no-repeat;
	width:556px;
	height:97px;
}

.contenuListeCatBit2 {
	background:url(images/templates/fond_liste_cat_blanc.jpg) no-repeat;
	width:556px;
	height:97px;
}

.contenuListeCatGauche {
	float:left;
	width:100px;
	height:97px;
}

.contenuListeCatGauche img{
	margin:7px 0px 0px 9px;
}

.contenuListeCatDroite {
	float:left;
	width:436px;
	margin-left:10px;
}

.contenuListeCatDroiteHaut {
	height:75px;
	padding-top:5px;
}

.contenuListeCatDroiteHaut h1 {
	font-size:18px;
	font-weight:bolder;
	margin-bottom:5px;
}
                                
.contenuListeBit1 {
	width:536px;
	height:80px;
	background-color:#f1f2f2;
}

.contenuListeBit2 {
	width:536px;
	height:80px;
}

.contenuListeGauche {
	float:left;
	background:url(images/templates/cadre_image_liste.jpg) no-repeat;
	height:80px;
	width:80px;
}

.contenuListeGauche img{
	margin:6px 0px 0px 5px;
}

.contenuListeMiddle {
	float:left;
	width:360px;
	margin-left:5px;

}

.contenuListeMiddleHaut {
	height:52px;
	margin-top:2px;
}

.contenuListeMiddleBas {
	height:24px;
	font-size:12px;
	line-height:22px;

}

.listePrix {
	float:left;
	width:90px;
	text-indent:2px;
}

.listePourcent {
	float:left;
	width:60px;
	height:22px;
	background-color:#f7931e;
	text-align:center;
}

.listePrixNeuf {
	float:right;
	width:210px;
	text-align:center;
}

.contenuListeDroite {
	float:right;
	width:80px;
	height:76px;
	margin-top:2px;
}

.contenuListeDroiteHaut {
	width:80px;
	height:20px;
	line-height:20px;
	text-align:center;
}

.contenuListeDroiteBas {
	width:80px;
	padding:25px 0px 0px 9px;
}

.btn_panier_liste {
	background:url(images/templates/btn_ajout_panier_liste.jpg) no-repeat;
	width:63px;
	height:29px;
	display:block;
	cursor:pointer;
	border:none;
}

.btn_contact_liste {
	background:url(images/templates/btn_contact_liste.jpg) no-repeat;
	width:63px;
	height:29px;
	display:block;
	cursor:pointer;
	border:none;
}


.basOrange {
	background:url(images/templates/basOrange.jpg) no-repeat top;
	width:556px;
	height:37px;
}

.basCoupCoeur {
	background:url(images/templates/basCoupCoeur.jpg) no-repeat top;
	width:556px;
	height:37px;
}

.basNouv {
	background:url(images/templates/basArrivages.jpg) no-repeat top;
	width:556px;
	height:37px;
}

/*encart du bas*/

.contBanFou {
	background:url(images/templates/banFou.jpg) no-repeat;
	width:556px;
	height:119px;
}



/*page article*/

.detArticleGauche {
	float:left;
	width:240px;
}

.contImagePrinci {
	background:url(images/templates/cadre_image_det.jpg) no-repeat;
	width:240px;
	height:240px;
}

.contImagePrinci img {
	padding:5px;
}

.contImageMini {
	background:url(images/templates/cadre_image_liste.jpg) no-repeat;
	width:80px;
	height:80px;
	float:left;
}

.contImageMini img {
	padding:5px;
}

.detArticleDroite {
	float:right;
	width:285px;
}

.detArticleDroite h1 {
	font-size:14px;
}

.descripArticle {
}

.descripArticle ul{
	margin-left:14px;
	font-weight:bold;
	list-style:circle;
}
.descripArticle ul li{
	color:#f7931e;
	text-indent:-3px;
}

.detPourcent {
	float:left;
	width:60px;
	height:22px;
	background-color:#f7931e;
	text-align:center;
	font-size:12px;
	line-height:22px;
	margin-top:10px;
}

.detPrixNeuf {
	float:right;
	width:225px;
	text-align:center;
	font-size:12px;
	line-height:22px;
	margin-top:10px;
}

.imgStock {
	margin-top:10px;
}

.imgStock img {
	height:16px;
	float:left;
}

.imgStock p {
	height:16px;
	float:left;
	margin-left:5px;
}

.btn_recom_ami {
	background:url(images/templates/btn_connaitre_ami.jpg) no-repeat;
	width:229px;
	height:36px;
	display:block;
	cursor:pointer;
}

.btn_ajout_panier {
	background:url(images/templates/btn_ajout_panier.jpg) no-repeat;
	width:180px;
	height:41px;
	display:block;
	cursor:pointer;
}

/*--droite de la page--*/
#droite {
	width:215px;
	float:right;
}

.droite_cont_module {
	width:205px;
	margin-right:10px;
}

.module_repeat_droite {
	background:url(images/templates/module_repeat_droite.jpg) repeat-y;
	width:205px;
}

.module_bas_droite {
	background:url(images/templates/module_bas_droite.jpg) no-repeat;
	width:205px;
	height:20px;
}

/*module choix magasin*/
.module_choix_magasin {
	background:url(images/templates/module_choix_magasin.jpg) no-repeat;
	width:205px;
	height:119px;
}

#contenuChoixMagasin {
	padding-top:45px;
	padding-left:9px;
}

.input_magasin_select {
	vertical-align:top;
	margin-top:7px;
	width:165px;
	height:18px;
}

.input_gauche_big {
	width:170px;
	margin-left:5px;
	height:14px;
	_height:16px;
	display:block;
}

.select_gauche_big {
	width:172px;
	margin-left:5px;
}

.submit_magasin {
	background:url(images/templates/btn_choisir_boutique.jpg) no-repeat;
	width:180px;
	height:33px;
}

.submit_ok_vert {
	background:none;
	border:none;
	cursor:pointer;
	color:#bed73b;
	margin-left:1px;
	margin-top:5px;
	height:18px;
	line-height:18px;
	display:inline;
}


/*module contact*/
.module_contact {
	background:url(images/templates/module_contact.jpg) no-repeat;
	width:205px;
	height:219px;
}

.module_dans_magasin_haut_new {
	background:url(images/templates/module_magasin_haut_new.jpg) no-repeat;
	width:205px;
	height:37px;
}


/*module engagement*/
.module_enga_haut {
	background:url(images/templates/module_enga_haut.jpg) no-repeat;
	width:205px;
	height:37px;
}
#contenuEnga {padding-top:5px;}


.module_information_haut {
	background:url(images/templates/module_information_haut.jpg) no-repeat;
	width:205px;
	height:37px;
}

#contenu_information {
	width:196px;
	margin-left:auto;
	margin-right:auto;
	padding:5px 0px 2px 0px;
}

.contenuEngaBit {
	width:197px;
	height:36px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:1px;
}

/*module arrivage*/
.module_arrivage_haut {
	background:url(images/templates/module_nouveau_arrivage.jpg) no-repeat;
	width:205px;
	height:34px;
}

#contenuNouv {
	padding:5px 5px 0px 5px;
}

.contenuNouvBit1 {
	width:195px;
	height:52px;
	background-color:#f1f2f2;
	margin-top:1px;
}

.contenuNouvBit2 {
	width:195px;
	height:52px;
	margin-top:1px;
}

.contenuNouvGauche {
	float:left;
	background:url(images/templates/cadre_image_liste_mini.jpg) no-repeat;
	height:52px;
	width:52px;
}

.contenuNouvGauche img{
	margin:3px 0px 0px 3px;
}

.contenuNouvDroite {
	float:left;
	width:138px;
	margin-left:5px;
	padding-top:2px;
}

.contenuNouvDroiteHaut {
	height:35px;
	font-size:9px;
}

.contenuNouvDroiteBas {
	height:14px;
}

.contenuNouvDroiteBasGauche {
	float:left;
	width:80px;
	height:13px;
	line-height:12px;
}

.contenuNouvDroiteBasDroite {
	float:right;
	width:40px;
	margin-right:5px;
	background-color:#2f3192;
	font-size:9px;
	text-align:center;
	height:13px;
	line-height:12px;
}


/*module paiement*/
.module_paiement {
	background:url(images/templates/module_mode_paiement.jpg) no-repeat;
	width:205px;
	height:179px;
}

/*module livraison*/
.module_livraison {
	background:url(images/templates/module_mode_livraison.jpg) no-repeat;
	width:205px;
	height:105px;
}

/*module nos produits */

.module_nos_produit {
	background:url(images/templates/module_nos_produits.jpg) no-repeat;
	width:185px;
	height:189px;
	margin-left:auto;
	margin-right:auto;
}




/*--footer--*/

#footer {
	width:980px;
	height:214px;
	background:url(images/templates/fond_footer.jpg) no-repeat;
	text-align:center;
}

#footer_lien {
	padding-top:25px;
}

#footer_copy {
	margin-top:25px;
}

/*-------------------------------------------------------------------*/
/*------------------page Cde1 et Cde2--------------------------------*/
/*-------------------------------------------------------------------*/

.cde{
	width:550px;
	padding-left:14px;
	height:26px;
	margin:0 auto;
	line-height:26px;
	color:#FFFFFF;
	text-transform:uppercase;
	font-weight:bold;
}

.td_head_cde{
	text-align:left;
	height:35px;
	vertical-align:middle;
	font-weight:bold;
	color:#656565;
	font-size:12px;
}

.td_head_cdebis{
	text-align:center;
	height:35px;
	vertical-align:middle;
	font-weight:bold;
	color:#656565;
	font-size:12px;
}

.td_head_cdetris{
	text-align:right;
	height:35px;
	vertical-align:middle;
	font-weight:bold;
	color:#656565;
	font-size:12px;
}

.cde1 {
	height:25px;
	vertical-align:middle;
	background-color:#f1f2f2;
	font-size:12px;
}

.cde1 a, .cde2 a{
	color:#464647;
}

.cde1 input, .cde2 input{
	width:20px;
}

.cde2 {
	height:25px;
	vertical-align:middle;
	font-size:12px;
}

.td_foot_cde{
	text-align:right;
	padding-right:5px;
	color:#464647;
	font-weight:bold;
}

.boutons_commande{
	margin:20px 0px 10px 0px;
	padding-right:20px;
	text-align:right;
	clear:both;
}

.tot_cde{
	color:#EC1D25;
	font-weight:bold;
	font-size:12px;
}

.cde3_content{
	padding:20px 10px 10px 20px;
	color:#666666;
}

/************Photos************/
#diapo{width:400px; float:left; margin-top:10px; margin-left:10px;}
#diapo img{border:none;}
#autre{width:60px; height:50px; float:left; margin:10px 10px 0 10px; text-align:center;}
#autre img{margin-bottom:5px;}

.delai {padding-bottom:10px;}
.delai img{vertical-align:middle;}


/*page recherche */

.rechercheHisto {
	margin-left:40px;

}

/*page stock */
.stockBit {
	width:250px;
	height:80px;
	float:left;
	margin:5px 10px;
}

.stockDet {
	margin:10px;
}

/****************************** Défilement images icones *****************/
.contBanIcone {
	/*background:url(images/templates/banIcone.jpg) no-repeat;*/
	width:556px;
	/*margin-bottom:10px;*/
}


#dhtmlgoodies_slideshow{
	width:556px;	/* Total width of slideshow */
}

.encart_icones {
	width:556px;
	height:35px;
	margin-top:10px;
}

.cont_icones {
	height:35px;
	width:35px;
	float:left;
	margin:0px 2px;
}



#galleryContainer {
	width:556px;
	height:35px;
	position:relative;
	overflow:hidden;
}


#theImages {
	position:absolute;
	height:35px;
	width:2000px;
}

#theImages #slideEnd {
	float:left;
}

#arrow_left {
	width:9px;
	height:35px;
	background:url(images/templates/fleche_gauche.jpg) no-repeat;
	position:absolute;
	left:0;
	z-index:10;
	cursor:pointer;
}

#arrow_right {
	width:9px;
	height:35px;
	background:url(images/templates/fleche_droite.jpg) no-repeat;
	position:absolute;
	right:0;
	z-index:10;
	cursor:pointer;
}

.imgz {
	float:left;
	border:0px;
	width:35px;/*125*/
	height:35px;/*125*/
}
