﻿
/*
** ----------------------------------------------------------------------------
**
** Vins du Valais Product Page
**
** ----------------------------------------------------------------------------
*/
html, body
{
    background-position: #FFFFFF;
    overflow: auto;
    font: normal 12px Arial, sans-serif;
    background:#585858;
}

.banner
{
    background-image: url( '../Images/Products/VinsDuValais/banner-vigne.png');
    width:940px;
    height:100px;
    
    border-bottom-color: #FFFFFF; 
    border-bottom-width: 0px; 
    border-bottom-style: solid	        
}        

.products-content-area 
{   
    position:absolute;   
    left: 50%;    
    top: 140px;   
    width: 1200px;   
    margin-left: -600px; /* moitié de la largeur */   
}

.product-features-area
{
	float:left;
	background-color:#F4F4F4;
	height:560px;
}
	

.application-banner
{
    left: 50%;    
    top: 60px;   
    width:700px;
    height:100px;
    margin-left: 120px; /* moitié de la largeur */   
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-align: center;		
    color:#FFFFFF;
}    

.detail-title
{
    color:#920305;
    font-size: 18px;
    text-align: left;
    text-decoration: underline;
}
.detail-subtitle
{
    color:#920305;
    text-align: left;
}

.detail-text
{
    color:#444444;
    text-align:justify;
    margin-top:20px;
}
.detail-text-highlight
{
    color: #EAEAEA;
    text-align: justify;
    margin-top: 20px;
}
.detail-image
{
    color:#444444;
    font-style: italic;
    font-size: 11px;
    text-align:center;
}

