html, body {
	margin: 0;
	padding: 0;
	height: 100%
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
}

img {
	border:none;
}

h1 {
	font-size: 28px;
	color: #443a3a;
	font-weight: bold;
	/*text-align: left;*/
	line-height: 30px;
}
h2 {
	font-size: 20px;
	color: #a5947f;
	font-weight: bold;
	text-align: left;
	line-height: 20px;
}
h3 {
	font-size: 22px;
	color: #443a3a;
	font-weight: bold;
	text-align: left;
	line-height: 22px;
}
h4 {
	font-size: 18px;
	color: #443a3a;
	font-weight: bold;
	text-align: left;
	line-height: 18px;
}
h5 {
	font-size: 14px;
	color: #443a3a;
	font-weight: bold;
	text-align: left;
	line-height: 14px;
}

h6 {
	font-size: 12px;
	color: #443a3a;
	font-weight: bold;
	text-align: left;
	line-height: 12px;
}

p{
	color: #64564F;
}

#contenu_fiche_vin_panier iframe{
	width:430px;
	height:24px;
	border:none;
	overflow:hidden;
	}

/* ***************************************************************************************** */
/* definition des blocs qui structurent les contenus des pages                               */
/* ***************************************************************************************** */
#centrer {
	width: 950px;
	margin: 0 auto 0 auto;
	text-align: left;
}
#site {
	width: 950px;
    position: absolute;
}
#contenu {
	width: 950px;
	float: left;
}
html>body #main {
	height: auto;
	min-height: 500px;
}
#main { 
	padding: 0;
	margin: 0;
	width: 950px;
	height: 500px;
	float: left;
}
.align-left{
	text-align:left;
}
.align-center{
	text-align:center;
}
.align-right{
	text-align:right;
}
/* ------------------------------------------------------------------------- */
/* Flash Home                                              				     */
/* ------------------------------------------------------------------------- */
#home_flash {
	width: 950px;
	height: 650px;
	position:absolute;
	left: 0px;
	top: 75px;
	z-index: 1;
}

/* ------------------------------------------------------------------------- */
/* Bandeau Home                                               			     */
/* ------------------------------------------------------------------------- */

#bandeau_home {
	height: 57px;
	font-size: 14px;
	padding: 0 0 0 600px;
	text-align: right;
	color:#92775c;
	vertical-align: middle; 
	display: inline-block;
	width: 320px;
	

}

#bandeau_home fieldset{
	border:none;
	/*float:left;*/

}

#bandeau_home .csc-mailform-field {
/*float:left;*/
margin-top:4px;
}

#bandeau_home .csc-mailform-field label{
	/*display:block;*/
	/*padding-bottom:3px;*/
}

#bandeau_home #mailformemail {
	border:none;
	width:180px;
	height:12px;

}

#bandeau_home #mailformformtype_mail{
	/*width:40px;*/
	/*display:block;*/
	/*float:right;*/
	/*margin-top:-9px;*/
	/*margin-left:10px;*/
	/*margin-top:5px;*/
}

#langue_home{
	/*margin-top:5px;*/
}

/* ------------------------------------------------------------------------- */
/* Flash et bandeau haut                                                     */
/* ------------------------------------------------------------------------- */
#contenu_flash {
	width: 260px;
	height: 210px;
	position:absolute;
	left: 0px;
	top: 0px;
}

#bandeau_panier {
	height: 57px;
	font-size: 14px;
	/*background-color:#CCCCCC;*/
	padding: 0 0 0 818px;
	text-align: right;
	color:#92775c;
	vertical-align: middle; 
	display: inline-block;
}

#bandeau_panier a{
	color:#92775c;
	text-decoration:none;
	padding-left: 25px;
	background: url(../medias/interface/panier.png) center left no-repeat;
}

#bandeau_panier a:hover{
	color:#ffffff;
	}

#bandeau_jaune {
	height: 18px;
	background-color: #EF800D;
	padding: 0 0 0 590px;
	color:#676767;
	font-size:14px;
	text-align: right;
	margin-right:18px;
	//margin-top:-1px;  /*pour ie7*/
}

#bandeau_jaune p{
	margin:0px;
	padding :1px 0 0 0;
}

#bandeau_jaune a {
	color:#505050;
	text-decoration:none;
	padding-left: 10px;
	padding-bottom :2px;
	margin-right: 10px;
	background: url(../medias/interface/puces-rubriques-passif.png) center left no-repeat;
}
#bandeau_jaune a:hover {
	color:#ffffff;
	background: url(../medias/interface/puces-rubriques-rollOver.png) center left no-repeat;
}

/* ------------------------------------------------------------------------- */
/* Barre  nav                                                                */
/* ------------------------------------------------------------------------- */
#barrenav_gauche {
	padding: 150px 10px 0 0 ;
	margin-left:-10px;
	width: 206px;
	float:left;
	text-transform:uppercase;
	color:"#a8977c";
	font-size: 12px;
	line-height: 16px;
}

#barrenav_gauche ul{
	list-style-type: none; 
}


#barrenav_gauche a{
	color:#a8977c;
	text-decoration:none;
	display:block;
}

#barrenav_gauche a:hover{
	color:#ffffff;
	text-decoration:none;
	display:block;
}

#barrenav_gauche li:hover{
	color:#ffffff;
	background-color:#a8977c;
}

#actif{
	background-color:#a8977c;
	color:#ffffff;
	padding-bottom:1px;
}

#actif a{
color:#ffffff;
	}

#spacer{
	margin-top:6px;
	margin-bottom:6px;
	border-bottom: 1px solid #a8977c;
}

/* ------------------------------------------------------------------------- */
/* Contenu droit rédactionnel                                                */
/* ------------------------------------------------------------------------- */

div#contenu_droit{
	margin-top:90px;
	padding-left:100px;
	float: left;
	width: 639px;
	margin-bottom:55px;
}

#contenu_droit p {
	font-size: 14px;
	color: #64564F;
	text-align: justify;
}

#contenu_droit a {
	font-size: 14px;
	color: #443a3a;
	text-align: justify;
}

#contenu_droit a:hover {
	font-size: 14px;
	color: #FF7A00;
	text-align: justify;
}


#contenu_droit li {
	color: #64564F;
 	list-style-type: none;
 	background-image: url(../medias/interface/puce.png);
 	background-repeat: no-repeat;
 	background-position: 0 0;
 	padding-left: 15px;
}

#contenu_droit li li{
 	list-style-type: none;
 	background-image: url(../medias/interface/puce2.png);
 	background-repeat: no-repeat;
 	background-position: 0 0;
 	padding-left: 15px;
} 

#contenu_droit .remarque {
	color: #E86500;
}
#contenu_droit .important {
	color: #423739;
	font-weight: 900;
}

#contenu_droit .notes {
	font-size: 12px;
	color: #E86500;
}
#contenu_droit .elementsDeNav {
	font-size: 12px;
	color: #64564F;
}

#contenu_droit  table.contenttable{
	border: thin solid #64564F;
	padding:0;
	margin:0;

}

#contenu_droit .contenttable th{
	background-color: #a5947f;
	border: thin solid #64564F;
}

#contenu_droit .contenttableth p{
	color: #ffffff;
	font-size: 12px;
}

#contenu_droit .contenttable td {
	padding:0;
	margin:0;
	background-color: #ffffff;
	border: thin solid #64564F;
}

#contenu_droit .contenttable td p {
	color: #443a3a;
	font-size: 12px;
	margin: 10px;
	text-align: left;
}

#contenu_droit .btn_pagehaut{
	background-image: url(../medias/interface/fleche-haut.png);
 	background-repeat: no-repeat;
 	background-position: 0 0;
 	padding-left: 15px;
	}

#contenu_droit .btn_pagesuiv{
	background-image: url(../medias/interface/fleche-droite.png);
 	background-repeat: no-repeat;
 	background-position: 0 0;
 	padding-left: 15px;
	}

#contenu_droit .btn_pageprec{
	background-image: url(../medias/interface/fleche-gauche.png);
 	background-repeat: no-repeat;
 	background-position: 0 0;
 	padding-left: 15px;
	}
	
#contenu_droit #mailform{
	width :446px;
	}
#contenu_droit .csc-mailform{
	margin:0;
	padding:0;
	border:none;
	
	}
#contenu_droit form label { 
	color: #443a3a;
	font-size: 12px;
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 100px; 
	padding: 0 10px 0 0; 
	margin: 5px 0 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

#contenu_droit form input, #contenu_droit form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
	border-color:#645a55;
	border-width: 1px;
  	border-style: solid;
}

#contenu_droit form input.csc-mailform-submit{
	float:right;
}


/* ------------------------------------------------------------------------- */
/* Contenu droit vin                                                         */
/* ------------------------------------------------------------------------- */
div.tx-bdcave-pi1{
margin-top:-90px;
margin-left:-100px;
	}
#contenu_vin_gauche {
	width:269px;
	float: left;
}

#contenu_bouteille {
	width: 256px;
	height :460px;
	float: right;
	text-align:right;
}

#contenu_vin_prix{
	width: 225px;
	float: right;
	text-align:center;
	/*color:#7c7c7c;*/
	color: #64564F;
	font-size:14px;
	margin-top:10px;
}


#contenu_vin_prix .important {
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
}

#contenu_vin_prix_stitre {
	font-size:12px;
}

#contenu_vin_droit {
}

#contenu_menu_vin {
	float: right;
	margin-right:100px;
}

#contenu_fiche_vin {
	/*width: 488px;*/
	width: 430px;
	float: right;
	margin-top:60px;
	padding-right:20px;
	padding-left:20px;
}

#contenu_fiche_vin_titre {
	color: #46322d;
	font-size: 28px;
	font-weight:bold;
	margin-bottom:10px;
	text-align: justify;
	//line-height:28px; /*pour ie7*/
}

#contenu_fiche_vin_stitre {
	color: #a5947f;
	font-size: 18px;
	font-weight:bold;
	margin-bottom:8px;
	text-align: justify;
}

#contenu_fiche_vin_details {
	color:#ed8a2b;
	font-size:12px;
	margin-bottom:6px;
}
#contenu_fiche_vin_panier {
	color:#ed8a2b;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	margin-bottom:20px;
}

a#panier img {
     background: url(../medias/interface/ajouterAuPanier.png) top left no-repeat;
}

a#panier:hover img {
     background: url(../medias/interface/ajouterAuPanier-rollOver.png) top left no-repeat;
}

a#panier img {
	vertical-align:middle ;
	height: 18px; 
	width: 105px; 
	margin-right:6px;
}

#contenu_fiche_vin_description {
	color: #64564F;
	font-size: 14px;
	text-align:justify;
	margin-bottom:15px;
}

#contenu_fiche_vin_lien {
	color:#443a3a;
	font-size: 14px;
	font-weight:bold;
}
#contenu_fiche_vin_lien img{
	vertical-align:middle ;
	margin-right:10px;
}
#contenu_fiche_vin_lien a{
	color:#443a3a;
	text-decoration:none;
}

/* ------------------------------------------------------------------------- */
/* Colorbox video                                                            */
/* ------------------------------------------------------------------------- */
#contenu_colorbox div{
	margin:0;
	padding:0;
	text-align:left;
	color: #64564F;
}

#contenu_colorbox div.tx-bdcave-pi2{
	padding:20px;
	color: #00000;
}

#contenu_colorbox p {
	font-size: 14px;
	color: #64564F;
	text-align: justify;
}


#contenu_colorbox p a {
	font-size: 14px;
	color: #443a3a;
	text-align: justify;
}

#contenu_colorbox p a:hover {
	font-size: 14px;
	color: #FF7A00;
	text-align: justify;
}

#contenu_colorbox li {
	color: #64564F;
 	list-style-type: none;
 	background-image: url(../medias/interface/puce.png);
 	background-repeat: no-repeat;
 	background-position: 0 0;
 	padding-left: 15px;
}

#contenu_colorbox li li{
 	list-style-type: none;
 	background-image: url(../medias/interface/puce2.png);
 	background-repeat: no-repeat;
 	background-position: 0 0;
 	padding-left: 15px;
}

/* ------------------------------------------------------------------------- */
/* Tableau de récap                                                          */
/* ------------------------------------------------------------------------- */
#contenu_droit div.tx-bdcave-pi3{
	/*margin-left:100px;*/
	}

#table_recap{
	width: 620px;
	}

#table_recap table{
	border :none;
	border-collapse:collapse;
	width:100%;
	color: #443a3a;
	text-align:center;
	}
	
#table_recap th{
	color: #ffffff;
	text-weight:bold;
	font-size: 12px;
	border :none;
	background-color:#645a55;
	padding:5px;
	}
	
#table_recap td{
	border :none;
	font-size: 14px;
	vertical-align:middle;
	border-bottom:1px solid #645a55; 
	padding:5px;
	}
	
#table_recap a{
	font-size: 14px;
	color: #443a3a;
	}
#table_recap img{
	vertical-align:middle;
	}

/* ------------------------------------------------------------------------- */
/* Le footer home                                                            */
/* ------------------------------------------------------------------------- */

#footer_home{
	bottom:0;
	left:0;
	padding:0;
	margin:0;
	position:fixed;
	width:100%;
	z-index:1000;
	text-align:center;
	height: 51px;
	font-size: 11px;
	background-image:url(../medias/interface/fond_footer.png);
	background-repeat:no-repeat;
	background-position: top center;
	color: #ED7900;
}

#footer_home div
{
	position:fixed;
	padding:0;
	margin:0;
	bottom:0;
	left:0;
	width:100%;
	z-index:-1;
	/*background-color: #312a29;*/
	/*height: 20px;*/
	background-image:url(../medias/interface/basDePage-elementARepeterHome.png);
	background-repeat:repeat-x;
	background-position:top center;
	height: 53px;
}


#footer_home p {
	color: #ED7900;
	padding:35px 0 0 0;
	margin:0;
}
#footer_home a{
	color: #ED7900;
	text-decoration:none;
}

#footer_home a:hover{
	color: #ffffff;
}

/* ------------------------------------------------------------------------- */
/* Le footer                                                                 */
/* ------------------------------------------------------------------------- */
#footer{
	bottom:0;
	left:0;
	padding:0;
	margin:0;
	position:fixed;
	width:100%;
	z-index:1000;
	text-align:center;
	height: 51px;
	font-size: 11px;
	background-image:url(../medias/interface/basDePage-produits.png);
	background-repeat:no-repeat;
	background-position: top center;
	color: #ED7900;
}

#footer div
{
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	bottom:0;
	z-index:-1;
	/*background-color: #544a40;*/
	/*height: 18px;*/
	background-image:url(../medias/interface/basDePage-elementARepeter.png);
	background-repeat:repeat-x;
	background-position:top center;
	height: 53px;
}

#footer p {
	color: #ED7900;
	padding:35px 0 0 0;
	margin:0;
}
#footer a{
	color: #ED7900;
	text-decoration:none;
}

#footer a:hover{
	color: #ffffff;
}

/* ------------------------------------------------------------------------- */
/* Le Gros Visuel                                                              */
/* ------------------------------------------------------------------------- */
#contenu_bouteille {
	margin-top: 110px;
}


/* ------------------------------------------------------------------------- */
/* Actualités                                                                */
/* ------------------------------------------------------------------------- */

.item_actu{border-bottom:1px solid #ef800d;margin-bottom:30px;}
#contenu_droit .item_actu h2 a{font-size: 20px;color: #a5947f;font-weight: bold;text-align: left;line-height: 20px;text-decoration:none;margin-left:95px;}
#contenu_droit .item_actu h2 a:hover{font-size: 20px;color: #FF7A00;text-align: left;}
.item_actu .summary{margin-left:95px;color:#443a3a;font-size:14px;}
.item_actu .more{text-align:right;color:#443a3a;font-size:13px;font-weight:bold;font-style:italic;}
.item_actu .footer{color:#ef800d;padding-bottom:10px;font-size:16px;font-weight:bold;}

#contenu_droit .detail_actu {width:640px;}
#contenu_droit .detail_actu h1{margin: 30px 0 30px 0;}
#contenu_droit .detail_actu h2{line-height:22px;}
#contenu_droit .detail_actu .header {line-height:28px;border-bottom:1px solid #ef800d;height:30px;padding: 0;margin: 0;color:#ef800d;font-size:22px;font-weight:bold;height:30px;}
#contenu_droit .detail_actu span.retour{float:right;width:163px; height:30px;background-image:url(../medias/interface/fond_retour_actu.png);background-repeat:no-repeat;padding: 0;margin: 0;}
#contenu_droit .detail_actu span.retour a{font-size:12px;font-weight:bold;font-style:italic;color:#FFFFFF;text-decoration: none;padding: 0 0 0 15px;margin: 0;}
#contenu_droit .detail_actu span.retour a:hover{font-size:12px;font-weight:bold;font-style:italic;color:#FFFFFF;text-decoration: underline;}





