/********************************************
   AUTHOR:  			Erwin Aligam 
   WEBSITE:   			http://www.styleshout.com/
	TEMPLATE NAME: 	Bright Side of Life
   TEMPLATE CODE: 	S-0005
   VERSION:          1.0          	
 *******************************************/ 
 
/********************************************
   HTML ELEMENTS

A =	#6C9FD6;	
A HOVER = #3B5180;
********************************************/ 
/* *********************************************
* This notice MUST stay intact for legal use.
* This script was created for FREE CSS Menus.
* Visit: www.freecssmenus.co.uk for more CSS.
* Also visit our Free online menu creator.
************************************************ */
/* page sorter */
a.pgsort,a.pgsorthighlighted{ display: block;
float: left;
padding-left: 5px;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color:#FFF;
background-color: #999999;
}
a:visited.pgsort,{ color: white!important;
}
a.pgsort span,a.pgsorthighlighted span{
	display: block;
	padding: 2px 8px 3px 0px;
	line-height:19px;
background-color: #999999;
}
a:hover.pgsort,a.pgsorthighlighted{ background: url(left754.gif) no-repeat top left;
background-color: #999999;
color:#FFFF00!important;
}
a:hover.pgsort span,a.pgsorthighlighted span{ background: url(right937.gif) no-repeat top right;
background-color: #999999;
}

/* page sorter container */
.pgsortcontainer{
	/*overflow: hidden;*/
background-color: #999999;
}
.backchange{
	padding:2px;
	background-color: #999999;
	height:40px;
	width:550px;
}
.clear{clear:both}


.page{
	color: #000000;
	text-decoration: underline;
}

#fiche_produit{
	background-color: #F1F1F1;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: inset;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	width: 550px;
}
/* top elements */
* { padding: 0; margin: 0; }

body {
	margin: 0;
	padding: 0;
	font: .70em/1.5em  Verdana, Tahoma, Helvetica, sans-serif;
	color: #666666; 
	background: #A9BAC3 url(bg.gif) repeat-x;
	text-align: center;
}
table {
	font-size: 9px;
	font-style: normal;
/*	width: 600px*/
}

.Produit-liste {
	font-size: 9px;
	font-style: normal;
	width: 550px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	color: #000000;
}
.Produit-affichage-liste {
	font-size: 12px;
	font-style: normal;
	width: 550px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #D7D8CD;
	color: #000000;
}
.Produit-promo{
	text-align:center;
	position:relative;
	float: left;
	width:300px;
	height:300px;
	background-image: url(special_icon.gif);
	background-repeat: no-repeat;
	background-position: right top;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: 2;
	border-right-style: 2;
	border-bottom-style: 2;
	border-left-style: 2;
	border-top-color: #A2A2A2;
	border-right-color: #D1D1D1;
	border-bottom-color: #D1D1D1;
	border-left-color: #A2A2A2;
	margin: 1px;
	padding: 1px;
	background-color: #E9E9E9;
}


/* links */
a { 
	color: #3B5180;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #6C9FD6;
	background-color: inherit;
}
hr {
	font-size: 9px;
	background-color: #333333;
	height: 1px;
	color: #333333;
}

/* headers */
h1, h2, h3,h4 {
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
	color: #435FAC;	
}
h1 { font-size: 1.7em;  color: #435FAC; } 
h2 { font-size: 1.4em; text-transform:uppercase;}
h3 {
	font-size: 1.3em;
	color: #000000;
}
h4 { font-size: 1.3em; color: #435FAC; }


p, h1, h2, h3 {
	margin: 5px 15px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
	color: #4284B0;
}
ul span, ol span {
	color: #666666; 
}

/* images */

img.no-border {
	border: none;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}
a img {  
  border: 0px solid #f2f2f2;
}
a:hover img {  
  border: 0px solid #CCC !important; /* IE fix*/
  border: 0px solid #CCCCCC;*/
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 4px solid #4284B0; 
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
 	padding: 0 0 0 20px;  	
  	background: #FAFAFA;
	border: 1px solid #f2f2f2; 
	border-left: 4px solid #4284B0;   
	color: #4284B0;
	font: bold 1.2em/1.5em Georgia, 'Bookman Old Style', Serif; 
}

/* form elements */
/*form {
	margin:10px; padding: 0;
	border: 1px solid #f2f2f2; 
	background-color: #DDDDDD; 
}*/
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	/*width:300px;*/
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	/*height:100px;*/
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #CCC;
	background: #FFF; 
	padding: 2px 3px; 
	color: #4284B0;	
}

.button_buy {
	padding: 2px;
	color:#000;
	font-family: Verdana, sans-serif;
	font-size: 14em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	height: 35px;
	width: 420px;
	background-image: url(fond_bt.png);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #039;
	border-right-color: #06C;
	border-bottom-color: #06C;
	border-left-color: #039;
}

.button_cancelbuy {
	
	background-image: url(fond_bt2.png);
	background-repeat: repeat-x;
	padding: 2px;
	color:#000;
	font-family: Verdana, sans-serif;
	font-size: 14em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	height: 35px;
	width: 420px;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #039;
	border-right-color: #06C;
	border-bottom-color: #06C;
	border-left-color: #039;
}

/* search form */
form.searchform {
	background: #DDDDDD
	border: none;
	margin: 0; padding: 0;
}
form.searchform input.textbox { 
	margin: 0; 
	width: 120px;
	border: 1px solid #0066CC; 
	background: #FFF;
	color: #333; 
	/*height: 14px;*/
	vertical-align: top;
}
form.searchform input.button { 
	margin: 0; 
	padding: 2px 3px; 
	font: bold 12px Arial, Sans-serif; 
	background: #FAFAFA;
	border: 1px solid #f2f2f2;
	color: #777;	
	width: 30px;
	vertical-align: top;
}

/***********************
	  LAYOUT
************************/
#wrap {
	width: 920px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
	background-color: #FFF;
	background-image: url(fond_1.png);
}
#wrap-simple {
	width: 920px; height: 100%;
	margin: 0 auto;	
	text-align: left;
	background-color: #FFF;
	background-image: url(fond_2.png);
}
#content-wrap {
	clear: both;
	margin: 0; padding: 0;	
	background-color: #FFF;
	
}

/* header */
#header {
	position: relative;
	height: 85px;	
	background: #000 url(headerbg.gif) repeat-x 0% 100%;	
}
#header h1#logo {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 2.7em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -3px;
	text-transform: lowercase;
	top: 0; left: 2px;	
}
#header h2#slogan {
	position: absolute;	 
	top:30px; left: 4px;
	color: #666666;
	text-indent: 0px;
	font: bold 11px Tahoma, 'trebuchet MS', Sans-serif; 
	text-transform: none;	
}



#header form.searchform {
	position: absolute;
	top: 0px;
	right: 105px;
	width: 420px;
}

/* main */
#main {
	float: left;
	margin-left: 2px;
	padding-left: 5px;/* 5px;*/
	width: 60%;
	/*background-color: #FCFCFC;*/

}
#main-simple {
	float: left;
	margin-left: 2px;
	padding-left: 5px;
	width: 90%;
	/*height: 800px;*/
/*	background-color: #FFFFFF;*/

}
.post-footer {
	background-color: #f2f2f2;
	/*padding: 5px; margin: 20px 15px 0 15px;*/
	border: 1px solid #6C9FD6;
	font-size: 95%;	
}
.post-footer .date {
	background: url(clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .euro {
	background: url(euro.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .panier {
	background: url(panier.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* sidebar */
#sidebar {
	float: left;
	width: 20%;
	margin: 0;
	margin-right: 5;
	padding: 0;
	display: inline;
	border-right-style: none;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#sidebar ul.sidemenu {
	list-style:none;
	margin:2px 0 2px 2px;
	padding:0;		
}
#sidebar ul.sidemenu li {
	margin-bottom:1px;
	border: 1px solid #f2f2f2;
}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:bold;
	color: #333;	
	text-decoration:none;	
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	border-left:6px solid #6C9FD6;	
	min-height:18px;
}

* html body #sidebar ul.sidemenu a { height: 18px; }

#sidebar ul.sidemenu a:hover {
	padding:2px 5px 2px 10px;
	background: #DBDBDB;
	color: #333;
	border-left:6px solid #3B5180;
}

/* rightbar */
#rightbar {
	float: right;
	width:18%;
	padding: 0;
	margin:0;
	background-color: #FFFFFF;
	border-left-style: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
}

/* Footer */
#footer {
	clear: both;
	color: #FFF;
	background: #A9BAC3;
	border-top: 5px solid #568EB6;
	margin: 0;
	padding: 0;
	height: 50px;
	font-size: 95%;
	/*bottom: 0px;*/
}
#footer a { 
	text-decoration: none; 
	font-weight: bold;	
	color: #FFF;
}
#footer .footer-left{
	float: left;
	width: 65%;
}
#footer .footer-right{
	float: right;
	width: 30%;
}

/* menu tabs */
#header ul {
	z-index: 999999;
	position: absolute;
   margin:0; padding: 0;
   list-style:none;
	left: 0; 
	bottom: 6px !important; bottom: 5px;
	font: bold 13px  Arial, 'Trebuchet MS', Tahoma, verdana,  sans-serif;	
}
#header li {
   display:inline;
   margin:0; padding:0;
}
#header a {
   float:left;
   background: url(tableft.gif) no-repeat left top;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}
#header a span {
   float:left;
   display:block;
   background: url(tabright.gif) no-repeat right top;
   padding:6px 15px 3px 8px;
   color: #FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a span {float:none;}
/* End IE5-Mac hack */
#header a:hover span {
	color:#FFF;
}
#header a:hover {
   background-position:0% -42px;
}
#header a:hover span {
   background-position:100% -42px;
}
#header #current a {
   background-position:0% -42px;
	color: #FFF;
}
#header #current a span {
   background-position:100% -42px;
	color: #FFF;
}
/* end menu tabs */

/* alignment classes */
.float-left  { float: left; }
.float-right {	float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.green {	 /*#0066CC;*/
color: #0066CC;
 }
.gray  {	color: #BFBFBF; }



/*JMS*/
.infobulle
{
position: absolute;   
visibility : hidden;
border: 1px solid Black;
padding: 10px;
font-family: Verdana, Arial;
font-size: 10px;
background-color: #FFFFFF;
}



/*MENU VERTICAL GAUCHE*/

	#menu {position:relative; z-index:500; margin-left:10px;}
#menu ul {padding:0; margin:0; list-style:none; width:160px; padding:5px; background:#89a;}
#menu ul ul {position:absolute; left:-9999px;}
#menu table {border-collapse:collapse; width:0; height:0; position:absolute; left:-1px; top:-1px;}
#menu ul li {width:160px; background:#fff;}
* html #menu ul li {float:left;}
#menu ul li a {
	display:block;
	width:145px;
	font:normal 11px verdana, sans-serif;
	color:#000;
	text-decoration:none;
	background:#abc;
	border:1px solid #333366;
	border-color:#ddd #333366 #555 #ddd;
	clear:left;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 5px;
}
#menu ul li a.fly {background:#abc url(multi-line/arrow.gif) no-repeat 100px center;}

#menu ul li:hover {position:relative;}
#menu ul li a:hover {direction:ltr; background:#333366; color:#fff; border-color:#89a; position:relative;}
#menu ul li:hover > a {background:#333366; color:#fff; border-color:#89a;}

#menu ul :hover ul,
#menu ul :hover ul :hover ul,
#menu ul :hover ul :hover ul :hover ul,
#menu ul :hover ul :hover ul :hover ul :hover ul {left:162px; top:-5px;}

#menu ul :hover ul ul,
#menu ul :hover ul :hover ul ul, 
#menu ul :hover ul :hover ul :hover ul ul {left:-9999px;}
	
	
	/*MENU VERTICAL DROITE*/

	#menu_d {position:relative; z-index:500; margin-left:10px;}
#menu_d ul {padding:0; margin:0; list-style:none; width:135px; padding:5px; background:#89a;}
#menu_d ul ul {position:absolute; left:-9999px;}
#menu_d table {border-collapse:collapse; width:0; height:0; position:absolute; left:-1px; top:-1px;}
#menu_d ul li {width:135px; background:#fff;}
* html #menu_d ul li {float:left;}
#menu_d ul li a {
	display:block;
	width:120px;
	font:normal 11px verdana, sans-serif;
	color:#000;
	text-decoration:none;
	background:#abc;
	border:1px solid #333366;
	border-color:#ddd #333366 #555 #ddd;
	clear:left;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 5px;
}
#menu_d ul li a.fly {background:#abc url(multi-line/arrow.gif) no-repeat 100px center;}

#menu_d ul li:hover {position:relative;}
#menu_d ul li a:hover {direction:ltr; background:#333366; color:#fff; border-color:#89a; position:relative;}
#menu_d ul li:hover > a {background:#333366; color:#fff; border-color:#89a;}

#menu_d ul :hover ul,
#menu_d ul :hover ul :hover ul,
#menu_d ul :hover ul :hover ul :hover ul,
#menu_d ul :hover ul :hover ul :hover ul :hover ul {left:-145px; top:-5px;}

#menu_d ul :hover ul ul,
#menu_d ul :hover ul :hover ul ul, 
#menu_d ul :hover ul :hover ul :hover ul ul {left:-9999px;}
	
	
	
	
	
	
	
/*PRODUIT*/
.new_prod_box{
float:left;
text-align:center;
padding:10px;
}	

.new_prod_bg{
width:160px;
height:170px;
position:relative;
float: left;
background:#435FAC
}
	.new_icon{
position:absolute;
top:2px;
right:2px;

}
h5 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #006699;
}
h6 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #999999;
}
img.thumb{

/*padding:10px 0 0 0;*/
}
	
	
.Produit-description{
	padding-left: 175px;

}

.ligne0
{
background-color: #DAF5FE;
}
.ligne1
{
background-color: #C1E7FF;
}
.highlight
{
background-color: #ECECEC;
}

.panier{
	background-color: #E1E1E1;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #006699;
	border-right-color: #003399;
	border-bottom-color: #003399;
	border-left-color: #006699;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	
}
.panier_final{
	background-color: #E6E6E6;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #006699;
	border-right-color: #003399;
	border-bottom-color: #003399;
	border-left-color: #006699;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-top: 2px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 2px;
}
.entete_panier_final{
	background-image: url(fdBk.gif);
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	color: #000000;
}

.bas_panier_final{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	color: #000000;
}

.div_panier{
	left: -10px;
	text-align: center;
	vertical-align: middle;
	
	position: relative;
}
.entete{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	font-style: normal;
	background-color: #0099CC;
	color: #FFFFFF;
}

#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	}

.ref {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	color: #333333;
	line-height: 9px;
}

.etape_suivante{
	background-image: url(fond_bt.png);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.etape_precedente{
background-image: url(fond_bt2.png);
	background-repeat: repeat-x;
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}





