@charset "iso-8859-1";
/********/
/* HTML */
/********/
h1 .petit {
	font-size	: 12px;
}
/******************************



/******/
/* ID */
/******/
#contenu {
	background-image	: url(images/fond_page/fond_contenu_oenotourisme.jpg);
	background-repeat	: no-repeat;
	width				: 635px;
}
#contenu .zone_gauche {
	margin-top		: 40px;
	margin-left		: 44px;
	margin-right	: 10px;
}
#contenu .zone_gauche h1 {
	margin-bottom	: 15px; 
	margin-top		: 25px;
}

#contenu .zone_gauche {
	width	: 246px; 
}
#contenu .zone_gauche a:link,
#contenu .zone_gauche a:visited,
#contenu .zone_gauche a:hover,
#contenu .zone_gauche a:active {
	font-weight		: bold;
	text-decoration	: none;
}
#contenu .zone_gauche a:hover {
	color	: #9A141B;
}

#contenu .zone_droite {
	margin-top	: 30px;
	position	: relative;
}
#contenu .description {
	position	: absolute;
	width		: 260px;
	display		: none;
}
#contenu .pdf {
	position	: absolute;
	top			: 465px;
	left		: -10px;
	white-space	: nowrap;
}
#contenu .pdf a:link,
#contenu .pdf a:visited,
#contenu .pdf a:hover,
#contenu .pdf a:active {
	color			: #9A141B;
	font-weight		: bold;
	text-decoration	: none;
}
/******************************