html, body{
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	overflow:inherit;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	background: #1F1A17;
}

#fullcadre{
	position: absolute;
	width: 100%;
	top:0px;
	left: 0px;
}
#header{
	position: relative;
	width: 100%;
	height: 148px;
	background: #0D0D0D;
	border-bottom: solid 3px #0094DE;
}
#header_content{
	position: relative;
	width: 800px;
	height: 145px;
	margin: auto;
	background: url('/images/header_wallstore.jpg');
}
#header_account{
	position: absolute;
	width: 500px;
	height: 50px;
	top: 5px;
	right: 0px;
	font-weight: normal;
	text-align: right;
	z-index: 4000;
}
#header_left{
	position: absolute;
	top: 3px;
	left:0px;
	z-index: 4001;
	font-size: 13px;
}
#header_pub{
	position: absolute;
	width: 390px;
	height: 135px;
	left: 410px;
	/*background: url('/images/pub/etoile.png');*/
	z-index: 3000;
}
#header_offre{
	float: left;
	margin-top: 7px;
}

#header_account a, #header_left a{text-decoration: none;}

#menu,#menu_admin{ 
	width: 800px;
	height: 30px;
	margin: auto;
	margin-bottom: 20px;
	border-bottom: solid 2px #0094DE;
	background: #2D2622;
	font-size: 16px;
}
#menu_admin{
	padding: 5px 0px 0px 5px;
	margin-bottom: 20px;
}

#menu ul{
	padding:0px;
	margin: auto;
	width: 800px;
}
#menu li{
	float: left;
	list-style-type: none;
	white-space: nowrap;
	display: inline;
	text-align: center;
	padding: 0px;
	background: transparent;
}
#menu a{
	width: 133px;
	padding: 0px 0px 0px 0px;
	
	height: 30px; 
	
	display:block;
	font-size: 16px;
	font-weight: bold;
	border-bottom: none;
	text-decoration: none;
	color: #fff;
	
}
#menu_home{ background: url('/images/bt/home.png'); }
#menu_home:hover{ background: url('/images/bt/home.png') 0px 30px; }

#menu_service{ background: url('/images/bt/services.png'); }
#menu_service:hover{ background: url('/images/bt/services.png') 0px 30px; }

#menu_galerie{ background: url('/images/bt/galerie.png'); }
#menu_galerie:hover{ background: url('/images/bt/galerie.png') 0px 30px; }

#menu_produit{ background: url('/images/bt/produits.png'); }
#menu_produit:hover{ background: url('/images/bt/produits.png') 0px 30px; }

#menu_contact{ background: url('/images/bt/contact.png'); }
#menu_contact:hover{ background: url('/images/bt/contact.png') 0px 30px; }

#menu_faq{ background: url('/images/bt/faq.png'); }
#menu_faq:hover{ background: url('/images/bt/faq.png') 0px 30px; }

#menu_blog{ background: url('/images/bt/blog.png'); }
#menu_blog:hover{ background: url('/images/bt/blog.png') 0px 30px; }




#main{
	background: url('/images/background.png') repeat-y;
	margin: auto;
	margin-bottom: 10px;
	width: 1024px;
}

#main_content{
	width: 770px;
	margin: auto;
	border-top: solid 2px #828282;
	border-bottom: solid 2px #828282;
	background: #0D0D0D;
	padding: 15px;
	padding-bottom: 30px;
}
#navbar{
	margin-bottom: 15px;
	float: left;
}
#paypalbar{
	float: right;
	margin-top: -10px;
	margin-right: -15px;
}

#footer{
	width: 800px;
	margin: auto;
	margin-top: 10px;
	padding-bottom: 40px;
	font-size: 11px;
	text-align: center;
	color: #777;
	
}
#footer_link{
	margin-bottom: 5px;
	display: none;
}
#galerie img{
	width: 180px;
	height: 120px;
	padding: 0px;
	margin-left: 2px;
	border: solid 2px #fff;
}
#galerie img:hover{
	border: solid 2px #0094DE;
}
.galerie_item{
	float:left;	
	height: 180px;
}
.galerie_item a{ text-decoration: none; }
.galerie_item a:hover{ color: #fff; text-decoration: underline; background: transparent; }



#menu_admin a, #navbar a{ color: #fff; }
#menu_admin a:hover, #navbar a:hover{ color: #0d0d0d; background: #fff; }

#header a{background: #0D0D0D;}
#header a:hover{color: #fff; text-decoration: underline;background: #0D0D0D;}

#footer a{ color: #574842; }
#footer a:hover{ color: #fff; background: #574842; }



h1{
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	font-size: 24px; 
	color: #0094DE;
}

h2{
	padding: 0px;
	margin: 0px;
	margin-top: 30px;
	margin-bottom: 10px;
	color: #0094DE;
	font-weight: bold;
	font-size: 20px;
	border-bottom: solid 1px #0094DE;
}

h3{
	padding: 0px;
	margin: 0px;
	margin-top: 20px;
	margin-bottom: 10px;
	color: #0094DE;
	font-size: 17px;
	border-bottom: dotted 1px #0094DE;
}

a{
	padding: 0px 3px 0px 3px;
	color: #ffffff;
	text-decoration: underline;
	background: transparent;
}
a:hover{
	color: #0d0d0d;
	text-decoration: none;
	background: #ffffff;
}

/* FAQ */
.faq_div{
	margin-bottom: 30px;
}
.faq_q{ 
	color: #0094DE;
	font-weight: bold;
	font-size: 14px;
	margin-left: 15px;
}
.faq_r{
	color: #ffffff;
	padding: 10px 0px 0px 30px;
}

/* Produits */
.cat_div a.current{
	color: #fff;
}
.cat_div{ 
	text-align: center;
	font-size: 16px;
	margin-bottom: 20px;
}
.cat_div a{
	color: #0094DE;
	text-decoration: none;
}
.cat_div a:hover{
	background: transparent;
	text-decoration: underline;
}

.prod_div{
	height: 150px;
	background: #fff url('/images/background_produits.png');
	background: #F3F3F3;
	padding: 10px;
	color: #0d0d0d;
	margin: auto;
	margin-top: 15px;
	border-top: solid 5px #0094DE;
} 
.prod_div a{
	padding: 0px 3px 0px 3px;
	color: #0d0d0d;
	text-decoration: underline;
}
.prod_div a:hover{
	color: #fff;
	text-decoration: none;
	background: #0d0d0d;
}

.prod_div img{
	height: 100%;
	float: right;
	border: solid 1px #ddd;
}
.prod_illu{
	margin-right: 10px;
}
.prod_infos{
	float: left;
}
.prod_nom{
	color: #0094DE;
	font-size: 20px;
	width: 315px;
}

.prod_nom a{
	border: none;
	text-decoration: none;
}
.prod_nom a:hover{
	background: transparent;
	text-decoration: underline;
}

.prod_prix{
	float: left;
	margin-top: 10px;
	width: 150px;
}
.prod_support{
	float: left;
	width: 180px;
	text-align: right;
	height: 70px;
	/* margin-top: 5px; margin-bottom: 10px; font-size: 14px; */
}
.prod_detail{
	text-align: left;
	margin-top: -55px;
	margin-left: -4px;
}

.pane .big_abutton, .big_abutton, .abutton{
	font-size: 16px;
	color: #fff;
	background: url('/images/button_back.jpg') repeat-x;
	width: 130px;
	margin: auto;
	height: 25px;
	padding-top:5px;
	display: block;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
}
.pane .big_abutton:hover, .big_abutton:hover, .abutton:hover{
	color: #fff;
	color: #0094DE;
	background: url('/images/button_back.jpg') repeat-x;
	text-decoration: underline;
}

.abutton{
	color: #fff;
	font-size: 14px;
	width: 100px;
	height: 21px;
}
.abutton:hover{

}

/* Contact */
#contact_div{
	width: 410px;
	margin: auto;
	margin-top: 40px;
	margin-bottom: 40px;
}

#contact_form{
	font-size: 14px;
}

#contact_sent{
text-align: center;
	font-size: 16px;
}


/* White Pane */
.pane_corner{
	height: 31px;
	background: #fff url('/images/pane_corner.jpg');	
}
.pane{
	background: #fff url('/images/pane_back.jpg');
	background: #F3F3F3;
	border-top: solid 5px #0094DE;
	color: #0d0d0d;
	padding-top: 0px;
	padding: 15px;
	margin-bottom: 20px;
}

.pane a{
	padding: 0px 3px 0px 3px;
	color: #0d0d0d;
	text-decoration: underline;
}
.pane a:hover{
	color: #fff;
	text-decoration: none;
	background: #0d0d0d;
}

.pane input{
	width: 300px;
}
.pane h2{
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	font-size: 20px;
	border: none;
}

.pane h2 a{
	text-decoration: none;
	padding: 3px;
	margin-left: -3px;
	color: #0094DE;
}


.pane img.borderMe{
	border: solid 1px #ddd;
}

#pane_error {}
#pane_error h2{ color: #990000;}
#pane_error_txt{ margin: 10px 0px 10px 0px; color:#990000;}
#pane_error_txt ul{ margin: 0px 0px 30px 0px;}


/* Palette */
.palette_div{
	padding: 2px;
	height: 21px;
	width: 21px;
	border: solid 1px #0094DE;
	background: #fff;
	float: left;
	margin: 0px 4px 4px 0px;
}
.palette{
	cursor: pointer;
	width: 21px;
	height: 21px;
}

.palette_on{
	background: #0094DE;
}

/* Inner POP up */
#overContent{
	z-index: 501;
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
}
#overPage{
	z-index: 500;
	position: absolute;
	display: block;
}

input, select, textarea{
	border: solid 1px #0094DE;
	width: 400px;
	padding: 3px;
	font-size: 14px;
	font-family: Helvetica, sans-serif;
}
textarea{
	height: 150px;
}

.inpRed{ border-color: #990000; }
.color_blue{ color: #0094DE; }

/* Tab */
.tab1{
	background-color: #EEE;
	border: solid 1px #636466;
	margin-bottom: 30px;
}

.tab1 th{
	padding: 5px;
	font-size: 16px;
	font-weight: bold;
	border-bottom: solid 4px #0094DE;
	background-color: #2D2622;
	text-align: left;
	margin-bottom: 2px;
	color: #fff;
}

.tab1 th.thin{
	font-size: 14px; font-weight: normal;
}
.tab1 td.bold{
	font-weight: bold;
}
.tab1 td{
	font-size: 14px;
	padding: 5px;
	border-bottom: solid 2px #FFF;
	background: #fff;
}
.tab1 a{
	color: #0d0d0d;
}

.tab1 td a:hover{color: #fff; background: #0d0d0d;}


.tab1 a img:hover{
	border: none;
	background: transparent;
}

.tab1 input.sub{
	cursor: pointer;
	color: #fff;
	border: solid 2px #000;
	background: #2D2622;
	width: 150px;
}
.tab1 input.sub:hover{
	text-decoration: underline;
}

/* ADMIN */
.admin_add{
	background: url('/images/admin/add.png') no-repeat;
	padding-left: 20px;
	margin-left: 5px;
}

.inpFiltre{
	display: none;
}

p{padding: 3px;margin: 10px 0px 10px 0px;}
.clearMe{clear: both;}
.tab1 .img_link:hover, .img_link:hover{border: none; background: transparent;}
* { outline:none; }

