/*
  $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: Verdana, Arial, sans-serif; font-size: 10px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; color: #000000; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #FFCC00; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: none; }

BODY {
  background-image: url("images/design/fondBody.png");
  background-repeat: repeat-x;
  background-position: top;
  background-color: #325373;
  color: #EAEAEA;
  padding: 0;
  margin: 0;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
 }
 
#page
{
  position:absolute;
  background: #426F99;
  width: 735px;
  padding: 0;
  overflow: hidden;
  left: 50%;
  margin: 0 0 0 -368px;
  border-left: 1px solid #3C3E3D;
  border-right: 1px solid #3C3E3D;
} 

A {
  color: #FFFFFF;
  text-decoration: none;
}

A:hover {
  color: #AABBDD;
  text-decoration: none;
  margin: 0;
  padding: 0;
}

FORM {
	display: inline;
}

IMG
{
	border: 0;
}

.header 
{
	background-image: url("images/design/fondHeader.png");
	background-repeat: no-repeat;
	background-position: bottom;
	width: 100%;
	height: 247px;
	color: #C8C8C8;
}

.header a:hover
{
	text-decoration: none;
}

.header td
{
	vertical-align: top;
	padding-top: 23px;
}

.header td form
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.header td input
{
	border: 1px solid #FFFFFF;
	background-color: #CCCDC8;
}

.header td.panier
{
	font-size: 12px;
}

.header .panier a:hover
{
	text-decoration: none;
}

.header td .submit
{
	border: 1px solid #FFFFFF;
	background-color: #000000;
	color: #FFFFFF;
	width: 23px;
	height: 17px;
	font-size: 9px;
	font-weight: bold;
}


TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, 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, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

.infoBox {
  background: #27425D;
  border-left: 1px solid #3C3E3D;
  border-right: 1px solid #3C3E3D;
  border-top: 0;
  margin: 0;
  padding: 0;
}

.infoBoxContents {
  color: #EEEEEE;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  border: 0;
}

.infoBoxNotice {
  border: 2px solid #FF9900;
}

.infoBoxNoticeContents {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #27425D;
  border-top: 1px solid #3C3E3D;
  border-left: 1px solid #3C3E3D;
  border-right: 1px solid #3C3E3D;
  border-bottom: 0;
  text-align: center;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, 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 {
  
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  
}

TABLE.productListing {

  border: 1px;
  border-style: solid;
  border-color: #27425D;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background-color: #27425D;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background-color: #E9E9E9;
  color: #27425D;
}
TD.productListing-data a
{
	color: #27425D;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #1C2E42;
}

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: 12px;
  text-align: justify;
  line-height: 1.5;
}

TD.main, P.main h1{
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  text-align: justify;
  line-height: 1.5;
}


TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Verdana, 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, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #FFCC00;
}

SPAN.productSpecialPrice a {
  font-family: Verdana, Arial, sans-serif;
  color: #FFCC00;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { color: black; background-color: #00FF00; cursor: pointer; cursor: hand; }
.moduleRowSelected {  }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: black; background-color: #00FF00; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; color: #000000; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #FFCC00; }




TABLE.nouveauxProduits td
{
	text-align: center;
	background-color: #E9E9E9;
	color: #000000;
}

TABLE.nouveauxProduits td a
{
	color: #27425D;
}


div.footer 
{
  background-image: url("image/footer.png");
  background-repeat: no-repeat;
  width: 735px;
  height: 49px;
  margin: 0;
  padding: 0;
}

div.footer p
{
	width: 513px;
	float:left;
	padding-top: 10px;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #ffffff;
}

div.footer a
{
	text-decoration: none;
	color: #FFFFFF;
}

div.footer a:hover
{
	text-decoration: none;
	color: #AABBDD;
}

div.footer .copy
{
	width: 222px;
	float:left;
	padding-top: 28px;
	text-align: center;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
}


ul.menu
{
	margin: 0;
	padding: 0;
	width: 155px;
}

ul.menu a, a.plansite
{
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #20354B;
	text-decoration: none;
}

ul.menu a:hover,  a.plansite:hover
{
	color: #FFFFFF;
}

ul.menu li
{
	padding: 3px;
}

ul.menu li.sep
{
	background-image: url("images/design/menuSep.png");
	background-position: bottom;
	background-repeat: no-repeat;
}

ul.menu li.sep2
{
	background-image: url("image/menu.jpg");
	padding-left:12px;
	background-position:left bottom;
	background-repeat:no-repeat;
}
ul.menu li.sep3
{
	background-image: url("image/menu2.jpg");
	padding-left:12px;
	background-position:left bottom;
	background-repeat:no-repeat;
}

.titreCategorie a
{
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #20354B;
	text-decoration: none;
}

.titreCategorie a:hover
{
	color: #FFFFFF;
}

TABLE.fondBrosse
{
	background-image: url("images/design/fondBrosse.png");
	background-repeat: repeat-y;
}

#leftBox
{
	width: 155px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #1B2C3E;
	border: 1px dotted #CCCCCC;
	padding: 5px 0 5px 0;
}

#leftBox h1
{
	width: 100%;
	text-align: center;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

#leftBox .submit
{
	border: 1px solid #FFFFFF;
	background-color: #000000;
	color: #FFFFFF;
	width: 23px;
	height: 17px;
	font-size: 9px;
	font-weight: bold;
}

#leftBox input
{
	border: 1px solid #FFFFFF;
	background-color: #CCCDC8;
	margin: 0;
	padding: 0;
}

#leftBox p
{
	margin: 0;
	padding: 0;
}

#leftBox form
{
	display: block;
	text-align: center;
	width: 100%;
	margin: 15px 0 15px 0;
	padding: 0;
}

.headerNavigation {
  background-image: url("images/design/menuHeaderFond.png");
  background-repeat: repeat-x;
  background-position: center;
  border-top: 1px solid #3C3E3D;
  border-bottom: 1px solid #3C3E3D;
  margin: 0;
  padding: 0;
  height: 43px;
  width: 100%;
}

.headerNavigation img {
  border: 0;
  margin: 0;
  padding: 0;
}

.headerNavigation a {
  border: 0;
}

.headerNavigation2 {
  margin: 0;
  padding: 0;
  background-image: url("images/design/menuHeaderFond.png");
  background-repeat: repeat-x;
  background-position: center;
  border-top: 1px solid #3C3E3D;
  border-bottom: 1px solid #3C3E3D;
}


A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  color: #ffffff;
}

select
{
	background-color: #27425D;
	color: #CCCCCC;
	border: 1px solid #3C3E3D;
}
select option
{
	background-color: #27425D;
	color: #CCCCCC;
}



#headerMenu
{
	position: absolute;
	z-index:100;
	top: 265px;
	left: 92px;	
	width: 640px;
	height: 35px;
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-family: "Century Gothic", Helvetica, sans-serif;
}

#headerMenu a
{
	color: #CBCFD2;
}

#headerMenu dl, dt, dd, ul, li 
{
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
}

#headerMenu dl
{
	float: left;
	width: 100px;
}

#headerMenu dt
{
	/*cursor: pointer;*/
	text-align: center;
	margin: 0 0 0 1px;
	/*background-color: #FF0000;*/
}

#headerMenu ul a, #headerMenu dt a 
{
	display: block;
}

#headerMenu dd
{
	z-index: 101;
}
#headerMenu ul
{
	border: 1px solid #3C3E3D;
	width: 100px;
}
#headerMenu ul a
{
	background-color: #20394f;
	text-align: center;
	font-size: 11px;
}
#headerMenu ul a:hover
{
	background-color: #305371;
	text-align: center;
	font-size: 11px;
}





#headerMenu2
{
	position: absolute;
	z-index:100;
	top: 262px;
	left: 92px;	
	width: 640px;
	height: 35px;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: "Century Gothic", Helvetica, sans-serif;
}

#headerMenu2 a
{
	color: #CBCFD2;
}

#headerMenu2 dl, dt, dd, ul, li 
{
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
}

#headerMenu2 dl
{
	float: left;
	width: 140px;
}

#headerMenu2 dt
{
	cursor: pointer;
	text-align: center;
	margin: 0 0 0 1px;
	/*background-color: #FF0000;*/
}

#headerMenu2 ul a, #headerMenu2 dt a 
{
	display: block;
}

#headerMenu2 dd
{
	z-index: 101;
}
#headerMenu2 ul
{
	border: 1px solid #3C3E3D;
	width: 100px;
}
#headerMenu2 ul a
{
	background-color: #20394f;
	text-align: center;
	font-size: 11px;
}
#headerMenu2 ul a:hover
{
	background-color: #305371;
	text-align: center;
	font-size: 11px;
}

a.plan { background-image:url(image/mmenu.jpg);
background-position:left;
background-repeat:no-repeat;
color:#FFFFFF;
font-size:12px;
padding-left:15px;}

a.plan:hover { background-image:url(image/mmenu2.jpg);
background-position:left;
background-repeat:no-repeat;
color:#FFFFFF;
font-style:italic; 
font-size:12px;
padding-left:15px;}

a.planm { background-image:url(image/fleche.png);
background-position:left;
background-repeat:no-repeat;
color:#FFFFFF;
font-size:12px;
padding-left:15px;}

a.planm:hover { background-image:url(image/fleche2.png);
background-position:left;
background-repeat:no-repeat;
color:#FFFFFF;
font-style:italic; 
font-size:12px;
padding-left:15px;}