@charset "utf-8";
/* CSS Document */


a:link {
font:normal 11px Tahoma;
font-size:100%;
font-weight: bold;
color:#FFFFFF;
background-color:transparent;
text-decoration:none;
}
a:visited {
font:normal 11px Tahoma;
font-size:100%;
font-weight: bold;
color:#FFFFFF;
background-color:transparent;
text-decoration:none;
}
a:hover {
font:normal 11px Tahoma;
font-size:100%;
font-weight: bold;
color:#FFFFFF;
background-color:transparent;
text-decoration:underline;
}

/* style par défaut */
.Style_normal {
	font:normal 8pt Tahoma;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border:none;
	text-decoration: none;
	}
/* titre d'un item dans la page details */
.Style_titre_article	{
	font:normal 10px Tahoma;
	color: #FFFFFF;
	font-style: normal;
	background-color: #9D009D;
    font-weight: bold; 
	font-family: Verdana, Arial, sans-serif; 	
	}
	
/* la barre rose d'arbsorescence */
.Style_arborescence	{
	font:normal 10px Tahoma;
	color: #FFFFFF;
	font-style: normal;
	background-color: #000000;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
	}	

.Style_prix	{
	font:normal 10px Tahoma;
	color: #FFFFFF;
	font-style: normal;
	background-color: #000000;
    font-weight: bold; 
	font-family: Verdana, Arial, sans-serif; 	
	}
	
/* style de "CATEGORIES" sur la page catalog.php */
.Style_titre_categorie	{
	color: #FFFFFF;
	font-style: normal;
	/*background-color: #9D009D;*/
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-variant: small-caps;
	text-transform: capitalize;
	text-decoration: none;
	background-repeat:no-repeat;
	background-position:center;
	text-align:center;
	}	
	
	
/* style du texte dans la banniÃ¨re 
-> Consulter votre panier
-> passer la commande */
.Style_bandeau {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	font-weight: bolder;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	border:none;
			}
					
.Style_date {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 9px;		
			}		
				
.Style_go_panier {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 10px;
	font-weight: bolder;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	border:none;
			}	
			
.Style_article	{
	font:normal 10pt Tahoma;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-style: normal;
			}			
				
.Style_basdepage {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 9px;	
}		

.Style_select_catégo {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 9px;	
	text-decoration: none;
	border:none;
}	
	
.Style_categorie_de_liens {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bolder;
	border:none;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
}	

.Style_liens {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 10px;
	color: #FFFF00;
	text-decoration: underline;
	border:none;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
}	
	
.Style_nom_du_lien	
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}
	
	
body {
	background-image: url(../ressources/background.jpg);
	color: #FFFFFF;
}
