/*------------------------ ALGEMEEN ------------------------------*/

BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	SCROLLBAR-FACE-COLOR: #94A6B5;
	SCROLLBAR-HIGHLIGHT-COLOR: #D9E2E6;
	SCROLLBAR-SHADOW-COLOR: #D9E2E6;
	SCROLLBAR-3DLIGHT-COLOR: #D9E2E6;
	SCROLLBAR-ARROW-COLOR: #FFsFFFF;
	SCROLLBAR-TRACK-COLOR: #DBE4EE;
	SCROLLBAR-DARKSHADOW-COLOR: #D9E2E6;
}
A {
	color: #000000;	
	text-decoration: underline;
					font-weight: bold;  /* titre article souligné */

}
A:hover {
	color: #0000FF;	
	text-decoration: none;           /* survol titre article souligné */
}
INPUT {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}


TABLE {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.siteTitle {
	font-size: 16px;
	color: #3768AF;
	font-weight: bold;
}

.siteSubTitle {
	font-size: 14px;
	color: #3768AF;
}

.tableHeader {
	font-size: 16px;
	color: #00FF00;  /* FFFFFF */
	font-weight: bold;
}

.tableHeader_2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

.buttonTextBlack {
	font-size: 14px;
		 					font-weight:bold;
	color: #000000;
	text-decoration: none;
}

.buttonTextWhite {
	font-size: 14px;
		 					font-weight:bold;
	color: #0000FF;
	text-decoration: none;
}
A.buttonTextWhite {
 	 font-size: 14px;
	 						font-weight:bold;
 	 color: #0000FF;
	 text-decoration: underline;	/* text menu principal  et offres */
}
A.buttonTextWhite:hover {
 	 font-size: 14px;
 	 color: #000000;		/*  survol text menu principal */
 	 text-decoration: none;
}

.buttonTextColor {
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}

.tableHeaderSmall {
	font-size: 14px;
	color: #OOFFFF;  /*   ???? */
	font-weight: bold;
}

.priceText {
	font-size: 12px;
	font-weight: bold;
				color: #OO00OO;  /* Valeur du stock */

}

.priceItalicText {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}

.highlightText {
  font-size: 14px;
		 				font-weight:bold;
  color: #FF00ff; 		/* ??  */
}

A.highlightText {
  font-size: 14px;
  color: #0000FF;
	font-weight:bold;  /* Texte appel du panier */

  text-decoration: underline;
}
A.highlightText:hover {
  font-size: 16px;
  color: #000000;
	font-weight:bold;	/* survol 	Texte appel du panier */
  text-decoration: none;
}

.button
{
	background-color: #6BAEC6;
	border-left: 1px solid white;
	border-right: 1px solid #493C17;
	border-top: 1px solid white;	
	border-bottom: 1px solid #493C17;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: white;
	padding-left: 5px;
	padding-right: 5px;
}

.footer
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #860101;
						font-weight: bold;  /* adresse bas de page */

}

