.Style4 {
	font-size: 12px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}
.Style2 {
	color: #313131;
	font-size: 15px;
	font-weight: bold ;
}
body { 
	   font-family:Arial narrow, Helvetica, sans-serif;
 	   color:#333333;
	   font-size:13px;
	   text-align:justify;
	   padding-left:00px;
	  
	   /* background-color : ensemble total de la page) */
	   background-color:#313131;
}



/* txt rose coord */
h1 {
font-family:Arial narrow, Helvetica;
font-size:15px;
font-weight:bold;
color:#886575;
}

/* nom vins : 2/blanc, 3/rouge*/
h2 {
font-family:Arial narrow, Helvetica, sans-serif;
font-size:15px;
font-weight:bold;
color:#8e6f39;
}

h3 {
font-family:Arial narrow, Helvetica, sans-serif;
font-size:15px;
font-weight:bold;
color:#af0525;
}

.Style3 {
	color: #886575;
	font-size: 10px;
}

.imageflottanteG {
   float: left;
   margin-right: 10px;
}

.imageflottanteD {
   float: right;
   margin-left: 10px;
   margin-right: 100px;

}


/* lien) */
a {
text-decoration:none;
color:#886575;
}

/* lien: passer dessus) */
a:hover {
text-decoration:underline;
}

a:active {
text-decoration:line-through;
}

