
	/** Kit graphique crée par Nicolas Laignel
		http://www.XLTouch.com
		Nicolas@XLTouch.com
		Téléchargé sur Kit Grafik
		http://www.kitgrafik.com
		
	**/

	/** Application d'une police par défaut à tous le site  **/
	body, td {
		font-family : arial ;
		font-size : 11px ;
		color : #333333 ;
	}
	
	/** Rédéfintion des marges des paragraphes **/
	p {
		margin : 0px 0px 5px 0px ;
		padding : 0px 0px 0px 0px ;
	}
	
	/** Redéfinition des marges des formulaires **/
	form {
		margin : 0px 0px 0px 0px ;
		padding : 0px 0px 0px 0px ;
	}
	
	/**  Redéfintion des styles des liens **/
	a {
		color : #333333 ;
	}
	
	a:hover {
		text-decoration : none ;
	}
	
	/** Style de la ligne de récapitulation de la navigation **/
	#NavRecap {
		font-weight : bold ;
		color : #FFFFFF ;
	}
			
	#NavRecap a {
		color : #FFFFFF ;
		text-decoration : none ;
	}
	
	/** Style des titre **/
	.Titre {
		font-weight : bold ;
		color : #FFFFFF ;
	}
	
	/** Style des menus et de leurs liens **/
	.Menu, .Menu a {
		text-decoration : none ;
	}

	.Menu a:hover {
		color : #C44747 ;
	}
	
	/** Style des label des fichettes et de leurs liens **/
	.Label, .Label a {
		text-decoration : none ;
	}

	.Label a:hover {
		color : #C44747 ;
	}

	/** Style des textes du site **/
	.Texte {
		font-family : arial ;
		font-size : 11px ;
		text-align : justify ;
	}
	
	/** Style des prix en euro des fichettes et fiches produit **/
	.Prix {
		font-family : arial ;
		font-size : 11px ;
		font-weight : bold ;
		color : #FFFFFF ;
	}

	/** Style des prix en franc des fichettes et fiches produit **/
	.PrixFR {
		font-family : arial ;
		font-size : 11px ;
		font-weight : bold ;
		color : #333333 ;
	}

	/** Style des prix dans le panier **/
	.Panier, .Panier a {
		font-family : arial ;
		font-size : 11px ;
		font-weight : bold ;
		color : #C44747 ;
		text-decoration : none ;
	}

	/** Style du lien pour ajouter au panier **/
	.Ajout a {
		font-family : arial ;
		font-size : 11px ;
		font-weight : bold ;
		color : #FFFFFF ;
		text-decoration : none ;
	}
	
	.Ajout a:hover {
		text-decoration : underline ;
	}

H1 {
	FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: #4E84B9; FONT-STYLE: normal; FONT-FAMILY: arial; TEXT-DECORATION: none
}

H2 {
	FONT-WEIGHT: normal; FONT-SIZE: 10px; COLOR: #C44747; FONT-STYLE: normal; FONT-FAMILY: Verdana,Helvetica; TEXT-DECORATION: none
}

H3 {
	FONT-WEIGHT: normal; FONT-SIZE: 10px; COLOR: #FFFFFF; FONT-STYLE: normal; FONT-FAMILY: arial; TEXT-DECORATION: none
}

H4 {
	FONT-WEIGHT: normal; FONT-SIZE: 10px; COLOR: #4E84B9; FONT-STYLE: normal; FONT-FAMILY: Verdana,Helvetica; TEXT-DECORATION: none
}

H5 {
	FONT-WEIGHT: normal; FONT-SIZE: 10px; COLOR: #FFFFFF; FONT-STYLE: normal; FONT-FAMILY: Verdana,Helvetica; TEXT-DECORATION: none
}

H6 {
	FONT-WEIGHT: normal; FONT-SIZE: 10px; COLOR: #FFFFFF; FONT-STYLE: normal; FONT-FAMILY: Verdana,Helvetica; TEXT-DECORATION: none
}