.checkbox, .radio {
	width: 24px;
	height: 26px;
	padding: 0 2px 0 0;
	background: url(images/checkbox.png) no-repeat;
	display: block;
	float: left;
}
.radio {
	background: url(images/radio.png) no-repeat;
}
.select {
	position: absolute;
	width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 21px;
	padding: 0 24px 0 8px;
	color: #fff;
	font: 12px/21px arial,sans-serif;
	background: url(images/select.gif) no-repeat;
	overflow: hidden;
}



/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 48px;
	background-image: url('images/fancy/fancybox.png');
	display:none;
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('images/fancy/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('images/fancy/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('images/fancy/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('images/fancy/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('images/fancy/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('images/fancy/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('images/fancy/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('images/fancy/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('images/fancy/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('images/fancy/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('images/fancy/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('images/fancy/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('images/fancy/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('images/fancy/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('images/fancy/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('images/fancy/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0b1 | 201101 
   NOTE: WORK IN PROGRESS
   USE WITH CAUTION AND TEST WITH ABANDON */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define visible focus styles! 
:focus {
	outline: ?????;
} */

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*

	Supersized - Fullscreen Slideshow jQuery Plugin
	Version : 3.2.5
	Site	: www.buildinternet.com/project/supersized
	
	Author	: Sam Dunn
	Company : One Mighty Roar (www.onemightyroar.com)
	License : MIT License / GPL License
	
*/

* { margin:0; padding:0; }
body { background:#111; height:100%; }
	img { border:none; }
	
	#supersized-loader { position:fixed; bottom:40px; right:40px; z-index:10; width:60px; height:60px; margin:-30px 0 0 -30px; text-indent:-999em; background-color:#111; background:rgba(0,0,0,0.8) url(images/supersized/progress.gif) no-repeat center center; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;}
	
    #supersized {  display:block; position:fixed; left:0; top:0; overflow:hidden; z-index:-999; height:100%; width:100%; margin-top:133px; margin-bottom:25px; margin-left:460px; background:#111;}
    
	.ptype_accueil #supersized {  display:block; position:fixed; left:0; top:0; overflow:hidden; z-index:-999; height:100%; width:100%;  background:#111; margin-top:133px; margin-bottom:25px;}
	
	
    
    
    	#supersized img { width:auto; height:auto; position:relative; display:none; outline:none; border:none; }
			#supersized.speed img { -ms-interpolation-mode:nearest-neighbor; image-rendering: -moz-crisp-edges; }	/*Speed*/
			#supersized.quality img { -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; }			/*Quality*/
	
    #supersized li { display:block; list-style:none; z-index:-30; position:fixed; overflow:hidden; top:0; left:0; width:100%; height:100%; background:#111; margin-top:133px; margin-bottom:25px; margin-left:460px;}	
	.ptype_accueil #supersized li { display:block; list-style:none; z-index:-30; position:fixed; overflow:hidden; top:0; left:0; width:100%; height:100%; background:#111; margin-top:133px; margin-bottom:25px; margin-left:0;}
	
    	#supersized a { width:100%; height:100%; display:block; }
			#supersized li.prevslide { z-index:-20; }
			#supersized li.activeslide { z-index:-10; }
			#supersized li.image-loading { background:#111 url(images/supersized/progress.gif) no-repeat center center; width:100%; height:100%; }
				#supersized li.image-loading img{ visibility:hidden; }
			#supersized li.prevslide img, #supersized li.activeslide img{ display:inline; }


body.ptype_accueil #page
{
    background: url(images/line.png) no-repeat center center;
}

#home ul#part_selector li
{
    position:absolute;
    left:50%;
    top:50%;
    padding-top:24px;
}

#home ul#part_selector li>a
{
    display:block;
    font-size:14px;
    color:#FFF;
    text-decoration:none;
    text-shadow: 0.1em 0.1em 0.2em black;
    position:relative;
    z-index:100;
}

#home ul#part_selector li.open>a
{
    color:#403B38;
    text-shadow:none;
}

#home ul#part_selector li>a strong
{
    display:block;
    font-size:20px;
    font-weight:bold;
    text-transform:uppercase;
    margin-top:5px;
}

#home ul#part_selector li .desc
{
    position:absolute;
    top:0;
    left:0;
    z-index:80;
    width:0;
    height:140px;
    overflow:hidden;
}

#home ul#part_selector li.open .desc
{
    display:block;
}

#home ul#part_selector li.vins .desc
{
    left:auto;
    right:0;
    top:0;
    background:url(images/pad_vins.png) no-repeat top right;
    width:0;
}

#home ul#part_selector li.domaine .desc .overflow
{
    overflow:hidden;
    margin-left:45px;
    height:120px;
}

#home ul#part_selector li.vins .desc .overflow
{
    overflow:hidden;
    margin-right:45px;
    height:120px;
}


#home ul#part_selector li.domaine .desc .inner
{
    width:436px;
    float:right;
}

#home ul#part_selector li.vins .desc .inner
{
    width:456px;
}

#home ul#part_selector li.domaine
{
    margin-top:-111px;
    margin-left:-45px;
}

#home ul#part_selector li.domaine .desc
{
    background: url(images/pad_domaine.png) no-repeat top left;
}

#home ul#part_selector li.domaine>a
{
    padding-left:45px;
    text-align:left;
    width:120px;
    background : url(images/domaine.png) no-repeat top left;
    height:41px;
}

#home ul#part_selector li.vins
{
    margin-top:30px;
    margin-left:-140px;
    padding-right:8px;
}

#home ul#part_selector li.vins>a
{
    padding-right:50px;
    text-align:right;
    width:120px;
    background : url(images/vins.png) no-repeat top right;
    height: 31px;
    display:block;
}

#home ul#part_selector li .desc p
{
    color: #403B38;
    text-align: justify;
    font-size:11px;
    line-height: 1.3em;
}

#home ul#part_selector li.domaine .desc .left
{
    width:115px;
    float:left;
    margin-left:45px;
    margin-top:80px;
}

#home ul#part_selector li.domaine .desc .right
{
    width:243px;
    margin-left:20px;
    margin-top:22px;
    float:left;
}

#home ul#part_selector li.vins .desc .left
{
    width:245px;
    float:left;
    margin-left:25px;
    margin-top:25px;
}

#home ul#part_selector li.vins .desc .right
{
    margin-top:80px;
    float:left;
    margin-left:25px;
}

#home ul#part_selector li.vins .desc .right a, #home ul#part_selector li.domaine .desc .left a
{
    font-size:11px;
    font-weight:bold;
    color:#BC4E33;
    padding-left:16px;
    background: url(images/more_infos.png) no-repeat center left;
    padding-bottom: 3px;
    text-decoration:none;
}

#home #left_col
{
    position:fixed;
    bottom:45px;
    left:0;
}

#home #left_col #news
{
	position:relative;
	left:-240px;
}

#home #left_col #news .onglet
{
    float: right;
}

#home #left_col #news .content
{
    float:left;
    width: 240px;
    overflow: hidden;
    height:176px;
    padding:3px 0;
    background: url(images/news-rpt.png) repeat-x;
}

#home #left_col #news .content .inner
{
    width:190px;
    padding:15px 25px 0 20px;
}

#home #left_col #news .content h3
{
    color:#403B38;
    font-size:16px;
	margin:0;
	line-height:1.1em;
}

#home #left_col #news .content p
{
    color:#403B38;
    font-size:11px;
    margin:15px 0;
}

#home #left_col #news .content a.more
{
    color: #BC4E33;
    font-size:11px;
    font-weight:bold;
    text-decoration:none;
    padding-left:16px;
    background: url(images/more_infos.png) no-repeat center left;
    padding-bottom:3px;
}

#pathway li
{
    display:inline;
}
#pathway li:before
{
    content:' > ';
    margin:0 5px;
    color:#B4A69E;
}

#pathway li:first-child:before
{
    content:'';
    margin:0;
}

.ptype_contenu h2, .ptype_contact h2
{
    color:#403B38;
    font-size:16px;
    text-transform: uppercase;
    font-weight:normal;
    background:none;
    padding:0;
    margin-bottom:3px;
    margin-left: 0 !important;
}

.ptype_contenu h3
{
    color:#B4A69E;
    font-size:14px;
    margin-top:0;
    margin-left:0px;
}

.ptype_contenu h4
{
	color:#403B38;
	font-weight: bold;
	font-size: 10px;
}

.ptype_contenu #center_column, .ptype_blog #center_column
{
    width:665px;
}

.ptype_contenu #center_column .left, .ptype_blog #center_column .left
{
    width:459px;
    float:left;
}

.ptype_contenu #center_column .right, .ptype_blog #center_column .right
{
    width:205px;
    position:fixed;
    left:460px;
    margin-top:150px;
    
}

.ptype_contenu #page, .ptype_blog #page
{
    background:url(images/bg_page_wt_right.png) repeat-y top left;
}

#contenu
{
    padding-right:35px;
}

#contenu p
{
    line-height:1.3em;
    margin:15px 0 !important;
    color:#403B38;
    text-align: justify;
    font-size: 11px;
}

#contenu a
{
	color: #BC4E33;
	text-decoration: none;
}

#contenu a:hover
{
	text-decoration: underline;
}

hr
{
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px dotted #C4C4C4;
	margin-bottom: 15px;
}

.manuscrit
{
	font-size: 12px !important;
	font-style: italic !important;
	font-weight: normal;
}

#menu_sec li a
{
    display:block;
    padding:8px 0 8px 30px;
    color:#403B38;
    border-top:1px solid #E2D8CA;
    font-weight:bold;
    text-decoration: none;
    font-size:11px;
}

#menu_sec li a:hover
{
    color:#FFF;
}

#menu_sec li.selected a
{
    background:url(images/selected_sec.png) no-repeat center left;
        color:#FFF;
}

ul#blog_articles
{
    margin-top: 20px;
    overflow:hidden;
}

ul#blog_articles.long
{
    height:600px;
}

ul#blog_articles>li
{
    border-top:1px solid #E2D8CA;
    padding:10px;
}

ul#blog_articles>li h4, .page h4
{
    padding-left:15px;
    background: url(images/arrow_news.png) no-repeat center left;
    font-size:11px;
    font-weight:bold;
}

.page .path
{
	margin-bottom: 15px;
}

ul#blog_articles>li h4 a
{
    color:#403B38;
    text-decoration:none;
}

ul#blog_articles>li p
{
    margin:15px 0;
}

.ptype_blog ul.path li
{
    display:inline;
    font-size:10px;
}

.ptype_blog ul.path li:before
{
    content: '>';
    margin:0 2px;
}

.ptype_blog ul.path li a
{
    text-decoration:none;
}

.ptype_blog ul.path li:first-child:before
{
    margin: 0;
    content:'';
}

.ptype_blog .more_articles
{
    padding-top:20px;
    padding-left:10px;
    border-top:1px solid #E2D8CA;
    margin-bottom:30px;
}

.ptype_blog .more_articles a
{
    color:#BC4E33;
    font-size:11px;
    font-weight:bold;
    padding-left:20px;
    background: url(images/more_blog.png) no-repeat center left;
    text-decoration:none;
}

.ptype_contact #center_column .right
{
    position:absolute;
    top:290px;
    background: url(images/bg_pad_address.png) repeat-y;
    color:#FFF;
    width: 202px;
    left:460px;
    padding:20px 0 20px 8px;
}


.ptype_contact #center_column .right h3
{
    font-weight:bold;
    text-transform:uppercase;
    font-size:14px;
    margin-top:0;
    padding-left:25px;
    background: url(images/arrow_address.png) no-repeat center left;
}

.ptype_contact #center_column .right p
{
    margin:20px 0 20px 25px;
}

.ptype_contact #center_column .right p strong
{
    font-weight:bold;
}

.ptype_contact #center_column .right ul
{
    margin-left:25px;
}

.ptype_contact #center_column .right ul li:before
{
    content:'>';
    margin-right:3px;
}

.ptype_contact #center_column .right ul li a
{
    color:#FFF;
    text-decoration:none;
    font-weight: bold;
}

.ptype_contact #center_column .right ul li
{
    margin:5px 0;
}

#contact_form .bg_field
{
    background: url(images/bg_field.png) no-repeat;
    padding:6px 6px 0 6px;
    width:274px;
    height:25px;
    margin-bottom:5px;
}

#contact_form .bg_field input
{
    background:none;
    border:none;
    margin:0;
    width:100%;
}

#contact_form .newsletter label
{
    margin-top:7px;
    margin-left:5px;
    float:left;
}

#contact_form .bg_message
{
    width:394px;
    padding:6px 6px 0 6px;
    height:123px;
    background: url(images/bg_message.png) no-repeat; 
    margin-bottom:15px;
}

#contact_form .bg_message textarea
{
    margin:0;
    background:none;
    width:100%;
    height:115px;
    border:none;
    resize:none;
}

#contact_form input
{
    border:none;
}

#contact_form td td
{
    vertical-align:middle;
}

#contact_form td td.send
{
    text-align:right;
}

#contact_form td td .bg_field
{
    background: url(images/bg_field2.png) no-repeat;
    width:124px;
}

#errors ul.error li
{
    padding-left:0;
}



