
	  /*Pour la barre de défilement*/
BODY {SCROLLBAR-TRACK-COLOR:darkred; SCROLLBAR-FACE-COLOR: #a14b4b; SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
 SCROLLBAR-SHADOW-COLOR: #000000; SCROLLBAR-3DLIGHT-COLOR: #000000; SCROLLBAR-ARROW-COLOR: #f79393; 
SCROLLBAR-TRACK-COLOR: #281616; SCROLLBAR-DARKSHADOW-COLOR: #000000;}

	  /*Pour les titres 1*/
h1 { font-family: Monotype Corsiva,Times New Roman;
	font-size: 24pt;
	color:gold;
	font-weight: bold;
	font-style: italic;
	margin-bottom:4px;
	margin-top:4px;
	margin-left:4px;
	margin-right:4px;
	}

	  /*Pour les titres 2*/
h2 { font-family: Monotype Corsiva,Times New Roman;
	font-size: 20pt;
	color:gold;
	font-weight: bold;
	font-style: italic;
	margin-bottom:4px;
	margin-top:4px;
	margin-left:4px;
	margin-right:4px;
	}

	  /*Pour les titres 2 avec lien hypertexte*/
h2.lien { font-family: Monotype Corsiva,Times New Roman;
	font-size: 20pt;
	color:white;
	font-weight: bold;
	font-style: italic;
	margin-bottom:4px;
	margin-top:4px;
	margin-left:4px;
	margin-right:4px;
	}

	  /*Pour le texte de vinification et histoire*/
h3 { font-family: Monotype Corsiva,Times New Roman;
	font-size: 18pt;
	color: gold;
	font-weight: normal;
	font-style: italic;
	margin-bottom:4px;
	margin-top:4px;
	margin-left:4px;
	margin-right:4px;
	}


  	/*Pour les titres 4 */
h4 { font-family: Monotype Corsiva,Times New Roman;
	font-size: 14pt;
	color: gold;
	font-weight: normal;
	font-style: italic;
	margin-bottom:4px;
	margin-top:4px;
	margin-left:4px;
	margin-right:4px;
	}

  	/*Pour les titres 5 */
h5 { font-family: Monotype Corsiva,Times New Roman;
	font-size: 13pt;
	color: white;
	font-weight: normal;
	font-style: italic;
	margin-bottom:4px;
	margin-top:4px;
	margin-left:4px;
	margin-right:4px;
	}

  	/*Pour les éléments de la commande */
P.commande { font-family: Monotype Corsiva,Times New Roman;
	font-size: 13pt;
	color: gold;
	font-weight: normal;
	font-style: italic;
	margin-bottom:4px;
	margin-top:4px;
	margin-left:4px;
	margin-right:4px;
	}

  	/*Pour les éléments obligatoires de la commande */
P.oblig { font-family: Monotype Corsiva,Times New Roman;
	font-size: 13pt;
	color: gold;
	font-weight: bold;
	font-style: italic;
	margin-bottom:4px;
	margin-top:4px;
	margin-left:4px;
	margin-right:4px;
	}

  /*Pour le texte contact*/
p.contact { 	font-family: Times New Roman;
	font-size: 12pt;
	color: gold;
	font-weight: normal;
	margin-bottom:0px;
	margin-top:0px;
	margin-left:4px;
	margin-right:4px;
	}


  /*Pour le texte présentation google map avec lien*/
p.localisation { 	font-family: Times New Roman;
	font-size: 10pt;
	color: white;
	font-weight: normal;
	margin-bottom:4px;
	margin-top:4px;
	margin-left:4px;
	margin-right:4px;
	}

  /*Pour le texte présentation google map sans lien*/
p.localisationlien { 	font-family: Times New Roman;
	font-size: 8pt;
	color: orange;
	font-weight: normal;
	margin-bottom:4px;
	margin-top:4px;
	margin-left:4px;
	margin-right:4px;
	}

  /*Pour le texte défilant de l'accueil*/
p.accueil { 	font-family: Monotype Corsiva,Times New Roman;
	font-size: 10pt;
	color: gold;
	font-weight: normal;
	font-style: italic;
	margin-bottom:4px;
	margin-top:4px;
	margin-left:4px;
	margin-right:4px;
	}

  /*Pour le texte défilant de l'accueil avec lien*/
p.lien { 	font-family: Monotype Corsiva,Times New Roman;
	font-size: 10pt;
	color: white;
	font-weight: normal;
	font-style: italic;
	margin-bottom:4px;
	margin-top:4px;
	margin-left:4px;
	margin-right:4px;
	}

a 	{text-decoration:none}
a:hover {text-decoration:underline; 
	color:white;}
