/* Start of CMSMS style sheet 'commun' */
/*******************************
	TEMPLATE CSS COMMUN
*******************************/
html,
/*body{
	\height:100%;
}*/
/* Pour habiller les pages par défaut */
body {
	font-family: Trebuchet MS;
	font-size: 12px;
	line-height:1.2em;
	margin: 0;
	padding: 0;
	background-color:white;
	background-image:url(../img/commun/bg_body.jpg);
}
a{ 	color:#0000FF;	text-decoration:none; position:relative; }
a:hover{ text-decoration:none;color: #0000FF; }
img {	border:0px; }
pre{
	background-color:black;
	color:#80FF80;
}
/* UNIFORMISATION DES MARGES ET PADDING des != NAVIGATEUR */
div,p,form,h1,h2,h3,h4,h5,h6,ol,ul,blockquote,img {
	margin: 0;
	padding:0;
}
ul,ol,blockquote{	margin-left:15px; }

div,p,h1,h2,h3,h4,h5,h6,ul,ol,blockquote,font,small,big{ line-height:1.2em; }

/*  utiliser après une serie de div qui possède un tag FLOAT(left ou right)  */
.left-cleaner,
.right-cleaner,
.cleaner{
	clear:both;
	font-size:1px;
	height:0px;
	line-height:0px;
	margin:0;
	padding:0;
	/*overflow:hidden;*/
}
.left-cleaner{clear:left;}
.right-cleaner{clear:right;}
.spacer{
	height:5px;
	line-height:0px;
	font-size:1px;
	margin:0px;
	padding:0px !important; /* seulement lu par les navigateurs FIREFOX et SAFARI */
}
.div-detection-flash{
	margin:0px;
	font-weight:normal;
	text-align:center;
	width:auto;
	border:1px solid #C6C5C0;
	padding:25px;
}
.transparence{
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
}

/* POSITIONNEMENT DU CONTENU DE LA PAGE  */
.contenaire-page{
	position: absolute;
	left: 50%; /*positionnement à  50% de la gauche de la page du navigateur */
	z-index: 101; /* profondeur du div */
	top: 324px; /* hauteur du div par rapport au haut de la page */
	border-top:0px;
	
}
.contenaire-page{
	margin-left: -467px; /* div ramené de 400 pixels sue la gauche pour etre centré */
	width:934px;
}
/********************************************************/
/* POSITIONNEMENT DE L'ENTETE DE LA PAGE  */
.entete{
	/*background-color:white;*/
	position: absolute;
	left: 50%;
	z-index: 100;
	top: 0px;
	border-bottom:0px;	
}
.entete{
	margin-left: -467px; /* div ramené de 400 pixels sue la gauche pour etre centré */
	width:934px;
}
/*********************************************************/
/* PARTIE ACCUEIL - VERSION */
.accueil-version{
	float:left;
	margin:8px 0px 0px 0px;
	height:34px;
	background-image:url(../img/commun/bg_accueil_lang_new.png)!important;
	background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/commun/bg_accueil_lang_new.png', sizingMethod='crop');/*ne pas oublié de mettre /img à  la place de ../img pour IE */
	background-repeat: no-repeat;
	width:148px;
}
.accueil{
	float:left;
	text-align:center;
	width:70px;
	margin:8px 0px 0px 7px!important;
	margin:8px 0px 0px 3px;
}
.accueil ul{
	padding:3px 0px 0px 0px;
	margin:0px;
}
.accueil li{
	list-style-type:none;
	font-family:"Trebuchet MS", Arial, Helvetica;
	font-size:11px;
	color:#000000;
}
.accueil li.accueil-on{
	list-style-type:none;
	font-family:"Trebuchet MS", Arial, Helvetica;
	font-size:11px;
	color:#827E73;
}
.accueil li a{
	text-decoration:none;
	font-family:"Trebuchet MS", Arial, Helvetica;
	font-size:11px;
	color:#000000;
}
.accueil li a:hover{
	color:#827E73;
}
.accueil li.lien-accueil-on{
	list-style-type:none;
	font-family:"Trebuchet MS", Arial, Helvetica;
	font-size:11px;
	color:#000000;
}
.version{
	float:right;
	width:47px;
	padding: 11px 13px 0px 0px;
        text-align:center;
}
.version a{
	text-decoration:none;
	font-family:"Trebuchet MS", Arial, Helvetica;
	font-size:11px;
	color:#827E73;
}
.version a:hover{
	color:#000000;
}
/*********************************************************/
/* PARTIE MENU HAUT*/
.menu-haut{
	float:right;
	margin:8px 0px 0px 0px;
    height:35px;
	background-image:url(../img/commun/bg_menu_haut_new.png)!important;
	background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/commun/bg_menu_haut_new.png', sizingMethod='crop');/*ne pas oublié de mettre /img à  la place de ../img pour IE */
	background-repeat: no-repeat;
	width:311px;
}
.menu-haut ul{
	padding:0px 0px 0px 25px;
	margin:0px;
	/*border:1px solid red;*/
}
.menu-haut li{
	display:block;
	float:left;
	list-style-type:none;
	font-family:"Trebuchet MS", Arial, Helvetica;
	font-size:12px;
	color:#000000;
}
.menu-haut li.separation-menu{
	display:block;
	float:left;
	font-size:1px;
	padding:0px;
	margin:0px 15px;
}
.menu-haut li.menu-haut-on{
        display:block;
	float:left;
	list-style-type:none;
        font-family:"Trebuchet MS", Arial, Helvetica;
	font-size:12px;
	color:#827E73;
        line-height:35px;
	height:35px;
}
.menu-haut li a{
	position:relative;
	text-decoration:none;
	font-family:"Trebuchet MS", Arial, Helvetica;
	font-size:12px;
	color:#000000;
	line-height:35px;
	height:35px;
}
.menu-haut li a:hover{
	color:#827E73;
}
/********************************************************/
/* PARTIE VISUEL HP */
.ombre-top-visuel{
	background-image:url(../img/commun/ombre_top_visuel.png)!important;
	background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/commun/ombre_top_visuel.png', sizingMethod='crop');/*ne pas oublié de mettre /img à  la place de ../img pour IE */
	background-repeat: no-repeat;
	width:934px;
	height: 7px;
        line-height:7px;
        font-size:2px;
}

.visuel-hp{
    padding:0px 7px;
	background-image:url(../img/commun/ombre_bg_visuel.png)!important;
	background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/commun/ombre_bg_visuel.png', sizingMethod='scale');/*ne pas oublié de mettre /img à  la place de ../img pour IE */
	background-repeat: repeat;
	width:920px;
}
.ombre-bottom-visuel{
	background-image:url(../img/commun/ombre_bottom_visuel.png)!important;
	background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/commun/ombre_bottom_visuel.png', sizingMethod='crop');/*ne pas oublié de mettre /img à  la place de ../img pour IE */
	background-repeat: no-repeat;
	width:934px;
	height: 7px;
}

/*******************************************************/
/* MENU GEN */
.menu{
	float:left;
	width:794px;
	height:52px;
	background-image:url(../img/commun/bg_menu_hp.png)!important;
	background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/commun/bg_menu_hp.png', sizingMethod='crop');/*ne pas oublié de mettre /img à  la place de ../img pour IE */
	background-repeat: no-repeat;
}
.menu ul{
	padding:0px 0px 0px 40px;
	margin:0px;
}
.menu li{
	list-style-type:none;
	diplay:block;
	float:left;
	line-height:52px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#FFFFFF;
}
.menu li.menu-on{
	list-style-type:none;
	diplay:block;
	float:left;
	line-height:52px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#000000;
}
.menu li.separateur-menu{
	list-style-type:none;
	diplay:block;
	float:left;
	line-height:52px;
	margin:0px 30px;
}
.menu li a{
	position:relative;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#FFFFFF;
}
.menu li a:hover{
	color:#000000;
}
/* MENU COMMANDER */
.bloc-command{
	float:left;
	width:139px;
	height:52px;
	margin-left:1px;
	background-image:url(../img/commun/bg_menu_haut_commander.png)!important;
	background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/commun/bg_menu_haut_commander.png', sizingMethod='crop');/*ne pas oublié de mettre /img à  la place de ../img pour IE */
	background-repeat: no-repeat;
	text-align:center;
}
.bloc-command ul{
	padding:0px;
	margin:0px;
	}
.bloc-command li{
	list-style-type:none;
	height:52px;
	line-height:52px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#FFFFFF;
}
.bloc-command li.command-on{
	list-style-type:none;
	height:52px;
	line-height:52px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#000000;
}
.bloc-command li a{
	position:relative;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#98112D;
}
.bloc-command li a:hover{
	color:#FFFFFF;
}

/*******************************************************/
/* CONTENU MAIN ET ECART ADRESSE */
.ombre-top-main{
	margin-top:6px;
	width:934px;
	height:13px;
	background-image:url(../img/commun/ombre_top_main_hp.png)!important;
	background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/commun/ombre_top_main_hp.png', sizingMethod='crop');/*ne pas oublié de mettre /img à  la place de ../img pour IE */
	background-repeat: no-repeat;
	font-size: 1px;
}
.main{
	width:934px;
	background-image:url(../img/commun/ombre_main_hp.png)!important;
	background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/commun/ombre_main_hp.png', sizingMethod='scale');/*ne pas oublié de mettre /img à  la place de ../img pour IE */
	background-repeat: repeat;
}
.main-visuel{
	width:920px;
	padding:0px 7px;
	background-image:url(../img/commun/img_propriete_lacalisse_hp.jpg);
	background-repeat:no-repeat;
	background-position:240px 24px;
}
.visuel-central-hp{
	float:left;
	padding:57px 0px 0px 80px;
	width:300px;
}
.text-cenral-hp{
	float:left;
	padding:181px 85px 0px 30px;
	width:424px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#640900;
	position:relative;
}
.encart-adresse{
	width: 934px;
	height: 110px;
	background-image:url(../img/commun/bg_adresse.png)!important;
	background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/commun/bg_adresse.png', sizingMethod='crop');/*ne pas oublié de mettre /img à  la place de ../img pour IE */
	background-repeat: no-repeat;
}
.encart-adresse .encart-text{
	float:left;
	padding:37px 0px 0px 77px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#FFF6E9;
	width:500px;
}
.encart-adresse .adresse{
	float:left;
	padding:14px 50px 0px 27px;
	font-family:"Trebuchet MS", Arial, Helvetica;
	font-size:11px;
	color:#F8F3D7;
}
.encart-adresse .adresse a{
	text-decoration:underline;
	color:#F8F3D7;
}
.encart-adresse .adresse a:hover{
	text-decoration:none;
	color:#000000;
}
.encart-adresse-bottom{
	width: 934px;
	height: 10px;
	background-image:url(../img/commun/ombre_bottom_adresse.png)!important;
	background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/commun/ombre_bottom_adresse.png', sizingMethod='crop');/*ne pas oublié de mettre /img �  la place de ../img pour IE */
	background-repeat: no-repeat;
}

/*******************************************************/
/* LES COLONNES */
#colonne1{
	float:left;
	padding:10px;
	width:230px;
	height: 200px;
	border: 1px solid #DCDCDC;
	margin: 0px 2px 0px 20px !important;/* lu par FIREFOX et SAFARI */
	margin: 0px 2px 0px 10px;/* lu par IE  car IE double la longueur */
}
#colonne2{
	float:left;
	padding:10px;
	width:231px;
	margin-right:2px;
	height: 200px;
	border: 1px solid #DCDCDC;
}
#colonne3{
	float:right;
	padding:10px;
	width:230px;
	height: 200px;
	border: 1px solid #DCDCDC;
	margin-right: 20px !important;
	margin-right: 10px;
}


/*******************************************************/
/* COPYRIGHT */
.copyright{
	margin-bottom:13px;
	text-align:center;
	color: #000000;
	font-family:"Trebuchet MS", Arial, Helvetica;
	font-size: 11px;
}
.copyright a{
	font-size: 10px;
	color:#000000;
}
.copyright a:hover{
	text-decoration:underline;
	color:#000000;
}
/*******************************************************/
/* COPYRIGHT POUR LA BOUTIQUE */
.copyright-boutique{
	margin-bottom:13px;
	text-align:center;
	color: #000000;
	font-family:"Trebuchet MS", Arial, Helvetica;
	font-size: 11px;
	background-image:url(../img/commun/rub/ombre_bottom_boutique.png)!important;
	background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/commun/rub/ombre_bottom_boutique.png', sizingMethod='crop');/*ne pas oublié de mettre /img �  la place de ../img pour IE */
	background-repeat: no-repeat;
	height:20px;
	line-height:20px;
}
.copyright-boutique a{
	font-size: 10px;
	color:#000000;
}
.copyright-boutique a:hover{
	text-decoration:underline;
	color:#000000;
}

/* End of 'commun' */

/* Start of CMSMS style sheet 'rub' */
/* POSITIONNEMENT DU CONTENU DE LA PAGE RUBRIQUE */
.contenaire-page-rub{
	position: absolute;
	left: 50%; /*positionnement à  50% de la gauche de la page du navigateur */
	z-index: 101; /* profondeur du div */
	top: 183px; /* hauteur du div par rapport au haut de la page */
	border-top:0px;
	
}
.contenaire-page-rub{
	margin-left: -467px; /* div ramené de 400 pixels sue la gauche pour etre centré */
	width:934px;
}

/* VISUEL RUBRIQUE */
.visuel-rub{
	width:920px;
	height:141px;
	 padding:0px 7px;
	background-image:url(../img/commun/rub/bg_visuel.png)!important;
	background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/commun/rub/bg_visuel.png', sizingMethod='crop');/*ne pas oublié de mettre /img à  la place de ../img pour IE */
	background-repeat: no-repeat;
}
.visuel-rub .logo-rub{
	float:left;
	width:294px;
	margin-top: 7px;
}
.visuel-rub .img-rub{
	float:left;
	width:626;
	margin-top: 7px;
}
/*******************************************************/
/* MENU RUBRIQUE */
.menu-rub{
	float:left;
	width:797px;
	height:38px;
	background-image:url(../img/commun/rub/bg_menu.png)!important;
	background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/commun/rub/bg_menu.png', sizingMethod='crop');/*ne pas oublié de mettre /img à  la place de ../img pour IE */
	background-repeat: no-repeat;
}
.menu-rub ul{
	padding:0px 0px 0px 40px;
	margin:0px;
}
.menu-rub li{
	list-style-type:none;
	diplay:block;
	float:left;
	line-height:38px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#FFFFFF;
}
.menu-rub li.menu-rub-on{
	list-style-type:none;
	diplay:block;
	float:left;
	line-height:38px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#000000;
}
.menu-rub li.separateur-menu-rub{
	list-style-type:none;
	diplay:block;
	float:left;
	line-height:38px;
	margin:0px 30px;
}
.menu-rub li a{
	position:relative;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#FFFFFF;
}
.menu-rub li a:hover{
	color:#000000;
}
/* MENU COMMANDER */
.bloc-command-rub{
	float:left;
	width:135px;
	height:38px;
	margin-left:1px;
	background-image:url(../img/commun/rub/bg_menu_command.png)!important;
	background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/commun/rub/bg_menu_command.png', sizingMethod='crop');/*ne pas oublié de mettre /img à  la place de ../img pour IE */
	background-repeat: no-repeat;
	text-align:center;
}
.bloc-command-rub ul{
	padding:0px;
	margin:0px;
	}
.bloc-command-rub li{
	list-style-type:none;
	height:38px;
	line-height:38px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#FFFFFF;
}
.bloc-command-rub li a{
	position:relative;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#98112D;
}
.bloc-command-rub li a:hover{
	color:#FFFFFF;
}
/*******************************************************/
/* CONTENU MAIN RUBRIQUE */
.ombre-top-rub{
	width:934px;
	height:51px;
	background-image:url(../img/commun/rub/ombre_top_main_rub.png)!important;
	background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/commun/rub/ombre_top_main_rub.png', sizingMethod='crop');/*ne pas oublié de mettre /img à  la place de ../img pour IE */
	background-repeat: no-repeat;
	font-size: 1px;
}
.ombre-top-rub h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	padding:19px 0px 0px 42px;
	color:#FFFFFF;
}
.main-rub{
	width:934px;
	background-image:url(../img/commun/rub/ombre_main_rub.png)!important;
	background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/commun/rub/ombre_main_rub.png', sizingMethod='scale');/*ne pas oublié de mettre /img à  la place de ../img pour IE */
	background-repeat: repeat;
}
/***************/
/* LES COLONNES POUR LES RUBRIQUES */
/* colonne 01*/
.colonne1{
	padding:40px 35px 20px 32px;
	width:200px;
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	/*color:#989E9C;*/
       color:#494442;
}
.colonne1 h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#494442;
}
.colonne1 h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#494442;
}
.colonne1 p{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#989E9C;
}
.colonne1 a{
	text-decoration:underline;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#921028;
}
.colonne1 a:hover{
	text-decoration:none;
	color:#000000;
}
.colonne1 img{
	border:1px solid #494442;
	margin-bottom:10px;
}
/* colonne 02*/
.colonne2{
	padding:40px 50px 40px 0px;
	width:608px;
	float:left;	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#494442;
	position:relative;
}
.colonne2 h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#494442;
}
.colonne2 h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#494442;
}
.colonne2 h2.titre-tetiere{
	background-color:#D1CBC0;
	color:#FFFFFF;
	font-size:15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:0px 0px 0px 20px;
	height:24px;
	line-height:24px;
	margin-bottom: 12px;
}

.colonne2 h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	/*color:#494442;*/
	color:#921028;
}
.colonne2 p{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#494442;
	text-align:justify;
}
.colonne2 a{
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#9B0E2C;
}
.colonne2 a:hover{
	text-decoration:none;
	color:#000000;
}
.colonne2 hr{
	border-style: dashed;
	border-color:#494442;
	border-width: 1px 0px 0px;
	height: 1px;
}
.colonne2 ul{
	padding:5px 0px 5px 50px;
	margin:0px;
}
.colonne2 li{
}
.colonne2 .revu-presse img{
	border:1px solid #494442;
        margin:10px;
}
/*********************************************************/
/* ENCART ET ADRESSE RUBRIQUE */
.encart-adresse-rub{
	width: 934px;
	height: 120px;
	background-image:url(../img/commun/rub/bg_encart_adresse.png)!important;
	background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/commun/rub/bg_encart_adresse.png', sizingMethod='crop');/*ne pas oublié de mettre /img à  la place de ../img pour IE */
	background-repeat: no-repeat;
}
.encart-adresse-rub .encart-text-rub{
	float:left;
	padding:37px 0px 0px 77px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#FFF6E9;
	width:500px;
}
.encart-adresse-rub .adresse-rub{
	float:left;
	padding:14px 50px 0px 27px;
	font-family:"Trebuchet MS", Arial, Helvetica;
	font-size:11px;
	color:#F8F3D7;
}
.encart-adresse-rub .adresse-rub a{
	text-decoration:underline;
	color:#F8F3D7;
}
.encart-adresse-rub .adresse-rub a:hover{
	text-decoration:none;
	color:#000000;
}
/*********************************************************/
/* PARTIE POUR LES VINS ET MEDAILLES */
.text-ecocert{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#921028;
	/*height:60px;*/
}
.classification-vins{
	background-color:#D1CBC0;
	color:#FFFFFF;
	font-size:13px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:0px 20px 0px 20px;
	height:24px;
	line-height:24px;
}
.classification-vins p{
	color:#FFFFFF;
	font-size:13px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	line-height: 24px;
	float:left;
}
.classification-vins span{
	color:#FFFFFF;
	font-size:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height: 24px;
	float:right;
}
.classification-vins span a{
	text-decoration:none;
	color:#494442;
	font-size:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}
.classification-vins span a:hover{
	color:#FFFFFF;
}
.titre-vins{
	color:#731400;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}
.titre-vins a{
	text-decoration:none;
	color:#921028;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}
.titre-vins a:hover{
	color:#494442;
}
.text-vins{
	color:#494442;
	font-size:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:normal;
}
.bg-etiq-bout{
	background-image:url(../img/commun/fond_etiquette_bout.jpg);
	background-repeat:no-repeat;
	height:87px;
	width:114px;
	text-align: center;
	/*padding-top: 10px;*/
} 
.bg-etiq-bout img{
	margin-right:5px;
	}
/********************************************/
/* partie distributeur */
.titre-pays-distrib{
	color:#494442;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:0px 0px 0px 0px;
	height:24px;
	line-height:24px;
	font-weight: bold;
	border-bottom: 1px dashed #C2C2C2;
}
.lieu-distrib{
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#921028;
	font-weight:bold;
}
.text-distrib{
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#494442;
}
.text-distrib a{
	text-decoration:none;
	color:#921028;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.text-distrib a:hover{
	color:#494442;
}
/********************************************/
/* PARTIE NEWSLETTER*/
.encart-newsletter{
        margin:20px 0px 10px 0px;
        padding:15px;
        background-color:#F2EFEA;
        text-align:center;
}
.encart-newsletter .titre-inscription{
        text-align:right;
        font-weight:bold;
        font-size:12px;
}
.encart-newsletter .texte-inscription{
        font-style:italic;
        font-size:11px;
}
.encart-newsletter input{
        border:1px solid #D7D6C6;
        font-size:11px;
        background-color:#F8F6E3;
}
.encart-newsletter .bt-envoyer input{
        font-weight:bold;
        border:1px solid #494442;
        font-size:12px;
        background-color:#9A8E8B;
        color:#FFFFFF;
}
.encart-newsletter .message-erreur{
        font-style:italic;
        font-size:11px;
        color:#FF0000;
}
/*******************************/
/* PARTIE COMMANDE */
.titre-vins-command{
	color:#921028;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}
.titre-vins-command a{
	text-decoration:none;
	color:#921028;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}
.titre-vins-command a:hover{
	color:#494442;
}
.text-command{
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#494442;
}
.text-input-command{
        font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#494442;
}
.text-input-command input{
        border:1px solid #D7D6C6;
        font-size:11px;
        background-color:#F8F6E3;
}

.text-input-command-envoi input{
        font-weight:bold;
        border:1px solid #494442;
        font-size:12px;
        background-color:#9A8E8B;
        color:#FFFFFF;
}

/* End of 'rub' */

