@charset "utf-8";
/*--------------------------------------------------------------------------------------------------------------------------*/
/*---- Gestion des tableaux dans les pages "Vins" -------*/
/*--------------------------------------------------------------------------------------------------------------------------*/

	
	



#tableau {
 border-collapse:collapse;
 width:90%;
 }
#tableau td {
 border:1px solid black;
 font-size:0.8em;
}
#tableau th 
	{
 	border:1px solid black;
 	background-color:#ff99cc;
 	}
caption {
 font-weight:bold
 }
.marge_tableau{
	padding:0 0 0 10px;
}
/****************************************************************************/
/*-------------------------------"Alsace Lorraine", ------------------------*/
/****************************************************************************/
/*----- Div Nom de l'appellation -----*/
.appell_a{
	float:left;
	width:290px;
	height:auto;
	margin:0px 0px 0px 0px;
	padding:0;
	background-color:#fbf7d9;
	/*border:1px solid red;*/
}
.appell_a p{
	margin:0 0 0 0;
	padding:3px 0 3px 0;
    /*font-family : Arial, Helvetica, sans-serif; /* on utilise Arial, c'est plus beau ^^ */
    font-size : 0.9em; /* hauteur du texte : 10 pixels */
	font-weight : bold;
	line-height:1.2em;
}

/*----- Div Nom du Viticulteur -----*/
.nom_a{
	float:left;
	width:220px;
	margin:0px 0 0px 0px;
	padding:0;	
	height:auto;
	background-color:#fbf7d9;
	/*border:1px solid black;*/
}
.nom_a p{
	margin:0 0 0 0;
	padding:3px 0 3px 0;
    /*font-family : Arial, Helvetica, sans-serif; /* on utilise Arial, c'est plus beau ^^ */
    font-size : 0.9em;
	line-height:1.2em;
}
/*----- Div Nom du domaine -----*/
.dom_a{
	float:left;
	width:170px;/*220px*/
	margin:0px 0 30px 10px;
	padding:0;
	height:auto;
	background-color:#fbf7d9;
	/*border:1px solid green;*/
}
.dom_a p{
	margin:0 0 0 0;
	padding:3px 0 3px 0;
    /*font-family : Arial, Helvetica, sans-serif; /* on utilise Arial, c'est plus beau ^^ */
    font-size : 0.9em;
	line-height:1.2em;
}
/****************************************************************************/
/*----------------------------- Beaujolais ---------------------------------*/
/****************************************************************************/
/*----- Div Nom de l'appellation -----*/
.appell_bj{
	float:left;
	width:290px;/*310px*/
	height:auto;
	margin:0px 0px 0px 0px;
	padding:0;
	background-color:#fbf7d9;
	/*border:1px solid red;*/
}
.appell_bj p{
	margin:0 0 0 0;
	padding:3px 0 3px 0;
    /*font-family : Arial, Helvetica, sans-serif; /* on utilise Arial, c'est plus beau ^^ */
    font-size : 0.9em; /* hauteur du texte : 10 pixels */
	font-weight : bold;
	line-height:1.2em;
}

/*----- Div Nom du Viticulteur -----*/
.nom_bj{
	float:left;
	width:190px;/*215px*/
	margin:0px 0 0px 0px;
	padding:0;	
	height:auto;
	background-color:#fbf7d9;
	/*border:1px solid black;*/
}
.nom_bj p{
	margin:0 0 0 0;
	padding:3px 0 3px 0;
    /*font-family : Arial, Helvetica, sans-serif; /* on utilise Arial, c'est plus beau ^^ */
    font-size : 0.9em; /* hauteur du texte : 10 pixels */
	line-height:1.2em;
}
/*----- Div Nom du domaine -----*/
.dom_bj{
	float:left;
	width:241px;/*241px*/
	margin:0px 0 105px 0px;
	padding:0;
	height:auto;
	background-color:#fbf7d9;
	/*border:1px solid green;*/
}
.dom_bj p{
	margin:0 0 0 0;
	padding:3px 0 3px 0;
    /*font-family : Arial, Helvetica, sans-serif; /* on utilise Arial, c'est plus beau ^^ */
    font-size : 0.9em; /* hauteur du texte : 10 pixels */
	line-height:1.2em;
}
/***********************************************/
/*---- evr = Eaux de vie réglementée ----------*/
/***********************************************/
/*----- Div Nom de l'appellation -----*/
.appell_bj_evr{
	float:left;
	width:337px;/*290px*/

	height:auto;
	margin:0px 0px 0px 0px;
	padding:0;
	background-color:#fbf7d9;
	/*border:1px solid red;*/
}
.appell_bj_evr p{
	margin:0 0 0 0;
	padding:0;/*3px 0 3px 0*/
    /*font-family : Arial, Helvetica, sans-serif; /* on utilise Arial, c'est plus beau ^^ */
    font-size : 0.9em; /* hauteur du texte : 10 pixels */
	font-weight : bold;
	line-height:1.2em;
}
/*----- Div Nom du Viticulteur -----*/
.nom_bj_evr{
	float:left;
	width:210px;/*220px*/
	margin:0px 0 0px 0px;
	padding:0;	
	height:auto;
	background-color:#fbf7d9;
	/*border:1px solid black;*/
}
.nom_bj_evr p{
	margin:0 0 0 0;
	padding:3px 0 3px 0;
    /*font-family : Arial, Helvetica, sans-serif; /* on utilise Arial, c'est plus beau ^^ */
    font-size : 0.9em; /* hauteur du texte : 10 pixels */
	line-height:1.2em;
}
/*----- Div Nom du domaine -----*/
.dom_bj_evr{
	float:left;
	width:220px;/*220px*/
	margin:0px 0 30px 0px;/*0px 0 30px 10px*/
	padding:0;
	height:auto;
	background-color:#fbf7d9;
	/*border:1px solid green;*/
}
.dom_bj_evr p{
	margin:0 0 0 0;
	padding:3px 0 3px 0;
    /*font-family : Arial, Helvetica, sans-serif; /* on utilise Arial, c'est plus beau ^^ */
    font-size : 0.9em; /* hauteur du texte : 10 pixels */
	line-height:1.2em;
}
/****************************************************************************/
/*----------------------------- Bordeaux -----------------------------------*/
/****************************************************************************/
/*----- Div Nom de l'appellation -----*/
.appell_b{
	float:left;
	width:260px;/* 290px */
	height:auto;
	margin:0px 0px 0px 0px;/* 0px 0px 0 15px */
	padding:0;
	background-color:#fbf7d9;
	/*border:1px solid red;*/
}
.appell_b p{
	margin:0 0 0 0;
	padding:3px 0 3px 0;
    /*font-family : Arial, Helvetica, sans-serif; /* on utilise Arial, c'est plus beau ^^ */
    font-size : 0.9em; /* hauteur du texte : 10 pixels */
	font-weight : bold;
	line-height:1.2em;
}

/*----- Div Nom du Viticulteur -----*/
.nom_b{
	float:left;
	width:160px; /* 180px */
	margin:0px 0 0px 0px; /*0px 0 0 0px*/
	padding:0;	
	height:auto;
	background-color:#fbf7d9;
	/*border:1px solid black;*/
}
.nom_b p{
	margin:0 0 0 0;
	padding:3px 0 3px 0;
    /*font-family : Arial, Helvetica, sans-serif; /* on utilise Arial, c'est plus beau ^^ */
    font-size : 0.9em; /* hauteur du texte : 10 pixels */
	line-height:1.2em;
}
/*----- Div Nom du domaine -----*/
.dom_b{
	float:left;
	width:260px; /* 270px */
	margin:0px 0 30px 0px;/*0px 0 30px 10px*/
	padding:0;
	height:auto;
	background-color:#fbf7d9;
	/*border:1px solid green;*/
}
.dom_b p{
	margin:0 0 0 0;
	padding:3px 0 3px 0;
    /*font-family : Arial, Helvetica, sans-serif; /* on utilise Arial, c'est plus beau ^^ */
    font-size : 0.9em; /* hauteur du texte : 10 pixels */
	line-height:1.2em;
}
/****************************************************************************/
/*----------------------------- Bourgogne ----------------------------------*/
/****************************************************************************/
/*----- Div Nom de l'appellation -----*/
.appell_bg{
	float:left;
	width:308px;/* 310px */
	height:auto;
	margin:0px 0px 0px 0px;/* 0px 0px 0 15px */
	padding:0;
	background-color:#fbf7d9;
	/*border:1px solid red;*/
}
.appell_bg p{
	margin:0 0 0 0;
	padding:3px 0 3px 0;
    /*font-family : Arial, Helvetica, sans-serif; /* on utilise Arial, c'est plus beau ^^ */
    font-size : 0.9em; /* hauteur du texte : 10 pixels */
	font-weight : bold;
	line-height:1.2em;
}

/*----- Div Nom du Viticulteur -----*/
.nom_bg{
	float:left;
	width:186px; /* 220px */
	margin:0px 0 0px 0px; /*-1040px 0 0 280px*/
	padding:0;	
	height:auto;
	background-color:#fbf7d9;
	/*border:1px solid black;*/
}
.nom_bg p{
	margin:0 0 0 0;
	padding:3px 0 3px 0;
    /*font-family : Arial, Helvetica, sans-serif; /* on utilise Arial, c'est plus beau ^^ */
    font-size : 0.9em; /* hauteur du texte : 10 pixels */
	line-height:1.2em;
}
/*----- Div Nom du domaine -----*/
.dom_bg{
	float:left;
	width:220px; /* 220px */
	margin:0px 0 30px 0px;
	padding:0;
	height:auto;
	background-color:#fbf7d9;
	/*border:1px solid green;*/
}
.dom_bg p{
	margin:0 0 0 0;
	padding:3px 0 3px 0;
    /*font-family : Arial, Helvetica, sans-serif; /* on utilise Arial, c'est plus beau ^^ */
    font-size : 0.9em; /* hauteur du texte : 10 pixels */
	line-height:1.2em;
}
/***********************************************/
/*---- evr = Eaux de vie réglementée ----------*/
/***********************************************/
/*----- Div Nom de l'appellation -----*/
.appell_bg_evr{
	float:left;
	width:310px;/*337px*/

	height:auto;
	margin:0px 0px 0px 0px;
	padding:0;
	background-color:#fbf7d9;
	/*border:1px solid red;*/
}
.appell_bg_evr p{
	margin:0 0 0 0;
	padding:0;/*3px 0 3px 0*/
    /*font-family : Arial, Helvetica, sans-serif; /* on utilise Arial, c'est plus beau ^^ */
    font-size : 0.9em; /* hauteur du texte : 10 pixels */
	font-weight : bold;
	line-height:1.2em;
}
/*----- Div Nom du Viticulteur -----*/
.nom_bg_evr{
	float:left;
	width:180px;/*210px*/
	margin:0px 0 0px 0px;
	padding:0;	
	height:auto;
	background-color:#fbf7d9;
	/*border:1px solid black;*/
}
.nom_bg_evr p{
	margin:0 0 0 0;
	padding:3px 0 3px 0;
    /*font-family : Arial, Helvetica, sans-serif; /* on utilise Arial, c'est plus beau ^^ */
    font-size : 0.9em; /* hauteur du texte : 10 pixels */
	line-height:1.2em;
}
/*----- Div Nom du domaine -----*/
.dom_bg_evr{
	float:left;
	width:180px;/*220px*/
	margin:0px 0 30px 0px;/*0px 0 30px 10px*/
	padding:0;
	height:auto;
	background-color:#fbf7d9;
	/*border:1px solid green;*/
}
.dom_bg_evr p{
	margin:0 0 0 0;
	padding:3px 0 3px 0;
    /*font-family : Arial, Helvetica, sans-serif; /* on utilise Arial, c'est plus beau ^^ */
    font-size : 0.9em; /* hauteur du texte : 10 pixels */
	line-height:1.2em;
}
/****************************************************************************/
/*-------------------------------"Champagne", ------------------------------*/
/****************************************************************************/
/*----- Div Nom de l'appellation -----*/
.appell_c{
	float:left;
	width:290px;/* 250px */
	height:auto;
	margin:0px 0px 0px 0px;/* 0px 0px 0 15px */
	padding:0;
	background-color:#fbf7d9;
	/*border:1px solid red;*/
}
.appell_c p{
	margin:0 0 0 0;
	padding:3px 0 3px 0;
    /*font-family : Arial, Helvetica, sans-serif; /* on utilise Arial, c'est plus beau ^^ */
    font-size : 0.9em; /* hauteur du texte : 10 pixels */
	font-weight : bold;
	line-height:1.2em;
}

/*----- Div Nom du Viticulteur -----*/
.nom_c{
	float:left;
	width:230px; /* 220px */ /* largeur de la colonne du "Nom" */
	margin:0px 0 0px 0px;
	padding:0;	
	height:auto;
	background-color:#fbf7d9;
	/*border:1px solid black;*/
}
.nom_c p{
	margin:0 0 0 0;
	padding:3px 0 3px 0;
    /*font-family : Arial, Helvetica, sans-serif; /* on utilise Arial, c'est plus beau ^^ */
    font-size : 0.9em; /* hauteur du texte : 10 pixels */
	line-height:1.2em;
}
/*----- Div Nom du domaine -----*/
.dom_c{
	float:left;
	width:220px; /* 210px */
	margin:0px 0 30px 10px;/*-1040px 0 0 510px*/
	padding:0;
	height:auto;
	background-color:#fbf7d9;
	/*border:1px solid green;*/
}
.dom_c p{
	margin:0 0 0 0;
	padding:3px 0 3px 0;
    /*font-family : Arial, Helvetica, sans-serif; /* on utilise Arial, c'est plus beau ^^ */
    font-size : 0.9em; /* hauteur du texte : 10 pixels */
	line-height:1.2em;
}
/****************************************************************************/
/*-------------------------------"Cognac Armagnac", ------------------------*/
/****************************************************************************/
/*----- Div Nom de l'appellation -----*/
.appell_ca{
	float:left;
	width:290px;
	height:auto;
	margin:0px 0px 0px 0px;
	padding:0;
	background-color:#fbf7d9;
	/*border:1px solid red;*/
}
.appell_ca p{
	margin:0 0 0 0;
	padding:3px 0 3px 0;
    /*font-family : Arial, Helvetica, sans-serif; /* on utilise Arial, c'est plus beau ^^ */
    font-size : 0.9em; /* hauteur du texte : 10 pixels */
	font-weight : bold;
	line-height:1.2em;
}

/*----- Div Nom du Viticulteur -----*/
.nom_ca{
	float:left;
	width:220px;
	margin:0px 0px 0px 0px;
	padding:0px;	
	height:auto;
	background-color:#fbf7d9;
	/*border:1px solid black*/
}
.nom_ca p{
	margin:0 0 0 0;
	padding:3px 30px 3px 0;
    /*font-family : Arial, Helvetica, sans-serif; /* on utilise Arial, c'est plus beau ^^ */
    font-size : 0.9em; /* hauteur du texte : 10 pixels */
	line-height:1.2em;
}
/*----- Div Nom du domaine -----*/
.dom_ca{
	float:left;
	width:220px;
	margin:0px 0 30px 10px;
	padding:0;
	height:auto;
	background-color:#fbf7d9;
	/*border:1px solid green;*/
}
.dom_ca p{
	margin:0 0 0 0;
	padding:3px 0 3px 0;
    /*font-family : Arial, Helvetica, sans-serif; /* on utilise Arial, c'est plus beau ^^ */
    font-size : 0.9em; /* hauteur du texte : 10 pixels */
	line-height:1.2em;
}
/****************************************************************************/
/*----------------------------- Savoie Jura --------------------------------*/
/****************************************************************************/
/*----- Div Nom de l'appellation -----*/
.appell_js{
	float:left;
	width:290px;/* 250px */
	height:auto;
	margin:0px 0px 0px 0px;/* 0px 0px 0 15px */
	padding:0;
	background-color:#fbf7d9;
	/*border:1px solid red;*/
}
.appell_js p{
	margin:0 0 0 0;
	padding:3px 0 3px 0;
    /*font-family : Arial, Helvetica, sans-serif; */
    font-size : 0.9em; 
	font-weight : bold;
	line-height:1.2em;
}

/*----- Div Nom du Viticulteur -----*/
.nom_js{
	float:left;
	width:220px; /* 220px */
	margin:0px 0 0px 0px; /*0px 0 0 0px*/
	padding:0;	
	height:auto;
	background-color:#fbf7d9;
	/*border:1px solid black;*/
}
.nom_js p{
	margin:0 0 0 0;
	padding:3px 0 3px 0;
    /*font-family : Arial, Helvetica, sans-serif; */
    font-size : 0.9em;
	line-height:1.2em;
}
/*----- Div Nom du domaine -----*/
.dom_js{
	float:left;
	width:220px; /* 210px */
	margin:0px 0 30px 0px;/*0px 0 30px 0px*/
	padding:0;
	height:auto;
	background-color:#fbf7d9;
	/*border:1px solid green;*/
}
.dom_js p{
	margin:0 0 0 0;
	padding:3px 0 3px 0;
    /*font-family : Arial, Helvetica, sans-serif; */
    font-size : 0.9em;
	line-height:1.2em;
}
/***********************************************/
/*---- evr = Eaux de vie réglementée ----------*/
/***********************************************/
/*----- Div Nom de l'appellation -----*/
.appell_js_evr{
	float:left;
	width:337px;/*290px*/

	height:auto;
	margin:0px 0px 0px 0px;
	padding:0;
	background-color:#fbf7d9;
	/*border:1px solid red;*/
}
.appell_js_evr p{
	margin:0 0 0 0;
	padding:0;/*3px 0 3px 0*/
    /*font-family : Arial, Helvetica, sans-serif; */
    font-size : 0.9em;
	font-weight : bold;
	line-height:1.2em;
}
/*----- Div Nom du Viticulteur -----*/
.nom_js_evr{
	float:left;
	width:180px;/*210px*/
	margin:0px 0 0px 0px;
	padding:0;	
	height:auto;
	background-color:#fbf7d9;
	/*border:1px solid black;*/
}
.nom_js_evr p{
	margin:0 0 0 0;
	padding:3px 0 3px 0;
    /*font-family : Arial, Helvetica, sans-serif; */
    font-size : 0.9em;
	line-height:1.2em;
}
/*----- Div Nom du domaine -----*/
.dom_js_evr{
	float:left;
	width:220px;/*220px*/
	margin:0px 0 30px 0px;/*0px 0 30px 10px*/
	padding:0;
	height:auto;
	background-color:#fbf7d9;
	/*border:1px solid green;*/
}
.dom_js_evr p{
	margin:0 0 0 0;
	padding:3px 0 3px 0;
    /*font-family : Arial, Helvetica, sans-serif; */
    font-size : 0.9em;
	line-height:1.2em;
}
/****************************************************************************/
/*----------------------- Languedoc Roussillon -----------------------------*/
/****************************************************************************/
/*----- Div Nom de l'appellation -----*/
.appell_lr{
	float:left;
	width:300px;/* 300px */
	height:auto;
	margin:0px 0px 0px 0px;
	padding:0;
	background-color:#fbf7d9;
	/*border:1px solid red;*/
}
.appell_lr p{
	margin:0 0 0 0;
	padding:3px 0 3px 0;
    /*font-family : Arial, Helvetica, sans-serif; */
    font-size : 0.9em;
	font-weight : bold;
	line-height:1.2em;
}

/*----- Div Nom du Viticulteur -----*/
.nom_lr{
	float:left;
	width:220px; /* 220px */
	margin:0px 0 0px 0px;
	padding:0;	
	height:auto;
	background-color:#fbf7d9;
	/*border:1px solid black;*/
}
.nom_lr p{
	margin:0 0 0 0;
	padding:3px 0 3px 0;
    /*font-family : Arial, Helvetica, sans-serif; */
    font-size : 0.9em;
	line-height:1.2em;
}
/*----- Div Nom du domaine -----*/
.dom_lr{
	float:left;
	width:220px; /* 220px */
	margin:0px 0 30px 0px;
	padding:0;
	height:auto;
	background-color:#fbf7d9;
	/*border:1px solid green;*/
}
.dom_lr p{
	margin:0 0 0 0;
	padding:3px 0 3px 0;
    /*font-family : Arial, Helvetica, sans-serif; */
    font-size : 0.9em;
	line-height:1.2em;
}
/****************************************************************************/
/*----------------------------- Provence Corse -----------------------------*/
/****************************************************************************/
/*----- Div Nom de l'appellation -----*/
.appell_pc{
	float:left;
	width:290px;/* 290px */
	height:auto;
	margin:0px 0px 0px 0px;/* 0px 0px 0 0px */
	padding:0;
	background-color:#fbf7d9;
	/*border:1px solid red;*/
}
.appell_pc p{
	margin:0 0 0 0;
	padding:3px 0 3px 0;
    /*font-family : Arial, Helvetica, sans-serif; */
    font-size : 0.9em;
	font-weight : bold;
	line-height:1.2em;
}

/*----- Div Nom du Viticulteur -----*/
.nom_pc{
	float:left;
	width:220px; /* 220px */
	margin:0px 0 0px 0px; /*0px 0 0 0px*/
	padding:0;	
	height:auto;
	background-color:#fbf7d9;
	/*border:1px solid black;*/
}
.nom_pc p{
	margin:0 0 0 0;
	padding:3px 0 3px 0;
    /*font-family : Arial, Helvetica, sans-serif; */
    font-size : 0.9em;
	line-height:1.2em;
}
/*----- Div Nom du domaine -----*/
.dom_pc{
	float:left;
	width:220px; /* 210px */
	margin:0px 0 30px 10px;/*0px 0 30px 10px*/
	padding:0;
	height:auto;
	background-color:#fbf7d9;
	/*border:1px solid green;*/
}
.dom_pc p{
	margin:0 0 0 0;
	padding:3px 0 3px 0;
    /*font-family : Arial, Helvetica, sans-serif; */
    font-size : 0.9em;
	line-height:1.2em;
}
/****************************************************************************/
/*----------------------------- Sud Ouest ----------------------------------*/
/****************************************************************************/
/*----- Div Nom de l'appellation -----*/
.appell_so{
	float:left;
	width:290px;/* 290px */
	height:auto;
	margin:0px 0px 0px 0px;/* 0px 0px 0 0px */
	padding:0;
	background-color:#fbf7d9;
	/*border:1px solid red;*/
}
.appell_so p{
	margin:0 0 0 0;
	padding:3px 0 3px 0;
    /*font-family : Arial, Helvetica, sans-serif; */
    font-size : 0.9em;
	font-weight : bold;
	line-height:1.2em;
}
/*----- Div Nom du Viticulteur -----*/
.nom_so{
	float:left;
	width:220px; /* 220px */
	margin:0px 0 0px 0px; /*0px 0 0 0px*/
	padding:0;	
	height:auto;
	background-color:#fbf7d9;
	/*border:1px solid black*/
}
.nom_so p{
	margin:0 0 0 0;
	padding:3px 0 3px 0;
    /*font-family : Arial, Helvetica, sans-serif; */
    font-size : 0.9em;
	line-height:1.2em;
}
/*----- Div Nom du domaine -----*/
.dom_so{
	float:left;
	width:230px; /* 230px */
	margin:0px 0 30px -20px;/*0px 0 30px 10px*/
	padding:0;
	height:auto;
	background-color:#fbf7d9;
	/*border:1px solid green;*/
}
.dom_so p{
	margin:0 0 0 0;
	padding:3px 0 3px 0;
    /*font-family : Arial, Helvetica, sans-serif; */
    font-size : 0.9em;
	line-height:1.2em;
}
/****************************************************************************/
/*----------------------------- Val de Loire Centre ------------------------*/
/****************************************************************************/
/*----- Div Nom de l'appellation -----*/
.appell_vl{
	float:left;
	width:250px;/* 290px */
	height:auto;
	margin:0px 0px 0px 0px;/* 0px 0px 0 15px */
	padding:0;
	background-color:#fbf7d9;
	/*border:1px solid red;*/
}
.appell_vl p{
	margin:0 0 0 0;
	padding:3px 0 3px 0;
    /*font-family : Arial, Helvetica, sans-serif; /* on utilise Arial, c'est plus beau ^^ */
    font-size : 0.9em; /* hauteur du texte : 10 pixels */
	font-weight : bold;
	line-height:1.2em;
}
/*----- Div Nom du Viticulteur -----*/
.nom_vl{
	float:left;
	width:250px; /* 250px */
	margin:0px 0 0px 0px; /*-1040px 0 0 280px*/
	padding:0;	
	height:auto;
	background-color:#fbf7d9;
	/*border:1px solid black;*/
}
.nom_vl p{
	margin:0 0 0 0;
	padding:3px 0 3px 0;
    /*font-family : Arial, Helvetica, sans-serif; /* on utilise Arial, c'est plus beau ^^ */
    font-size : 0.9em; /* hauteur du texte : 10 pixels */
	line-height:1.2em;
}
/*----- Div Nom du domaine -----*/
.dom_vl{
	float:left;
	width:210px; /* 220px */
	margin:0px 0 30px 0px;/*-1040px 0 0 510px*/
	padding:0;
	height:auto;
	background-color:#fbf7d9;
	/*border:1px solid green;*/
}
.dom_vl p{
	margin:0 0 0 0;
	padding:3px 0 3px 0;
    /*font-family : Arial, Helvetica, sans-serif; /* on utilise Arial, c'est plus beau ^^ */
    font-size : 0.9em; /* hauteur du texte : 10 pixels */
	line-height:1.2em;
}
/****************************************************************************/
/*----------------------------- Vallée du Rhône ----------------------------*/
/****************************************************************************/
/*----- Div Nom de l'appellation -----*/
.appell_vr{
	float:left;
	width:270px;/* 290px */
	height:auto;
	margin:0px 0px 0px 0px;/* 0px 0px 0 15px */
	padding:0;
	background-color:#fbf7d9;
	/*border:1px solid red;*/
}
.appell_vr p{
	margin:0 0 0 0;
	padding:3px 0 3px 0;
    /*font-family : Arial, Helvetica, sans-serif; /* on utilise Arial, c'est plus beau ^^ */
    font-size : 0.9em; /* hauteur du texte : 10 pixels */
	font-weight : bold;
	line-height:1.2em;
}
/*----- Div Nom du Viticulteur -----*/
.nom_vr{
	float:left;
	width:200px; /* 220px */
	margin:0px 0 0px 10px; /*0px 0 0 0px*/
	padding:0;	
	height:auto;
	background-color:#fbf7d9;
	/*border:1px solid black;*/
}
.nom_vr p{
	margin:0 0 0 0;
	padding:3px 0 3px 0;
    /*font-family : Arial, Helvetica, sans-serif; /* on utilise Arial, c'est plus beau ^^ */
    font-size : 0.9em; /* hauteur du texte : 10 pixels */
	line-height:1.2em;
}
/*----- Div Nom du domaine -----*/
.dom_vr{
	float:left;
	width:200px; /* 220px */
	margin:0px 0 30px 10px;/*0px 0 30px 10px*/
	padding:0;
	height:auto;
	background-color:#fbf7d9;
	/*border:1px solid green;*/
}
.dom_vr p{
	margin:0 0 0 0;
	padding:3px 0 3px 0;
    /*font-family : Arial, Helvetica, sans-serif; /* on utilise Arial, c'est plus beau ^^ */
    font-size : 0.9em; /* hauteur du texte : 10 pixels */
	line-height:1.2em;
}
/*--------------------------------------------------------------------------*/
/*--------------------------"Produits Régionnaux" --------------------------*/
/*--------------------------------------------------------------------------*/
/*----- Div Nom de l'appellation -----*/
.appell_pr{
	float:left;
	width:780px;/* 260px */
	height:auto;
	margin: 100px 0px 0px 0px;/* 0px 0px 0 15px */
	padding:0 0 0 0px;
	background-color:#fbf7d9;
	/*border:1px solid red;*/
}
.appell_pr p{
	margin:0 0 0 0;
	padding:3px 0 3px 0;
    /*font-family : Arial, Helvetica, sans-serif; /* on utilise Arial, c'est plus beau ^^ */
    font-size : 0.9em; /* hauteur du texte : 10 pixels */
	font-weight : bold;
	line-height:1.2em;
}
/*----- Div Nom du Producteur -----*/
.nom_pr{
	float:left;
	width:260px; /* 220px */
	margin:100px 0 40px 30px; /*-1040px 0 0 280px*/
	padding:0;	
	height:auto;
	background-color:#fbf7d9;
	/*border:1px solid black;*/
}
.nom_pr p{
	margin:0 0 0 0;
	padding:3px 0 3px 0;
    /*font-family : Arial, Helvetica, sans-serif; /* on utilise Arial, c'est plus beau ^^ */
    font-size : 0.9em; /* hauteur du texte : 10 pixels */
	line-height:1.2em;
}
/*--------------------------------------------------------------------------*/
/*------------------------------"Fromages" ---------------------------------*/
/*--------------------------------------------------------------------------*/
/*----- Div Nom de l'appellation -----*/
.appell_f{
	float:left;
	width:290px;/* 250px */
	height:auto;
	margin:0px 0px 0px 0px;/* 0px 0px 0 15px */
	padding:0 0 0 80px;
	background-color:#fbf7d9;
	/*border:1px solid red;*/
}
.appell_f p{
	margin:0 0 0 0;
	padding:3px 0 3px 0;
    /*font-family : Arial, Helvetica, sans-serif; /* on utilise Arial, c'est plus beau ^^ */
    font-size : 0.9em; /* hauteur du texte : 10 pixels */
	font-weight : bold;
	line-height:1.2em;
}
/*----- Div Nom du Producteur -----*/
.nom_f{
	float:left;
	width:220px; /* 220px */
	margin:0px 0 40px 0px; /*-1040px 0 0 280px*/
	padding:0;	
	height:auto;
	background-color:#fbf7d9;
	/*border:1px solid black*/
}
.nom_f p{
	margin:0 0 0 0;
	padding:3px 0 3px 0;
    /*font-family : Arial, Helvetica, sans-serif; /* on utilise Arial, c'est plus beau ^^ */
    font-size : 0.9em; /* hauteur du texte : 10 pixels */
	line-height:1.2em;
}
/*------------------------------------------------------------------------------------*/
/*---- Gestion des liens retour en bas dans les pages du dossier "Carte" -------------*/
/*------------------------------------------------------------------------------------*/
ul#lienretour{
	position:absolute;
	margin:30px 0 0 0px;
	padding:0;
	list-style-type:none;
	font-weight : bold; /* on met le texte en gras */
    font-family : Arial; /* on utilise Arial, c'est plus beau ^^ */
    font-size : 12px; /* hauteur du texte : 12 pixels */

}
#lienretour li{
	float:left;
}
#lienretour a{
	display:block;
	width:150px;
	margin:0 0 0 160px;
	padding:0;
	border:1px solid black;
	background:#de412e;
	text-align:center;
	text-decoration:none;
	color:#fff;
}
#lienretour a:hover{
	text-decoration:none;
	color:black;
}
/*--------------------------------------------------------------------------*/
/*------------------------------"Vins et Terroirs" -------------------------*/
/*--------------------------------------------------------------------------*/
.liste1{
	float:left;
	width:700px;
	height:auto;
	margin:0 0 0 40px; /* Attention la marge extérieure gauche influe sur IE6 */
	padding:0;
}
.liste2{
	float:left;
	width:720px;
	height:auto;
	margin:0 0 0 20px; /* Attention la marge extérieure gauche influe sur IE6 */
	padding:0;
	
}
/*-----------------------------------------------------------------------------*/
/*---- Gestion des liens "retour vers la page "Salon gastronomique 
club eonologique, vins et terroirs, les exposants, les coups de coeurs,
les animations, la restauration, les 5 tablées gourmandes, Carte, -------------*/
/*-----------------------------------------------------------------------------*/
#retour_salon_gastro_bouton{
position:absolute;
	margin:-10px 0 20px 260px;
	/margin:-10px 0 20px 280px;/*IE7*/
	padding:0;
}
#retour_club_eonolo_bouton{
	position:absolute;
	margin: -12px 0 20px 270px;
	/margin:-12px 0 20px 270px;/*IE7*/
	padding:0;
}
#retour_vins_terroirs_bouton{
	position:absolute;
	margin:0px 0 20px 300px;
	/margin:-12px 0 20px 300px;/*IE7*/
	padding:0;
}
#retour_exposants_bouton{
	position:absolute;
	margin:0px 0 20px 300px;
	/margin:0px 0 20px 300px;/*IE7*/
	padding:0;
}
#retour_animations_bouton{
	position:absolute;
	margin:0px 0 20px 300px;
	/margin:0px 0 20px 300px;/*IE7*/
	padding:0;
}
#retour_restauration_bouton{
	position:absolute;
	margin:0px 0 20px 300px;
	/margin:0px 0 20px 300px;/*IE7*/
	padding:0;
}
#retour_5tablees_bouton{
	position:absolute;
	margin:0px 0 20px 260px;
	/margin:0px 0 20px 260px;/*IE7*/
	padding:0;
}
#retour_carte_vins_bouton{
	position:absolute;
	margin:0px 0 20px 250px;
	/margin:0px 0 20px 250px;/*IE7*/
	padding:0;
}
#retour_liste_exposants_bouton{
	position:absolute;
	margin:0px 0 20px 80px;
	padding:0;
}
#retour_carte_vins_france_bouton{
	position:absolute;
	margin:0px 0 20px 420px;
	padding:0;
}
#retour_cours_bouton{
	position:absolute;
	margin:0px 0 20px 300px;
	/margin:0px 0 20px 300px;/*IE7*/
	padding:0;
}
/*-----------------------------------------------------------------------------*/
/*---- Gestion des liens "Télécharger la liste en PDF" dans toutes les pages
"listes des vins" du dossier "Exposants"                          -------------*/
/*-----------------------------------------------------------------------------*/
#telecharge{
position:absolute;
width:41px;
height:37px;
margin:-47px 0 0 265px;
/margin:-47px 0px 0 265px;
padding:0;
}
/*Gestion du lien "Télécharger la liste en PDF"*/
.telecharge a {
font-size:0.8em;
font-weight:bold;
text-decoration:none;
color:red;
}
.telecharge a:hover {
text-decoration:underline;
color:#0033FF;
}
/*-----------------------------------------------------------------------------*/
/*---- Gestion des liens "Télécharger les cartes en PDF" dans les pages
"Places de stationnement" et "Arrêt minute" du dossier "Plan accès" -----------*/
/*-----------------------------------------------------------------------------*/
#telecharge_carte{
position:absolute;
width:41px;
height:37px;
margin:-47px 0 0 262px;
/margin:-47px 0px 0 262px;
padding:0;
}
/*Gestion du lien "Télécharger la liste en PDF"*/
.telecharge_carte a {
font-size:0.8em;
font-weight:bold;
text-decoration:none;
color:red;
}
.telecharge_carte a:hover {
text-decoration:underline;
color:#0033FF;
}




