.titreVinPresentation {
font-size: 18px;
font-weight: bold;
color:#965e6a;
}
.texteVinPresentation {
font-size: 12px;
font-weight:normal;
color:#606060;
padding-left: 15px;
padding-right: 15px;
}


.titreMillesime {
font-size: 14px;
color:#965e6a;
margin-left: 15px;
}
.texteMillesime {
font-size: 11px;
color:#b9b9b9;
margin-left: 15px;
}
.boutonDetail {
border: 1px solid #b9b9b9;
width: 190px;
height: 15px;
font-weight: bold;
margin-top: 3px;
padding: 1px;
padding-left: 5px;
cursor: pointer;
}
.boutonDetail a{
text-decoration: none;
}

.fondEtiquette {
position: relative;
float: left;
background: url(../images/fondEtiquette.gif) no-repeat center top;
padding-right: 10px;
padding-bottom: 10px;
height: 113px;
width: 213px;
}
.fondEtiquette:hover {
background: url(../images/fondEtiquetteHover.gif) no-repeat center top;
}
.fondEtiquetteCurrent {
position: relative;
float: left;
background: url(../images/fondEtiquetteClick.gif) no-repeat center top;
padding-right: 10px;
padding-bottom: 10px;
height: 113px;
width: 213px;
}


