body {
	background: #013F5E url('img/bg_site.png') repeat 0 0 fixed;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

@font-face {
	font-family: 'DinAltMed';
	src: url("fonts/DIN Alternate Medium.ttf");
}

	
.titreh1, h1 {
	font-size:28px;
	color:#333;
	margin:0.6em 0 0.6em 0;
	font-family: DinAltMed, verdana, arial, helvetica, sans-serif;

}


/*
h2 {
	font-size:30px;
	color:black;
	margin:0.6em 0 0.6em 0;
}*/

h2 {
	font-size:14px;
	color:#2E97D2;
	font-weight:bold;
	margin-top:1em;
	padding:5px 0 5px 0;
}

.actualite h2 {
	margin:0;
	padding:0;
}


.documentation h3 {
	font-size:inherit;
	line-height:inherit;
	font-weight:normal;
}


h4 {
	font-size:14px;
	color:#2E97D2;
	font-weight:bold;
	margin-top:1em;
	padding:5px 0 5px 0;
}

td, th {
	vertical-align:top;
}

table.classique td {
	padding:10px;
}

.breadcrump  {
	font-size:11px;
	line-height:2.5em;
	border-bottom:1px solid #EDEDEE;
}

.breadcrump hr {
	border:0;
	height:0;
}

p {
	margin-bottom:1em;
	color: #666666;
}

a {
	color: #3399CC;
	text-decoration: none;
}

input {
	vertical-align:middle;
}

td input {
	vertical-align:top;
}

#wrapper {
	margin:auto;
	width:980px;
	background:white;

	-moz-box-shadow: 0px 0px 3px #000;
	-webkit-box-shadow: 0px 0px 3px #000;
	box-shadow: 0px 0px 3px #000;
	
}

#headerWrapper {
	position: relative;
	z-index: 50;
	width: 980px;
	height: 113px;
}
/*#main {
	top: 113px;
	position: relative;
}/**/
#header {
	height:92px;
	width:980px;
	background:white url('img/bg_header.png') repeat-x bottom left;
	padding:0px 0px 0 0px;
	position:relative;
	font-family: arial, helvetica, sans-serif;
	font-size:11px;

}

#header #logo {
	margin-left:20px;
}

#header #client {
	position:absolute;
	
	width:172px;
	height:24px;
	right:228px;
	padding:28px 0 0 30px;
	z-index:25;
	top:8px;
	color:#3199CC;

}



#header #client_panel label {
	font-weight:bold;
	display:inline-block;
	width:100px;
}

#header #client_panel {
	position:absolute;
	display: none;
	top:53px;
	left:0px;
	z-index:20;
	width:388px;
	height:198px;
	border:1px solid #b2b2b2;
	background:white;
	padding:10px 10px 15px 10px;
}

#header #client_button {
	position: absolute;
	width:172px;
	height:24px;
	top:0;
	left:0;
	padding:28px 0 0 30px;
	background:url('img/bg_mon_espace_client_off.png') no-repeat top left;
}

#header #client:hover #client_button {
	background:white url('img/bg_mon_espace_client_on.png') no-repeat top left;
	padding-bottom: 2px;
	z-index: 100;
}
#header #client_button.clickable {
	cursor:pointer;
}
#header #client:hover #client_button.clickable  {
	background-image: url(img/bg_mon_espace_client_on_button.png);
}
#header #client:hover #client_panel {
	display: none;
}
#header #client_button span.fleche {
	background:url('img/fleche_bleue_right.png') no-repeat 0px 50%;
	padding-left:8px;
}
#client_panel_login {
	border:1px solid #b2b2b2;
	background:white;
	padding:25px;
	padding-top: 15px;
	display: none;
}
#client_panel_login h3 {
	font-weight: normal;
	font-size: 14px;
	color: #3199CC;
	text-transform: uppercase;
}
#header #client a {
	color:#000;
}

#header #client a:hover {
	color:#3399CC;
}

#header #client a.logout {
	background:url('img/btn_croix.png') no-repeat right 1px;
	padding-right:14px;
	text-align:right;
	display:block;
}

#client_panel fieldset {
	border:1px solid #d5d5d5;
	padding-bottom: 8px;
	margin-bottom:5px;
}

#client_panel legend {
	padding:5px;
	margin-left:10px;
}

#client_panel ul {
	margin-left:25px;
}

#client_panel li {
	list-style-image: url('img/fleche_bleue_right.png');
}

#header #panier {
	position:absolute;
	background:url('img/bg_mon_panier.png') no-repeat top left;
	width:172px;
	height:24px;
	right:20px;
	padding:28px 0 0 30px;
	color:#33BC08;
	top:8px;
}

#nav {
	position:absolute;
	bottom:4px;
	right:228px;
}


#formsearch {
	position:absolute;
	left:758px;
	bottom:4px;
}

#formsearch .search_field {
	width:168px;
	font-size: 10px;
}


.central, #globalcentre, #center {
	padding:0 20px 0 20px;
	min-height:320px;
}



/*
#reference h3 {
	margin-top:12px;
	margin-bottom:4px;
}
*/
#marques ul li
{
	float:left;
	padding-right:4px;
	/*display:inline-block;*/
}
#mentions
{
	font-size: 12px;
	color:#444;
}
#mentions a
{
	display: block;
	margin-bottom: 5px;
}
#mentions a:hover
{
	color:#000;
	text-decoration: underline;
	
}
#mentions ul
{
	padding-left:15px;
}
#footer
{
	margin-top: 20px;
	position: relative;
	background: #eee;
	padding-left: 25px;
	padding-bottom: 15px;
	font-size: 0.9em;

	border:1px solid #ccc;
	border-width:1px 0;
	/*box-shadow: 0 0 8px rgba(0,0,0,.3) inset;
		-moz-box-shadow: 0 0 8px rgba(0,0,0,.3) inset;
		-webkit-box-shadow: 0 0 8px rgba(0,0,0,.3) inset;
		-o-box-shadow: 0 0 8px rgba(0,0,0,.3) inset;*/
}
.linksPanel
{
	float: left;
	width: 33%;

}
.linksPanel .inner
{
	padding: 15px;
	padding-bottom: 0;
}
.linksPanel .level-0
{
	padding-left: 2px;
}
.linksPanel .level-1:hover a
{
	color:#606060;
}
.linksPanel .level-0 a
{
	color:#888;
}
.linksPanel .level-0 a:hover
{
	text-decoration: underline;
	color:#111;
}
#reference.linksPanel
{
	padding: 0;
	margin: 0;
	background-color: transparent;
}

.linksPanel h4
{
	padding: 0; margin: 0;
	margin-bottom: 5px;

}
.linksPanel h5
{
	padding: 0; margin: 0;
	font-size: 1.1em;
	color: #656565;
	margin-top: 7px;
	font-weight: bold;
}

/*#footer {
	background-color:white;
	color:#B2B2B2;
	text-align:center;
	font-size:10px;
	height:100px;
	padding:5px 20px 0 20px;

}

#footer a {
	color:#303030;
	text-decoration:none;
}

#footer img {
	padding-top:8px;
}
*/
#nav a {
	color:#303030;
	text-decoration:none;
}

#nav a:hover {
	color:#606060;
	text-decoration:underline;
}

#nav li {
	display:inline;
}

#intro {
	position:relative;
	padding:0px 20px;
	background:#349ACB url('img/bg_accueil.png') repeat-x bottom left;
}

#intro h1.main {
	margin:0em 0 0em 265px;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	padding:10px 0 10px 16px;
	background: url('img/titre_puce.png') no-repeat 0 60%;
}



#intro #livr_gratuite {
	position:absolute;
	top:0px;
	left:0px;
}

#intro #renseignement {
	position:absolute;
	bottom:0px;
	left:0px;
}

#panier_etape {
	margin:auto;
	padding:15px 0 15px 0;
	text-align:center;
	border-bottom:1px solid #eee;
}

#panier_etape img{
	margin:0 15px 0 15px;
}

.watermark {
	color:#777;
	font-style: italic;
}

.button
{
	padding:0.2em 0.5em 0.2em 0.5em;
	margin:0 2px 0 2px;
	line-height:130%;
	color:#555;
	text-decoration:none;
	cursor:pointer;

	background-color:#fafafa;
	background-position:1px 50%;
	background-repeat:no-repeat;
}

.button.home {
	background:url('img/icone_accueil.png') no-repeat 0 50%;
	padding-left:20px !important;
}

.button.delivery {
	background:url('img/icone_livraison.png') no-repeat 0 50%;
	padding-left:24px !important;
}

.button.doc {
	background:url('img/icone_documentation.png') no-repeat 0 50%;
	padding-left:20px !important;
}

.button.destock {
	background:url('img/icone_destockage.png') no-repeat 0 50%;
	padding-left:23px !important;
}

.button.contact {
	background:url('img/icone_contact.png') no-repeat 0 50%;
	padding-left:20px !important;
}

.button.faq {
	background:url('img/icone_faq.png') no-repeat 0 50%;
	padding-left:20px !important;
}

.button.conseils {
	background:url('img/icone_conseils.png') no-repeat 0 80%;
	padding-left:24px !important;
}

#actualites {
	position:relative;
}

.actualite {
	width:328px;
	height: 100px;
	background:#c0c0c0 url('img/bg_actu.png') repeat-x 0 0;
	margin-left:16px;
	vertical-align:top;
	
}
.actualite .wrapper {
	padding: 8px;
}
.actualite.last {
	margin-right:0;
}

.actualite h1, .actualite h2 {
	font-size: 12px;
	color: white;
	font-weight: bold;
	line-height:1.2em;
	margin-bottom:3px;
	font-family: Arial;
	margin-top:0;
}

.actualite p {
	font-size: 10px;
	color: #333333;
	line-height:12px;

	margin:0;
}

.actualite img.image {
	float:left;
	margin-right:8px;
}



.actualite a {	
	margin-top:2px;
	font-size: 10px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	background: url('img/fleche_blanche_right.png') no-repeat 0 6px;
	padding: 2px 2px 2px 10px;
}

.actualite p a {
	padding:0;
	margin:0;
	background:none;
	text-decoration: underline;
	color: #000;
	font-weight: normal;
}

a.pdf {
	margin:0;
	padding: 3px 0 2px 20px;
	background: url(../images/icone_pdf.gif) no-repeat 0 0;
}

div.documentation hr {
	border:1px solid #EDEDEE;
}

div.contact {
	width:33%;
	float:left;
}
div.contact img {
	float:left;
	margin-right:8px;
}

.clear {
	height:0px;
	clear:both;
}

p.msg {
	margin: 25px auto 15px auto;
	padding: 10px;
	font-size: 10px;
	color: #000000;
	background-color: #EFEFEF;
	text-align:center;
	margin:auto;
}

p.error {
	margin: 10px 0 15px 0;
	padding: 10px;
	font-size: 10px;
	color: #FF0000;
	background-color: #EFEFEF;
}

p.ok {
	margin: 10px 0 15px 0;
	padding: 10px;
	font-size: 10px;
	color: #70AA38;
	background-color: #EFEFEF;
}

label {
	display: block;
	margin: 5px 0 2px 0;
	padding: 0;
	font-size: 10px;
	color: #333333;
}

#client_paniers
{
	width:100%;
	border-spacing: 0px;
	border-collapse: collapse;
}

#client_paniers td
{
	text-align:left;
	color:#666;
	border-bottom:1px solid #eee;
	white-space:nowrap;
	padding:0 8px 0 8px;
}

#client_paniers th
{
	text-align:left;
	padding:5px 10px 5px 0;
	color:#999;
	border-bottom:1px solid #eee;
	font-weight:bold;
	white-space:nowrap;
	margin:0;
	font-size:11px;
}

#client_paniers a
{
	display:block;
	color: #3399CC;
	/*padding:8px 0px 8px 0;*/
	text-decoration: none;
	height:100%;
}

#client_paniers tr.panier:hover
{
	background:#f5f5f5;
}

#client_paniers table.panier
{
	margin:0 0 8px 0;
}


div.list_produit
{
	width:50%;
	float:left;
	margin-top:2em;
}

div.list_produit h3
{
	font-size:20px;
	float:left;
	margin:0 0 0.5em 0;
	margin-left:15px;
}

div.list_produit img {
	vertical-align:middle;

}

div.navproduct
{
	text-align:right;
	margin-right:20px;
	font-size:20px;
	
}

div.navproduct img
{
	padding-left:2px;
}
div.navproduct .next,
div.navproduct .previous
{
	padding: 0;
	position: relative;
	top:5px;
}
div.navproduct .next .off,
div.navproduct .previous .off
{
	display: inline;
}
div.navproduct .next:hover .off,
div.navproduct .previous:hover .off
{
	display: none;
}

div.navproduct .next .on,
div.navproduct .previous .on
{
	display: none;
}
div.navproduct .next:hover .on,
div.navproduct .previous:hover .on
{
	display: inline;
}


div.list_produit {

}

div.list_produit div.produit {
	border:1px solid #DBDBDB;
	width:138px;
	height:215px;
	background:url('img/bg_produit.png') repeat-x bottom left;
	float:left;
	margin-left:15px;
	margin-bottom:15px;
}

div.list_produit div.produit div.image {
	height:138px;
}

div.list_produit div.produit img{
	display:block;
	margin:auto;
}

div.list_produit div.produit p {
	margin:0;
	color:black;
	padding:0px 5px 0px 5px;
}


div.list_produit div.produit p.desi{
	height:40px;
	line-height:1.2em;
	padding-top:2px;
}

div.list_produit div.produit p.price{
	text-align:right;
	font-weight:bold;
	font-size:12px;
}

/****


****/

table.categories {
	margin: 15px auto 0 auto;
	padding: 0;
	border: 0;
	border-collapse:separate;
	border-spacing:10px;
	line-height:110%;
}

table.categories tr {
	margin: 0;
	padding: 0;
}

table.categories td {
	margin: 10px;
	padding: 0;
	width: 171px;
	height: 170px;
	vertical-align: middle;
	text-align:center;
	border: 1px #ccc solid;
}


/*table.categories td.cat_electricite {
	background: url(../images/structure/fond_cellule_cat_electricite.gif) no-repeat 0 0;
}

table.categories td.souscat_electricite {
	background: url(../images/structure/fond_cellule_souscat_electricite.gif) no-repeat 0 0;
}


table.categories td.cat_outillage {
	background: url(../images/structure/fond_cellule_cat_outillage.gif) no-repeat 0 0;
}

table.categories td.souscat_outillage {
	background: url(../images/structure/fond_cellule_souscat_outillage.gif) no-repeat 0 0;
}


table.categories td.cat_sanitaire {
	background: url(../images/structure/fond_cellule_cat_sanitaire.gif) no-repeat 0 0;
}

table.categories td.souscat_sanitaire {
	background: url(../images/structure/fond_cellule_souscat_sanitaire.gif) no-repeat 0 0;
}


table.categories td.cat_quincaillerie {
	background: url(../images/structure/fond_cellule_cat_quincaillerie.gif) no-repeat 0 0;
}

table.categories td.souscat_quincaillerie {
	background: url(../images/structure/fond_cellule_souscat_quincaillerie.gif) no-repeat 0 0;
}


table.categories td.cat_chauffage {
	background: url(../images/structure/fond_cellule_cat_chauffage.gif) no-repeat 0 0;
}

table.categories td.souscat_chauffage {
	background: url(../images/structure/fond_cellule_souscat_chauffage.gif) no-repeat 0 0;
}


table.categories td.cat_decoration {
	background: url(../images/structure/fond_cellule_cat_chauffage.gif) no-repeat 0 0;
}

table.categories td.souscat_decoration {
	background: url(../images/structure/fond_cellule_souscat_chauffage.gif) no-repeat 0 0;
}*/

table.categories td a {
	display: block;
	margin: 0;
	padding: 0;
	width: 201px;
	height: 200px;
	color: #666666;
	text-decoration: none;
	cursor: pointer;

	
}
table.categories td a:hover {
	border-color: #666;
}
table.categories td .cat_nom {
	display: block;
	margin: 0;
	padding: 3px 5px 0 5px;
	font-size: 10px;
	color: #333;
	font-weight: bold;
	text-align: center;
	height: 28px;
}

table.categories td img {
	display: block;
	margin: auto;
	/*padding: 14px 30px 15px 30px;*/
	width: 150px;
	height: 150px;
}



table.produits {
	margin: 15px 0px 0 0px;
	padding: 0;
	border: 0;
	border-collapse: collapse;
	/*background-color: yellow;*/
}

table.produits h3 {
	font-size: 12px;
	cursor:pointer;
}
table.produits tr {
	margin: 0;
	padding: 0;
}

table.produits td.liste_produits {
	margin: 0;
	padding: 0 10px 5px 0;
	vertical-align: top;
	width: 300px;
	background: url('../images/pointilles_verti.gif') repeat-y right top;
}

table.produits td.liste_produits ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

table.produits td.liste_produits ul li {
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
}

table.produits td.liste_produits ul li a {
	display: block;
	margin: 0;
	padding: 4px 15px 4px 5px;
	width: 293px;
	color: #333333;
	text-decoration: none;
}

table.produits td.liste_produits ul li a:hover {
	background: url(../images/structure/fond_liste_produits.gif) no-repeat right center;
	background-color: #DDDDDD;
}

table.produits td.liste_produits ul li a.selected {
	background: url(../images/structure/fond_liste_produits.gif) no-repeat right center;
	background-color: #EEEEEE;
}

table.produits td.liste_produits ul li a.selected:hover {}

table.produits .liste_produits div.navproduct {
	font-size: 10px;
	color: #777;
	
	text-align: right;
}
table.produits .liste_produits div.navproduct .pages {
	margin-left: -5px;
	display: inline-block;
}
table.produits .liste_produits div.navproduct .pages a {
	background: url(img/grid/bgpage_off_out.png) no-repeat 50% 50%;
	position: relative;
	padding: 7px;
	padding-left: 6px;
	margin-left: 5px;
	text-align: center;
	font-size:13px;
	font-weight: bold;
	color: #666;
	font-family: Arial;
	
}
table.produits .liste_produits div.navproduct .pages a:hover {
	background-image: url(img/grid/bgpage_off_over.png);
	color:#fff;
}
table.produits .liste_produits div.navproduct .pages a.current {
	color: #39c;
	background-image: url(img/grid/bgpage_on_out.png)
}

table.produits .liste_produits div.navproduct .pages a.current:hover {
	background-image: url(img/grid/bgpage_on_over.png);
	color:#fff;
}
/*table.produits .liste_produits div.navproduct .next, table.produits .liste_produits div.navproduct .previous {
	font-weight: bold;
	font-size: 10px;
	margin: 0 5px;
	position: relative;
	top: -2px;
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-color:  transparent;
}
table.produits .liste_produits div.navproduct .next {
	background-image: url("img/fleche_bleue_right.png");
	padding-left: 8px;
}
table.produits .liste_produits div.navproduct .previous {
	background-image: url("img/fleche_bleue_left.png");
	background-position: right 50%;
	padding-right: 8px;
}*/
table.produits td.fiche_produit {
	margin: 0;
	padding: 0 0 5px 10px;
	vertical-align: top;
	width: 313px;
}

table.produits td.fiche_produit img {
	display: block;
}



table.produits td.fiche_produit div.produit_image {
	float: left;
	margin: 0 15px 0 0;
	padding: 0;
}



table.produits td.fiche_produit div.produit_entete {
	margin: 0;
	padding: 0 5px 0 75px;
	font-size: 10px;
	color: #333333;
	font-weight: normal;
}

table.produits td.fiche_produit .produit_nom {
	display: block;
	margin: 0 0 8px 0;
	padding: 0;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}

table.produits td.fiche_produit a.produit_marque {
	margin: 0;
	padding: 0 0 0 12px;
	font-size: 10px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	background: url(../images/puce_lien_panier.gif) no-repeat 0 2px;
}

table.produits td.fiche_produit span.produit_reference {
	display: block;
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 10px;
	color: #999999;
	font-weight: bold;
}




table.produits td.fiche_produit div.produit_texte {
	clear: both;
	margin: 0;
	padding: 15px 5px 0 0;
	font-size: 10px;
	color: #333333;
	font-weight: normal;
}

table.produits td.fiche_produit span.produit_texte {
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 10px;
	color: #333333;
	font-weight: normal;
}

table.produits td.fiche_produit span.produit_prix_normal {
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}

table.produits td.fiche_produit span.produit_prix_barre {
	margin: 0;
	padding: 0 10px 0 0;
	font-size: 11px;
	font-weight: normal;
	text-decoration: line-through;
	color: #666666;
}

table.produits td.fiche_produit span.produit_prix_promo {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}

table.produits td.fiche_produit span.produit_prix_ecop {
	display: block;
	margin: 5px 0 10px 0;
	padding: 0;
	font-size: 10px;
	color: #333333;
	font-weight: normal;
}

table.produits td.fiche_produit span.produit_delais {
	display: block;
	margin: 12px 0 10px 0;
	padding: 3px 0 5px 18px;
	font-size: 10px;
	color: #666666;
	font-weight: normal;
	background: url(../images/delais_livraison.gif) no-repeat 0 0;
}

table.produits td.fiche_produit .produit_panier {
	display: block;
	margin: 12px 0 10px 0;
	padding: 0;
	font-size: 11px;
	color: #333333;
}

table.produits td.fiche_produit span.produit_retourpanier {
	display: block;
	margin: 12px 0 12px 0;
	padding: 5px;
	font-size: 11px;
	color: #FF0000;
	font-weight: bold;
	border: 1px solid #FF0000;
}

table.produits td.fiche_produit select.addqte {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	border: 1px solid #CCCCCC;
	width: 65px;
	background-color: #FFFFFF;
	vertical-align: middle;
	/*text-align:right;*/
}

table.produits td.fiche_produit img {
	vertical-align: middle;
	display:inline;
}

table.produits td.fiche_produit a.produit_fiche_technique {
	display: block;
	margin: 10px 0 0 0;
	padding: 3px 0 5px 20px;
	width: 80px;
	font-size: 9px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	background: url(../images/icone_pdf.gif) no-repeat 0 0;
}

table.produits td.fiche_produit a.produit_fiche_technique:hover {
	text-decoration: underline;
}

table.produits td.fiche_produit p.produit_fiche_appareillage {
	display: block;
	margin: 20px 0 0 0;
	padding: 10px;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
/*	background-color: #EEEEEE;*/
}

table.produits td.fiche_produit p.produit_fiche_appareillage a {
	display: block;
	margin: 5px 0 0 -5px;
/*	padding: 0 0 0 12px;*/
	font-size: 10px;
	color: #3399CC;
	text-decoration: none;
	font-weight: bold;
	/*background: url(../images/puce_lien_panier.gif) no-repeat 0 2px;*/
}

table.produits td.fiche_categorie
{
	margin: 0;
	padding: 0 0 5px 10px;
	vertical-align: top;
	width: 313px;
}
table.produits td.fiche_categorie img
{
	float: right;
	margin: 5px;
}
table.produits td.fiche_categorie h2
{
	font-size: 18px;
	
}
table.produits .produit_associes {
	display: block;
	margin: 20px 0 0 0;
	padding: 10px;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	background-color: #EEEEEE;
}

table.produits .produit_associes li {
	margin-bottom:2px;
	float:left;
	width:275px;
	margin-right:25px;
}

table.produits .produit_associes li:first-child {
	margin-right:25px;
}

table.produits .produit_associes p {
	margin-left:44px;
}

table.produits .produit_associes li {
	padding-top:8px;
}

table.produits .produit_associes img {
	float:left;
	padding:0 4px 4px 0;
}

table.produits .produit_associes a.link {
	display: block;
	margin: 0;
	padding: 0 0 0 12px;
	font-size: 10px;
	color: #3399CC;
	text-decoration: none;
	font-weight: bold;
	background: url(../images/puce_lien_panier.gif) no-repeat 0 2px;
}

table.produits .produit_associes span.prix_barre {
	margin: 0;
	padding: 0 10px 0 0;
	font-size: 10px;
	font-weight: normal;
	text-decoration: line-through;
	color: #999999;
}

table.produits .produit_associes span.prix_promo {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	color: #FF0000;
}

table.produits td.liste_categories {
	padding-right:18px;
	vertical-align:top;
}

table.produits td.liste_categories h2 {
	margin:0 0 1em 0;
}


table.produits td.liste_categories a
{
	display: block;
	color:#000;
	text-decoration: none;
	font-weight: normal;
	
}
table.produits td.liste_categories ul
{
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #eee;
}
table.produits td.liste_categories ul ul
{
	border-color: #eee;
    border-style: solid;
    border-width: 0 1px;
    color: black;
    list-style: square outside none;
    padding: 8px 0 8px 25px;
}
table.produits td.liste_categories ul ul ul
{
	border:none;
	border-left: 1px dotted #ddd;
}
table.produits td.liste_categories a.level-0
{
	line-height:25px;
	padding-left:8px;
	color:white;
	background: url('img/menu/degrade_sous-menu.png') repeat-x bottom left;
}
table.produits td.liste_categories ul ul a:hover
{
	text-decoration: underline;
}

table.produits td.liste_categories ul ul a.ui-state-active
{
	font-weight: bold;
}
table.produits td.liste_categories ul ul a.selected
{
	color: inherit;
	font-weight: bold;
}
/*
table.produits td.liste_categories h3, table.produits td.liste_categories div.xxx  {
	line-height:25px;
	padding-left:8px;
	color:white;
	background: url('img/menu/degrade_sous-menu.png') repeat-x bottom left;
}

table.produits td.liste_categories div.xxx a
{
	color:white;
	text-decoration:none;
	font-size:12px;
}

table.produits td.liste_categories ul {
	border-width:0 1px 0 1px;
	border-style: solid;
	border-color: #eee;
	color:black;
	list-style: square;
	padding:8px 0 8px 25px;
}

table.produits td.liste_categories ul:last-child {
	border-bottom-width:1px;
}

table.produits td.liste_categories ul li {
	color:#008F9B;
	font-weight:bold;
}

table.produits td.liste_categories a {
	text-decoration:none;
	color:black;
	font-weight:normal;
}

table.produits td.liste_categories a:hover {
	text-decoration:underline;
}
table.produits td.liste_categories .selected a {
	text-decoration:none;
	font-weight: bold;
	color: inherit;
}

*/
table.produits .list_produit {

	width: 620px;
	
}
table.produits .list_produit .produit {
	margin-left: 8px;
	margin-right: 5px;
}

table.panier {
	margin: 5px auto 0 auto;
	padding: 0;
	width: 100%;
	border: 0;
	border-collapse: collapse;
}

table.panier tr {
	margin: 0;
	padding: 0;
}

table.panier td.img_produit {
	text-align:center;
	width:70px;
}

table.panier th {
	margin: 0;
	padding: 5px 10px 5px 0;
	font-size: 11px;
	color: #999999;
	border-bottom: 3px solid #EEEEEE;
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
}

table.panier th.right {
	text-align: right;
}

table.panier td {
	border-bottom: 1px solid #EEEEEE;
	font-size: 11px;
	color: #666666;
	vertical-align:middle;
}

table.panier td a {
	color: #333333;
	text-decoration: none;
}

table.panier td a.lien_bleu {
	color: #3399CC;
	text-decoration: none;
}

a.lien_bleu {
	color: #3399CC;
	text-decoration: none;
}

table.panier td a.doc_pdf {
	padding: 2px 0 2px 20px;
	background: url(../images/icone_pdf.gif) no-repeat 0 0;
}
table.panier td {
	margin:0;
	padding: 2px 5px 2px 5px;
	font-weight: normal;
	text-align: left;
}
/*table.panier td.catalogue_nom {
	padding: 20px 10px 5px 0;
	margin: 0;

	font-size: 11px;
	font-weight: normal;
	text-align: left;
}

table.panier td.cat_produit {
	margin: 0;
	padding: 8px 10px 8px 0;
	text-align: left;
	color: #666666;
}

table.panier td.ref_marque {
	margin: 0;
	padding: 8px 10px 8px 0;
	text-align: left;
}

table.panier td.prix {
	margin: 0;
	padding: 8px 10px 8px 0;
	text-align: right;
	white-space: nowrap;
}

table.panier td.quantite {
	margin: 0;
	padding: 8px 10px 8px 0;
	text-align: right;
	white-space: nowrap;
}
*/

table.panier td.prix {
	text-align: right;
	white-space: nowrap;
}

table.panier td.quantite {
	text-align: right;
	white-space: nowrap;
}

select.modifqte {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	border: 1px solid #CCCCCC;
	width: 65px;
	background-color: #FFFFFF;
}

table.panier td.total_produit {
	text-align: right;
	white-space: nowrap;
}

table.panier td.total_final {
	text-align: right;
	white-space: nowrap;
	font-size:125%;
	color:#3399CC;
}

table.panier td.delarticle {
	width: 9px;
	text-align: right;
}

table.panier td.description {
	margin: 0;
	padding: 8px 10px 8px 0;
	width: 360px;
}

table.panier td.total_panier {
	margin: 0;
	padding: 18px 10px 8px 0;
	border: 0;
	text-align: right;
	white-space: nowrap;
}


form.saisie {
	margin: 0 10px 20px 10px;
	padding: 0;
}

form.saisie label {
	display: block;
	margin: 5px 0 2px 0;
	padding: 0;
	font-size: 10px;
	color: #333333;
}

form.saisie span.pays {
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #333333;
	vertical-align: middle;
}

form.saisie input.champ {
	margin: 0 5px 5px 0;
	padding: 1px;
	border: 1px solid #CCCCCC;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #FAFAFA;
	vertical-align:middle;
}

form.saisie input.champ_recherche {
	margin: 0 1px 0 0;
	padding: 1px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	border: 1px solid #CCCCCC;
	background-color: #FAFAFA;
	vertical-align:middle;
}

form.saisie textarea.zonetexte {
	margin: 0 5px 5px 0;
	padding: 1px;
	border: 1px solid #CCCCCC;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #FAFAFA;
}

form.saisie select.liste {
	margin: 0 5px 5px 0;
	padding: 0;
	border: 1px solid #CCCCCC;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #FAFAFA;
}

form.saisie select.liste_disabled {
	margin: 0 5px 5px 0;
	padding: 0;
	border: 1px solid #CCCCCC;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	background-color: #DDDDDD;
}


form.saisie input.btnradio {
	margin: 0 5px 0 0;
	vertical-align: middle;
}

form.saisie input.btn_valid {
	margin: -2px 0 0 -2px;
	padding: 0;
	border: 0;
	cursor: pointer;
	vertical-align: bottom;
	display: inline;
}

form.saisie input.btn_ok {
	margin: 0 5px 5px 0;
	padding: 0;
	width: 30px;
	height: 30px;
	border: 0;
	cursor: pointer;
	vertical-align: middle;
	display: inline;
	margin-left:-2px;
}

table.list_produit {
	
	border-collapse: separate;
	border-spacing: 15px;
}



table.list_produit td{
	border:1px solid #DBDBDB;
	padding:5px;
	width:120px;
	background:url('img/') repeat-x bottom left;
}

table.list_produit td p{
	margin:0;
	color:black;
}

table.list_produit td p.price{
	text-align:right;
	font-weight:bold;
	margin-top:1em;
}


body p.float_left {
	float: left;
	margin: 0 20px 10px 0;
	padding: 0;
}

body p.float_right {
	float: right;
	margin: 0 0 10px 20px;
	padding: 0;
}

form p {
	margin-bottom:5px;
}

.nom_catalogue {
	margin:7px 0 10px 0;
}

div.central h4 {
	margin: 20px 0 10px 0;
	padding: 0 0 5px 0;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	background: url('../images/pointilles_hori.gif') repeat-x 0 bottom;
}

table.promotions {
	margin: 10px auto 0 auto;
	padding: 0;
	border: 0;
	border-collapse: collapse;
	line-height:1.1em;
}

table.promotions tr {
	margin: 0;
	padding: 0;
}

table.promotions td {
	margin: 0;
	padding: 10px 10px 10px 10px;
	width: 328px;
	vertical-align: top;
}

table.promotions td p.promo_image {
	margin: 0;
	padding: 0;
	float: left;
}
table.promotions td p.promo_image img {
	display: block;
}

table.promotions td p.silouhette_image {
	margin: 0;
	padding: 0 10px 0 0;
	float: left;
}
table.promotions td p.silouhette_image img {
	display: block;
}

table.promotions td p.promo_texte {
	margin: 0;
	padding: 0 0 0 70px;
	font-size: 10px;
	color: #333333;
	font-weight: normal;
}

table.promotions td p.promo_prix {
	margin: 4px 0 0 0;
	padding: 0 0 0 70px;
	font-size: 10px;
	color: #333333;
	font-weight: normal;
}

table.promotions td span.prix_barre {
	margin: 0;
	padding: 0 10px 0 0;
	font-size: 10px;
	font-weight: normal;
	text-decoration: line-through;
	color: #999999;
}

table.promotions td span.prix_promo {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	color: #FF0000;
}

table.promotions td a.voir_fiche_produit {
	display: block;
	margin: 3px 0 0 0;
	padding: 2px 0 2px 0;
	width: 110px;
	font-size: 10px;
	font-weight: normal;
	color: #3399CC;
	text-decoration: none;
}

table.promotions td a.voir_fiche_produit:hover {
	color: #333333;
}

#center div.marques {
	margin:0px 0px 20px 0px;
	padding: 10px 25px 10px 25px;
	background: #eee;
}

#center div.marques a.toutes_les_marques {
	margin: 0 0 0 20px;
	padding: 2px 0 2px 0;
	font-size: 10px;
	color: #666666;
	text-decoration: underline;
	vertical-align: top;
}

table.choix_par_marques {
	margin: 5px 0 0 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;
}

table.choix_par_marques tr {
	margin: 0;
	padding: 0;
}

table.choix_par_marques td {
	margin: 0;
	padding: 0 10px 5px 0;
	width: 205px;
	vertical-align: top;
}

table.choix_par_marques td a {
	margin: 0;
	padding: 0 0 0 12px;
	font-size: 10px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	background: url(../images/puce_lien_panier.gif) no-repeat 0 2px;
}

table.choix_par_marques td a.selected {
	color: #BE1D20;
}

p.form_erreur {
	margin: 10px 0 15px 0;
	padding: 10px;
	font-size: 10px;
	color: #FF0000;
	background-color: #EFEFEF;
}


a.change_appareillage {
	display: block;
	margin: 5px 0 5px 0;
	padding: 0 0 0 13px;
	width: 140px;
	font-size: 11px;
	color: #3399CC;
	text-decoration: none;
	background: url(../images/panier_videarticle.gif) no-repeat 0 2px;
}

a.aide_appareillage {
	display: block;
	margin: 0;
	padding: 0 0 0 12px;
	width: 140px;
	font-size: 11px;
	color: #3399CC;
	text-decoration: none;
	background: url(../images/puce_lien_panier.gif) no-repeat 0 2px;
}


table.appareillage {
	margin: 0 10px 0 10px;
	padding: 0;
	width: 780px;
	border: 0;
	border-collapse: collapse;
}

table.appareillage tr {
	margin: 0;
	padding: 0;
}

table.appareillage th {
	margin: 0;
	padding: 5px 10px 5px 0;
	font-size: 11px;
	color: #999999;
	border-bottom: 1px solid #EEEEEE;
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
}

table.appareillage th.right {
	text-align: right;
}

table.appareillage td {
	border: 0;
	font-size: 11px;
	color: #666666;
	vertical-align: top;
}

table.appareillage td a {
	color: #3399CC;
	text-decoration: none;
}

table.appareillage td a.lien_bleu {
	color: #3399CC;
	text-decoration: none;
}

table.appareillage td.poste {
	margin: 0;
	padding: 20px 0 2px 0;
	font-size: 10px;
	text-align: left;
	color: #3399CC;
	border-bottom: 1px solid #3399CC;
	font-weight: bold;
}

table.appareillage td.produit {
	margin: 0;
	padding: 7px 10px 0 0;
	text-align: left;
	color: #999999;
}

table.appareillage td.apercu {
	margin: 0;
	padding: 6px 10px 0 0;
	width: 80px;
	text-align: left;
	vertical-align: middle;
}

table.appareillage td.apercu img {
	display: block;
	margin: 0;
	padding: 0;
}

table.appareillage td.details_fiche {
	margin: 0;
	padding: 20px 10px 0 0;
	width: 60px;
	text-align: left;
}

table.appareillage td.prix {
	margin: 0;
	padding: 20px 10px 0 0;
	width: 60px;
	text-align: right;
	white-space: nowrap;
}

table.appareillage td.del_produit {
	margin: 0;
	width: 9px;
	text-align: right;
	vertical-align:middle;
}

table.appareillage td.del_produit img {
	margin-top:15px;
}

table.appareillage td.total_produit {
	margin: 0;
	padding: 18px 10px 0 0;
	text-align: right;
	white-space: nowrap;
	vertical-align: middle;
}

table.appareillage td.total_panier {
	margin: 0;
	padding: 20px 10px 20px 0;
	border: 0;
	text-align: right;
	white-space: nowrap;
	vertical-align: middle;
}

table.appareillage label {
	display: block;
	margin: 0 0 2px 0;
	padding: 0;
	font-size: 11px;
	color: #999999;
	font-style: italic;
}

table.appareillage label img {
	margin: 0 4px 2px 0;
	padding: 0;
	vertical-align: middle;
}

table.appareillage select.app_liste {
	margin: 0;
	padding: 0;
	width: 360px;
	border: 1px solid #CCCCCC;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #FAFAFA;
}

table.appareillage select.app_liste_disabled {
	margin: 0;
	padding: 0;
	width: 360px;
	border: 1px solid #CCCCCC;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	background-color: #DDDDDD;
}

.qte_stock {
	background:url('img/stock.png') no-repeat 50%;
	text-align:center;
	line-height:44px;
	margin-top:2em;
	width:300px;	
}

#socolissimo {
	border:1px solid #b2b2b2;
	background:white;
	padding:25px;
	padding-top: 15px;
	display: none;
}
#socolissimo h3 {
	font-weight: normal;
	font-size: 14px;
	color: #3199CC;
	text-transform: uppercase;
}



#page_error
{
	padding: 20px;
	font-size: 13px;
}
#page_error h1
{
	font-size: 1.4em;
	
}
#page_error ul
{
	list-style: disc;
	margin-left: 25px;
}

#tabs
{
	margin:auto;
	width:936px;
	margin-top:10px;
}

#tabs h2 {
	font-size: 11px;
}

.tab div.left {
	float:left;
	width:49%;
	border-right:1px #ccc solid;
	padding-right:4px;
}

.tab div.right {
	margin-left:51%;
}



.document {
	/*border:1px solid #eee;*/
	padding:0 10px 0 10px;
}

.document h1 {
	font-size:18px;
	margin-left: 20px;
}

.document h2 {
	margin:0.5em 0;	
}

.document h3 {
	font-size:12px;
	font-weight:bold;
	line-height:25px;
	margin-top:8px;
	padding:5px 0 5px 22px;
	background:url('img/puce_h3.png') no-repeat 10px 50%;
	color:#777;
}

.document_list {
	font-size:14px;
}
.document_list a
{
	padding-left: 20px;
	line-height: 20px;
	vertical-align: middle;
	background: url(img/faq-question.png) no-repeat 0 3px;
	transition: background-position 150ms ease-out;
	-moz-transition: background-position 150ms ease-out;
	-webkit-transition: background-position 150ms ease-out;
	-o-transition: background-position 150ms ease-out;
	-ms-transition: background-position 150ms ease-out;
}
.document_list a:hover
{
	background-position: 0 -17px;
	
}
.response
{
	border:1px solid #ddd;
	background-color: #f5f5f5;
	padding:15px;
	margin: 20px;
	position: relative;
	box-shadow:1px 2px 2px rgba(0,0,0,.1);
}

.response .arrow
{
	position:absolute;
	top:-16px;
	left:30px;
	height:16px;
	width:40px;
	background: url(img/faq_arrow.png) no-repeat 0 0;
}

.response img {
	float:right;
	margin:10px 0 10px 10px;
	padding:5px;
	background: #fff;
	box-shadow: 1px 1px 2px rgba(0,0,0,.3);
}

.response img[align="left"] {
	margin:10px 10px 10px 0px;
	float:left;
}
