/*
  $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
*/
/*
* event calendar sytle sheet */
@import url("events_calendar.css");
*/

A.boxText { font-family: Arial, sans-serif; font-size: 10px;color:red;font-weight: bold; }
.boxText { font-family: Arial, sans-serif; font-size: 10px;color:red;font-weight: bold; }


.errorBox {
	font-family : Arial, sans-serif;
	font-size : 10px;
	background: #ffb3b5;
	font-weight: bold;
	
}
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: red; }

/* Couleur de fond de la page */
BODY {
	background: #FF9c9c;
	color: #000000;
	margin : 0;
}


A {	font-family: Arial, sans-serif;
	color: Black;
	font-weight: bold;
	text-decoration: none;
}

/* Couleur des liens quand on passe dessus avec le curseur */
A:hover {
	font-family: Arial, sans-serif;
	color: Maroon;
	text-decoration: underline;
	font-weight: bold;
}

FORM {
	display: inline;
}

/* Partie superieure de la page, contenant le logo */
TR.header {
	/*background : url('images/oscommerce.gif');
	background-repeat : no-repeat;*/
}

TR.headerNavigation {

}

/* Ligne superieure de la page avec les indaction de categorie
   et egalement mon compte et panier */
TD.headerNavigation {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight : bold;
	background : #Ff5c5c;
}

A.headerNavigation {
	color: #ffffff;
}

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 {
    font-weight: bold;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

/* Tableau du bas, encadrement inferieur de la page */
TD.footer {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background: #ff5f5f;
	color: #ffffff;
	font-weight: bold;
}

TABLE.infoBox {
	background: #FFE4E1;
	border-color: #FFDEAD;
	border-style: double double double double;
	border-width: 3px;
}

TABLE.infoBoxContents {
	background-color: #f8f8f9;
	color: Maroon;
}

TD.infoBoxContents {
        background-color: #f8f8f9;
        color: Maroon;
        font-family: Verdana, Arial, sans-serif;
        font-size: 12px;
        color: #ff00ff;
}



TD.infoBoxHeading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #ffffff;
	background : #ff5f5f;
}

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 {
  
}

TR.productListing-heading {
	background: Silver;
}

TD.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #d2e9fb;
  color: #000000;
  font-weight: bold;
  font-variant: small-caps;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

A.pageResults { 
  color: #0000FF; 
}

A:hover.pageResults { 
  color: #0000FF; 
  background: #FFFF33; 
}




/* Texte en gros titre categorie, acceuil etc ... */
TD.pageHeading, DIV.pageHeading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #5f0000;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

/* Page principale */
TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.accountCategory {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	color: Maroon;
}

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;
	background : White;
}

/* Texte du nom du visiteur à l'acceuil */
SPAN.greetUser {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: Red;
	font-weight: bold;
}

/* Tableau des infos perso de son compte */
TABLE.formArea {
	background: #FFE4E1;
	border-color: #FFDEAD;
	border-style: double double double double;
	border-width: 3px;
}

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;
  font-size: 15px;
  font-weight : bold;
  color: #ffD0D0;
  background-color : #AA5555;
  text-decoration: blink;  
}

TD.checkoutBar {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: Maroon;
}

SPAN.checkoutBarHighlighted {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: White;
	font-weight : bold;
	font-style : inherit;
	background-color : Maroon;
}

/* Lignes ajoutées pour les onglets de catégories */
/* Texte et couleur de l onglet lorsque qu'il n est pas selectionné */ 
TD.tab {
	background-color: #FFB6C1;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: smaller;
}
/* Ligne du tableau, au dessus du texte de l'onglet categorie */
		
/* Texte dans l'onglet */
A.tab {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
	color: Maroon;
	text-decoration : none;
}

/* Couleur de l'onglet qand on passe dessus avec la souris */
A.tab:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
	color: Maroon;
	text-decoration : none;
}
TD.ontab {
	background-color: #ff5f5f;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: smaller;
	color: #ffffff;
}

A.headerLink {
	background-color: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: smaller;
	color: #ff9c9c;
	text-decoration : none;
}
A.headerLink:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: smaller;
	color: Black;
	text-decoration : none;
}

/* Fin des lignes ajoutés pour les onglets de catégories */
/* Mod  Header tag controller*/
h1 { 
 font-family: Verdana, Arial, sans-serif;
 font-size: 20px;
 font-weight: bold;
}

h2 { 
 font-family: Verdana, Arial, sans-serif;
 font-size: 10px;
}

.article_gauche {
	float : left; 
	margin-right: 15px;
	margin-bottom: 10px;
}

/*********/



TD.BoxText {
	height : 20;
	font-size: 12px;
}
TD.BoxText:hover {
	height : 20;
	font-size: 12px;
	background-color: #FFE0E0;
}
A.BoxText {
	font-size: 12px;
}
A.BoxText:hover {
	font-size: 12px;
}


TD.BoxText_Manufacturers {
	font-size: 12px;
	background-color: lightblue; color: black;
}
TD.BoxText_Manufacturers:hover {
	font-size: 12px;
	background-color: yellow; color: black;
A.BoxText_Manufacturers {
	margin-left:10px;
	font-size: 12px;
	background-color: lightblue; color: black;
	text-align : justify;
	
}
A.BoxText_manufacturers:hover {
	font-size: 13px;
	background-color: yellow; color: blue;
}


/* START Categories Tabs v2.0 */
A.tabsNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight : bold; 
  color: #0000CC; 
}

A.tabsNavigation:hover {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight : bold; 
  color: #3366CC;
}

TD.tabsNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
/*  background: #CCCCCC;*/
  color: white;  /* Color of the not selected category text */
  font-weight : bold;
}
/* END Categories Tabs v2.0 */



