/*styles de mise en forme générale*/
body {
  	background-color: #FFFFFF;
	font-family: Garamond;
	font-size: 9px;
	color: #FC8040;
	scrollbar-face-color: #FFFFFF; 
	scrollbar-shadow-color: #FC8040;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #FC8040; 
	scrollbar-darkshadow-color: #FFFFFF; 
	scrollbar-track-color: #FFFFFF; 
	scrollbar-arrow-color: #FC8040;
}

/*liens de la page index*/
a.lien_accueil:link {text-decoration: none; font-size: 9px; color: #FF7192;}
a.lien_accueil:visited {text-decoration: none; font-size: 9px; color: #FF7192;}
a.lien_accueil:active {text-decoration: none; font-size: 9px; color: #FF7192;}
a.lien_accueil:hover {text-decoration: none; font-size: 9px; color: #FC8040;}

/*liens de la page wine in practice*/
a.lien_wineinpractice:link {text-decoration: none; color: #FC8040;}
a.lien_wineinpractice:visited {text-decoration: none; color: #FC8040;}
a.lien_wineinpractice:active {text-decoration: none; color: #FC8040;}
a.lien_wineinpractice:hover {text-decoration: none; color: #FFFFFF;}

/*liens des pages*/
a.lien_page:link {text-decoration: none; font-family: Garamond; font-size: 14px; color: #FC8040;}
a.lien_page:visited {text-decoration: none; font-family: Garamond; font-size: 14px; color: #FC8040;}
a.lien_page:active {text-decoration: none; font-family: Garamond; font-size: 14px; color: #FC8040;}
a.lien_page:hover {text-decoration: none; font-family: Garamond; font-size: 14px; color: #FFFFFF;}

/*liens de la page products*/
a.lien_products_rouge:link {text-decoration: none; font-size: 13px; color: #9B88BF;}
a.lien_products_rouge:visited {text-decoration: none; font-size: 13px; color: #9B88BF;}
a.lien_products_rouge:active {text-decoration: none; font-size: 13px; color: #9B88BF;}
a.lien_products_rouge:hover {text-decoration: none; font-size: 13px; color: #666666;}
a.lien_products_rose:link {text-decoration: none; font-size: 13px; color: #F6B16E;}
a.lien_products_rose:visited {text-decoration: none; font-size: 13px; color: #F6B16E;}
a.lien_products_rose:active {text-decoration: none; font-size: 13px; color: #F6B16E;}
a.lien_products_rose:hover {text-decoration: none; font-size: 13px; color: #666666;}
a.lien_products_blanc:link {text-decoration: none; font-size: 13px; color: #00D600;}
a.lien_products_blanc:visited {text-decoration: none; font-size: 13px; color: #00D600;}
a.lien_products_blanc:active {text-decoration: none; font-size: 13px; color: #00D600;}
a.lien_products_blanc:hover {text-decoration: none; font-size: 13px; color: #666666;}

/*liens des autres pages*/
a:link {text-decoration: none; color: #666666;}
a:visited {text-decoration: none; color: #666666;}
a:active {text-decoration: none; color: #FC8040;}
a:hover {text-decoration: none; color: #FF9933;}

/*liens de signet top of the page*/
a.lien_top:link {text-decoration: none; color: #FF9933;}
a.lien_top:visited {text-decoration: none; color: #FF9933;}
a.lien_tope:active {text-decoration: none; color: #FF9933;}
a.lien_top:hover {text-decoration: none; color: #FC8040;}

/*titres des pages produits*/
.texte_titres_produits {
	font-family: Garamond;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}	
.texte_phrase_produits {
	font-family: Garamond;
	font-size: 14px;
	font-style: italic;
	color: #666666;
}
/*texte des différentes pages*/
.texte_titres {
	font-family: Garamond;
	font-size: 13px;
	font-weight: bold;
	color: #FC8040;
}

.texte_contenu {
	font-family: Garamond;
	font-size: 13px;
	color: #FC8040;
}
.titre_produits {
	font-family: Garamond;
	font-size: 38px;
	color: #FC8040;
}
.sstitre_produits {
	font-family: Garamond;
	font-size: 20px;
	color: #FC8040;
	font-style: italic;
	line-height: normal;
}
.sstitre_produits2 {
	font-family: Garamond;
	font-size: 14px;
	color: #FC8040;
	font-style: italic;
	line-height: normal;
}
.phrase_produits {
	font-family: Garamond;
	font-size: 12px;
	font-style:italic;
	color: #FC8040;
}

.intro {
	font-family: Garamond;
	font-size: 15px;
	font-style: normal;
	line-height: 16px;
	color: #FC8040;
}
/*texte des différentes pages blanc*/
.texte_titres_blanc {
	font-family: Garamond;
	font-size: 11px;
	font-weight: bold;
	color: #00D600;
}

.texte_contenu_blanc {
	font-family: Garamond;
	font-size: 12px;
	color: #00D600;
}
.titre_produits_blanc {
	font-family: Garamond;
	font-style: italic;
	font-size: 38px;
	color: #00D600;
}
.sstitre_produits_blanc {
	font-family: Garamond;
	font-size: 20px;
	color: #00D600;
	font-style: italic;
	line-height: normal;
}
.sstitre_produits2_blanc {
	font-family: Garamond;
	font-size: 14px;
	color: #00D600;
	font-style: italic;
	line-height: normal;
}
.phrase_produits_blanc {
	font-family: Garamond;
	font-size: 12px;
	font-style:italic;
	color: #00D600;
}

.intro_blanc {
	font-family: Garamond;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	color: #00D600;
}

/*texte des différentes pages rouge*/
.texte_titres_rouge {
	font-family: Garamond;
	font-size: 11px;
	font-weight: bold;
	color: #9B88BF;
}

.texte_contenu_rouge {
	font-family: Garamond;
	font-size: 12px;
	color: #9B88BF;
}
.titre_produits_rouge {
	font-family: Garamond;
	font-style: italic;
	font-size: 38px;
	color: #9B88BF;
}
.sstitre_produits_rouge {
	font-family: Garamond;
	font-size: 20px;
	color: #9B88BF;
	font-style: italic;
	line-height: normal;
}
.sstitre_produits2_rouge {
	font-family: Garamond;
	font-size: 14px;
	color: #9B88BF;
	font-style: italic;
	line-height: normal;
}
.phrase_produits_rouge {
	font-family: Garamond;
	font-size: 12px;
	font-style:italic;
	color: #9B88BF;
}

.intro_rouge {
	font-family: Garamond;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	color: #9B88BF;
}

/*texte des différentes pages rose*/
.texte_titres_rose {
	font-family: Garamond;
	font-size: 11px;
	font-weight: bold;
	color: #F6B16E;
}

.texte_contenu_rose {
	font-family: Garamond;
	font-size: 12px;
	color: #F6B16E;
}
.titre_produits_rose {
	font-family: Garamond;
	font-style: italic;
	font-size: 38px;
	color: #F6B16E;
}
.sstitre_produits_rose {
	font-family: Garamond;
	font-size: 20px;
	color: #F6B16E;
	font-style: italic;
	line-height: normal;
}
.sstitre_produits2_rose {
	font-family: Garamond;
	font-size: 14px;
	color: #F6B16E;
	font-style: italic;
	line-height: normal;
}
.phrase_produits_rose {
	font-family: Garamond;
	font-size: 12px;
	font-style:italic;
	color: #F6B16E;
}

.intro_rose {
	font-family: Garamond;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	color: #F6B16E;
}

/*texte des différentes pages cremantrose*/
.texte_titres_cremantrose {
	font-family: Garamond;
	font-size: 11px;
	font-weight: bold;
	color: ##F6C197;
}

.texte_contenu_cremantrose {
	font-family: Garamond;
	font-size: 12px;
	color: ##F6C197;
}
.titre_produits_cremantrose {
	font-family: Garamond;
	font-style: italic;
	font-size: 38px;
	color: ##F6C197;
}
.sstitre_produits_cremantrose {
	font-family: Garamond;
	font-size: 20px;
	color: ##F6C197;
	font-style: italic;
	line-height: normal;
}
.sstitre_produits2_cremantrose {
	font-family: Garamond;
	font-size: 14px;
	color: ##F6C197;
	font-style: italic;
	line-height: normal;
}
.phrase_produits_cremantrose {
	font-family: Garamond;
	font-size: 12px;
	font-style:italic;
	color: ##F6C197;
}

.intro_cremantrose {
	font-family: Garamond;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	color: ##F6C197;
}
/*cremant blanc=rose*/