body {
	padding-bottom: 40px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	margin: 0px;
	background-image: url(back2.png);
	background-repeat:repeat-x;
	background-color:#F2F2F2;

}
img {
	border: none;
}







/* MENU */
ul.topnav {
	list-style: none;
	/*padding: 0 20px;*/
	margin: 0;
	float: left;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	-webkit-font-smoothing: antialiased;
	font-weight:bolder;
	font-size: 12px;
	/*color:#80A0BA;*/
	color:#FFF;
	letter-spacing:-1px;
	/*text-shadow:#FFF 0px 1px 0px;*/
	
}
ul.topnav li {
	float: left;
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	-webkit-font-smoothing: antialiased;
	font-weight:bolder;
	font-size: 12px;
	/*color:#80A0BA;*/
	color:#FFF;
	letter-spacing:-1px;
	/*text-shadow:#FFF 0px 1px 0px;*/
	border-right:1px solid #333;
}
ul.topnav li a{
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 12px;
	/*color:#80A0BA;*/
	color:#FFF;
	letter-spacing:-1px;
	/*text-shadow:#FFF 0px 1px 0px;*/
	font-weight:bolder;
}
ul.topnav li a:hover{

}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 25px;
	float: left;
	background: url(subnav_btn.gif) no-repeat center top;
}
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	width:220px;
	height:500px;
	overflow-x:hidden; 
	overflow-y:scroll;
	-ms-overflow-x:hidden;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 25px;
	margin: 0; padding: 0;
	display: none;
	float: left;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 9px;
	line-height:15px;
	color:#666;
	letter-spacing:normal;
	text-shadow:#FFF 0px 0px 0px;
	font-weight:normal; 
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 1px solid #CCC;
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	width:220px;
	border-top: 1px solid #FFF;/*--Create bevel effect--*/
	border-bottom: 1px solid #CCC;/*--Create bevel effect--*/
	clear: both;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 9px;
	line-height:15px;
	color:#666;
	letter-spacing:normal;
	text-shadow:#FFF 0px 0px 0px;
	font-weight:normal;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width:180px;
	background: #F2F2F2 url(dropdown_linkbg.gif) no-repeat 10px center;
	padding-left: 20px;
	padding-right: 20px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 9px;
	line-height:15px;
	color:#666;
	letter-spacing:normal;
	text-shadow:#FFF 0px 0px 0px;
	font-weight:normal;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #FFF url(dropdown_linkbg.gif) no-repeat 10px center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 9px;
	line-height:15px;
	color:#06F;
	letter-spacing:normal;
	text-shadow:#FFF 0px 0px 0px;
	font-weight:normal;
}
/* END MENU */









.clear {
	clear:both;}
	

.roundedtop { border-radius: 6px 6px 0 0; -webkit-border-top-left-radius:6px; -webkit-border-top-right-radius:6px; -moz-border-radius: 6px 6px 0 0; -o-border-radius: 6px 6px 0 0; -khtml-border-radius: 6px 6px 0 0; }
.roundedbottom { border-radius: 0 0 6px 6px; -webkit-border-bottom-left-radius:6px; -webkit-border-bottom-right-radius:6px; -moz-border-radius: 0 0 6px 6px; -o-border-radius: 0 0 6px 6px; -khtml-border-radius: 0 0 6px 6px; }
.roundedright { border-radius: 0 6px 6px 0; -webkit-border-top-right-radius:6px; -webkit-border-bottom-right-radius:6px; -moz-border-radius: 0 6px 6px 0; -o-border-radius: 0 6px 6px 0; -khtml-border-radius: 0 6px 6px 0; }
.roundedleft { border-radius: 6px 0 0 6px; -webkit-border-top-left-radius:6px; -webkit-border-bottom-left-radius:6px; -moz-border-radius: 6px 0 0 6px; -o-border-radius: 6px 0 0 6px; -khtml-border-radius: 6px 0 0 6px; }
.roundedtopleft { border-radius:6px 0 0; -webkit-border-top-left-radius:6px; -moz-border-radius:6px 0 0; -o-border-radius:6px 0 0; -khtml-border-radius:6px 0 0; }
.roundedtopright { border-radius: 0 6px 0 0; -webkit-border-top-right-radius:6px; -moz-border-radius:0 6px 0 0; -o-border-radius:0 6px 0 0; -khtml-border-radius: 0 6px 0 0; }
.roundedbottomleft { border-radius: 0 0 0 6px; -webkit-border-bottom-left-radius:6px; -moz-border-radius: 0 0 0 6px; -o-border-radius: 0 0 0 6px; -khtml-border-radius: 0 0 0 6px; }
.roundedbottomright { border-radius: 0 0 6px 0; -webkit-border-bottom-right-radius:6px; -moz-border-radius: 0 0 6px 0; -o-border-radius: 0 0 6px 0; -khtml-border-radius: 0 0 6px 0; }
.rounded { border-radius: 6px 6px 6px 6px; -webkit-border-radius:6px; -moz-border-radius: 6px 6px 6px 6px; -o-border-radius: 6px 6px 6px 6px; -khtml-border-radius: 6px 6px 6px 6px;}
.roundedbig { border-radius: 12px 12px 12px 12px; -webkit-border-radius:12px; -moz-border-radius: 12px 12px 12px 12px; -o-border-radius: 12px 12px 12px 12px; -khtml-border-radius: 12px 12px 12px 12px;}

.shadow {
	box-shadow: 0px 1px 3px rgba(9,9,9,0.4); 
	-webkit-box-shadow: rgba(9,9,9,0.4) 0 1px 3px; 
	-moz-box-shadow: rgba(9,9,9,0.4) 0 1px 3px; 
	/*border: 1px solid #F2F2F2;*/
	}

.shadowdroit {
	box-shadow: 1px 1px 2px rgba(9,9,9,0.2); 
	-webkit-box-shadow: rgba(9,9,9,0.2) 1px 1px 2px; 
	-moz-box-shadow: rgba(9,9,9,0.2) 1px 1px 2px; 
	/*border: 1px solid #F2F2F2;*/
	}


.title {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	-webkit-font-smoothing: antialiased;
	font-weight:100;
	font-size: 15px;
	color: #333;
	letter-spacing:-1px;
	text-shadow:#FFF 0px 1px 0px;
}

.title a:link {
	text-decoration:  none;
  	color:#333;
}

.title  a:visited {
	text-decoration:  none;
  	color:#333;
}

.title a:active {
	text-decoration:  none;
  	color:#333;
}

.title a:hover {
	text-decoration:  none;
  	color:#3F74D7;
}

.product_container {
	width:196px;
	float:left;
	text-align:center;
}

.wraptocenter {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.wraptocenter * {
    vertical-align: middle;
}

.wraptocenter {
    display: block;
}
.wraptocenter span {
    display: inline-block;
    height: 100%;
    width: 1px;
}

.link_texte {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 11px;
	color: #3F74D7;
}
.link_texte a:link    {
  /* Applies to unvisited links of class titre2 */
  text-decoration:  none;
  color:#3F74D7;
  } 
.link_texte a:visited {
  /* Applies to visited links of class titre2 */
  text-decoration:  none;
  color:#3F74D7;
  } 
.link_texte a:hover   {
  /* Applies to links under the pointer of class titre2 */
  text-decoration:underline;
  color:            #3F74D7;
  } 
.link_texte a:active  {
  /* Applies to activated links of class titre2 */
  text-decoration:  none;
  color:            #3F74D7;
  } 

.manufacturer {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 13px;
	color: #749BA4;
}
.manufacturer a:link    {
  /* Applies to unvisited links of class titre2 */
  text-decoration:  none;
  color:#749BA4;
  } 
.manufacturer a:visited {
  /* Applies to visited links of class titre2 */
  text-decoration:  none;
  color:#749BA4;
  } 
.manufacturer a:hover   {
  /* Applies to links under the pointer of class titre2 */
  text-decoration:none;
  color:#09F;
  } 
.manufacturer a:active  {
  /* Applies to activated links of class titre2 */
  text-decoration:  none;
  color:            #749BA4;
  } 
  
  
  
  .connexion {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 13px;
	color: #000;
}
.connexion a:link    {
  /* Applies to unvisited links of class titre2 */
  text-decoration:  none;
  color:#000;
  } 
.connexion a:visited {
  /* Applies to visited links of class titre2 */
  text-decoration:  none;
  color:#000;
  } 
.connexion a:hover   {
  /* Applies to links under the pointer of class titre2 */
  text-decoration:none;
  color:#09F;
  } 
.connexion a:active  {
  /* Applies to activated links of class titre2 */
  text-decoration:  none;
  color:            #000;
  } 
  
  
  

.texte_tableau {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 12px;
	color:#333;
	line-height:16px;

}

.texte {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 14px;
	color:#666;

}

 .texte a:link    {
  /* Applies to unvisited links of class titre2 */
  text-decoration:  none;
  color:#666;
  } 
.texte a:visited {
  /* Applies to visited links of class titre2 */
  text-decoration:  none;
  color:#666;
  } 
.texte a:hover   {
  /* Applies to links under the pointer of class titre2 */
  text-decoration:  none;
  color:            #3F74D7;
  } 
.texte a:active  {
  /* Applies to activated links of class titre2 */
  text-decoration:  none;
  color:            #3F74D7;
  } 
  
  .texte2 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 10px;
	color:#666;
}

.texte2 a:link  {
  /* Applies to unvisited links of class titre2 */
  display:block; 
  border:0;
  width:100%; 
  text-decoration:  none;
  color:#999;
  } 
.texte2 a:visited {
  /* Applies to visited links of class titre2 */
  display:block;
  border:0;
  width:100%;
  text-decoration:  none;
  color:#999;
  } 
.texte2 a:hover    {
  /* Applies to links under the pointer of class titre2 */
  display:block; 
  border:0;
  width:100%;
  text-decoration:  none;
  color:#FFF;
  } 
.texte2 a:active  {
  /* Applies to activated links of class titre2 */
  display:block; 
  border:0;
  width:100%;
  text-decoration:  none;
  color:#999;
  } 



.desc_model {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 10px;
	color:#999;
}

.desc_model a:link  {
  /* Applies to unvisited links of class titre2 */
  text-decoration:  none;
  color:#999;
  } 
.desc_model a:visited {
  /* Applies to visited links of class titre2 */
  text-decoration:  none;
  color:#999;
  } 
.desc_model a:hover    {
  /* Applies to links under the pointer of class titre2 */
  text-decoration:  none;
  color:#3F74D7;
  } 
.desc_model a:active  {
  /* Applies to activated links of class titre2 */
  text-decoration:  none;
  color:#999;
  } 
  
  input:focus {
  outline-width:0;
}

.itemno_cart {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	-webkit-font-smoothing: antialiased;
	font-weight:bolder;
	font-size: 12px;
	color:#80A0BA;
	/* letter-spacing:-1px;*/
	text-shadow:#FFF 0px 1px 0px;
}

.itemno_cart a:link {
	text-decoration:  none;
  	color:#666;
}

.itemno_cart a:visited {
	text-decoration:  none;
  	color:#666;
}

.itemno_cart a:active {
	text-decoration:  none;
  	color:#666;
}

.itemno_cart a:hover {
	text-decoration:  none;
  	color:#3F74D7;
}




.top_menu {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	-webkit-font-smoothing: antialiased;
	font-weight:bolder;
	font-size: 12px;
	color:#FFF;
	/* letter-spacing:-1px;*/
	/* text-shadow:#FFF 0px 1px 0px;*/
}

.top_menu a:link {
	text-decoration:  none;
  	color:#FFF;
}

.top_menu a:visited {
	text-decoration:  none;
  	color:#FFF;
}

.top_menu a:active {
	text-decoration:  none;
  	color:#FFF;
}

.top_menu a:hover {
	text-decoration:  none;
  	color:#F2F2F2;
}



.titre {
	font-family:Helvetica, Arial,sans-serif;
	font-size: 50px;
	font-weight:100;
	color: #FFF;
	letter-spacing:-2px;
	-webkit-font-smoothing: antialiased;
	text-shadow:#000 0px 1px 3px;
}

.cents {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 32px;
	color: #749BA4;
	letter-spacing:-4px;
	vertical-align:super;
	text-shadow:#FFF 0px 2px 0px;
}

.dollars_prods {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 20px;
	color: #999;
	letter-spacing:-1px;
	text-shadow:#FFF 0px 1px 0px;
}

.dollars_prods a:link    {
  /* Applies to unvisited links of class titre2 */
  text-decoration:  none;
  color:#000;
  } 
.dollars_prods a:visited {
  /* Applies to visited links of class titre2 */
  text-decoration:  none;
  color:#000;
  } 
.dollars_prods a:hover   {
  /* Applies to links under the pointer of class titre2 */
  text-decoration:none;
  color:#09F;
  } 
.dollars_prods a:active  {
  /* Applies to activated links of class titre2 */
  text-decoration:  none;
  color:            #000;
  } 

.cents_prods {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 16px;
	color: #000;
	letter-spacing:-1px;
	vertical-align:super;
	text-shadow:#FFF 0px 1px 0px;
}


.cents_prods a:link {
	text-decoration:  none;
	color: #000;
}

.cents_prods a:visited {
	text-decoration:  none;
	color: #000;
}

.cents_prods a:active {
	text-decoration:  none;
	color: #000;
}

.cents_prods a:hover {
	text-decoration:  none;
	color: #09F;
}

.cart_header {
	border-top:1px solid #899FC3;
	border-bottom:1px solid #899FC3;
	text-align:center;
	border-right:1px solid #CDDAEA;
}

.cart_header_left {
	border-top:1px solid #899FC3;
	border-bottom:1px solid #899FC3;
	border-left:1px solid #899FC3;
	border-right:1px solid #CDDAEA;
}

.cart_header_right {
	border-top:1px solid #899FC3;
	border-bottom:1px solid #899FC3;
	border-right:1px solid #899FC3;
	text-align:center;
}