
	
	/** 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 {
		text-decoration : none ;
	 	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 **/
	.Menumassage, .Menumassage a {
		text-decoration : none ;
	}

	.Menumassage a:hover {
		color : #C44747 ;
	}
	
	/** Style des menus et de leurs liens **/
	.Menu, .Menu a {
		text-decoration : none ;
	}

	.Menu a:hover {
		color : #C44747 ;
	}

	/** Style des menus et de leurs liens **/
	.MenuAccueil, .MenuAccueil a {
		font-weight : bold ;
		color : #FFFFFF ;
		text-decoration : underline	}

	.MenuAccueil a:hover {
		color : #FFFFFF ;
	}
	
	/** Style des label des fichettes et de leurs liens **/
	.Label, .Label a {
		text-decoration : none ;
		font-weight : bold ;
		font-size : 14px ;
		color : #663366 ;
	}

	.Label a:hover {
		color : #C44747 ;
	}
        .LabelMini, .LabelMini a {
                text-decoration : none ;
                font-weight : bold ;
                font-size : 11px ;
                color : #663366 ;
		text-align : justify ;
        }

        .LabelMini a:hover {
                color : #C44747 ;
        }

	/** Style des textes du site **/
	.Texte, .Texte a {
		text-decoration : none ;
		font-family : arial ;
		font-size : 11px ;
		text-align : justify ;
	}

.Link .Link,a{
		text-decoration : underline ;
		font-family : arial ;
		font-size : 11px ;
		text-align : justify ;
	}


	.TexteG {
		font-family : arial ;
		font-size : 12px ;

		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 ;
	}
.MenuRouge {
		font-family : arial ;
		font-size : 11px ;
		font-weight : bold ;
		color : #F54307 ;
	}

	/** 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 ;
	}
        .BigPanier, .BigPanier a {
                font-family : arial ;
                font-size : 13px ;
                font-weight : bold ;
                color : #C44747 ;
                text-decoration : underline ;
        }



	/** 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 ;
	}


