/*
  $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
*/


/* ~~~~~~~~~ Général ~~~~~~~~~ */

*{margin:0; padding:0;margin-left: auto;margin-right: auto;}


BODY {
	font-family: arial, verdana, tahoma, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color:#eaeaea;
	background-image: url("TEST_images/fond.jpg");
	background-repeat: repeat-y;
	background-position: top;
	top-margin: 0px;
	}

A {
	font-family: arial, verdana, tahoma, sans-serif;
	font-size: 12px;
	color: #015df4;
	text-decoration: underline;
}


A:hover {
	color: #69a2ff;
	text-decoration: none;
}

h1 {
  font-family: Arial, sans-serif;
  font-size: 24px;
  color: #ffffff;
  font-weight : bold;
  height: 31px;
  background: url(TEST_images/h1_bg.gif) top center repeat-x;
}

h2 {
  font-family: arial;
  font-size: 13pt;
  color: #666666;
  font-weight : bold;
  margin:0 0 0 50px;  
}

h3 {
  font-size: 15px;
  color: #666666;
  margin:0 0 0 0px;  
}


.orange {
	font-size:18px;
	color: #ff6f00;
	background: url(TEST_images/pts_orange.gif)  left center no-repeat;
	padding-left: 20px;
	}
	
	
	
/* ~~~~~~~~~ Menu à onglets ~~~~~~~~~ */
#onglets
{
	text-align: center;
	text-transform:uppercase; 
	letter-spacing:0px;
	color: #333333;
	font-size: 10px;
	font-weight:bold;
	line-height: 9px;
	}

#onglets a{
	font-size: 10px;
	font-weight:bold;
	color: #ffffff;
	text-decoration: none;
       }

#onglets a:hover{
	color: #99ff00;
	  }

/* ~~~~~~~~~ accueil ~~~~~~~~~ */

.prixaccueil {
  font-size: 24px;
  color: #ffffff;
  font-weight : bold;
  text-align:center;
  widht : 191px;
  heigh : 29px;
  background: url(TEST_images/rect_acc_bottom.gif) top center no-repeat;
}

/* ~~~~~~~~~ ariane ~~~~~~~~~ */
.ariane {
	height: 30px;
	widht : 100%;
	padding: 0px 10px 0px 10px;
	background:url(TEST_images/hr.gif) repeat-x left bottom;
	}


/* ~~~~~~~~~ Ancienne Version ~~~~~~~~~ */

.boxText { 
	font-family: arial; 
	font-size: 12px; 
	}
	
.errorBox { 
	font-family : Arial, Verdana, sans-serif; 
	font-size : 10px; 
	background: #ffb3b5; 
	font-weight: bold; 
	}
	
	
.stockWarning { 
	font-family : Arial, Verdana, sans-serif; 
	font-size : 10px; 
	color: #cc0033; }
	
.productsNotifications { 
	background: #f2fff7; 
}

.orderEdit {
	font-family : Arial, Verdana, sans-serif; 
	font-size : 9px;
	color: #FF6600;
	text-decoration: underline;
	font-weight: bold;
	}

.boxText a{
	display: block;
	font-family: arial; 
	font-size: 12px;
	border-bottom: dashed 1px #000033;
	margin:0;
	padding:0;
	}

.boxText a:hover{
	text-decoration: none; 
	}


.orderEdit2 {
	font-family : Arial, Verdana, sans-serif; 
	font-size : 9px;
	color:#015df4;
	text-decoration: underline;
	font-weight: bold;
}


FORM {
	display: inline;
}

TR.header {
  
} 


TR.headerNavigation {
  background: #ffffff;
}

TD.headerNavigation {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  background: #ffffff;
  color: #000000;
  height: 30px;
  widht : 100%;
  padding: 0px 10px 0px 10px;
  background:url(TEST_images/hr.gif) repeat-x left bottom;
}

A.headerNavigation { 
	color: #015df4;
	text-decoration: underline;
}

A.headerNavigation:hover {
	color: #69a2ff;
	text-decoration: none;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Arial, Verdana, sans-serif; 
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Arial, Verdana, sans-serif; 
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {

}

TD.footer { /* pied de page */
  font-family: Arial, Verdana, sans-serif; 
  font-size: 10px;
  color: #FFFFFF;
  font-weight: bold;
}

.infonewBox { /* contour des box */
  background: #FCBE03;
}
/* ttt */
.infoBoxContents { /* interieur des box */
  background: #D2D2D4;
  font-family: Arial, Verdana, sans-serif; 
  font-size: 10px;
  width: 154 px;
}

.infoBoxNotice {
  background: #FFE6E6;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Arial, Verdana, sans-serif; 
  font-size: 10px;
}
/* menu_titre */
TD.infoBoxHeading {
	font-family: Arial, Verdana, sans-serif; 
	font-size: 15px;
	font-weight: bold;
	background: #B5D6EF;
	background-color:#96C046;
	height: 30px;
	color: #FFFFFF;
	text-indent: 6pt;  
}

.infoBoxHeadingNew { /* header du box des nouveautés */
	font-family: Arial, Verdana, sans-serif; 
	font-size: 14px;
	font-weight: bold;
	background: #FFFFFF;
	height: 26px;
	color: #FF6600;
	text-indent: 6pt;
	text-decoration:none;
/*	border: thin solid #CCCCCC; */
}

.newBox{ /*  box des nouveautés */
border: 1px solid #CCCCCC;
}

.maintable{ /*  table principale*/
	border-style:solid;
	border-width:3px 4px 0 4px;
	border-color:#0a4a4a4;
}

TD.infoBox, SPAN.infoBox {
  font-family: Arial, Verdana, 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: #ffffff;
}

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 {
	margin:10px 0 0 0;
	border: 1px solid #CCCCCC;
	border-spacing: 1px;
	left: 2px;
	
}

.productListing-heading { /* le header de la liste des produits */
  font-family: arial;
  font-size: 8px;
  background: #E4E1E3;
  color: #000000;
  font-weight: normal;
}

TD.productListing-data { /* à l'intérieur de la liste des produits */
  font-family: Arial;
  font-size: 11px;
  
  
}

TR.productListing-odd {
  background: #ffffff;
}


A.pageResults {
  color: #FF3300;
}

A.pageResults:hover {
  color: #FF3300;

 }

TD.pageHeading, DIV.pageHeading {
	font-family: Arial, Verdana, sans-serif; 
	font-size: 18px;
	font-weight: 800;
	color:#ff6f00;
	height: 30px;
	text-indent: 6pt;

}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Arial, Verdana, sans-serif; 
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
	font-family: Arial, Verdana, sans-serif; 
	font-size: 12px;
	line-height: 1.5;  
}

SELECT.main {
	border:solid 1px #666666;
}

TD.main_white, TD.main5 {
	font-family: arial;
	font-size: 12px;
	line-height: 1.5;
	color: #FFFFFF;

}

TD.main2 {
	font-family: Arial;
	font-size: 12px;
	line-height: 1.5;
	color:#96C046;
	margin:0;
	padding:0;

}

TD.main3 {
	font-family: Arial;
	font-size: 12px;
	background-color:#ff6f00;
	color:#FFFFFF;
}

TD.main4 {
	font-family:arial;
	font-size: 12px;
	background-color:#B3DBFD;
	color:#96C046;
}




TD.smallText, SPAN.smallText, P.smallText { /* texte des nouveaux produits */
  font-family: Arial, Verdana, sans-serif; 
  font-size: 11px;
  text-decoration: underline;
}

TD.smallText3, SPAN.smallText3, P.smallTex3t { /* texte des nouveaux produits */
  font-family: Arial, Verdana, sans-serif; 
  font-size: 11px;
  text-decoration: none;
}


TD.smallText2 {
font-family: Arial, Verdana, sans-serif; 
  font-size: 14px;
  }
  

TD.accountCategory {
  font-family: Arial, Verdana, sans-serif; 
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Arial, Verdana, sans-serif; 
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Arial, Verdana, sans-serif; 
  font-size: 12px;
}

TD.tableHeading {
  font-family: Arial, Verdana, sans-serif; 
  font-size: 10px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Arial, Verdana, sans-serif; 
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Arial, Verdana, sans-serif; 
  font-size: 11px;
  border: solid #a4a4a4 1px;
}

TEXTAREA {
  width: 60%;
  font-family: Arial, Verdana, sans-serif; 
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Arial, Verdana, sans-serif; 
  font-size: 12px;
  color: #FF9900;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Arial, Verdana, sans-serif; 
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Arial, Verdana, sans-serif; 
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: arial;
  color: #fd7500;
  font-size:24px;
  font-weight: bold; 
}

SPAN.errorText {
  font-family: Arial, Verdana, sans-serif; 
  color: #ff0000;
}

.moduleRow { }

.moduleRowOver { 
	background-color: #d5eda8; 
	cursor: pointer; 
	cursor: hand; 
	color:#FFFFFF
}

.moduleRowSelected { 
	background-color: #E9F4FC; 
	}

.checkoutBarFrom, .checkoutBarTo { 
	font-family: Arial, Verdana, sans-serif;  
	font-size: 10px; 
	color: #8c8c8c; 
	}
	
	
.checkoutBarCurrent { 
	font-family: Arial, Verdana, sans-serif; 
	font-size: 10px; 
	color: #000000; 
	}

/* message box */

.messageBox { 
	font-family: Arial, Verdana, sans-serif; 
	font-size: 10px; 
	}
	
	
.messageStackError, .messageStackWarning { 
	font-family: Arial, Verdana, sans-serif;  
	font-size: 10px; 
	background-color: #ffb3b5; 
}


.messageStackError2 { 
	font-family: Arial, Verdana, sans-serif; 
	font-size: 12px; 
	background-color: #feebdc; 
	color:#ff6f00
	}
	
	
.messageStackSuccess { 
	font-family: Arial, Verdana, sans-serif; 
	font-size: 10px; 
	background-color: #99ff00; 
	}


/* input requirement */

.inputRequirement { 
	font-family: Arial, Verdana, sans-serif; 
	font-size: 10px; 
	color: #FFFFFF; 
	}
	
.inputRequirement2 { 
	font-family: Arial, Verdana, sans-serif; 
	font-size: 10px; 
	color: #ff6f00; 
	}

/* nouvelles classes éditées par manu*/


.arguficheproduit {
	font-family: Arial, Verdana, sans-serif; 
	font-size: 12px;
	color: #333333;	
  }
  
.tableproduit {
	font-family: arial;
	font-size: 12px;
	color : #777777;
	padding:0 10px 0 10px;
	font-weight: bold;
}

.ficheprod {
	margin: 10px  0 0 10px;
	padding:0;
	border:0px;
	cellpadding:2;
	cellspacing:1;
}

.caracproduit {
	padding:0 10px 0 10px;
	font-family: arial;
	font-size: 12px;
	color:#777777;
	font-weight: bold;
	text-align:right;
	border:solid 1px #11B405;
}

/* ttt */
.bgnav { /* le fond des colonnes droite et gauche de navigation */
background-color: #E9F4FC;
}

.bgnav2 { /* le fond des colonnes droite et gauche de navigation */
background-color: #51A4E9;
}

.bgnav3 { /* le fond des colonnes droite et gauche de navigation */
	background-color: #E9F4FC;
	border-right:solid 4px  #A4A4A4;
}

.bgmiddle { /* le fond de la partie centrale */
background-color: #FFFFFF;
font-size: 12px;
}

.bgbottom { /* le fond du pied de page */
background-color: #96C046;
}
.bgbox { /* le fond des box de la partie centrale */
background-color: #96C046;
color:#FFFFFF;
}

.bgbox img{
	border:0;
	}

.bgtitlebox {
	background-color: #E4E1E3;
	border: 1px solid #CCCCCC;
}

.box_confirm {
	border-right: #666666 1px #dashed
	}

.bgtitleboxconfirm { /* le fond des titres des box de la partie centrale de la page confirmation*/
background-color: #B3DBFD;
}

.product {/* les liens de la liste des produits */
  font-family: Arial;
  font-size: 12px;
  color: #FF6600;
  text-decoration: none;
}

.product img{/* les liens de la liste des produits */
  border: SOLID 1px #666666;
  margin:0;
  padding:0;
}

.product a{/* les liens de la liste des produits */
	display:block;
	font-family: Arial;
	font-size: 10px;
	color: #96C046;
	width:150px;
	text-decoration: none;
	margin:0;
	padding:0;
  }

.product a:hover {
  color: #EE3F9C;
  text-decoration: none;
}

.petittext { /* texte pour la nav des pages suivantes et precedentes*/
  font-family: Arial, Verdana, sans-serif; 
  font-size: 10px;
  color: #FF6600;
}

.titreinformations { /* entete/titre des box sur la plupart des pages */
	font-family: Arial, Verdana, sans-serif; 
	font-size: 11px;
	line-height: 1.5;
	color: #666666;
	}
	
P.mainhome {
	font-family: Arial, Verdana, sans-serif; 
	font-size: 11px;
	line-height: 1.5;
	text-align: justify;
	}
	
.optiontitle {
	font-family: Arial, Verdana, sans-serif; 
	color: #FF9900;
	font-size: 13px;
	font-weight: bold;
	background-color: #E3E1E1;

	}
.enstock { 
	font-family: arial;
	color: #a2d442;
	font-size: 15px;
	font-weight: bold;
	}
	
	
.slogans{ 
	font-family:  Arial, Verdana, sans-serif; 
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	}
	
.priceinlist{ 
	font-family: arial;
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	}

.lscat {
	font-family:  Arial, Verdana, sans-serif; 
	font-size: 14px;
	}
	
TD.menucompte{

font-family:  Arial, Verdana, sans-serif; 
font-size: 11px;
line-height: 1.5;
color:#FFFFFF;


}

TD.menucompte2{
	padding : 0px;
	border-spacing: 0px;
	height: 20px;
	background-image:url(../../images/vince_update/fond_haut.gif);
	background-repeat: no-repeat;
}


/* l'historique */
.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FC6602;
	width:120;
	min-width:120;
	max-width:120;
	text-align:left;
}
.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
}
.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-align: justify;
}
.separato {
	background-image: url(../../images/historique/separator.gif);
	background-repeat: repeat-x;
	background-position: center;
    height: 50;
}

.qui {
	font-size: 11px;
}

.quititre {
	color:#FD7BD1;
}

.fondblanc {
	background: #FFFFFF;
	
}

.faqquestion {
        font-size:12px;
        text-decoration:underline;

}

.faqtexte {
        font-size:12px;
        font-style:normal;
}

.faqtitre {
        font-size:14px;
        font-weight:bold;
}

.guidetitre {
        font-size:14px;
        font-weight:bold;
}

.guidetitre2 {
        font-size:12px;
        text-decoration:underline;
}

.guidetexte {
        font-size:12px;
        font-style:normal;
}

/* liens de referencement*/
boxText2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #CCCCCC;
	background-color:#FFFFFF;
	}
	
/* placement skyscraper*/
.sky {
	position: absolute;
	visibility: visible;
	z-index: auto;
	height: 500px;
	width: 130px;
	left: 900px;
	top: 0px;
}


#box_v2 {
	padding:30px 0 0 0
	}


#box_v2 H1{
	font-family: arial;
	font-size:15px;
	margin: 0 0 0 10px;
	color:#FF6600;
}

#box_v2 P{
	font-family: arial;
	color:#000000;
	font-size:12px;
	margin: 5px 0 0 10px;
}



.v2 h3{
	font-size:12px;
	text-decoration:none;
	}



#login_v2{
margin:20px 10px 0 10px;
font-family:arial;
float:left;
}


#login_v2 p{
font-size:11px;
color:#666666;
}

#loginnew {
	display:block;
	width:280px;
	float:left;
	margin: 0 10px 0 0;
}

#loginnew h2{ 
	color:#93ca29;
	margin:0 0 10px 0;
	padding:0;
	}

#loginnew p{
	padding: 2px 10px 5px 10px;
	}

#loginnew a{
	border:0;
	}
	
#loginnew img{
	border:0;
	}
	
#loginreg {
	display:block;
	width:280px;
	float:left;
}
	
	
#loginreg h2{
	display:block;
	color:#ff6f00;
	margin:0 0 10px 0;
	padding:0;
	}

#loginreg p{
	padding: 0 10px 0 10px;
	margin:0;
	display:block;
	border:1px;
	}

#loginreg label{
	display:inline;
	float:left;
	width:100px;
	margin: 4px 0px 0px;
	}
	
#loginreg a{
	color: #015df4;
	text-decoration: underline;
	}

#loginreg input{
	BORDER: 0; 
	}

#loginreg  .inp_log {
	BORDER: #a4a4a4 1px solid; 
	}


#noborder{ 
	}
	
	
#noborder input{
	BORDER: 0; 
	}	
	
		
#livraison {
	margin:0 20px 0 20px;
	font-family:arial;
	font-size:11px;
	}

#livraison h1 {
	background-color:#ff6f00;
	color:#FFFFFF;
	border: 0;
	padding:0 0 0 5px;
	}

#livraison h2 {
	font-size:13px;
	padding:0 0 0 5px;
	}

#livraison p {
	padding:0 0 0 5px;
	}

.boxv2 {
	border:#a4a4a4 1px solid;
		}
	
.boxee {
	BORDER: #e0e0e0 1px solid; 
	padding:3px;
	COLOR: #666666; 
}


.titre {
	margin:0;
	padding:0;
	font-family:arial;
	font-size:11px;
	}

.titre h1 {
	background-color:#ff6f00;
	color:#FFFFFF;
	border: 0;
	padding:0 0 0 5px;
	}

.produit_commande tr{
	border-style:solid; 
	border-width:1px; 
	border-color:#666666;

	}

#box_livraison {
	border-right: dashed 1px #666666;
	padding: 0 5px 0 0;
	}
	
#box_livraison p{
	font-family:arial;
	font-size:10px;
	color: #003366;
	margin:3px 0 10px 0;
	padding:0 0 0 5px;
	}

#box_livraison h1{
	font-family:arial;
	font-size:11px;
	color:#96C046;
	background-color:#B3DBFD;
	margin:0;
	padding:0 0 0 5px;
	}
	
	
/* haut de page V2 */

#header {
	width:772px;
	height:166px;
	background-image:url(images/header_v2noel.gif);
	margin:0;
	padding:0;
	}
	
#header p {
	margin:0;
	padding:0;
	}

#esp_pro {
	display:block;
	float:right;
	margin:2px 0 0 0 ;
	padding:0;
	width:282px;
	}

#fianet {
	float:right;
	margin:15px 0 0 0;
	padding:0;
	width:166px;
	}

#clique_logo {
	float:left;
	margin:20px 0 0 20;
	padding:0;
	width:166px;
	}
	

	
#header a{
	font-family:arial;
	font-size:17px;
	margin:0;
	padding:0;
	color: #FFFFFF;
	
	}
	
#header img{
	border:0;
	}

#header a{
	text-decoration:none;
	}
	
.sml {
	font-size:12px;
	}

#header_menu{
	margin:0;
	padding:0;
	background-color: #96C046;
	background-image:url(images/background_nav_h.gif);
	background-repeat:repeat-x;
	height:20px;
	}
	
#header_menu img{
	margin:0;
	padding:0;
	border:0;
	}

#header_menu p{
	margin:0;
	padding:0;
	color:#FFFFFF;
	text-align:right;
	}
	
#header_menu a{
	font-family:arial;
	font-size:12px;
	text-decoration:none;
	color:#FFFFFF;
	padding:3px 7px 2px 7px;
	margin:0;
	}

#header_menu a:hover{
	background-color:#EE3F9C;
	background-image:url(images/background_nav_hhover.gif);
	background-repeat:repeat-x;
	}

.pro {
	background-color:#11B405;
	font-weight:600;
	}

#information {
	background-color:#C8EBFF;
	font-family:verdana;
	font-size:10px;
	margin:1px 0 20px 0;
	padding:0;
	}
	
#information h1{
	height:28px;
	background-image:url(images/puce_recycle.gif);
	background-repeat:no-repeat;
	background-color:#96C046;
	font-family: arial;
	font-size:14px;
	color: #FFFFFF;
	margin:0;
	padding:7px 0 0 32px;
	}

#information ul{
	margin:0;
	padding:0;
	}
	
	
#information li{
	list-style:none;
	margin:0;
	padding:0;
	}

#information a{
	color:#015df4;
	display:block;
	margin:0;
	padding:3px 0 3px 3px;
	border-bottom:solid 1px #96C046;
	font-size:11px;
	background-image:url(images/bouton_nav.gif);
	background-repeat:repeat-x;
	}

#information a:hover{
	text-decoration:none;
	color:#FFFFFF;
	background-color:#11B405;
	background-image:url(images/bouton_nav2.gif);
	background-repeat:repeat-x;
	border-bottom:solid 1px #11B405;
	}
	
.footer2 {
	border-top-style:dashed;
	border-top-color:#999999;
	border-top-width: 1px;
	}

.footer2 a{
	font-size:11px;
	font-family:arial;
	}

.footer3 {
	color:#FFFFFF;
	font-size:10px;
	}

.footer4 {
	color:#000;
	}

.footer4 a{
	font-size:11px;
	color:#000;
	font-family:arial;
	}

#col_gauche {
	width:144px;
	}

#newproduct {/* les liens de la liste des produits */
  font-family: Arial;
  font-size: 12px;
  color: #FF6600;
  width:420px;
  padding: 0;
  margin:0;
  float:left;
  border-right:solid 1px #CCCCCC;
     
}

#newproduct h1 {
	font-size: 14px;
	font-family:arial;
	color:#ff6f00;
	margin: 0 10px 10px 0;
	padding:0;
	border-bottom:2px solid #a4a4a4;
	}

#presentation h1{
	font-size: 14px;
	font-family:arial;
	color:#96C046;
	margin: 0 0 5px 0;
	padding:0;
	border:0;
	}

#presentation P{
	font-size: 11px;
	font-family:arial;
	color: #666666;
	margin: 0 10px 10px 0;
	padding:0;
	}

.vignette_produit {
	display:block;
	width:130px;
	padding:0;
	float:left;
	border: dashed 1px #CCCCCC;
	padding: 0 0 0 0;
	margin:0 5px 5px 0;
		}	


.vignette_produit p{
	text-align:center;
	margin:2px 0 0 0;
	padding:0;
	height:45px;
	}

.vignette_produit img{/* les liens de la liste des produits */
	display:block;
  	border:0;
 	width:120px;
	height:120px;
	margin:0 5px 0 5px;
	padding:0;
}

.vignette_produit a{/* les liens de la liste des produits */
	font-size: 12px;
	font-family:arial;
	color: #015df4;
  	text-decoration: underline;
  	margin:0;
  	padding:0;
  }

.vignette_produit a:hover {
  color: #69a2ff;
  text-decoration: none;
}

.vignette_prix {
	font-family:arial;
	display:block;
	text-align:center;
	margin:0;
	padding:0;
	background-color:#FF6F00;
	color:#FFFFFF;
	height:14px;
	font-weight:700;
	}


#right{
	width:150px;
	float:right;
	}

#right img {
	border:0;
	}



.paiement_right, .liv_right{
	padding:0 5px 20px 0;
	}
		
.paiement_right h3, .liv_right h3{
	text-align:right;
	margin:0 0 3px 0;
	padding:0;
	font-size:11px;
	font-family:arial;
	font-weight:600;
	letter-spacing:normal;
	color:#96C046;
	border-bottom:dashed 1px #a4a4a4; 
		}
		
.paiement_right p, .liv_right p{
	font-family:arial;
	text-align:right;
	font-size:11px;
	padding:5px 0 5px 0;
	margin:0;
		}

.paiement_right img, .liv_right img{
	margin: 0 0 0 20px;

	}

#paiement_right, #liv_right{
	margin:0;
	padding:0;
	}	

#paiement_right, #liv_right{
	display:block;
	float:right;
	margin:0 5px 7px 0;
	}
	
	
.promo_right {
	margin: 0 0 15px 0;
	}	


#fiche_produit {
	width:624px;
	margin: 20px 0 0 0;
	padding:0;
	font-family:arial;
	}


#fiche_produit input{
	border-style:none;
	border:0;
	}

#fiche_produit p{
	font-family:arial;
	font-size:11px;
	}



#fiche_produit h1{
	color:#ff6f00;
	margin:0;
	padding:0;
	}
	
#fiche_technique{
	float:left;
	width:424px;
	padding:0;
	margin:10px 0 0 5px;
	}

#fiche_technique p, #fiche_technique h1{
	padding:0 5px 0 10px;
	text-align:justify;
	}


#image_prix {
	display:block;
	float:left;
	width:150px;
	margin:0 0 0 5px;
	border:solid 1px #a4a4a4;
	}
	
#image_prix A{
	display:block;
	padding:15px;
	}

#image_prix img{
	}
	
#image_prix p{
	text-align:center;
	width:150px;
	background-color:#96C046;
	margin:0;
	padding:2px 0 2px 0;
	font-size:15px;
	font-weight:600;
	color:#FFFFFF;
	}


	
#fiche_option {
	border-top:1px solid #333333;
	border-bottom:1px solid #333333;
	margin:10px 0 0 5px;
	padding:0 0 5px 5px;
	float:left;
	display:block;
	color:#333333;
	}
	
#fiche_option h3{
	font-family:arial;
	padding:5px 0 0 5px;
	font-size:12px;
	margin:0;
	}

#fiche_option p{
	border-style:none;
	margin:0;
	padding:1px 0 1px 0;
	}

#fiche_option select{
	border:solid 1px #333333;
	margin:0;
	padding:0;
	
	font-size:10px;
	}

	
#vignette_prix {
	float:right;
	margin:0;
	padding:0;
	text-align:center;
	width:180px;
	}

#vignette_prix input{
	border-style:none;
	border:0;
	}

#vignette_prix p{
	border-style:none;
	border:0;
	margin:0;
	padding:0;
	}

.prod_def p{
	width:180px;
	}


#vignette_prix p{
	text-align:center;
	}
	
#logiciels {
	float:right;
	width:150px;
	margin:15px 10px 0 0;
	}
	
#logiciels_siham {
	float:left;
	width:150px;
	margin:15px 10px 0 0;
	}

#logiciels h3{
	font-size:12px;
	text-align:right;
	color:#666666;
	border-bottom: solid 1px #666666;
	margin:0;
	padding:0;
	}
	
#logiciels_siham h3{
	font-size:12px;
	text-align:left;
	color:#666666;
	border-bottom: solid 1px #666666;
	margin:0;
	padding:0;
	}

#logiciels img{
	}

#logiciels p{
	text-align:right;
	margin:3px 0 0 0;
	padding:0;
	}
	
#cross_sell{
	display:block;
	float:left;
	width:600px;
	}

#promo_noel {
	margin:0px;
	padding:0px;
	float:left;
}


#promo_noel a{
	margin:0px;
	padding:0px;
	border:0px;
}

#promo_noel a:hover{
	margin:0px;
	padding:0px;
	border:0px;
}

#siham_text {
    font-size:12px;
	font-weight:bolder;
	text-align:left;
	color:#666666;

}













