body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	margin: 0px;
	padding: 0px;
/*	background-image:url(../graphisme/bgbody.jpg);
	background-position:center;
	background-repeat:repeat-y;
*/	background-color:#fcfae4;
}


#conteneur {
	margin: auto;
	width: 990px;
	background-color: #462D26;
	background-image: url(../graphisme/bg_conteneur.jpg);
}

#entete {
	margin: auto;
	height: 198px;
	width: 990px;
	background-image: url(../graphisme/entete_new.jpg);
	background-repeat: no-repeat;
}
#entete #logo {
	float: left;
	width: 86px;
	margin-top: 8px;
	padding-left: 30px;
}
img {
	border: none;
}
.center {
	text-align: center;
}

#entete h1 {
	font-weight: bold;
	font-size: 36px;
	color: #E2D086;
	font-style: italic;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 260px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 20px;
	text-align: left;
}
#entete h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000000;
	padding: 0px;
	margin-top: 78px;
	margin-left: 550px;
	margin-bottom: 0px;
	font-style: italic;
}
#connexion2 #connect p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
div#connexion2 {
	font-size: 9px;
	float: right;
	width: 110px;
	margin-top: 35px;
	padding-right: 22px;
}
#conteneur #entete #connexion2 a {
	font-size: 12px;
	color: #00F;
	text-decoration: underline;
}



#connexion2 form input {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #462D26;
	width: 60px;
}
#connexion2 form #ok {
	font-weight: bold;
	font-size: 10px;
	width: 80px;
}

#menu {
	background-image: url(../graphisme/bg_menu.jpg);
	background-repeat: repeat-y;
	height: 20px;
	padding-left: 10px;
}
#menu ul {
	background-color:#462D26;
	margin: 0px;
	padding: 0px;
	list-style : none; /* on supprime le style par défault de la liste */
	line-height : 16px; /* on défini une hauteur pour chaque élément */
}
#menu li {
	float: left;
	padding: 2px;
	padding-left:6px;
	padding-right:6px;
	margin: 0px;
	list-style-type: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #9C5F54;
}
#menu a {
	font-size: 14px;
	color:#C5A996; /* #ECE0B0 */
	text-decoration: none;
	/*	font-weight: bold;
*/	display	: block; /* on change le type d'élément, les liens deviennent des balises de type block */
	padding	: 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:normal;
	
}
#menu a:hover {
	color: #E2D086;
}

#menu li ul /* Sous-listes */
{ 
	margin: 0px;
	padding: 0px;
	list-style : none; /* on supprime le style par défault de la liste */
	width: 120px;
	position: absolute;
	z-index:100;
	 left: -2000px;
	background-color: #462D26;
	border : 1px solid #9C5F54; /* on met une bordure blanche en haut de chaque élément d'une sous liste */
	line-height : 16px; /* on défini une hauteur pour chaque élément */
}
#menu li ul li /* Eléments de sous-listes */
{
	float: left;
	width: 110px;
	padding: 0px;
	padding-left:10px;
	margin: 0px;
	border: 0px;
	border-top : 1px solid #9C5F54; /* on met une bordure blanche en haut de chaque élément d'une sous liste */
}
#menu li ul li a /* Eléments de sous-listes */
{
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
}


#menu li:hover ul  /* Sous-listes lorsque la souris passe sur un élément de liste */
{
	left: auto;
	min-height: 0;
}
#menu div#connexion {
	color: #C5A996;
	line-height: 18px;
	text-align: right;
	margin-right: 5px;
	font-size: 9px;
}
form {
	margin: 0px;
	padding: 0px;
}

#menu #connexion form input {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #462D26;
	width: 60px;
}
#menu #connexion form #ok {
	width: 30px;
	font-weight: bold;
	font-size: 9px;
	padding-left:2px;
}

#menu #connexion a {
	color: #E2D086;
	display: inline;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	text-decoration:underline;
}





/* FICHES VIN */
#fiche_rouge {
	background-image: url(../graphisme/bg_fiche_rouge.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding: 20px;
	padding-top: 0px;
}
#fiche_blanc {
	background-image: url(../graphisme/bg_fiche_blanc.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding: 20px;
	padding-top: 0px;
}
#fiche_rose {
	background-image: url(../graphisme/bg_fiche_rouge.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding: 20px;
	padding-top: 0px;
}
#conteneur #fiche_vin {

}

#fiche_vin #menu_interne {
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #E2D086;
	font-weight: bold;
}
#fiche_vin #menu_interne a {
	color: #E2D086;
	text-decoration: none;
	font-weight: normal;
}
#fiche_vin #menu_interne a:hover {
	color: #E2D086;
	text-decoration: none;
	font-weight: bold;
}

#fiche_vin #carte_quart {
	float: right;
	margin-top: 5px;
}


#fiche_vin h1{
	font-weight: bold;
	font-size: 22px;
	color: #E2D086;
	font-style: italic;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 42px;
	margin-left: 170px;
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.entete_vin table {
	margin-left: 35px;
	width:900px;
	color: #462D26;
	border: 1px solid #DDC4BD;
	border-collapse:collapse;
	background-color: #F4F3EA; /* #F4F3EA*/
	font-size:9px;
}
.entete_vin td{
	padding: 2px;

}
.entete_vin td.titre {
	font-weight: bold;
	border-left: 1px solid #DDC4BD;
}

#fiche_vin img.fotovin{
	margin-left:10px;
	margin-top:75px;
	margin-right:5px;
	float: left;
}
#fiche_vin div#textes_vin {
	margin-left: 230px;
	margin-right: 280px;
	min-height: 470px;
}
#fiche_vin h2#degust {
	font-size: 16px;
	color: #462D26;
	text-align: center;
	padding: 0px;
	margin-top: 15px;
	margin-bottom: 25px;
}

#fiche_vin p.commentaire {
	font-size: 12px;
	line-height: 20px;
	text-align:justify;
	padding-left: 10px;
	padding-right: 10px;
}
#fiche_vin .prix {
	padding: 0px;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 10px;
	text-align: center;
}
.prix img {
	vertical-align: sub;
}

.big_color {
	font-size: 14px;
	font-weight: bold;
	color: #462D26;
}

#fiche_vin div#prod {
	margin: 10px;
	float: right;
	width: 250px;
	border: 1px solid #705652;
	background-color: #F4F3EA;
}
#fiche_vin #prod h2 {
	background-color: #705652;
	text-align: center;
	margin: 0px;
	padding: 6px;
}
#fiche_vin #prod h2 a {
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

#fiche_vin #prod img {
	width: 250px;
}
#fiche_vin #prod .info_prod {
	text-align: justify;
	padding: 6px;
	margin: 0px;
}



/* FICHES PRODUCTEURS */

#ficheprod {
	background-image: url(../graphisme/bg_prod.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 20px;
	padding-top: 0px;
	vertical-align: top;
	min-height: 1000px;
}
#fiche_vin #ficheprod #fotoprod {
	float: left;
	border-right: medium solid #462D26;
	border-bottom: medium solid #462D26;
	margin-left: -10px;
	margin-right: 15px;
}
#carte_prod{
	margin: 10px;
	float: right;
	width: 250px;
}
#carte_prod img {
	margin-left: 80px;
}

#ficheprod #carte_prod h2 {
	font-size: 14px;
	color: #462D26;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0px;
	font-weight: bold;
}
#ficheprod #carte_prod p {
	font-size: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-left: 30px;
	color: #462D26;
	font-style: italic;
}
#ficheprod #degustation {
	margin-top: 15px;
	margin-left: 15px;
}

#ficheprod #degustation .fv {
	padding: 0px;
	width: 600px;
	margin: 15px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #DDD;
	border-top: 1px solid #DDD;
	background-color: #F8F2DE;
	background-color: #F8F2DE;
	height: 102px;
	overflow: hidden;
}
#ficheprod #degustation .fv img.note {
	float: left;
	margin-right: 3px;
	border: 1px solid #462D26;
	height:18px;
}
#ficheprod #degustation .fv img.bottle {
	float: left;
	margin-right: 3px;
	border: none;
	height:100px;
}
#ficheprod #degustation .fv h1 {
	text-align: center;
	font-size:14px;
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 15px;
	color:#462D26;
}
#ficheprod #degustation .fv h1 a {
	color:#462D26;
	text-decoration:none;
}
#ficheprod #degustation .fv .qual_prix {
	float: right;
	width: 190px;
}
#ficheprod #degustation .fv .qual_prix p {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 6px;
	font-size: 12px;
	font-weight: bold;
	color: #462D26;
	line-height: 20px;
}
#ficheprod #degustation .fv .comment {
	margin-top: 10px;
	margin-bottom: 10px;
}


#ficheprod #degustation .fv table {
	color: #462D26;
	border: 1px solid #DDC4BD;
	border-collapse:collapse;
	background-color: #F4F3EA; /* #F4F3EA*/
	margin: auto;
	font-size: 9px;
}
#ficheprod #degustation .fv table td{
	padding: 2px;

}
#ficheprod #degustation .fv table td.titre {
	font-weight: bold;
	border-left: 1px solid #DDC4BD;
}



.grasmarron {
	font-style: normal;
	font-weight: bold;
}














/* regions */




#fiche_vin #ficheprod #cadre_gauche {
/*	margin-left: -10px;
padding-left: -10px;*/	
	float: left;
	position:relative;
	left:-10px;
}
#cadre_gauche #carte_reg {
	border-right: medium solid #462D26;
	border-bottom: medium solid #462D26;
}
#fiche_vin #ficheprod #mini_carte {
	float: right;
}

#cadre_droit{
	margin: 0px;
	margin-bottom: 10px;
	
} 
#cadre_droit p.comble {
	margin: 0px;
	padding: 0px;
	height: 25px;
}


#cadre_droit table {
	border:1px solid #462D26;
	border-collapse:collapse;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	width: 450px;
}
#cadre_droit table caption {
	font-size: 10px;
	font-style: italic;
	margin: 0px;
	padding: 0px;
}


#cadre_droit table tr td {
	border-left: 1px solid #462D26;
	padding:6px;
	width:50%;

}
#cadre_droit table tr.bigtable td {
	border-left: 1px solid #462D26;
	padding:1px;
	width:50%;

}
#cadre_droit table tr td.normal{
	background-color: #F4F3EA;
}
#cadre_droit table tr td.select{
	background-color: #462D26;
}
#cadre_droit table tr td.normal a {
	color: #462D26;
	font-weight: normal;
	text-decoration: none;
}
#cadre_droit table tr td.select a {
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}
#cadre_droit ul {
	list-style-type: disc;
	margin-left: 500px;
}
#cadre_droit ul li a.normal {
	color: #462D26;
	background-color: #FFF;
}
#cadre_droit ul li a.select {
	color: #FFF;
	background-color: #462D26;
}

#cadre_droit ul li h2 {
	font-size: 11px;
	margin: 4px;
	padding:0px;
	
}
#cadre_droit ul li h2 a {
	color: #462D26;
	text-decoration: none;
}

ul.sousreg {
	list-style-type: disc;
	margin-left: 50px;
}
ul.sousreg li a.normal {
	color: #462D26;
	background-color: #FFF;
}
ul.sousreg li a.select {
	color: #FFF;
	background-color: #462D26;
}

ul.sousreg li h2 {
	font-size: 11px;
	margin: 4px;
	padding:0px;
	
}
ul.sousreg li h2 a {
	color: #462D26;
	text-decoration: none;
}
#cadre_droit #toutab {
	margin-top: 15px;
	height: 260px;
	overflow: auto;
}


#fiche_vin #ficheprod #degust_region {
	float: right;
	width: 435px;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 5px;
	min-height:200px;
}
#degust_region p#titre_degust {
	margin: 10px;
	padding: 0px;
	font-size:12px;
	font-weight:bold;
	margin-left: 0px;
	color: #462D26;
}
#degust_region hr {
	color: #EBEBEB;
	padding: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
}




#degust_region .fv {
	padding: 0px;
	width: 100%;
	height: 55px;
}
#degust_region .fv img.note {
	float: left;
	height:12px;
	padding: 0px;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#degust_region .fv .minifotovin {
	text-align: center;
	width: 38px;
	overflow: hidden;
	float: left;
}

#degust_region .fv img.bottle {
	border: none;
	height:50px;
}
#degust_region .fv h1 {
	text-align: center;
	font-size:11px;
	margin: 0px;
	padding: 0px;
	margin-top: 3px;
	margin-bottom: 5px;
	color:#462D26;
}
#degust_region .fv a {
	color:#462D26;
	text-decoration:none;
}
#degust_region .fv .qual_prix {
	float: right;
	width: 140px;
	margin: 0pxmargin-left: 230pxmargin-right: 280px;
	padding: 0px;
}
#degust_region .fv .qual_prix p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 10px;
	font-weight: bold;
	color: #462D26;
	line-height: 18px;
}
#degust_region .fv .comment {
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 9px;
}


#degust_region .fv table {
	color: #000;
	border-collapse:collapse;
	font-size: 9px;
	font-family: Verdana, Geneva, sans-serif;
	margin-left: 42px;
	font-size: 9px;
}
#degust_region .fv table td{
	padding-left: 2px;
	padding-right: 2px;
	vertical-align: top;
	color: #705652;


}
#degust_region .fv table td.titre {
	color: #000;
}
#regcontenu {
	padding: 7px;
	width: 480px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #EBEBEB;
	padding-right: 7px;
	margin-bottom: 600px;
}
#regcontenu #zoom {
	margin-top: 15px;
	margin-left: 5px;
}
#ficheprod div.participez {
	height: 46px;
	width: 244px;
	background-image: url(../graphisme/participez.png);
	padding-left: 60px;
	margin: auto;
	padding-top: 3px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#ficheprod div.participez h1 {
	font-size: 11px;
	color: #462D26;
	font-weight: bold;
	margin:0px;
	padding:0px;
	text-align: center;
}
#ficheprod div.participez h1 a {
	color: #462D26;
	text-decoration: none;
}
#ficheprod div.participez p {
	font-size: 9px;
	color: #000;
	margin:0px;
	padding:0px;
	text-align: left;
}
#ficheprod div.participez p a {
	color: #000;
	text-decoration: none;
}


#regcontenu .prod_reg {
	margin-top: 10px;
	height: 52px;
	background-color: #F9F9F7;
}
#regcontenu .prod_reg a img {
	float: left;
	margin-right: 15px;
	height: 50px;
}

#regcontenu .prod_reg h2 {
	text-align: left;
	margin: 0px;
	padding: 4px;
	font-size: 12px;
	margin-left: 100px;
}
#regcontenu .prod_reg h2 a {
	color: #462D26;
	text-decoration: none;
	font-weight: bold;
}

#regcontenu .prod_reg .info_prod {
	text-align: justify;
	padding: 0px;
	margin: 0px;
}
#regcontenu .prod_reg .info_prod a {
	color: #705652;
}

#regcontenu .regarticle {
	margin-bottom: 20px;
}
#regcontenu .regarticle a .illustration {
	float: left;
	margin-right: 10px;
	width: 150px;
}
#regcontenu .regarticle h1 {
	font-size: 12px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
}
#regcontenu .regarticle h1 a {
	color: #462D26;
	text-decoration: none;
	font-style: normal;
}
#regcontenu .regarticle .resume {
	margin-top: 8px;
	color: #999;
	font-size: 11px;
	font-style: italic;
}
#conteneur #fiche_vin #ficheprod #regcontenu .regarticle p {
	text-align: justify;
}



/* INDEX REGION */
#cadre_droit_index_reg {
	margin-left: 555px;
	margin-right: 10px;
}
h1#titr_index_reg{
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 45px;
	margin-left: 0px;
	font-size: 26px;
	text-align: center;
}
#cadre_gauche div#detailcarte {
	width: 280px;
	height: 30px;
	position: absolute;
	top: 10px;
	left: 10px;
	line-height: 30px;
}
#cadre_gauche #detailcarte h1 {
	font-size: 14px;
	color: #462D26;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	text-align: left;
}
#ficheprod h1.nom_prod {
	margin: 0px;
	height: 50px;
	padding-top: 10px;
	text-align: center;
	padding-right: 90px;
}
#ficheprod h1.nom_prod a {
	color: #E2D086;
	text-decoration: none;
}









/* PIEDS DE PAGE */


#pied_page {
	background-image: url(../graphisme/bg_pied_big.jpg);
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 10px;
	margin-top: 600px;
	padding-bottom: 30px;
	background-position: bottom;
	background-repeat: no-repeat;
}

#pied_page p {
	padding: 0px;
	margin: 0px;
	text-align: center;
}

#pied_page a {
	color: #9C5F54;
	text-decoration: none;
}
#conteneur #pied_page ul {
	margin-left: 80px;
	margin-right: 60px;
	margin-top: 10px;
}
#conteneur #pied_page ul li {
	margin-bottom: 5px;
}

