@charset "iso-8859-1";
/* CSS Document */

/********/
/* HTML */
/********/
body {
	margin	: 0;	/* pas de marges */
}

body, td, th, tr, p {
	font-family	: Verdana, Arial;
	font-size	: 12px;
	color		: #000000;
}

a:link, a:visited, a:hover, a:active {
	color : #000000;
}
/*
h1 {
	font-size		: 20px;
	font-weight		: bold;
	color			: #9A141B;
	margin-bottom	: 30px;
	margin-top		: 0;
}
h2 {
	font-size		: 16px;
	font-weight		: bold;
	color			: #9A141B;
}
*/
h1 {
	font-size		: 24px;
	font-weight		: normal;
	color			: #9A141B;
	margin-bottom	: 30px;
	margin-top		: 0;
}
h2 {
	font-size		: 16px;
	font-weight		: bold;
	color			: #9A141B;
}

h1 a:link,
h1 a:visited,
h1 a:hover,
h1 a:active,
h2 a:link,
h2 a:visited,
h2 a:hover,
h2 a:active {
	color			: #9A141B;
	text-decoration	: none;
}
h1 a:hover,
h2 a:hover {
	text-decoration	: underline;
}
/*************************************/

/******/
/* ID */
/******/

/* Structure */
#structure {
	width	: 900px;
	height	: 700px;
}

#bandeau {
	width	: 635px;
	height	: 130px;
}

#logo {
	width	: 265px;
	height	: 165px;
}

/* Menu Gauche */
#fond_menu {
	background-image	: url(images/fond_page/fond_menu.jpg);
	background-repeat	: no-repeat;
	width				: 265px;
	height				: 535px;
}

#menu {
	font-size	: 20px;
	color		: #FFFFFF;
	font-weight	: bold;
	position	: absolute;
	margin-top	: 30px;
}

#menu .lien {
	margin-left		: 10px;
	margin-bottom	: 30px;
}

#menu .bt_acces {
	margin-top		: 35px;
	margin-bottom	: 30px;
}
#menu .bt_oenotourisme {
	margin-top		: -2px;
}

#menu .lien a:link, 
#menu .lien a:visited, 
#menu .lien a:active
#menu .lien a:hover {
	font-size		: 16px;
	color			: #FFFFFF;
	text-decoration	: none;
	letter-spacing	: -1px;
}
#menu .lien a:hover {
	color	: #EACFA3;
}
/* Fin Menu */
/************/

/* Contenu */
/*
#conteneur {
	background-image	: url(images/fond_page/fond_contenu.jpg);
	background-repeat	: no-repeat;
	width				: 635px;
	height				: 570px;
}
*/
#contenu {
	background-image	: url(images/fond_page/fond_contenu.jpg);
	background-repeat	: no-repeat;
	width				: 445px;
	height				: 570px;
}

#contenu .zone_txt {
	margin-top		: 80px;
	margin-left		: 50px;
	margin-right	: 40px;
	text-align		: justify;
}
#contenu .zone_txt .indent {
	text-indent		: 20px;
}
/* Fin Contenu */
/***************/

/* Diaporama */
#photos {
	background-image	: url(images/fond_page/fond_photo.jpg);
	background-repeat	: no-repeat;
	width				: 190px;
	height				: 570px;
}

#photos div {
	margin-bottom	: 17px;
	margin-left		: 10px;
}

#diaporama {
	background-image	: url(images/fond_page/fond_photo_accueil.jpg);
	background-repeat	: no-repeat;
	width				: 190px;
	height				: 570px;
}

#diaporama div {
	margin-left	: 10px;
	margin-top	: 20px;
}
/* Fin Diaporama */
/*****************/

/***********/
/* CLASSES */
/***********/
/* sous menu */
.ssmenu {
	background-color: #9A141B;
	white-space		: nowrap;

	position		: absolute;
	display			: none;

	-moz-opacity	: 0.5;
	opacity			: 0.5;
	filter			: alpha(opacity=50);

	padding			: 10px 10px 5px 20px;

	margin-top		: -48px;
	margin-left		: 140px;
	
	z-index			: 1000;
}
.ssmenu a:link,
.ssmenu a:visited,
.ssmenu a:hover,
.ssmenu a:active {
	display			: block;
	font-size		: 14px;
	font-weight		: bold;
	color			: #FFFFFF;

	filter			: alpha(opacity=100);
	-moz-opacity	: 1.0;
	opacity			: 1.0;
	
	margin-bottom	: 5px;

	text-decoration	: none;
}

.ssmenu a:hover {
	color	: #EACFA3;
}
/* Fin Sous menu */
/******************************/