body {
	background:#6c0600;
	color:#fff;
	font:12px Arial, Helvetica, sans-serif;
	position:relative
}
a {
	text-decoration:none
}
a:hover {
	text-decoration:underline
}
.left {
	float:left
}
.right {
	float:right
}
.clear {
	clear:both;
	display:block;
	height:0em;
}
.block {
	display:block;
}
.wrap {
	width:960px;
	margin:0 auto;
	text-align:left;
}

#header {
	background-repeat:no-repeat;
	background-position: top center;
}
	#header .en {
		background:url(../img/bg-header.gif) repeat-x top;
		width:100%;
	}
	#header .fr {
		background:url(../img/bg-header.gif) repeat-x top;
		width:100%;
	}
	#header .wrap {
		position:relative;
		height:404px;
		z-index:2;
	}
	#header .col { /* h1 à la place de .col */
		display:block;
		float:left;
		padding-left:25px;
		padding-bottom:275px;
	}
		#header .col a { /* h1 à la place de .col */
			display:block;
			font-size:0em;
			line-height:0em;
			text-indent:-100000px;
		}
		#header img, /* h1 */
		#header img { /* h1 */
			display:block;
		}
		
	#header .legende {  /* h2 à la place de .legende */	
		/* display:block;
		font-size:0em;
		line-height:0em;
		text-indent:-1000000px; */
		font-size: 11px;
		padding-left:40px;
		font-style: italic;
	}
	#header .flash {
		display:block;
		position:absolute;
		bottom:10px;
		left:240px;
	}
		#header .flash h1 {
			text-transform:uppercase;
		}
		#header .flash img {
			display:block;
			border:1px solid #f00;
		}
	#header ul.nav {
		display:block;
		float:right;
		padding-right:20px;
		padding-top:20px;
	}
		#header ul.nav li {
			display:block;
			float:left;
		}
			#header ul.nav li a {
				display:block;
				float:left;
				background-position:top;
				background-repeat:no-repeat;
				font-size:0em;
				line-height:0em;
				text-indent:-1000000px;
				height:40px;
			}
			#header ul.nav li a:hover,
			#header ul.nav li a.active {
				background-position:bottom;
			}
			
			#header ul.nav li#m1 a.en {
				background-image:url(../img/en/m1.gif);
				width:164px;
			}
			#header ul.nav li#m2 a.en {
				background-image:url(../img/en/m2.gif);
				width:184px;
			}
			#header ul.nav li#m4 a.en {
				background-image:url(../img/en/m3.gif);
				width:186px;
			}
			#header ul.nav li#m3 a.en {
				background-image:url(../img/en/m4.gif);
				width:181px;
			}
			
			#header ul.nav li#m1 a.fr {
				background-image:url(../img/fr/m1.gif);
				width:164px;
			}
			#header ul.nav li#m2 a.fr {
				background-image:url(../img/fr/m2.gif);
				width:184px;
			}
			#header ul.nav li#m4 a.fr {
				background-image:url(../img/fr/m3.gif);
				width:186px;
			}
			#header ul.nav li#m3 a.fr {
				background-image:url(../img/fr/m4.gif);
				width:181px;
			}

#image {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:400px;
	z-index:1;
}	
	#image img {
		display:block;
		margin:0 auto;
		text-align:center;
	}
	
#content {
	background:url(../img/bg-content.gif) no-repeat top center;
}

#page {
	padding-left:240px;
	float:left;
	width:480px;
	padding-top:40px;
	padding-bottom:0px;
}	

	#page h2 {
		color:#cf3c31;
		font-size:20px;
		text-transform:uppercase;
		padding-bottom:5px;
	}
		#page h2:first-letter {
			font-size:28px;
		}
	
	#page h3 {
		font-size:14px;
		line-height:30px;
		padding-bottom:14px;
		position:relative;
		padding-top:20px;
		z-index:2;
	}
		#page h3 img {
			display:block;
			position:absolute;
			left:-44px;
			top:-10px;
			z-index:-1;
		}
	
	#page h4 {
		color:#cf3c31;
		font-size:16px;
		text-transform:uppercase;
		padding-bottom:3px;
	}
	#page h4:first-letter {
		font-size:20px;
	}
	
	#page p {
		line-height:200%;
		padding-bottom:12px;
		text-align:justify;
		/*position:relative;*/
		font-size:12px;
	}
	#page a {
		color:#cf3c31;
		font-weight:bold;
		text-decoration:none;
		border-bottom:dotted 1px #cf3c31;
	}
	#page a:hover {
		color:#fff;
		border-bottom:dotted 1px #fff;
	}
	#page span.border {
		display:block;
		border:solid 2px #fff;
		margin-bottom:8px;
	}
	#page span.border.left {
		margin-right:24px;
	}
	#page span.border.right {
		margin-left:24px;
	}
		#page span.border img {
			display:block;
			border:solid 1px #893833;
			padding:1px;
			background:#fff;
		}
	
	#page #form {
		padding-bottom:20px;
		padding-top:5px;
	}
		#page #form label {
			display:block;
			font-size:12px;
			padding-bottom:4px;
		}
		#page #form input.text {
			background:#610500;
			border:solid 1px #893833;
			font:12px Arial, Helvetica, sans-serif;
			color:#fff;
			padding:1px;
			margin-bottom:12px;
			width:226px;
		}
		#page #form input.img {
			display:block;
			float:right;
		}
		#page #form textarea {
			background:#610500;
			border:solid 1px #893833;
			font:12px Arial, Helvetica, sans-serif;
			color:#fff;
			padding:1px;
			margin-bottom:18px;
			width:476px;
			height:76px;
		}
	#page .col {
		width:230px;
		padding-bottom:30px;
	}
		#page .col ul {
			padding-left:24px;
		}
			#page .col ul li {
				border-bottom:solid 1px #893833;
				font-size:12px;
				line-height:200%;
			}
			
	#page .box {
		background:url(../img/box-c.gif) repeat-y top;
	}
		#page .box .box-c {
			background:url(../img/box-t.gif) no-repeat top;
			padding:14px 10px 0 10px;
		}
		
	#page #plansite ol li {
		font-size:16px;
		margin:10px 0 0 0;
	}
	#page #plansite ol ul {
		margin:0 10px 10px 10px;
	}
	#page #plansite ol ul li {
		font-size:12px;
	}

#sidebar {
	float:right;
	position:relative;
	z-index:2;
	width:240px;
}
	#sidebar img.png {
		display:block;
		margin:0 auto;
		margin-top:-120px;
	}
	
#footer {
	background:url(../img/bg-footer.gif) no-repeat top;
	padding-top:18px;
	text-align:center;
}
	#footer ul {
		text-align:center;
		padding-bottom:18px;
		color:#d0473d;
		font-size:12px;
	}
		#footer ul li {
			display:inline;
		}
			#footer ul li a {
				color:#d0473d;
				text-decoration:none;
			}
			#footer ul li a:hover {
				text-decoration:underline;	
			}
			
			
.ssubpage {
	background:url(../img/gradient-1.gif) repeat-y top;
	color:#545453;
	font-size:11px;
	padding:1px;
	width:428px;
	z-index:99;
	position:absolute;
}
	.ssubpage .arrow {
		display:block;
		position:absolute;
		top:-6px;
	}
	.ssubpage .brd {
		border:solid 1px #c0c0bf;
		padding:4px 0;
		width:426px;
	}
	.ssubpage .padding {
		padding: 5px 10px 0 10px /* padding:0 10px; */
	}
	.ssubpage h5 {
		color:#565656;
		font-size:12px;
		text-transform:uppercase;
		padding-bottom:5px;
	}
	.ssubpage p {
		font-size:11px;
		line-height:175%;
	}
	.ssubpage .separator {
		position:relative;
		display:block;
		margin-top:-12px;
		padding-bottom:8px;
	}
	.ssubpage .cols {
		background:url(../img/gray.gif) repeat-y 50% 0;
		padding:3px 0;
		margin-bottom:12px;
	}
		.ssubpage .cols ul {
			padding-left:20px;
			width:180px;
		}
			.ssubpage .cols ul li {
				padding-bottom:4px;
			}
			.ssubpage .cols ul li a {
				background:url(../img/arrow-g.gif) no-repeat 0 4px;
				color:#840900;
				text-decoration:none;
				padding-left:16px;
			}
			.ssubpage .cols ul li a:hover {
				background:url(../img/arrow-red.gif) no-repeat 0 4px;
			}
			
.subpage {
	background:url(../img/gradient-2.gif) repeat-y top left;
	color:#545453;
	font-size:11px;
	width:717px;
	padding:1px;
	z-index:99;
	position:absolute;

}
	.subpage .arrow {
		display:block;
		position:absolute;
		top:-6px;
	}
	.subpage .brd {
		border:solid 1px #c0c0bf;
		padding:4px 0;
		width:715px;
		overflow:hidden;
	}
	.subpage .padding {
		padding:0 10px;
	}
	.subpage .separator {
		position:relative;
		display:block;
		margin-bottom:8px;
	}			
	.subpage p {
		font-size:11px;
		line-height:175%;
		text-align:justify;
	}	
	.subpage .cleft {
		font-size:11px;
		line-height:175%;
		text-align:justify;
		width:340px;
		float:left;
	}
	.subpage .cright {
		font-size:11px;
		line-height:175%;
		text-align:justify;
		width:340px;
		float:right;
	}
	.subpage .wines {
		width:695px;
	}
		.subpage .wines a img {
			display:block;
			float:left;
			margin: 0 16px;
		}
		.subpage .wines img.line {
			display:block;
			height:120px;
			width:1px;
			background:#cbcbca;
			float:left;
			margin-left:0;
		}
	.subpage .bottom {
		background:url(../img/separator-3.png) no-repeat top center;
		padding-top:5px;
		padding-left:12px;
	}
		.subpage .bottom ul {}
			.subpage .bottom ul li {
				display: inline;
				padding-right:20px;
			}
				.subpage .bottom ul li h6 {
					padding-bottom:0;
					display:inline;
				}
				.subpage .bottom ul li a {
					background:url(../img/arrow-g.gif) no-repeat 0 4px;
					color:#840900;
					text-decoration:none;
					padding-left:16px;	
					font-weight:bold;
				}
				.subpage .bottom ul li a:hover {
					background:url(../img/arrow-red.gif) no-repeat 0 4px;
				}
	.subpage h5 {
		font-size:18px;
		padding-bottom:4px;
	}
	.subpage h6 {
		font-size:12px;
		text-transform:uppercase;
		padding-bottom:7px;
		font-weight:bold;
	}
	
	.subpage .map {
		float:left;
		background:transparent url(../img/gray.gif) repeat-y scroll 100% 0;
		height:176px;
		width:340px;
	}
		.subpage .map h6 {}
		.subpage map .png {
			display:block;
		}
	.subpage .list {
		float:right;
		width:350px;
	}
		.subpage .list ul li {
			padding-bottom:4px;
		}
			.subpage .list ul li span {
				display:block;
				font-weight:bold;
				padding-left:8px;	
			}
			.subpage .list ul li a {
				background:url(../img/arrow-g.gif) no-repeat 0 4px;
				color:#840900;
				text-decoration:none;
				padding-left:8px;	
				font-weight:bold;
				display:block;
			}
			.subpage .list ul li a:hover {
				background:url(../img/arrow-red.gif) no-repeat 0 4px;
			}
			.subpage .map ul li a {
				background:url(../img/arrow-g.gif) no-repeat 0 4px;
				color:#840900;
				text-decoration:none;
				padding-left:8px;	
				font-weight:bold;
				display:block;
			}
			.subpage .map ul li a:hover {
				background:url(../img/arrow-red.gif) no-repeat 0 4px;
			}

#s1 {
	display:none;
	top:70px;
	left:225px;
}
	#s1 .arrow {
		left:75px;
	}
	#s1 h5 {
		padding-left:225px;
	}
	
#s2 {
	display:none;
	top:70px;
	left:225px;
}
	#s2 .arrow {
		left:255px;
	}

#s3 {
	display:none;
	top:70px;
	left:225px;
}
	#s3 .arrow {
		left:615px;
	}
