/*

  $Id: stylesheet.css,v 1.42 2002/01/29 12:21:15 jan0815 Exp $



  osCommerce, Open Source E-Commerce Solutions

  http://www.oscommerce.com



  Copyright (c) 2001 osCommerce



  Released under the GNU General Public License

*/



.boxText      {

              font-family: Verdana, Arial, sans-serif; 

              font-size: 11 px; 

              padding-left: 0 px;

}

.errorBox     { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }

.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: crimson; }





BODY  { color: #000000; background-color: #EDEDED; margin-top: 10px; margin-left: 10px; scrollbar-3dlight-color: Silver; scrollbar-arrow-color: White; scrollbar-base-color: darkorange; scrollbar-darkshadow-color: Black; scrollbar-face-color: #990033; scrollbar-highlight-color: Silver; scrollbar-shadow-color: Black; scrollbar-track-color: Silver }



FONT  { font-family: Verdana, Arial, sans-serif; font-size: 11 px; padding-left: 0 px;

              

A       {  color: #666666; text-decoration: none; }

A:hover {  color: #660000; text-decoration: none; }



FORM    {  display: inline; }



TR.header {  background: orange; }



TR.headerNavigation {

  

}



TD.headerNavigation  { color: #990033; font-weight: bold; font-size: 10px; font-family: Verdana, Arial, sans-serif; }



A.headerNavigation       { color: #990033; }

A.headerNavigation:hover { color: #990033; }



TR.headerError {

  background: #ff0000;

}



TD.headerError {

  font-family: Tahoma, Verdana, Arial, sans-serif;

  font-size: 12px;

  background: #ff0000;

  color: #DCD4EA;

  font-weight : bold;

  text-align : center;

}



TR.headerInfo {

  background: #DCD4EA, color:#C40000;

}



TD.headerInfo {

  font-family: Tahoma, Verdana, Arial, sans-serif;

  font-size: 12px;

  background: #00ff00;

  color: #DCD4EA;

  font-weight: bold;

  text-align: center;

}



TR.footer {



}



TD.footer {

  font-family: Verdana, Arial, sans-serif;

  font-size: 10px;

  background: darkorange; 

  color: #DCD4EA;

  font-weight: bold;

}



/* TABLE.infoBox            { border: solid 1px #e9e9e9 } */



TABLE.infoBoxContents    { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif }





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: #aabbdd;

}



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: #C9D3E9;

}



TR.productListing-heading  { background-color: #94ABB9 }



TD.productListing-heading  { color: #000000; font-weight: bold; font-size: 20px; font-family: Verdana }



TD.productListing-data  { font-size: 10px; border: solid 0px #000000 border: inset 1px }; font-family: Verdana, Arial, sans-serif; background-color: #e9e9e9 }





}



TD.pageHeading, DIV.pageHeading  { color: #336; font-style: italic; font-size: 20px; font-family: Arial }



TR.subBar {

  background: #f4f7fd;

}



TD.subBar {

  font-family: Verdana, Arial, sans-serif;

  font-size: 10px;

  color: #000000;

}



TD.main, P.main {

  font-family: Verdana, Arial, sans-serif;

  font-size: 11px;

  line-height: 1.5;



}



TABLE.formArea  { background-color: #f8f8ff; border: solid 1px #336 }



}



FORM {

  border: 0px 

  margin-left: 0px; 

  margin-right: 0px; 

  margin-top: 0px;

  margin-bottom: 0px;

  padding: 0px;

}

ul#topnav1 {
	margin: 0; padding: 0;
	float: left;
	width::752px;
	list-style: none;
	position: relative; /*--Set relative positioning on the unordered list itself - not on the list item--*/
font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#86b2df;
		height:20px;
}
ul#topnav1 li {
	float: left;
	margin: 0; padding: 0;
	color:#fff;

}
ul#topnav1 li a {
padding: 2px 30px 0  20px;
	display: block;
	color:#fff;
	text-decoration: none;
}
ul#topnav1 li a:hover {
	color:#014ca0;
}
ul#topnav1 li:hover { }
/*--Notice the hover color is on the list item itself, not on the link. This is so it can stay highlighted even when hovering over the subnav--*/

ul#topnav1 li span {
	float: left;
	padding: 15px 0;
	position: absolute;
	left: 0; top:35px;
	display: none; /*--Hide by default--*/
	width: 970px;
	background: #1376c9;
	color: #fff;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
ul#topnav1 li:hover span { display: block; } /*--Show subnav on hover--*/
ul#topnav1 li span a { display: inline; } /*--Since we declared a link style on the parent list link, we will correct it back to its original state--*/
ul#topnav1 li span a:hover {text-decoration: underline;}

#head{
	background:url(images/header.jpg) no-repeat center center;
	width:752px;
	height:142px;
}

#head1{
	background:url(images/header-partenaire.jpg) no-repeat center center;
	width:752px;
	height:142px;
}

ul#topnav2 {
	margin: 0; padding: 0;
	float: left;
	width::752px;
	list-style: none;
	position: relative; /*--Set relative positioning on the unordered list itself - not on the list item--*/
font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#86b2df;
		height:20px;
}
ul#topnav2 li {
	float: left;
	margin: 0; padding: 0;
	color:#fff;

}
ul#topnav2 li a {
padding: 2px 30px 0  20px;
	display: block;
	color:#fff;
	text-decoration: none;
}
	
ul#topnav2 li span {
	float: left;
	padding: 5px 0;
	position: absolute;
	left: 0; top:35px;
	display: none; /*--Hide by default--*/
	width: 970px;
	background: #1376c9;
	color: #fff;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
	
	
