/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.boxText { font-family: Arial, sans-serif; font-size: 10px;padding: 0 0 0 28px; }
.errorBox { font-family : Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

*
{
	margin: 0;
	padding: 0;
}
body, html
{
	margin: 0;
	padding: 0;
}

body
{
  background: #f1f1f3 url(design/bg-top.jpg) left top repeat-x;
  color: #000000;
  text-align:center;
  font-family: Arial, sans-serif;
}

.clear
{
	clear:both;
	height:0px none;
}
.fl{float: left;}
.fr{float: right;}

DIV#page
{
	width:990px;
	margin: 0px auto;
	padding: 0 10px;
	text-align:left;
	background:url(design/fd-contenu.png) left top repeat-y;
}

A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #AABBDD;
  text-decoration: underline;
}

FORM {
	display: inline;
}
h1#Logo
{
	margin:0;
	padding:0;
	font-size:18px;
	font-weight:bold;
	text-transform:none;
	color: #666;
}
h1#Logo a img
{
	margin: 7px 0 0 15px;
	float:left;
}
h1#Logo span{ display:block;margin: 0 0 0 15px;padding:0;}
div#bouton
{
	margin:0;
	padding:0;
}
div#bouton a img
{
	margin: 7px 0 0 15px;
}
div#bouton2
{
	margin:0;
	padding:0;
}
div#bouton2 a img
{
	margin: -8px 0 0 15px;
}
div#Header
{
	height:169px;
	margin:0;
	padding:0;
}
div#Header table
{
	height: 123px;
}
div#Header img
{
	margin: -7px 0 0 30px;
}
div#Header td.Box 
{
	/*background: url(design/bg-title-extra-link.png) center top repeat-x;*/
}
div#Header td.Box p
{
	color:#343434;
	font-size:10px;
	padding:5px 0 5px 10px;
	margin:0;
}
div#Header td.Box p.tel
{
	background: url(design/icon-phone.png) left center no-repeat;
	padding:0 0 0 18px;
	margin:0px 0 5px 15px;
	font-weight:bold;
	font-size:14px;
}
div#Header td.Box p.fax
{
	background: url(design/fax.png) left center no-repeat;
	padding:0 0 0 18px;
	margin:0px 0 0 15px;
	font-weight:bold;
	font-size:14px;
}
div#Header td.Box p b
{
	font-size:11px;
}
div#Header td.Box h2
{
	/*height:30px;
	line-height:30px;*/
	margin:3px 0 0 10px;
	padding:0 0 0 0px;
	font-size:14px;
	font-weight:bold;
	color:#de5302;
	text-align:left;
}
div#Header td.Box p a
{
	color:#343434;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}
div#Header td.Box p a:hover
{
	text-decoration:underline;
}

div#Header div#SsMenu
{
	height:46px;
	line-height:46px;
	width:890px;
	margin:0;
	padding:0 0 0 2px;
	/*background: red;*/
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
}
div#Header div#SsMenu a
{
	display: block;
	height: 46px;
	line-height: 46px;
	float:left;
	padding: 0 10px;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
}
div#Header div#SsMenu a:hover
{
	text-decoration:underline;
}
div#Header div#SsMenu a.ssmenu_hover
{
	
	text-decoration:none;
	background: #FF6002;
	color:#FFF;
}

td#Column
{

	background:#ffffff;
	border-right: 1px solid #CCC;
}

ul#services {margin: 0 0 0 10px;padding:0 0 0 10px;list-style: disc;}
ul#services li {font-size:12px;font-weight:bold;color: #FF0000;line-height: 20px;padding: 0 0 5px 0;}
ul#services li strong{font-size:16px;color:#000;}




ul#cat {
	list-style:none;
	margin: 20px 5px 0 17px;
	padding: 0;
}
li.cat_niv01{
	list-style:none;
	text-align: left;
	line-height:25px;
	padding: 0 0 0 13px;
	/*height:31px;*/
	background:url(design/bg-li-catniv01.gif) 0px 0px no-repeat;
	border-bottom: 1px dotted #666666;
}
li.cat_niv02{
	list-style:none;
	padding: 0 0 0 7px;
	margin: 0;
	line-height:25px;
	/*height:25px;*/
	text-align: left;
	color: #353535;

}
li.cat_niv01 a {
	font-size: 12px;
	/*
	width:160px;
	height:23px;
	display:block;
	color:#353535;
	padding:0px 0px 0px 13px;
	margin:0;*/
	text-decoration:none;
	font-weight:bold;
	color:#ff5c05;
}

li.cat_niv01 a:hover {
	text-decoration:underline;
	color:#000000;
}
li.cat_niv02 a {
	padding: 0 0 0 7px;
	display:block;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #282828;
	background: url(design/bg-li-catniv02.gif) 0px 0px no-repeat;
	text-transform:lowercase;
}
li.cat_niv02 a b{
	color: #ff0000;
	font-size:14px;
	font-weight: bold;
}
li.cat_niv02 a:hover {
	color: #353535;
	background: url(design/bg-li-catniv02.gif) 0px -25px no-repeat;
}

td#Content
{
	border-left: 1px solid #ededed;
	background:#ffffff;
}

div#actualite{margin:5px 5px 15px 5px; padding: 0px 0 10px 0;/*border: 1px solid #2a3c90;*/background: url(design/horizontal_separator.jpg) center bottom no-repeat;}
div#actualite h3{
	height:25px;
	line-height:25px;
	font-size:12px;
	font-weight:bold;
	margin:0 0 7px 10px;
	padding:0 0 0 13px;
	background:url(design/bg-li-catniv01.gif) 0px 0px no-repeat;
	border-bottom: 1px dotted #666666;
	border-top: 1px dotted #666666;
	text-transform: uppercase;
}
div#actualite p{font-size:12px;padding:10px;color:#000;margin:0;}

div#presentation_activite {margin:0 0 5px 0; padding: 10px 5px 5px; height:260px;background: url(design/horizontal_separator.jpg) center top no-repeat;}
div#presentation_activite div {width:31%; height:250px;padding:0 8px;float: left;}
.orange{border: 1px solid #ff6002;margin: 0 23px 0 0;}
.blue{border: 1px solid #2a3c90;}
.red{border: 1px solid #ff0000;margin: 0 23px 0 0;}
.grey{background: url(design/vertical_separator.jpg) left center no-repeat;margin: 0 0 0 0;}
.grey:first-child{margin: 0;background: none;}
.h3_orange{color:#ff6002;}
.h3_blue{color:#2a3c90;}
.h3_red{color:#ff0000;}
.h3_grey{background-color:#C5C5C5;}
div#presentation_activite div h3{height:30px;line-height:30px;font-size:20px;font-weight:bold;margin:0 0 7px 0;padding:0 0 0 10px;}
div#presentation_activite div p{margin:0;padding:5px 15px 5px 15px;color:#000;font-size:12px;line-height:17px;}

div#promo_home{margin:10px 0 20px 0;padding: 0 5px 20px 5px;display:block;height:220px;/*background: url(design/horizontal_separator.jpg) center bottom no-repeat;*/}
div#promo_home>div{margin:10px 0;padding:0;min-height:160px;border:1px solid #333;}
/*div#promo_home div:first-child{margin:0;padding:0;float:right;}*/
div#promo_home div.promo_orange {border:none;/*border-top:1px solid #ff6002;*/}
div#promo_home div.promo_red {border:none;/*border-top:1px solid #ff0000;*/}

div#promo_home div.promo_inner {width:235px;float:left;padding: 5px;margin: 0 10px 0 0;background: url(design/vertical_separator.jpg) left 25px no-repeat;}	
div#promo_home div.promo_inner:first-child {background:none}	

div#promo_home div.promo_orange h3{margin:0 0 3px 0;padding:3px;/*background-color:#ff6002;*/color:#ff6002;border-bottom:1px solid #ff6002;}
div#promo_home div.promo_red h3{margin:0 0 3px 0;padding:3px;/*background-color:#ff0000;*/color:#ff0000;border-bottom:1px solid #ff0000;}

div#promo_home div a img{margin:0 20px 0 3px;float:left; height: 90px; width: auto;}
div#promo_home div h4{margin:0 0 8px 0;font-size: 12px;}
div#promo_home div div.text {margin:0;padding:0;font-size:11px;border:none;float:none;display:inline;}
div#promo_home div div.text ul {list-style: none;margin: 0 0 0 10px;}
div#promo_home div div.text ul li{list-style: none;}
div#promo_home div div.lien{display:block;float:left;font-size:14px;font-weight:bold;color:#000;padding: 3px;background: #CCC;}
div#promo_home div div.lien a{font-size:12px;font-weight:normal;color:#000;text-decoration: underline;}
div#promo_home div div.lien a:hover{text-decoration: none;}
div#promo_home div b{display:block;float:right;font-size:16px;font-weight:bold;color:#CC0000;padding: 0 10px 0 0;}
div#promo_home div b s{font-size:11px;color:#000;}

td#Coord
{
	width:200px;
	background:#f8f8f8;
	font-size:11px;
}
td#Coord h3
{
	line-height:44px;
	border-bottom:1px solid #CCC;
	background:#f2f2f2;
	color:#CC0000;
	font-size:16px;
	font-weight:bold;
	padding:0 0 0 20px;
	margin:0 0 10px 0;
}
td#Coord p
{
	color:#282828;
	font-size:12px;
	font-weight:bold;
	padding:0 0 0 15px;
	margin:10px 5px;
	background: url(design/icon-info.png) left top no-repeat;
}
td#Coord p:first-child {color:#ff0000;}
td#Coord p.tel
{
	background: url(design/icon-phone.png) left top no-repeat;
	padding:0 0 0 17px;
	margin:0 0 10px 20px;
	font-weight:bold;
}
td#Coord p.info
{
	background: url(design/icon-info.png) left top no-repeat;
	padding:0 0 0 17px;
	margin:0 0 0 20px;
}
div#HomePromo
{
	width:600px;
	height:246px;
	position:absolute;
	margin: -46px 0 0 0;
	padding:0;
	/*background:red;*/
	z-index:100;
}
div#HomePromo h3
{
	line-height:46px;
	background: url(design/bg-orange-gradient.jpg) left top no-repeat;
	color:#ffffff;
	font-size:15px;
	font-weight:bold;
	padding:0 0 0 20px;
	margin:0 0 15px 0;
	
}

div#HomePromo img
{
	margin: 0 10px 0 10px;
}

div#HomePromo a
{
	color:#ff6304;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	
}
div#HomePromo a:hover
{
	text-decoration:underline;
}
div#HomePromo p
{
	color:#343434;
	padding:0;
	margin:0;
	font-size:11px;
}

div#HomePromo strong
{
	line-height:35px;
	background: url(design/bg-mini-price.jpg) center center no-repeat;
	color:#ff0103;
	text-align:center;
	font-size:15px;
	font-weight: bold;
	padding: 10px 60px 10px 60px;
}
div#HomePromo a.panier
{
	line-height:20px;
	height:20px;
	background: url(design/bg-mini-panier.jpg) center top no-repeat;
	color: #ffffff;
	font-size:12px;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 35px 0px 25px;
}
div#HomePromo a.panier:hover
{
	text-decoration: underline;
}
div#HomePromo a.detail
{
	line-height:20px;
	height:20px;
	background: url(design/bg-mini-detail.jpg) center top no-repeat;
	margin: 0 0 20px 0;
	padding: 0 40px 0 0;
	color: #737373;
	font-size:12px;
	font-weight: bold;
	text-decoration: none;
	text-align:right;
	padding: 5px 70px 0px 70px;
}
div#HomePromo a.detail img
{
	margin:2px 0 0 10px;
}
div#HomePromo a.detail:hover
{
	text-decoration: underline;
}

/*_________________NEWS SLIDE START_____________________*/
.news_style
{
display:none;
}
.news_show
{
background-color: white;
text-align:center;
color:black;
width:180px;
height:180px;
padding: 15px 0;
font: normal 100% "Arial", "Lucida Grande",Verdana,  Sans-Serif;
overflow: auto;
}
.news_border
{
background-color: white;
width:180px;
height:210px;
font: normal 100% "Arial", "Lucida Grande",Verdana,  Sans-Serif;
overflow: auto;
}
.buttondiv
{
display: none;
position: absolute;
padding: 5px 5px 5px 5px;
background-color:white ;
border: 1px solid gray;
border-top:none;
height:20px;
}
.news_show a
{
float: right;
padding-right: 10px;
}
/*_________________NEWS SLIDE END_____________________*/

#descCategorie {border: 1px dotted #472C22; padding: 5px;margin: 10px;font-size:12px;line-height:16px;}
#descCategorie p{padding: 0;margin: 0;text-align: left;font-size:12px;font-weight: normal;line-height:16px;}
#descCategorie img{padding: 0;margin: 0 0 10px 15px;}
#descCategorie h2{padding: 0;margin: 0 0 7px 0;color:#FF5C05;}
#descCategorie strong{color:#FF5C05;}
#descCategorie a{font-size: 12px;font-weight:bold;text-decoration: none;color:#FF5C05;text-transform: uppercase;}
#descCategorie a:hover{text-decoration: underline;}

td#product_info {font-size:12px;margin:0 0 30px 0;padding: 0 0 0 0;}
td#product_info h3 {height:30px;line-height:30px;font-size:14px;color:#000;margin:0;padding: 0 0 0 10px;background: url(design/bg-description.png) left top no-repeat;}
td#product_info ul {list-style:none;margin:0 0 0 0;padding: 10px;border: 1px solid #ff6208;}
td#product_info ul li {line-height:20px;padding:0 0 0 15px;background: url(design/bg-li-catniv02.gif) 0px 0px no-repeat;}

#footer_product_info { height:99px;background:url(design/conseiller.jpg) 663px top no-repeat;text-align:center;}
#footer_product_info p{height:59px;margin:0;padding:0;}
.cartouche-info{ height:40px;line-height:40px;margin:0;padding:0; font-size: 14px; font-weight: bold; color:#000;  background: url(design/bg-cartouche.png) center center no-repeat ;}
.cartouche-info strong{font-size: 20px;color:#FFF;font-weight: normal;}
td.contentBox {border:1px solid #CCC;}

TD.NewProducts
{
	width:190px;
	padding:0;
	margin:0;
}
TD.NewProducts div
{
	border: 1px solid #ededed;
	border-right: none;
	width:191px;
	height:255px;
	padding:10px 0 0 0;
	margin: 0 0 0 0;
}
TD.NewProducts a.img
{
	display: block;
	height: 185px;
}
TD.NewProducts a.img img
{
	padding: 0 0 5px 0;
	border:0;
	background: url(design/bg-img-newproducts.gif) center bottom no-repeat;
}
TD.NewProducts a.name
{
	text-transform: capitalize;
	color:#ff5e05;
	font-size:12px;
	font-weight: bold;
	text-decoration: none;
	display:block;
	height: 35px;
	padding: 0 10px;
}
TD.NewProducts a.name:hover
{
	text-decoration: underline;
}
TD.NewProducts strong
{
	display: block;
	line-height:35px;
	background: url(design/bg-mini-price.jpg) left top no-repeat;
	color:#ff0103;
	text-align:center;
	font-size:15px;
	font-weight: bold;
}
TD.NewProducts a.panier
{
	display: block;
	line-height:20px;
	height:20px;
	background: url(design/bg-mini-panier.jpg) center top no-repeat;
	color: #ffffff;
	font-size:12px;
	font-weight: bold;
	text-decoration: none;
}
TD.NewProducts a.panier:hover
{
	text-decoration: underline;
}
TD.NewProducts a.detail
{
	display: block;
	line-height:20px;
	height:20px;
	background: url(design/bg-mini-detail.jpg) center top no-repeat;
	margin: 0 0 20px 0;
	padding: 0 40px 0 0;
	color: #737373;
	font-size:12px;
	font-weight: bold;
	text-decoration: none;
	text-align:right;
}
TD.NewProducts a.detail img
{
	margin:2px 0 0 10px;
}
TD.NewProducts a.detail:hover
{
	text-decoration: underline;
}

TD.pageHeading div.Droite
{
	float:right;
	margin-right: 80px;
}
TD.pageHeading div.Droite form
{
	padding:0;
	margin:0;
}

div#Footer
{
	border-top: 4px solid #ff6004;
	border-bottom: 1px solid #ededed;
	height:30px;
	line-height:30px;
	background: #ffffff;
}
#footer-bottom
{
	border-top: 4px solid #ff6004;
	text-align: left;
	padding: 0;
	margin: 0;
	color: #343434;
	text-align: center;
	line-height:40px;
	background: #ffffff;
}
#footer-bottom a
{
	text-decoration: none;
}
#footer-bottom a:hover
{
	text-decoration: underline;
}
p#signature
{
	color: #343434;
	margin: 0;
	padding: 0;
}
p#signature a:link,
p#signature a:visited
{
	color: #343434;
	text-decoration: none;
	font-size: 0.8em;
}
p#signature a:hover,
p#signature a:active
{
	text-decoration: underline;
}
/*__________________________________________________________________*/
div#menu {margin:0 0 0 0;padding: 0;}
ul#menuHeader{padding:0;margin:0;list-style:none;}
ul#menuHeader li {width:150px;padding:0 0 0 0;margin:0 17px 0 0;list-style:none;text-align:center;color:#ffffff;font-size:14px;font-weight:bold;text-decoration:none;text-transform: uppercase;}
img.menuImg {padding:0;position: absolute;left:50%;top:0;z-index:100;border:0;}
ul#menuHeader li.catalogue {width:200px;text-align:right;cursor:pointer;}
ul#menuHeader li.contact {width:400px;text-align:right;}
ul#menuHeader li.contact a{text-transform:none;text-decoration:none;}
ul#menuHeader li.last {margin:0 0 0 50px;}
ul#menuHeader li a{color:#ffffff;font-size:14px;font-weight:bold;text-decoration:none;text-transform: uppercase;}
ul#menuHeader li a:hover{text-decoration:underline;}

div.superMenu {margin:0;padding:0 0 5px 0;border:1px solid #e5e5e5;}

div.superMenu a.fermer{display:block;height:18px;line-height:18px;text-align:right; padding:0;color: #ffffff;font-size:12px;font-weight:bold;text-decoration:none;text-transform: uppercase;}
div.superMenu a.fermer:hover{text-decoration:none;}
div.superMenu a.fermer span{text-decoration:none;text-align:center;color: #A41C1C;display:block;height:16px;line-height:16px;width:16px;margin: 0 0 0 5px;border: 1px solid #666666;float:right;font-size:16px;}

div.superMenu div.categorie{width:300px;/*min-height:100px;*/float:left;margin: 10px 0 0 10px;padding:5px;border:1px solid #ccc;background: #ffffff;line-height:17px;text-align:left;}
div.superMenu div.categorie img {width:50px;height:auto;float:right;margin: 0 0 0 5px;}
div.superMenu div.categorie a.catPrincipale{font-size:16px;font-weight:bold;background-color:#FF5C05;color:#FFF;text-decoration: none;text-transform: uppercase;display:block;padding:5px;}
div.superMenu div.categorie a.catPrincipale:hover{text-decoration: underline;}
div.superMenu div.categorie a.catSecondaire{font-size:12px;font-weight:normal;color:#472c22;text-decoration: none;text-transform: lowercase;}
div.superMenu div.categorie a.catSecondaire:hover{text-decoration: underline;}
/*.menuCorner {display:none;background: url(images/new_menu_fd.gif) top left repeat-x;width:200px;height:30px;}*/
/*__________________________________________________________________*/

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family: Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #666; 
}

A.headerNavigation:hover {
  color: #000;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  /*background: #b6b7cb;*/
}

.infoBoxContents {
  font-family: Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  background: url(design/bg-categories.jpg) left top no-repeat;
  color: #646464;
  height:44px;
  line-height:44px;
  padding: 0 0 0 29px;
}

TD.infoBox, SPAN.infoBox {
  font-family: Arial, sans-serif;
  font-size: 10px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #f8f8f9;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #f8f8f9;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Arial, sans-serif;
  font-size: 10px;
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Arial, sans-serif;
  font-size: 10px;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
	font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  background: url(design/bg-bloc-title.jpg) left top no-repeat;
  color: #646464;
  height:44px;
  padding: 10px 0 0 17px;
  border-top: 1px solid #ededed;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
}

TD.accountCategory {
  font-family: Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Arial, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Arial, sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Arial, sans-serif; font-size: 10px; color: #ff0000; }

/*Kikoo ajax_popup*/

#lightbox{
            position: absolute;
            top: 40px;
            left: 0;
            width: 100%;
            z-index: 100;
            text-align: center;
            line-height: 0;
            }
 
#lightbox a img{ border: none; }
 
#outerImageContainer{
            position: relative;
            background-color: #fff;
            width: 250px;
            height: 250px;
            margin: 0 auto;
            }
 
#imageContainer{
            padding: 10px;
            }
 
#loading{
            position: absolute;
            top: 40%;
            left: 0%;
            height: 25%;
            width: 100%;
            text-align: center;
            line-height: 0;
            }
#hoverNav{
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            z-index: 10;
            }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}
 
#prevLink, #nextLink{
            width: 49%;
            height: 100%;
            background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
            display: block;
            }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }
 
 
#imageDataContainer{
            font: 10px Helvetica, sans-serif;
            background-color: #fff;
            margin: 0 auto;
            line-height: 1.4em;
            }
 
#imageData{
            padding:0 10px;
            }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }  
#imageData #caption{ font-weight: bold;        }
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;      }                                  
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;    }          
                        
#overlay{
            position: absolute;
            top: 0;
            left: 0;
            z-index: 90;
            width: 100%;
            height: 500px;
            background-color: #000;
            filter:alpha(opacity=60);
            -moz-opacity: 0.6;
            opacity: 0.6;
            }
            
 
.clearfix:after {
            content: "."; 
            display: block; 
            height: 0; 
            clear: both; 
            visibility: hidden;
            }
 
html>body .clearfix {
            display: inline-block; 
            width: 100%;
            }
 
html .clearfix {
            /* Hides from IE-mac \*/
            height: 1%;
            /* End hide from IE-mac */
            }          
            
	TABLE.popup {
	  border-width: 1px;
	  border-style: dotted;  
	  border-color
	}

/* input requirement */
 
 .inputRequirement { font-family: Arial, sans-serif; font-size: 10px; color: #ff0000; }

.cssbutton {
    background: url(design/bg-button.jpg) center 0px no-repeat;
    color : #ffffff;
    width : 150px;
	height:20px;
	line-height:20px;
    padding : 0;
    font-weight: bold;
    font-size: 11px;
    cursor: pointer;
    text-align:center;
    
}

 
.cssbuttonsubmit{
    background: url(design/bg-button.jpg) center -20px no-repeat;
    color : #343434;
    width : 150px;
	height:20px;
	line-height:20px;
    padding : 0;
    font-weight: bold;
    font-size: 11px;
    cursor: pointer;
    text-align:center;
}

ul#liste-partenaires{
	list-style-type: none;
	margin: 0 20px;
}
ul#liste-partenaires li{
	border-bottom: 1px solid #CCCCCC;
	padding: 20px;
}
ul#liste-partenaires li h3{
	color: #DE5302;
	text-transform: capitalize;
}
ul#liste-partenaires li p{
	color: #990000;
	font-weight: bold;
	padding: 5px 10px;
}
ul#liste-partenaires li p a{color: #000099;}
ul#liste-partenaires li p a:hover{color: #9999FF;}



