.boxText { 
	font-size: 90%; 
	}

.errorBox { 
	font-size : 90%; 
	background: #ffb3b5; 
	font-weight: bold; 
	}
	
.stockWarning { 
	font-size : 90%; 
	color: #cc0033; 
	}
	
.productsNotifications { 
	background: #f2fff7; 
	}
	
.orderEdit { 
	font-size : 90%; 
	color: #70d250; 
	text-decoration: underline; 
	}

TR.header {
  	background: #ffffff;
	}

TR.headerNavigation {
  	background: #bbc3d3;
	}

TD.headerNavigation {
  	font-size: 90%;
  	background: #bbc3d3;
  	color: #ffffff;
  	font-weight : bold;
	}

A.headerNavigation { 
  	color: #FFFFFF; 
	}

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

TR.headerError {
  	background: #ff0000;
	}

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

TR.headerInfo {
  	background: #00ff00;
	}

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

TR.footer {
  	background: #bbc3d3;
	}

TD.footer {
  	font-size: 90%;
  	background: #bbc3d3;
  	color: #ffffff;
  	font-weight: bold;
	}

.infoBox {
  	background: #b6b7cb;
	}

.infoBoxContents {
  	background: #f8f8f9;
  	font-size: 90%;
	}

.infoBoxNotice {
  	background: #FF8E90;
	}

.infoBoxNoticeContents {
  	background: #FFE6E6;
  	font-size: 90%;
	}

TD.infoBoxHeading {
  	font-size: 85%;
  	font-weight: bold;
  	background: #bbc3d3;
  	color: #ffffff;
	}

TD.infoBox, SPAN.infoBox {
  	font-size: 90%;
	}

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-size: 90%;
  	background: #b6b7cb;
  	color: #FFFFFF;
  	font-weight: bold;
	}

TD.productListing-data {
  	font-size: 90%;
	}

A.pageResults {
  	color: #989898;
	}

A.pageResults:hover {
  	color: #000000;
	}

TD.pageHeading, DIV.pageHeading {
  	font-size: 125%;
  	font-weight: bold;
  	color: #9a9a9a;
	background:url(./if/fond-titre.jpg) no-repeat;
	height:64px;
	padding:16px 16px 0px 16px;
	}
	
TD.pageHeading2 {
  	font-size: 125%;
  	font-weight: bold;
  	color: #9a9a9a;
	background:url(./if/fond-titre.jpg) no-repeat;
	padding:16px 16px 3px 16px;
	}
	
TD.pageHeading2 h2{
	color:#333333;
}

TD.pageHeading h2{
	color:#333333;
}
TR.subBar {
  	background: #f4f7fd;
	}

TD.subBar {
  	font-size: 90%;
  	color: #000000;
	}

TD.main, P.main {
  	font-size: 95%;
  	line-height: 1.5;
	}

TD.smallText, SPAN.smallText, P.smallText {
  	font-size: 90%;
	}

TD.accountCategory {
  	color: #aabbdd;
	}

TD.fieldKey {
  	font-weight: bold;
	}

TD.tableHeading {
  	font-weight: bold;
	}

SPAN.newItemInCart {
  	font-size: 90%;
  	color: #ff0000;
	}

SPAN.greetUser {
  	color: #f0a480;
  	font-weight: bold;
	}

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

TD.formAreaTitle {
	font-weight: bold;
	}

SPAN.markProductOutOfStock {
	color: #c76170;
  	font-weight: bold;
	}

SPAN.productSpecialPrice {
	color: #ff0000;
	}

SPAN.errorText {
  	color: #ff0000;
	}

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

.moduleRowSelected { 
	background-color: #E9F4FC; 
	}

.checkoutBarFrom, .checkoutBarTo { 
	font-size: 90%; color: #8c8c8c; 
	}


.checkoutBarCurrent { 
	font-size: 90%; color: #000000; 
	}

/* message box */

.messageBox { 
	font-size: 90%; 
	}

.messageStackError, .messageStackWarning { 
	font-size: 90%; background-color: #ffb3b5; 
	}

.messageStackSuccess { 
	font-size: 90%; background-color: #99ff00; 
	}

/* input requirement */

.inputRequirement { 
	font-size: 90%; color: #ff0000; 
	}
/* BOF: Additional Images */
.imagesBoxContents {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}
/* EOF: Additional Images */

/* PERSO */

*{
	margin:0;
	padding:0;
}
body{
	font-family:Arial, Helvetica, sans-serif;
	color:#494949;
	font-size:0.7em
}

a{
	text-decoration:none;
	color:#494949;
}

a:hover{
	color:#007CC6;
	text-decoration: underline;	
}

p{
	margin:0 0 11px 0;
}
h2{
	color:#127DC1;
	font-size:1.3em;
}
h3{
	font-size:1.2em;
}
.spacer{
	clear:both;
}
#principal{
	margin:0 auto;
	width:760px;
}
#menu, #menu_drapeau{
	list-style-type:none;
	background-color:#333333;
	float:left;
	width:505px;
	height:39px;
	/*border-top:4px solid #262424;*/
}
#menu li{
	float:left;
	border-right:1px solid #807E7A;
}
#menu li a{
	display:block;
	padding-top:10px;
	font-weight:bold;
	color:#E5E3D7;
	text-align:center;
	font-size:1.2em;
	height:29px;
}
#menu li a:hover{
	background-color:#807E7A;
	color:#FFFFFF;
}
#menu_drapeau{
	width:245px;
	padding:10px 0 0 10px;
	height:29px;
}
#menu_drapeau li{
	float:left;
	width:27px;
	height:15px;
	margin:0 1px;
}
#menu_drapeau li a{
	border:1px solid #FFFFFF;
	display:block;
	text-align:center;
}
#menu_drapeau li a img{
	border:0;
}
/*
.colonne_accueil{
	width:357px;
	float:left;
	text-align:justify;
	margin:0 10px;
	_margin:0 9px;
}*/
.gras{
	color:#007CC6;
	font-size:1.1em;
	font-weight:bold;
}
.liste{
	list-style-type:none;
	margin-left:2px;
}
.liste li{
	background:url(./if/puce.gif) no-repeat;
	padding-left:18px;
	margin-bottom:4px;
}
#centre{
	clear:both;
}
#pied1, .cadre{
	margin-top:10px;
	/*padding-top:10px;*/
	border:1px solid #999999;
	clear:both;
}

.cadre2{
	margin-top:0px;
	/*padding-top:10px;*/
	border:1px solid #999999;
	clear:both;
}

.cadre{
	padding:10px;
}

.cadre2{
	padding:0px;
}
#pied2{
	margin-top:10px;
	background-color:#242424;
	height:42px;
	color:#FFFFFF;
}
#coordonnee{
	width:178px;
	text-align:center;
	padding-top:15px;
	font-size:0.8em;
	float:left;
}
#pied2 ul{
	padding-top:9px;
	text-align:center;
	list-style-type:none;
}
#pied2 p{
	text-align:center;
	font-size:0.8em;
	margin-top:3px;
}
#pied2 ul li{
	display:inline;
	width:100px;
	text-transform:uppercase;
}
#pied2 ul li a{
	color:#FFFFFF;
	padding:0 9px;
	font-size:0.9em;
	border-right:1px solid #FFFFFF;
}
#pied2 ul li a:hover{
	text-decoration:underline;
}
#tableau_contenu{
	margin-top:10px;
}

#menu_produit{
	border-top:5px solid #000000;
	/*background-color:#FFFFFF;*/
}

#menu_produit2{
	border-top: 5px;
	border-top-color: #000000;
	border-top-style: solid;
}

.titre_zoom{
	font-size:1.2em;
	background:url(./if/titre-zoom.jpg);
	background-repeat: no-repeat;
	height:27px;
	padding:7px 0 0 10px;
	color:#333333;
}
.titre_promotion{
	font-size:1.2em;
	background:url(./if/titre-promotion.jpg);
	background-repeat: no-repeat;
	height:27px;
	padding:7px 0 0 10px;
}
.titre_promotion2{
	font-size:1.2em;
	background:url(./if/titre-promotion.gif);
	background-repeat: no-repeat;
	height:27px;
	padding:7px 0 0 10px;
	width:237px;
}
.titre_zoom span{
	display:block;
}
.titre1_zoom{
	font-size:1.2em;
	color:#017cc5;
	margin-top: 3px;
}
.titre2_zoom{
	font-weight:lighter;
	text-transform:uppercase;
	font-size:0.8em;
}
.bloc_zoom,.bloc_zoom2{
	background:url(./if/fond-bloc-zoom.jpg) top left;
	background-repeat: no-repeat;
	height:105px;
	color:#FFFFFF;
	padding:10px;
}
.bloc_zoom2{
	width:227px;
}
.bleu_clair{
	color:#A8CADE;
	font-weight:bold;
}
.gris{
	color:#E5E1D6;
}
.bloc_zoom a,.bloc_zoom2 a{
	text-decoration:underline;
	color:#FFFFFF;
}
.bloc_zoom a:hover,.bloc_zoom2 a:hover{
	text-decoration:none;
}
.bloc_zoom img.promotion,.bloc_zoom2 img.promotion{
	border:3px solid #E5E1D6;
	border-bottom:12px solid #E5E1D6;
}
#droite{
	padding:2px 5px 1px 5px;
	color:#EAECEC;
	background-color:#333333;
	width:237px;
}
#droite h2{
	color:#EAECEC;
}
#droite h3{
	color:#E5E5E5;
	font-weight:100;
}
#search{
	width:115px;
	height:18px;
	background-color:#C1C1C1;
	border:1px solid #3B3C3F;
	vertical-align:middle;
}
#rechercher{
	width:34px;
	height:18px;
	background-color:#2D2F33;
	border:1px solid #969595;
	vertical-align:middle;
	color:#969595;
	font-weight:bold;
}
#liste_produit{
	border:1px solid #ABABAB;
	background-color:#4D4D4D;
	margin-top:14px;
	margin-bottom:7px;
	width:235px;
}
#quick_find{
	padding:7px 7px 0px 7px;
	height:20px;
}
#liste_produit hr{
	color:#24272C;
	height: 1px;
	border: 0;
	background-color:#24272C;
	margin:5px;
	_margin:2px 5px;
	padding:0;
}
#liste_produit ul{
	list-style-type:none;
}
#liste_produit li{
	float:left;
	width:79px;
	text-align:center;
	margin-left: -1px;
}
#liste_produit a{
	color:#E5E5E5;
	filter:alpha(opacity=80);
   -moz-opacity:0.8;
   opacity: 0.8;
}
#liste_produit a:hover{
	color:#FFFFFF;
	filter:alpha(opacity=100);
   -moz-opacity:1;
   opacity: 1;
}
#liste_produit a img{	
	border-right: 1px;
	border-right-style: solid;
	border-right-color: #0073b9;
}
#liste_produit a img:hover{
	border-right: 1px;
	border-right-style: solid;
	border-right-color: #0073b9;
}
#liste_produit a span{
	display:block;
	height:35px;
}
.identification{
	width:232px;
	float:left;
}
.identification h2{
	color:#333333;
	border-bottom:1px solid #333333;
	padding-bottom:3px;
}
#authentification{
	
}
#authentification label{
	width:100px;
	_width:97px;
	display:block;
	float:left;
}
#authentification a{
	text-decoration:underline;
	color:#333333;
	font-size:0.9em;
}
#authentification .valider, .valider{
	background-color:#C7C6C6;
	border:1px solid #333333;
	color:#4C5359;
	font-weight:bold;
}
.identifiant{
	width:130px;
	background-color:#AEAEAE;
	border:1px solid #D5D5D5;
}
a.lien_rouge{
	text-decoration:underline;
	color:#C40100;
	font-weight:bold;
	font-size:1.1em;
}
a.lien_rouge:hover{
	text-decoration:none;
}
.cadre_contenu{
	border:1px solid #D9D9D9;
	border-top:0;
	height:388px;
}
.table_contenu{
	margin:0 6px 0 12px;
	width:483px;
}
a.lire_actu{
	text-decoration:none;
}
a.lire_actu:hover{
	text-decoration:underline;
}
.liste_actu{
	list-style-type:none;
	margin:0 20px 7px 20px;
}
.liste_actu li{
	border-bottom:1px solid #D9D9D9;
	margin:8px 0;
}
.navigation{
	text-decoration:underline;
	color:#989898;
}
#logo{
	border-top:7px solid #1D1C1C;
	background:url(if/haut.jpg);
	height:36px;
	padding:131px 10px 0 0;
	text-align:right;
}
#account,#cart,#checkout{
	position:relative;
	top:7px;
}
#anim_logo{
	position:absolute;
	margin:32px 0 0 311px;
}
.lien_gris{
	text-decoration:underline;
	color:#333333;
}
