body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	background:url(../img/interf/fond_body.jpg) repeat-x center top #99D834;
	font-size: 11px;
	color: #000;
}

input {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
}

textarea {
	background: url(../img/interf/textarea_fond.gif) no-repeat left top;
	border:1px solid #435D98;
	padding:2px;
	
	font-family: inherit;
	font-size: 12px;	
}	

a.boutons, .boutons {
	height:20px;
	margin-top:4px;
	background-repeat:no-repeat;
}

input[type="text"], input[type="password"]{
	background: url(../img/interf/input_fond.gif) no-repeat 0px  -1px;
	border:1px solid #435D98;
	height:16px;
	padding:2px 2px 0px;
}

input[type="image"], a.boutons {
 	vertical-align:bottom;
	border:none;
	background:no-repeat top left;
	width:120px;
	height:20px;
	cursor:pointer;
}
input[type="image"]:hover, a.boutons:hover {
	background-position:bottom;
}

input[type="image"].btn_big,  a.btn_big{
	width:139px;
}

input[type="image"].btn_med, a.btn_med {
	width:95px;
}
input[type="image"].btn_mini, a.btn_mini {
	width:22px;
}
a.boutons {
	background-repeat:no-repeat;
	display:block;
}

a.btn_tiny {
	margin:0px;
	padding:0px;
	width:15px;
	height:10px;
}

a.btn_tiny:hover {
	background-position:0 -10px;
}

fieldset {
	margin-left:auto;
	margin-right:auto;
 	width: 400px;
 	margin-top: 15px;
	padding:10px;
	border:1px dotted #7ABF02;
}

fieldset legend {
 	font-weight: bold;
	font-size:12px;
	font-style:italic;
	color:#2256A2;
	padding:3px;
}

fieldset.contact {
	padding-left:34px;
	width:368px;
}


select {
	background: url(../img/interf/input_fond.gif) no-repeat 0px 0px #FFFFFF;
	border:1px solid #435D98;
	padding:1px;
}


input[type="checkbox"] {
	margin:0.5em 0px 0px 0px;
	padding:0px;
}

a {
	text-decoration: none;
	font-weight: normal;
	color: #000;
}

a:hover {
	text-decoration: underline;
}

h1 {
	margin-left: 0;
	padding-left: 0px;
	margin-top:12px;
	margin-bottom:12px;	
	font-weight: normal;
	font-size: 18px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#0764EB;
}

h1.real_h1{
	border:none;
	float:left;
}
h1 a:hover {
	text-decoration:none;
}

h2 {
	margin: 6px 0px 4px 0px;
	font-size: 13px;
}

h3 {
 	margin: 0 0 4px 0;
}
h4 {
 	margin: 0px 4px 8px 4px;
	padding-bottom:3px;
	color:#2256A2;
	border-bottom:1px  dashed #2256A2;
}

h3 a {
	font-weight: bold;
}

a img {
	border: 0px;
}

form {
 	margin: 0px;
 	padding: 0px;
}

/* dock - top */
.dock {
	position: relative; 
	height: 50px; 
	text-align: center;
}
.dock-container {
	position: absolute;
	height: 50px;
	background: url(images/dock-bg2.gif);
	padding-left: 20px;
}
a.dock-item {
	display: block;
	width: 40px;
	color: #000;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
}
.dock-item img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
.dock-item span {
	display: none; 
	padding-left: 20px;
}

/* dock2 - bottom */
#dock2 {
	width: 100%;
	bottom: 0px;
	position: absolute;
	left: 0px;
}
.dock-container2 {
	position: absolute;
	height: 50px;
	background: url(images/dock-bg.gif);
	padding-left: 20px;
}
a.dock-item2 {
	display: block; 
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 40px; 
	color: #000; 
	bottom: 0px; 
	position: absolute;
	text-align: center;
	text-decoration: none;
}
.dock-item2 span {
	display: none;
	padding-left: 20px;
}
.dock-item2 img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}


/* Layout */

div.page {
	/*width: 1119px;*/
	margin-left: auto;
	margin-right: auto;
	width:969px;
}
div.fond_page {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background:url(../img/interf/fond_page.jpg) scroll center top no-repeat;
	display:block;
}

#header {
	clear:both;
	width:100%;
	height: 162px;
}
#bandeau {
	width:475px;
	height: 99px;
	padding-top:0px;
	text-align:left;
	vertical-align:bottom;
	float:left;
}

#bandeau .lien_site{
	float:right;
	position:absolute;
	width:152px;
	height:25px;
	margin-left:796px;
	margin-top:113px;
}

#bandeau .lien_site a {
	display:block;
	/*width:152px;
	height:25px;*/
	background:url(../img/btn_sites.gif) top left no-repeat;
}

#bandeau .lien_site a:hover {
	background-position: 0px -25px;
}

#header_nav {
	height:27px;/*52px;*/
	width:100%;
	text-align:left;	
	/*background:url(../img/interf/fond_hdr_nav.jpg) top left repeat-x #FFFFFF;*/
	display:block;
	float:left;
	/*border:1px solid blue;*/
}

#header_nav a {
	background-repeat:no-repeat;
}	
/* LANGUES */
#header_languages {
	float:right;
	height:21px;/*29px;*/
	width:60px;
	display:block;
	margin:0px;
	padding-top:7px;
}
#header_languages a {
	width:18px;
	height:13px;
	background: top left no-repeat;
	margin:4px;
}
#header_languages a:hover {
	background: 0 -13px no-repeat;
}

/* LIENS HEADER */
#liens_header {
	clear:none;
	float: left;
	text-align:left;
	height:41px;
}

#liens_header a {
	float:left;
}
#liens_header a:hover {
	background-position:0 -41px;
	text-decoration:none;
}
/* RECHERCHERH */
#search_header
 {
	float: right;
	height:27px;
	width:274px;
	background: url(../img/interf/fond_search.jpg) no-repeat top right;
	padding-right:10px;
	/*border:1px solid red;*/
}

#search_header input[type="text"] {
	background:url(../img/interf/fond_rech.gif) no-repeat top left;
	border:none;
	width:178px;
	height:19px;
	padding-left:4px;
}

#content {
 	overflow:visible;
 	clear: both;
	width:959px;
	float:left;
	border:5px solid #7CBC0C;
	background-color:#fff;
}

#left {
	width: 195px;
	float: left;
}

#center {
	margin-left: 15px;
	margin-bottom:15px;
	float: left;
}

#right {
	width: 188px;
	float: right;
}

#footer {
	display:block;
	clear: both;
	width: 100%;
	height: 120px;
	text-align:right;
	padding-top:6px;
	color:#4A4A4B;
}

#footer ul{
	margin:0;
	padding:0;
	float:left;
	width:100%;
	margin-top:8px;
	border-top: 1px solid #7CBC0C;
	padding-top:10px;
	text-align:left;
}

#footer ul li{
	float:left;
	list-style:none;
	width:25%;
}

#payment_logos {
	padding-top: 0px;
	display:block;
	float:left;
	margin-left:30px;
	margin-top:20px;
}

#footer_nav {
	display:block;
	width:100%;
	height:75px;
	vertical-align: bottom;
	/*padding-top:20px;*/}

#footer_nav a {
	color:#396FB7;/*#000000;/*#ffffff;/*2256A2;*/
}


/* Classes */
.footer_nav {
	font-size: 10px;
	text-align: right;
	line-height: 18px;
}
.block_title_left, .block_title_right {
	width:182px;
	height:29px;

	/*margin-top:6px;*/
}

.block_title_left {
	float:right;
	width:100%;
	background:url(../img/interf/fd_autre_categ.gif) no-repeat top left #E9E9E9;
	margin-top:20px;
	width:195px;
}

.block_title_left a{
	display:block;
	width:177px;
	/*background:transparent url(../img/interf/puce_block_categ.gif) 0px 3px no-repeat;*/
	font-family:Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size:8pt;
	/*font-style:italic;*/
	font-variant:small-caps;
	font-weight:bold;
	color:#fff;/*#36538B;/*0A6441;/*#FFFFFF;*/
	font-weight:bold;
	text-decoration: none;
	padding-left:18px;
	padding-top:8px;
	height:21px;
}


.block_module_header {
	float:right;
	white-space:nowrap;
	background: url(../img/interf/fond_bmh.jpg) no-repeat top right;
	height:27px;
	max-width:516px;
}

 .block_userinfo, .block_cart {
	display:block;
	float:right;
	height:18px;
	padding-top:9px;
}

.block_cart {
	background: url(../img/interf/picto_panier.gif) no-repeat top left;
	padding-left:31px;
	min-width:153px;
}


 .block_userinfo {
	background: url(../img/interf/picto_compte.gif) no-repeat 0 8px;
	padding-left:18px;
	margin-left:7px;
	margin-right:8px;
	min-width:166px;
}

.block_module_right {
	float:left;
	width:182px;
	/*background: url(../img/interf/fond_block_droite.jpg) repeat-y 3px;*/
	/*margin-top:6px;*/
	margin-bottom:5px;
	/*margin-right:4px;*/
}	


.block_title_right {
	float:left;
	background: url(../img/interf/block_title_right.jpg) no-repeat top left;
	margin-top:0px;
}

.block_title_right img {
	float:right;
	margin-right:4px;
	margin-top:5px;
}

.block_title_left img {
	margin-left:8px;
	margin-top:6px;
}

.block_title_right img {
	/*margin-left:26px;
	margin-top:5px;*/
}

.block_right {
	float:left;
	font-weight:bold;
	padding-left:18px;
	width:156px;
	color:#2256A2;
	font-size:10px;
	padding-bottom:8px;
}

.block_left {
	float:right;
	color:#2256A2;
	font-style:normal;
	border:1px solid #7CBC0C;
	border-left:none;
	width:194px;
}

.marques {
	margin:0;
	padding:0;
	text-indent:0;
}
.marques li {
	line-height:50px;
}

.marques a {
	color:#2256A2;
	display:block;
	background:top left no-repeat;
	padding-left:50px;
}

.block_right ul {
	margin:0;
	padding:0;
	display:block;
}
.block_right li {
	/*display:inline-block;*/
}	
.block_right ul li a{
	margin:0;
	padding:0;
	display:block;
	padding-left:8px;
	line-height:14px;
	color:#2256A2;
	background:transparent url(../img/interf/puce_block_item.gif) no-repeat 0px 6px;
}

.block_right a{
	font-style:italic;
}
.block_right p{
	margin:5px;
	margin-left:10px;
}
.sans_puce {
	background:none;
	padding-left:10px;
}
.sans_puce p{
	margin:5px;
	margin-left:3px;
	font-weight:normal;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;	
}
.block_inf {
	display:block;
	text-align:right;
	margin-top:5px;
	font-size:9px;
	font-style:italic;
}

.strike { 
 text-decoration: line-through;
}

.block {
	width: 185px;
	color: #333333;

}
.clear {
	clear: both;
}

.space {
	margin-top: 20px;
}

.bspace {
	margin-bottom: 8px;
}

.bbspace {
	margin-bottom: 20px;
}

.tspace {
	margin-top: 8px;
}

.bottom {
	vertical-align: text-bottom;
	padding-right: 2px;
}

.m_bottom {
	margin-bottom: 8px;
}

.middle {
 	vertical-align:top;
	text-align:center;
	padding-top:4px;
}
.text-top {
 	vertical-align: text-top;
}

.f_left {
 	float: left;
}

#categories ul {
	margin: 0px;
	padding-left: 18px;
	padding-top: 4px;
	padding-bottom: 2px;
	list-style-type: none;
	color: #C7327A;
	background-color: #EFEFEF;
}

#categories ul li {
	background: url("../img/puce.gif") no-repeat 0px 8px;
	padding-left: 12px;
}

#categories a {
	color: #333;
	background-color: #EFEFEF;
	font-weight: bold;
}

#categories li {
	line-height: 22px;
}
.marge_gauche {
	margin-left:1px;
}

.marge_sup {
	margin-top:5px;
}
.marges {
	margin-top:10px;
	margin-bottom:10px;
}

#cat_img {
 	padding-right: 2px;
}

.featured_product, .cadre_marques {
	margin-left: 5px;
	margin-right: 3px;
	padding-bottom:2px;
	padding-left:1px;
	padding-top:5px;
	text-align: center;
	float: left;
}

.cadre_marques {
	background:url(../img/cadre_marques.gif) top left no-repeat;
	width: 160px;
	height:150px;
}

.logo_marques {
	text-align:center;
	vertical-align:top;
	height:104px;
	width:150px;
	margin-left:4px;
	margin-bottom:10px;	
}

.featured_product .boutons {
	margin-left:3px;
	margin-bottom:0;
}
.featured_line {
	width: 100%;
	height: 1px;
	padding-top: 5px;
	margin-bottom: 5px;
}

.price, .price_reduc {
	color: #C33102;
	font-weight: bold;
	font-size: 13px;
}

.price_reduc {
	float:right;
	margin-right:3px;
	display:block;
	text-align:right;
}
.price_prct {
	color: #C33102;
	font-weight: bold;
	float:left;
	margin-left:3px;
	margin-top:2px;
	display:block;
}

.block .price {
 	color: #C33102;
}

.nav_bar {
	margin-bottom: 15px;
	margin-top:2px;
	color:#435D98;
}
.nav_bar a {
	color:#435D98;
}
.nav_bar a:hover {
text-decoration:overline underline;
}

.image_medium {
	width:80px;
	height:80px;
}

img.flag {
 	padding-top: 4px;
}

span.pipe_spacer {
 	padding-left: 8px;
}


/* General blocks */
div.block {
 	padding-top: 10px;
	padding-bottom: 4px;
	font-weight: bold;
}

.link {
	line-height: 20px;
}

ul.link {
 	margin: 0px;
 	padding: 0px;
	text-align:left;
	width:165px;
	list-style-type: none;
}

ul.link a {
	text-decoration: none;
	font-style:italic;
	color: #494949;
}
ul.link a:hover {
	text-decoration:underline;
	color: #2256A2;
}


div.block_content_end {
 	padding-top: 10px;
  	padding-left: 10px;
 	padding-right: 10px;
 	text-align: right;
}

div.block_content_end a {
	font-weight: bold;
}

div.block_footer {
	width: 185px;
	height: 8px;
	margin-bottom: 20px;
	background-image: url("../img/block_footer.gif");
}

/* block's ol */
div.block_img {
 	width: 90%;
 	padding-bottom: 6px;
	margin-right:18px;
 	text-align: center;
}

div.block ol {
 	width: 160px;
 	margin: 0px;
 	padding: 0px;
 	padding-left: 10px;
 	padding-right: 10px;
 	list-style-position: inside;
}

div.block ol li {
 	margin: 0px;
 	padding: 0px;
}

div.block ol a {
	text-decoration: none;
	color: #000000;
	
}

div.block ol a:hover {
 	text-decoration: underline;
}

div.block ol li {
 	padding-bottom: 4px;
}

/* Categories block */
ul.category {
 	padding-right: 20px;
}

ul.category li {
 	border-bottom: dashed 1px #D3D3D3;
	vertical-align: middle;
}

ul.category li.cat_end {
 	border-bottom: 0px;
}

/* Bank logo */
div.bank_logo {
 	margin: 40px 0 0 0;
 	padding: 0px;
 	width: 190px;
 	text-align: center;
}

/* Center block */

h1.home_title {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	margin-top:10px;
	margin-left:4px;
 	border: 0px;
}

div.home_presentation {
	margin-left:4px;
}
div.home_presentation, div.home_presentation p {
 	margin-bottom: 12px;
}

.prix {
 	margin: 0px;
 	padding: 0px;
	height:38px;
	margin:2px;
	margin-top:3px;	
	font-family:Arial, Helvetica, sans-serif;
}

.product_name a{
	font-size:11px;
	font-weight:bold;
}

.prix {
	height:35px;
	background: no-repeat 3px 0;	
}

/* Cart block */
div.separator {
	height: 1px;
	margin:2px;
	color: #333333;
	background-color: #C0C0C0; 
}

div.total {
 	padding-top: 2px;
 	line-height: 15px;
 	text-align: left;
	font-weight:normal;
	font-style:normal;
	font-size:10px;
}

div.edit_my_cart {
padding-right:10px;
margin-top:10px;
}


div.edit_my_cart a, div.checkout a {
 	color: #000000;
	font-size:9px;
}

div.checkout {
 	float: right;
}

ol.link {
	padding-left: 26px;
}

table.cart {
 	margin: 0px;
 	padding: 0px;
 	font-size: 10px;
 	font-weight: bold;
 	border-collapse: collapse;
}

table.cart a {
 	text-decoration: underline;
	color:#2256A2;
}

table.cart a:hover {
 	text-decoration: overline underline;
}

td.cart_item {
 	width: 115px;
}

td.cart_item img {
 	float: right;
}

td.cart_price {
 	width: 60px;
 	text-align: right;
}
td.cart_suppr {
padding:4px;
}

/* Specials block */
div.specials {
 	text-align: center;
}

div.specials a {
 	color: #333333;
 	background-color: #EFEFEF;
}

div.specials img {
 	padding-bottom: 6px;
}

span.discounted {
 	text-decoration: line-through;
 	color: #333333;
	font-size:11px;
}

/* New_product block*/
img.new_product {
 	float: left;
 	padding-top: 2px;
 	padding-left: 6px;
 	padding-right: 4px;
}

ol.new_product {
 	font-size: 11px;
 	padding-left: 26px;
}

ol.new_product a:hover {
 	text-decoration: underline;
}

ol.new_product li {
 	padding-top: 2px;
}

/* Content title (under category picture) */
h2.content_title {
 	width: 530px;
 	margin: 5px;
 	padding-top: 14px;
 	padding-bottom: 4px;
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-weight: bold;
	font-variant:small-caps;
	color:#2256A2;
}

/* Other */
span.navigation_end {
	font-weight: bold;
}

p.mentions {
 	margin: 4px 0 12px 0;
}

.center {
 	width: 100%;
 	text-align: center;
}

.right {
 	text-align: right;
}

ul.static_description {
 	margin: 0px;
 	padding: 4px 0 0 22px;
}

ul.static_description li, ol.static_description li {
	padding-bottom: 4px; 
}

div.frame {
 	margin: auto;
 	padding: 4px;
 	width: 220px;
 	border: 1px solid #999999;
 	color: #333333;
 	background-color: #F0F0F0;
}

.bold {
 	font-weight: bold;
}

.img_middle {
 	vertical-align: text-top;
}

div.cat_prod_description {
 	color: #777777;
 	background-color: #FFFFFF;
}

/* Category page */
#categories_list {
 	/*border-bottom: 1px dashed #D3D3D3;*/
 	overflow: auto;
}

#categories_list a {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

#categories_list a:hover {
	text-decoration: underline;
}

div.subcategory {
 	float: left;
 	padding: 4px;
 	padding-bottom: 14px;
 	width: 172px;
 	text-align: center;
}

div.subcategory img {
 	padding-bottom: 2px;
}

table.product_list, table.manufacturer_list, table.supplier_list {
 	width: 100%;
	margin-bottom:15px;
	padding-right:15px;
}

table.product_list tr.separator, table.product_list td.separator,
table.product_list tr.separator2, table.product_list td.separator2,
table.manufacturer_list tr.separator, table.manufacturer_list td.separator,
table.manufacturer_list tr.separator2, table.manufacturer_list td.separator2,
table.supplier_list tr.separator, table.supplier_list td.separator,
table.supplier_list tr.separator2, table.supplier_list td.separator2 {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 1px;
	color: #000000;
}

table.product_list tr.separator2, table.product_list td.separator2,
table.manufacturer_list tr.separator2, table.manufacturer_list td.separator2,
table.supplier_list tr.separator2, table.supplier_list td.separator2 {
	color: #000000;
}

tr.product {
 	vertical-align: top;
}

tr.product td, tr th, tr.manufacturer_row td {
 	padding-top: 2px;
	padding-bottom:2px;	
	border-bottom:1px dotted #DCDCDC;		
}


table.product_list img.add_to_cart {
 	vertical-align: middle;
 	padding-left: 2px;
}

/*manufacturer_list*/
table.manufacturer_list th.img, table.manufacturer_list td.img, table.product_list th.img, table.product_list td.img {
	width:90px;
	text-align:center;
}
table.manufacturer_list th.prdt, table.manufacturer_list td.prdt, table.product_list th.prdt, table.product_list td.prdt {
	/*width:100%;*/
	width:460px;
	vertical-align:middle;	
}
table.manufacturer_list th.dispo, table.manufacturer_list td.dispo, table.product_list th.dispo, table.product_list td.dispo {
	width:100px;
	white-space:nowrap;
	text-align:center;
	vertical-align:middle;
}
table.manufacturer_list th.price, table.manufacturer_list td.price, table.product_list th.price, table.product_list td.price {
	width:150px;
 	text-align: right;
 	vertical-align: top;
	padding-right:3px;
	/*color:#000000;*/
}


table.manufacturer_list td.price, table.product_list td.price {
	color:#CD4900;
}

table.manufacturer_list td.price a, table.product_list td.price a{
float:right;
}

table.manufacturer_list td.price .boutons,  table.product_list td.price .boutons,{
	float:right;
}

table.product_list th, table.manufacturer_list th {
	background: transparent url(../img/interf/fond_liste_prdt.jpg) repeat-x left top;
	margin:0px;
	padding:0px;
	padding-top:3px;
	padding-bottom:3px;
	color:#FFFFFF;
}
table.product_list, table.manufacturer_list {
border-collapse:collapse;
	margin:0px;
	padding:0px;
}


table.product_list tr.fond,  table.product_list tr.fond th, table.manufacturer_list tr th {
	border-bottom: 1px solid #ffffff;
}

a.product_link {
	font-size:10px;	
 	font-weight: bold;
}

div.cat_description {
 	margin: 0px;
 	padding: 0px;
 	padding-top: 8px;
 	padding-bottom: 16px;
}


/* Product page */
h1.product_name {
 	border: 0px;
	float:left;
	border-bottom: 1px solid blue;
	margin-bottom:10px;
	width:57%;
}

div.product_img {
 	float: left;
 	width: 250px;
 	padding-bottom: 8px;
}

div.img_prev {
 	float: left;
}

div.img_zoom {
 	text-align: center;
}

div.img_next {
 	float: right;
}

div.other_views {
	clear: both;
 	padding-top: 10px;
 	margin-bottom: 4px;
 	border-bottom: 1px solid #C0C0C0;
 	font-weight: bold;
 	color: #3C3C3C;
}

img.min_image {
 	padding: 2px;
 	cursor: pointer;
}

div.product_properties {
 	float: left;
	margin-right:15px;
	width:100%;
}

#bigpic {
 	margin-right: 10px;
}

div.product_description {
	float:left;
	clear:right;
	border-right: 1px dotted blue;
	width:310px;
	height:100px;
}
div.product_description p {
	margin:0;
	padding:0;
}

div.product_prices {
 	text-align: right;
 	
}

h2.product_options {
 	margin: 0 0 4px 0;
 	padding: 0px;
}

div.product_attributs {
 	text-align: center;
	float:right;
	width:475px;
	clear:right;
	padding-top:10px;
}

div.attributs_description, div.attributs_select {

}

div.attributs_description {
 	line-height: 22px;
}

div.attributs_select {
 	margin-left: 4px;
}

div.attributs_select select{
 	height: 20px;
 	margin: 0px;
 	margin-bottom: 2px;
 	padding: 0px;
 	font-size: 12px;
}

div.product_price {
 	float: right;
 	width: 180px;
	padding-top: 10px;
}

div.on_sale {
	float:left;
	padding-right: 10px;
}

div.big_price {
 	color: #C33102;
	background-color: #FFFFFF;
	font-weight: bold;
	font-size: 20px;
}

div.percent_discount, div.price_discount {
 	font-weight: bold;
 	font-size: 14px;
}

span.ecotax {
 	color: #009900;
 	background-color: #FFFFFF;
 	font-size: 10px;
}

div.add_to_cart_17 {
 	padding-top: 8px;
    clear:right;
	text-align:right;
	margin-top:10px;
	border-top:1px dotted blue;
}

div.user_interaction {
 	color: #CCCCCC;
 	background-color: #FFFFFF;
}

div.product_availability {
}

div.qtyav {
 	font-weight: bold;
}

div.last_quantities {
 	color: #DD0000;
 	background-color: #FFFFFF;
 	font-weight: bold;
}

h2.product {
 	margin: 0px;
 	padding: 0px;
 	padding-top: 12px;
 	margin-bottom: 6px;
 	color: #3C3C3C;
 	background-color: #FFFFFF;
}

h2.full_description {
 	clear: both;
 	margin-bottom: 8px;
 	padding-top: 22px;
 	color: #3C3C3C;
}

p.full_description {
 	clear: both;
 	margin-top: 0px;
}

.bottom_ {
 	vertical-align: bottom;
}

div.product_accessory {
	width: 126px;
	padding: 4px;
 	text-align: center;
}

div.accessory_name {
 	min-height: 2.2em;
}

/* Cart page */
.cart_tab {
	padding-right:15px;
	width: 100%;
	font-size: 11px;
	border-collapse: collapse;
}


.cart_tab th {
	font-weight: bold;
	height: 25px;
	border-bottom: solid 1px #2951a4;
	text-align: left;
	padding:2px;	
}

.cart_tab td {
	height: 26px;
	padding:2px;
}

.cart_tab_td td {
	border-bottom: dashed 1px #999;
}

.cart_tab_discount td {
	background: #EAF9FF;
}

.cart_tab_img {
	padding: 0 2px;
}

.cart_tab_img a{
	text-decoration: none;
}

.cart_tab_img img{
	border: 0;
}

.cart_tab_img a:hover {
	background: none;
}

.cart_tab_img a span{ 
	display: none;
}

.cart_tab_img:hover span{ 
	display: inline;
	position: absolute;
	width: 120px;
	height: 80px;
	background:transparent;
}
.cart_del {
 	width: 10px;
 	text-align: center;
}

.cart_ref {
 	width: 30px;
 	text-align: center;
}

.cart_picture {
 	width: 16px;
}

.cart_availability {
 	width: 16px;
	text-align:center;
}

th.cart_product, td.cart_product {
 	text-align: left;
}

th.cart_unit, td.cart_unit {
 	width: 60px;
 	text-align: left;
}

th.cart_quantity, td.cart_quantity {
 	width: 28px;
}

th.cart_total, td.cart_total {
 	width: 60px;
	white-space:nowrap;
 	text-align: center;
}

td.total {
	border-top: solid 1px #2951a4;
	height:20px;

}

.bleu_bold {
	color:#2256A2;
	font-weight:bold;
}
.rouge_bold {
	color:#FF0000;
	font-weight:bold;
}

.qty_right {
	padding-left: 6px;
	float: right;
}

.qty_left {
	margin-top:4px;
}

.qty_left, .qty_middle {
 	float: left;
}

.qty_middle {
 	width: 15px;
	padding-left:3px;
}

tr.cart_entry {
 	border-bottom: 1px dashed #D3D3D3;
}


div.cart_voucher {
	float: right;
	text-align:left;
}

fieldset.voucher {
 	width: 235px;
}

label {
float:left;
font-weight:bold;
white-space:normal;
}

label.label-checkbox, label.label-radio {
	color:black;
	font-size:1.1em;
	font-weight:normal;
	margin-top:0.5em;
	width:auto;
	text-align:left;
	float:none;
}

.margin-form {
	margin: 0 0 1em 140px;
	color: #7F7F7F;
	font-size: 0.85em;
}

.red_star{
	color: red;
	font-weight: bold;
}

.icon{
	vertical-align: middle;
}

form.add_to_cart {
 	width: 111px;
 	height: 20px;
}


/* Pagination */
div.pagination {
 	clear: both;
 	padding-top: 12px;
}

div.pagination_left {
	float: left;
	width: 60%; 
}

div.pagination_right {
 	float: right;
 	width: 40%;
 	text-align: right;
}

ul.categoryTree {
	margin: 6px 10px 12px 18px;
 	padding: 0px;
	list-style-type: none;
}

ul.categoryTree li {
	overflow: auto;
}

div.cat_tree_img {
 	clear: both;
 	float: left;
}

div.cat_tree_text {
 	float: left;
 	padding-top: 6px;
 	padding-left: 4px;
}

/* History order */
table.history {
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	border-collapse: collapse;
}

table.history td {
 	padding-top: 2px;
 	padding-bottom: 2px;
}

table.history th {
 	padding-bottom: 2px;
}

th.history_ref {
 	width: 70px;
}

th.history_date {
 	width: 80px;
}

th.history_quantity {
 	width: 40px;
}

th.history_price {
 	width: 70px;
}

th.history_method {
 	width: 70px;
}

th.history_invoice {
 	width: 46px;
}

table.history tr.separator, table.history td.separator,
table.history tr.separator2, table.history td.separator2 {
	margin: 0px;
 	padding: 0px;
	width: 100%;
	height: 1px;
	color: #000000;
 	background-color: #999999;
}

table.history tr.separator2, table.history td.separator2 {
	color: #000000;
 	background-color: #D3D3D3;
}

a.history {
 	text-decoration: underline;
}

a.history:hover {
 	text-decoration: none;
}

/* Addresses */
fieldset.address {
 	float: left;
 	margin-right: 20px;
 	margin-bottom: 16px;
}

div.address_content {
 	float: left;
}

div.address_icons {
 	float: right;
 	padding-left: 16px;
}

div.address_menu {
 	clear: both;
}


/* Log in */

.create_account {
	margin-left:21px;
 	margin-right: 22px;	
}

.create_account, .login {
 	float: left;
 	width: 226px;
 	margin-top: 8px;
	padding-bottom:2px;
}

.create_account form, .login form{
	margin:6px;
	margin-top:0;
}

input.account_input {
	height:16px;
 	width: 180px;
	padding:2px;
	padding-bottom:0px;
 	margin-bottom: 8px;
}

div.form_field_header {
 	padding-bottom: 6px;
}

h2.auth {
 	margin: 0px;
 	padding: 0px;
 	padding-bottom: 6px;
	color:#2256A2;
}

/* Password lost */
div.password_form {
 	width: 450px;
 	border: 1px solid #D3D3D3;
 	padding: 3px;
	padding-top:6px;
	padding-bottom:6px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

div.password_form .email_input {
 	margin-left: 10px;
 	width: 160px;
}

div.password_form .btn_med {
	margin-left:8px;
 	vertical-align:top;
}

/* Order */
div.order_navigation {
	border-top:1px solid #2951A4;
	float:left;
	clear: both;
	padding:0px;
	padding-top:6px;
	margin-top:15px;
	width:100%;
}

div.order_navigation input[type="image"] {
 	float: right;
}

div.order_navigation img.special_next {
 	float: right;
}



/* step 1 */
div.summary_quantity {
 	float: right;
}

td.cart_quantity {
 	padding-right: 0px;
}

div.cart_delete {
 	float: right;
}

div.address_choices {
 	width: 300px;
 	padding: 6px;
 	border: 1px solid #D3D3D3;
 	margin-bottom: 30px;
}

div.address_input {
 	font-weight: bold;
 	margin-bottom: 6px;
}

div.address_chosen, div.adress_cart {
 	float: left;
 	width: 210px;
	margin-bottom: 16px;
	margin-right: 20px;
}

div.adress_cart {
	margin-bottom:0px;
}

div.address_chosen a.edit_address {
 	float: right;
}

a.edit_address {
	margin-right:6px;
}

.order_delivery {
 	margin-top: 20px;
 	padding: 3px;
 	overflow: auto;
	text-align:left;
	width:430px;
	margin-bottom:20px;
	float:right;
}

div.delivery_address, div.invoice_address {
 	width: 250px;
 	padding: 4px;
}

div.delivery_address {
 	float: left;
}

div.invoice_address {
 	float: right;
}

div.order_carrier {
 	clear: both;
	float: left;
	margin-top: 4px;
 	padding: 4px;
}


#displayDelivery, #displayInvoice, .displayDelivery, .displayInvoice {
	display:block;
	margin-left:6px;
	margin-right:6px;
	margin-bottom:6px;
	text-align:left;
}

.displayDelivery, .displayInvoice {
	float:left;
	width:200px;
}

.uppercase {
	text-transform: uppercase;
}


/* step 2 */
h1.carrier_title, h1.gift_title {
 	margin-top: 35px;
}

table.carrier {
 	width: 100%;
 	margin-top: 8px;
 	border-collapse: collapse;
}

table.carrier td {
 	padding-top: 4px;
 	padding-bottom: 4px;
}

table.carrier input {
 	margin: 0px;
 	padding: 0px;
}

table.carrier .action {
 	width: 16px;
	text-align: center;
}

table.carrier th.carrier, table.carrier td.carrier {
 	width: 30px;
	text-align: center;
}

table.carrier th.infos, table.carrier td.infos {
 	width: 335px;
	text-align: center;
}

table.carrier .carrier_price {
	text-align: right;
}

table.carrier tr.separator, table.carrier td.separator,
table.carrier tr.separator2, table.carrier td.separator2 {
	margin: 0px;
 	padding: 0px;
	width: 100%;
	height: 1px;
	color: #000000;
 	background-color: #999999;
}

table.carrier tr.separator2, table.carrier td.separator2 {
	color: #000000;
 	background-color: #D3D3D3;
}

#gift_div {
	display: none;
}

/* details */
div.detail_follow {
 	width: 527px;
	margin-top: 18px;
	padding: 6px;
 	border: 1px solid #D3D3D3;
}

h2.detail {
 	margin-top: 0px;
 	margin-bottom: 10px;
}

h2.detail2 {
 	margin-top: 36px;
 	margin-bottom: 8px;
}

div.detail_details {
 	line-height: 20px;
}

table.detail_step_by_step {
 	text-align: center;
}

table.detail_step_by_step tr.separator, table.detail_step_by_step td.separator,
table.detail_step_by_step tr.separator2, table.detail_step_by_step td.separator2 {
	margin: 0px;
 	padding: 0px;
	width: 100%;
	height: 1px;
	color: #000000;
 	background-color: #999999;
}

table.detail_step_by_step tr.separator2, table.detail_step_by_step td.separator2 {
	color: #000000;
 	background-color: #D3D3D3;
}

th.detail_date {
 	width: 140px;
}

th.detail_status {
 	width: 260px;
}

div.detail_invoice_address {
 	float: left;
 	width: 240px;
	padding-right: 20px;
	text-align: center;
}

table.order_detail {
 	border-collapse: collapse;
 	border: 1px solid #000000;
}

table.order_detail th {
 	border-bottom: 1px solid #000000;
 	background-color: #E9E9E9;
 	padding: 4px;
}

table.order_detail td {
 	padding: 4px;
}

th.order_detail_ref {
 	width: 80px;
}

th.order_detail_name {
 	width: 280px;
}

th.order_detail_quantity {
 	width: 36px;
}

th.order_detail_unit_price {
	width: 70px; 
}

th.order_detail_price {
 	width: 70px;
}

td.special_total, td.special_total2 {
	text-align: right;
	font-weight: bold;
	height: 17px;
}

td.special_total {
 	border-top: 1px solid #000;
}


/* Account creation */
fieldset.account_creation, fieldset.order {
	margin-left:auto;
	margin-right:auto;
 	width: 400px;
 	margin-top: 5px;
	padding:10px;
	clear:both;
}

fieldset legend {
 	font-weight: bold;
	color:#2256A2;	
}

fieldset.order {
width:445px;
}

/* Payment modules */

.payment_module {
	border-bottom: 1px solid #CCC;
	padding: 7px 0 7px 0;
}


.red {
 	color: #FF0000;
}

.green {
 	color: #008000;
}

/* Send to a friend */
div.send_to_a_friend {
 	width: 420px;
	margin-top: 6px;
	padding: 8px;
 	border: 1px solid #D3D3D3;
}

div.send_to_a_friend p.top {
 	margin: 0px 0px 10px 0px;
}

div.send_to_a_friend p.bottom {
 	margin: 10px 0px 0px 0px;
}

div.send_to_a_friend form {
 	line-height: 25px;
}


.cadre {
	border:1px solid #435D98;
	background: url(../img/interf/cadre_gauche.gif) left top repeat-y #FFFFFF;	
}

.cadre_sup {
	height:6px;
	background: url(../img/interf/cadre_sup.gif) left top repeat-x #FFFFFF;	
}


.info {
	font-size: 11px;
}
/* MENU HORIZONTAL */
#menu_horz {
	float:left;
	width:967px;
	height:33px;
	clear:both;
	margin-bottom:7px;
	background:transparent url(../img/interf/ombre_menu_horz.gif) bottom left repeat-x;
}

#menu_horz ul {
	border:1px solid #467BD3;
	font-size:8pt;
	font-weight:bold;
	color:#FFF;
	margin:0;
	padding:0;
	float:left;
	width:967px;
}

#menu_horz ul li, #menu_horz ul li.spec{
	float:left;
	list-style:none;
	height:33px;
	width:179px;
	text-align:center;
	background:transparent url(../img/interf/fond_menu_horz.gif) top left no-repeat;
}

#menu_horz ul li.spec{
	width:241px;
	height:33px;
    text-transform:uppercase;
	background:transparent url(../img/interf/fond_menu_horz_spec.gif) top left repeat-x;
}

#menu_horz ul li.spec a{
	font-weight:bold;
	padding-top:8px;
	float:left;
	color:#FFF;
	height:33px;
	width:241px;
	background:transparent url(../img/interf/fond_menu_horz_spec.gif) top left repeat-x;
}

#menu_horz ul li a {
	font-size:6pt;
	font-weight:bold;
	color:#FFF;
	width:100%;
	padding-top:8px;
	float:left;
}

.Flash {
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	font-size: 10px;
	width: 125px;
	height: 16px;
	background-image: url("../img/fond_cpt.png");
	background-repeat: no-repeat;
}

.Flash2 {
	float: left;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	font-size: 10px;
	width: 125px;
	height: 16px;
	background-image: url("../img/fond_cpt.png");
	background-repeat: no-repeat;
}

/* EXBLOCKCATEGORIES */
/** { margin: 0; padding: 0; }*/

li { list-style-type: none; }

#navigation {
	background:transparent url(../img/interf/pix_orange.gif) 8px repeat-y;	
	margin:0px;
	padding:0px;
	margin-left:1px;
	/*margin-right : 4px;	*/
 	width: 182px;/*191px;*/
}

#navigation dl {
	margin: 0;
}

#navigation div.sep {
	width:171px;
	height:6px;
	/*background:url(../img/interf/sep_block_categ.gif) bottom left no-repeat;*/
	/*padding-bottom:9px;*/
	margin: 0;
	display:inline-block;
	/*background-color:#FF0000;*/
	float:right;
	
}

#navigation dd {
	float:right;
}

#navigation  dd.item_prdt{
	width:189px;
	margin: 0;
	float:right;
	background:url(../img/interf/fond_block_dd.gif) top left repeat-y;
	padding:0;
	border-bottom: 2px solid #7CBC0C;
}

#navigation dd.last {
	width:189px;
	padding-bottom:0px;
	margin: 0;
}

#navigation dt.head, #navigation dt.head_top {
	display:block;
	float:right;
	margin:0px;
	padding:0px;
	width:195px;
}

#navigation dt.head {
	background:url(../img/interf/fond_block_categ.gif) top left no-repeat;
}

#navigation dt.head_top {
	background:url(../img/interf/fond_block_categ_top.gif) top left no-repeat;
}


#navigation dt a {
	display:block;
	width:177px;
	/*background:transparent url(../img/interf/puce_block_categ.gif) 0px 3px no-repeat;*/
	font-family:Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size:8pt;
	/*font-style:italic;*/
	font-variant:small-caps;
	font-weight:bold;
	color:#fff;/*#36538B;/*0A6441;/*#FFFFFF;*/
	font-weight:bold;
	text-decoration: none;
	padding-left:18px;
	padding-top:8px;
	height:21px;
	/*height:22px;*/
}

#navigation ul {
	border-width:0px;
	margin:0px;
	padding:0px;
	/*padding-bottom:3px;*/
}
#navigation li {
	background:transparent;
	list-style:none outside none;
}
#navigation li.item {
	margin-left:6px;
	width:183px;
	padding-top:2px;
	padding-bottom:2px;
	border-top:1px dotted #FFFFF;	
	border-bottom:1px dotted #9DB0BC;/*#EB8521;/*DCDCDC;*/
	/*background:url(../img/interf/puce_block_item.gif) 3px 8px no-repeat;*/
}


#navigation li.item:hover {
	border-top:1px dotted #D14F3B;
	border-bottom:1px dotted #D14F3B;/*#EF7706;*/
}

#navigation li.last, #navigation li.last:hover {
	border-bottom:none;
	padding-bottom:5px;
	/*background:url(../img/interf/pix_vert.gif) bottom left repeat-x;*/

}

#navigation li.item span {
	color:#D14F3B;/*#EF7706;*/
}

#navigation li.item a {
	display:block;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size:7.5pt;
	color:#3B5FB7;
	margin-left:8px;
	text-decoration: none;
}
#navigation li.item a:hover {
	color:#D14F3B;/*#EF7706;*/
}
/* NOUVEAUX PRODUITS */
#NvxPrdts h1{
}
#NvxPrdts a, #Promos a{
	color:#7CBC0C;
	font-size:11px;
	text-decoration:underline;
}
#NvxPrdts a:hover, #Promos a:hover{
	text-decoration:none;
}

#NvxPrdts ul {
	margin:0;
	padding:0;
	float:left;
	width:100%;
	clear:both;
}
#NvxPrdts li {
	float:left;
	background:url(../img/interf/nvx_prdt_fond.gif) top left no-repeat;
	width:357px;
	height:214px;
	margin-bottom:10px;
}

#NvxPrdts a.TitrePrdt, #Promos a.TitrePrdt, #SelectionPrdts a.TitrePrdt, #ListeNvxPrdts  a.TitrePrdt, #PriceDrope  a.TitrePrdt {
	display:block;
	float:left;
	width:98%;
	margin-left:2%;
	text-align:left;
	color:#fff;
	font-weight:bold;
	padding-top:5px;
	clear:both;
	height:20px;
	text-transform:uppercase;
}
#NvxPrdts a.ImgPrdt, #Promos a.ImgPrdt, #SelectionPrdts a.ImgPrdt, #ListeNvxPrdts a.ImgPrdt, #PriceDrope a.ImgPrdt {
	display:block;
	float:left;
	width:174px;
	height:174px;
	border:1px solid #DCDCDC;
	margin-left:6px;
	margin-top:6px;
}

#NvxPrdts a.ImgPrdt img{
	width:174px;
	height:174px;
}

#Promos a.ImgPrdt {
	margin-top: 3px;
	width:250px;
	height:250px;
}

#NvxPrdts p, #NvxPrdts a.plus, #Promos p, #Promos .descr, #Promos a.plus {
	float:right;
	display:block;
	width:159px;
	margin:5px;
	margin-top:8px;
	margin-left:0;	
	margin-right:10px;
	clear:right;
}

#NvxPrdts p.descr {
	height:120px;
}
#NvxPrdts p.prix, #Promos p.prix{
	text-align:center;
	color:#F00;
	font-weight:bold;
	font-size:14px;
	height:14px;
}
#NvxPrdts a.plus, #SelectionPrdts a.plus {
	text-align:right;
	color:#497004;	
	background:url(../img/interf/loupe_vert.gif) right no-repeat;
	padding-right:15px;
	width:143px;
	text-decoration:none;
}
#NvxPrdts a.plus:hover{
	text-decoration:underline;
}

/* PROMOS */
#Promos {
	width:100%;
	float:left;
	clear:both;	
	background:url(../img/interf/Promo_fond.gif) bottom left no-repeat;
	height:330px;
	margin-bottom:10px;
}
#Promos .descr {
	height:170px;
	width:456px;
}
#Promos p.prix{
	font-size:16px;
	height:16px;
}
#Promos a.btn_savoir {
	display:block;
	float:right;
	clear:right;
	width:132px;
	height:31px;
	margin-right:20px;
}

/* SELECTION PRODUIT */
#SelectionPrdts ul {
	width:720px;
	height:240px;
	border: 2px solid #C6C6C6;
	background-color:#EAEAEA;
	overflow:scroll;
	float:left;
	clear:both;
	display:block;
	margin:0;
	padding:0;
}

#SelectionPrdts ul li, #ListeNvxPrdts ul li, #PriceDrope ul li {
	background:url(../img/interf/fond_titre_selection.gif) top center no-repeat;
	width: 167px;
	height:211px;
	float:left;
	margin-right:7px;
	margin-left:2px;
	margin-top:6px;
	margin-bottom:10px;
}

#SelectionPrdts a.TitrePrdt, #ListeNvxPrdts a.TitrePrdt, #PriceDrope a.TitrePrdt {
	padding-top:4px;
	font-size:14px;
	margin-left:3%;
	width:97%;
	font-size:10px;
}
#SelectionPrdts a.ImgPrdt, #ListeNvxPrdts a.ImgPrdt, #PriceDrope a.ImgPrdt {
	width:138px;
	height:138px;
	margin-left:14px;
}

#SelectionPrdts a.ImgPrdt img, #ListeNvxPrdts a.ImgPrdt img, #PriceDrope a.ImgPrdt img {
	width:138px;
	height:138px;
}
#SelectionPrdts p.prix, #ListeNvxPrdts p.prix, #PriceDrope p.prix {
	width:167px;
	float:left;
	text-align:center;
	font-weight:bold;
	font-size:14px;
	height:14px;
	color:red;
	margin-top:8px;
	margin-bottom:8px;
}
#SelectionPrdts a.plus, #ListeNvxPrdts a.plus, #PriceDrope a.plus {
	margin-left:43px;
}
/* NEW PRODUCT */

#ListeNvxPrdts ul, #PriceDrope ul {
	width:720px;
	float:left;
	clear:both;
	display:block;
	margin:0;
	padding:0;
}

#ListeNvxPrdts ul li, #PriceDrope ul li {
	height:240px;
}

#ListeNvxPrdts p.prix, #PriceDrope p.prix{
	height:30px;
}
#ListeNvxPrdts div.afficher_boutons, #PriceDrope div.afficher_boutons {
	float:left;
	clear:both;
	width:100%;
	text-align:center;
}

/* MARQUES */
ul.liste_marque {
	padding:0;
	margin:0;
}

ul.liste_marque li {
	list-style:none;
	float:left;
	margin: 5px;
	margin-bottom:0;
}

a.plus_marque {
	float:left;
	clear:both;
		text-align:right;
	color:#497004;	
	background:url(../img/interf/loupe_vert.gif) right no-repeat;
	padding-right:15px;
	width:90%;
	margin-bottom:3px;
	text-decoration:none;
}

/*--------------------------------------------------*/
/* Block categories */


#nav_categ li.racine {
	height: 33px;
	
   /*border:1px solid green;*/
	/*background:transparent url(../img/interf/rub_sep.jpg) no-repeat top right;*/
}




div.block_categ, div.jquerycssmenu {
   /*padding-top:10px;*/
   padding-left:0px;
}

div.block_categ, div.block_categ ul.idTabs, div.block_categ ul.idTabs li  {
   float:left;
}
 
 #nav_categ { display: block; margin: 0; padding: 0; position: relative;}
  #nav_categ li {
     display: block;
     list-style: none;
     margin: 0; padding: 0;
     float: left;
     position: relative;
      width:179px;
	border:1px solid #467BD3;
	  font-size:10px;         
      text-align:center;
      /*font-family:Arial, Helvetica, sans-serif;"Trebuchet MS", Arial, Helvetica, sans-serif;*/
  }
  
  #nav_categ li.last{
     margin-right:0px;
  }
  
  /*#nav_categ a { display: block; }*/
  #nav_categ ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
  * html #nav_categ ul { line-height: 0; } /* IE6 "fix" */
  	#nav_categ ul a { zoom: 1; } /* IE6/7 fix */
    #nav_categ ul li {float: none; }
    #nav_categ ul ul { top: 0; }
    
/* Essentials - configure this */

#nav_categ ul { width: 179px; }
#nav_categ ul ul { left: 179px; }

/* Everything else is theming */
 
#nav_categ {height: 33px; }
#nav_categ *:hover { background-color: none; }

#nav_categ li.racine a.racine {
   padding-top:8px;
   display:block;
   text-transform:uppercase;
   font-weight:bold;
   font-size:8pt;
   color:#fff;
   
}

#nav_categ li.spec a.spec {
   padding-top:8px;
   display:block;
   text-transform:uppercase;
   font-weight:bold;
   font-size:8pt;
   color:#fff;
   
}

#nav_categ a {
   color: white;
   vertical-align:middle;
}
  #nav_categ ul { font-size:8px; top: 33px;}
   #nav_categ ul {height: 33px; border: 1px solid #6D7075; border-bottom:none; /*opacity: 0.95; filter: alpha(opacity=95);*/ background-color: #fff; }
   #nav_categ ul li{ border-bottom: 1px solid #6D7075; vertical-align:middle; padding:0px; width: 179px;}   


