/* Styles par défaut */
body,td,th {
	font-family: Tahoma;
	font-size: 12px;
	color:#000000;
}
/* Couleur de l'arrière plan par défaut */
body {
background-color:#98C8F8;
}
/* Couleur des liens par défaut */
a:link {
	text-decoration: none;
}
/* Couleur des liens visités  par défaut */
a:visited {
	text-decoration: none;
}
/* Couleur des liens survolés par défaut */
a:hover  { text-decoration: none; letter-spacing: 1px }
/* Couleur des liens actifs par défaut */
a:active {
	text-decoration: none;
}




/* Header */
#a1 {
height:100px;
width:800px;
background-color:#E8EEFF;
margin-left: auto;
margin-right: auto;
margin-bottom:5px;
border-color:#000000;
border-style:solid;
border-width:1px;
}
/* Position du Titre de la boutique et du slogan de la boutique par rapport au Header */
#text_header {
padding-top:20px;
padding-left:30px;
}
/* Menu supérieur */
#a2 {
height:40px;
width:800px;
background-color:#4569FA;
margin-left: auto;
margin-right: auto;
border-color:#000000;
border-style:solid;
border-width:1px;
}
/* Position des textes du menu supérieur par rapport au cadre Menu 1 supérieur */
#text_menu_sup {
padding-top:10px;
text-align:center;
}
/*Texte dans Menu 1 supérieur */
.TexteMenu1 {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color:#FFF;
}
/*Cadre principal */	 
.a3
      { background-color:#E8EEFF; border: solid 1px #000000 }
/* Position du "Mon panier" et "Vider le panier" par rapport au cadre principal */
#text_panier   { padding-top: 6px; padding-left: 150px }
/* Position du "Continuer la commande" sur la page panier ! */
#text_continuer_commande {
padding-left:380px;
}


/*Menu2 de droite/gauche */
.a4
     { background-color:#E8EEFF;  border: solid 1px #000000 }
/* Texte dans Menu2 */
.TexteMenu2 {

	font-family: Tahoma;
	font-size: 12px;
	color:#000000;
	
	}

/* Cadre "Les promos" */
#a5 {
height:40px;
width:800px;
background-color:#E8EEFF;
margin-left: auto;
margin-right: auto;
margin-bottom:5px;
border-color:#000000;
border-style:solid;
border-width:1px;
}
/* Position du Titre "Les promotions" */
#text_a5 {
padding-top:5px;
padding-left:30px;
}
/* Cadre comportant les produits en promo, tout en bas.*/
#a6 {
width:800px;
background-color:#E8EEFF;
margin-left: auto;
margin-right: auto;
margin-bottom:5px;
border-color:#000000;
border-style:solid;
border-width:1px;
}


/*Titre de la boutique */
.TitreBoutique {
	font-family: Tahoma;
	font-size: 25px;
	font-weight: bold;
	color:#000066;
}
/*Titre de la boutique */
.TitrePromos {
	font-family: Tahoma;
	font-size: 25px;
	font-weight: bold;
	color:#990000;
}
/*Slogan de la boutique */
.SloganBoutique {
	font-family: Tahoma;
	font-size: 14px;
		font-weight: bold;
		color:#000066;

}



/*Style des tableaux normaux */
.StyleTableaux    { color: #000000; font-size: 12px; font-family: Verdana; background-color:#A8C6F7; padding: 4px;  height: 185px; border: solid 1px #000 }
/*Style des tableaux spéciaux */
.StyleTableaux2    { color: #FFF; font-size: 14px; font-weight:bold; font-family: Verdana; background-color:#5B84EE; padding: 5px;   border: solid 1px #000 }
/*Style des sections du Menu 2 */
.Sections_menu    { color: #FFF; font-size: 14px; font-weight:bold; font-family: Verdana; background-color:#4569FA; padding: 5px; 
 }
/*Liens dans les tableaux normaux */
.LiensTableaux {
	font-family: Verdana;
	font-size: 12px;
	color:#000000;
}
/*Liens dans les tableaux de section */
.Liens_sections_menu {
	font-family: Verdana;
	font-size: 14px;
	color:#FFF;
}
/*Liens dans les tableaux spéciaux */
.LiensTableaux2 {
	font-family: Verdana;
	font-size: 14px;
	color:#FFF;
}

/*Cadre description de la boutique */
.Description_boutique
     { color: #000000; font-size: 12px; font-family: Verdana; background-color:#E8EEFF;  padding: 4px 2px; width: auto; height: 20px; border: dotted 1px #000 }


	
/* Les titres */
.Titre {
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	color:#000000;
}
	/*Les textes */
	.Texte {
	font-family: Tahoma;
	font-size: 12px;
	color:#000000;
	}




/*Style du calendrier sans événement */
.Calendrier {
	font-family: Verdana;
	font-size: 10px;
	color:#000000;
	background-color:#E8EEFF; 
	border: 1px solid #000000;
}
/*Liens des événements dans le calendrier */
.Liens_eve {
	font-family: Verdana;
	font-size: 10px;
	color:#FFFFFF;
}
/*Style du calendrier avec événement */
.Calendrier_eve {
	font-family: Verdana;
	font-size: 10px;
	color:#FFFFFF;
	background-color:#FF0000;
	border: 1px solid #000000;
}
	
	/*Champs */
.Champs {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	background-color:#FFF;
	border: 1px solid #000000;
}