/*------------------------ ALGEMEEN ------------------------------*/

BODY {/*Paramètres de la page*/
	font-family: Times New Roman, Times, serif;
	font-size: 13px;
	background-image:url(YoFond.jpg)
	SCROLLBAR-FACE-COLOR: #5A75B5;
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
	SCROLLBAR-SHADOW-COLOR: #ffffff;
	SCROLLBAR-3DLIGHT-COLOR: #ffffff;
	SCROLLBAR-ARROW-COLOR: #ffffff;
	SCROLLBAR-TRACK-COLOR: #DBE0EE;
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
}

INPUT {/*Paramètres par défaut pour le texte entré par les visiteurs*/
  font-family: Times New Roman, Times, serif;
  font-size: 13px;
  color : #1A3887;
}

TABLE {/*Paramètres par défaut*/
  font-family: Times New Roman, Times, serif;
  font-size: 13px;
}
A {
color: #000000; 
text-decoration: none;
}
A:hover {
color: #000000; 
text-decoration: underline;
}
.siteTitle {/*Titre du Site*/
	font-size: 16px;
	color: #1A3887;
	font-weight: bold;
}

.siteSubTitle {/*Sous-Titre du Site*/
	font-size: 14px;
	color: #1A3887;
}

.tableHeader {/*Nom des Langues sur la page Index*/
	font-family: Times New Roman, Times, serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}

.tableHeader_2 {/*Nom des Tours dans les descriptions longues*/
	font-family: Times New Roman, Times, serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}

.buttonTextBlack {
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}

.buttonTextWhite {/*Nom des catégories et des extrapages*/
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
A.buttonTextWhite {/*Nom des catégories et des extrapages*/
 	 font-size: 14px;
 	 color: #000000;
	 text-decoration: none;
}
A.buttonTextWhite:hover {/* Survol : Nom des catégories et des extrapages*/
 	 font-size: 14px;
 	 color: #000000;
 	 text-decoration: underline;
}

.buttonTextColor {
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}

.tableHeaderSmall {/*Titres des différentes sections : Produits, Paniers, etc.*/
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

.priceText {
	font-size: 12px;
	font-weight: bold;
}

.priceItalicText {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}

.highlightText {/*Texte panier*/
  font-size: 12px;
  color: #000000;
}

A.highlightText {/*Texte panier*/
  font-size: 12px;
  color: #000000;
  text-decoration: none;
}
A.highlightText:hover {/*Survol : Texte panier*/
  font-size: 12px;
  color: #OOOOOO;
  text-decoration: underline;
}

.button
{/*Boutons automatique (retour, commander, etc.)*/
	background-color: #1A3887;/*Fond*/
	border-left:/*Bord Gauche*/ 2px/*Epaisseur*/ solid #5972B5;/*Couleur*/
	border-right:/*Bord Droit*/ 2px/*Epaisseur*/ solid #05194D;/*Couleur*/
	border-top:/*Bord Supérieur*/ 2px/*Epaisseur*/ solid #5972B5;/*Couleur*/
	border-bottom:/*Bord Inférieur*/ 2px/*Epaisseur*/ solid #05194D;/*Couleur*/
	font-family: Times New Roman, Times, serif;/*Famille de Police du texte intérieur*/
	font-size: 11px;/*Taille du texte*/
	font-weight:none;/*Spécificités du texte*/
	color: white;/*Couleur du texte*/
	padding-left: 10px;/*Espace à gauche du texte*/
	padding-right: 10px;/*Espace à droite du texte*/
}

.footer
{/*Pied de page*/
	font-family: Times New Roman, Times, serif;/*Famille de Police par défaut*/
	font-size: 9px;/*Taille par défaut*/
	color: #1A3887;/*Couleur par défaut*/
}

