﻿html, body {
	margin: 0;
	padding: 0;
	width: 100%;
}
body, input, textarea{
    background:url('../images/bg.jpg') repeat-x #F2F2F2;
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
}
.FontRalewayExtraLight{
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-weight: 200; 
}
.fs15{
    font-size:15px;
}
.fs32{
    font-size:32px;
}
.ls2{
    letter-spacing: 2px;
}
div{
    margin: 0 auto;
}
.Fleft {
    float:left;
}
 
.clear {
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}

/*Propriétés de la Home*/
@font-face {
font-family: 'aaargh';
src: url('../aaargh.eot');
src: url('../aaargh.ttf') format('truetype'),
     url('../aaargh.woff') format('woff'),
     url('../aaargh.eot?#iefix') format('embedded-opentype'),
     url('../aaargh.svg#QuadrantaBold') format('svg');
font-weight: normal;
font-style: normal;
}
#Home {
    padding-bottom: 50px;
    text-align: center;
    background:#1e1e1e;
}
#HomeContent {
    text-align:center;
    width:860px;
	height: 700px;
	color:#A28C75;
	margin:120px 0 0 0;
}
#HomeContent #Texte{
    width:	470px;
    font-family: 'aaargh', Arial, Helvetica, sans-serif;
    font-size:13px;
}
#HomeContent #Reponse{
    width:	500px;
}
#HomeContent #Reponse a{
   display:block;
   font-size:13px;
   height:22px;
   width:22px;
   background:url('../images/bouton.jpg') no-repeat center;
   color:transparent;
   text-decoration:none;
   float:left;
   margin:-2px 2px 0 0;
}
#HomeContent #Reponse a:hover{
   display:block;
   height:22px;width:22px;
   background:url('../images/bouton-check.jpg') no-repeat center;
}
#HomeContent #Reponse #MargRight{
	margin-right:50px;
}

#Main {
    /*padding-bottom: 50px;*/
    text-align: center;
    background:#ffffff;
    background:url('../images/bg.jpg') repeat-x #ffffff;
}

#Header{
    background:#1e1e1e;
    margin:0 0 35px 0;
    height:182px;
    padding:34px 0;
}

.w860 {
    background:#ffffff;
    padding:0 0 34px 0;
    width: 860px;
}


/*Propriétés du Menu*/
#Menu{
    width:200px;
    float:left;
    margin:0 100px 0 0;
    text-align:left;
}
#Menu .Onglet{
    margin:0 0 22px;
    padding:8px 0 5px 10px;
    background:#1e1e1e;
}
#Menu .Onglet a{
    color:#FFFFFF;
    text-decoration:none;
}
#Menu #CuveeListe ul{
    margin:0;
    padding:0 0 10px 0;
    list-style-type: none;
}
#Menu #CuveeListe li{
    padding:0 0 10px 10px;
}
#Menu #CuveeListe a{
    color:#000000;
    text-decoration:none;
}
#Menu #CuveeListe a:hover{
    color:#eebd8b;
}
#Menu #CuveeListe a.actif{
    color:#eebd8b;
}
#Menu .Onglet #Cuvee:hover,#Menu .Onglet  #Histoire:hover,#Menu .Onglet  #Contact:hover{
    color:#eebd8b;
}
#Menu .Onglet a.actif{
    color:#eebd8b;
}


/*Propriétés du Contenu*/
#Content{
    text-align:justify;
    width:560px;
    float:left;
}
#Content .Image{
    height:228px;
    padding:0 0 20px;
}
#Content .Titre{
    padding:0 0 20px;
}
#Content .Texte{
    text-align:justify;
    width:560px;
    padding:0 0 15px;
    font-size: 14px;
    line-height:20px;
}
#Content .Prix{
    text-align:justify;
    width:560px;
    padding:0 0 15px;
    font-size:15px;
    font-family: 'Crimson', Arial, Helvetica, sans-serif;
}
#Content .Prix a{
    text-decoration:none;
    font-style:italic;
    font-weight:bold;
    color:#000000;
}
#Content .Prix img{
    padding:0 10px 0 0;
}


/*Propriétés du Formulaire de Contact*/
#Form tr{
	height:50px;
}
#Form td.espace{
	width:60px;
    height:50px;
}
#Form input, textarea{
	border:1px solid #a;
	-moz-box-shadow: inset 7px 7px 6px -6px #888;
	-webkit-box-shadow: inset 7px 7px 6px -6px #888;
	box-shadow: inset 7px 7px 6px -6px #888;
	-moz-border-radius: 4Px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding:0 8px;
	background:#FFFFFF;
}
#Form input{
	width:235px;
    height:30px;
	font-size: 13px;
    background:url('../images/bg-input.jpg');
    border:0;
}
#Form input#Adresse{
	width:560px;
    height:30px;
    background:url('../images/bg-adresse.jpg');
}
#Form textarea{
	background:url('../images/bg-textarea.jpg');
    border:0;
}
#Form textarea#Commentaire{
	width:560px;
    height:90px;
	margin-top:10px;
	padding:8px;
	font-size: 13px;
}
#Form tr#TrEnvoyer{
	width:560px;
	text-align:center;	
}
#Form input#Envoyer{
	width:77px;
    height:77px;
	background:url('../images/envoyer.jpg') no-repeat center;
	border: 0 none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-border-radius: none;
	-webkit-border-radius: none;
	border-radius: none;
	cursor:pointer;
}

#Coordonnees{
	width:100%;
	margin-top:25px;
	text-align:center;
}