@charset "utf-8";
/* Import de la CSS d'initialisation
----------------------------------------------------------*/
@import url(structure.css);

/* Construction (Montage)
----------------------------------------------------------*/
body { color:#000; font-size:80%; font-family:"Trebuchet MS", helvetica, "Bitstream Vera Sans", sans-serif; }

h1, h2, h3, h4, h5, h6 { color:#683d08; }
h1 { font:bold 12px Georgia, "Times New Roman", Times, serif; text-align:center; padding-bottom:20px; line-height:18px; }
h2 { font:bold 1.17em Georgia, "Times New Roman", Times, serif; text-align:center; }
h3 { font:bold 1em Georgia, "Times New Roman", Times, serif; text-align:center; }
h4 { font-size:.9em; }
h5 { font-size:.83em; }
h6 { font-size:.67em; }
p, li { font-size:1em; }
ul, ol { font-size:1em; }
code, pre { font-size:1.1em; }
a { color:#000; text-decoration:underline; }
a:hover { text-decoration:none; }/*si changement de couleur au survol*/
textarea { color:#000; border-width:thin; padding:3px; }

/* Adresse : Liens de bas de page
----------------------------------------------------------*/
#adresse p, #adresse a { color:#fff; }/*couleur des liens de bas de page*/
#adresse p { font-size:.9em; /*padding-bottom:.5em;*/}

/* Image de validation W3C
----------------------------------------------------------*/
/*#validator a img { background-color:#000; }Activer le CSS si le fond du site est blanc*/

/* Elements Particuliers
----------------------------------------------------------*/
/* Placement d'images */
.imgLeft { float:left; padding-bottom:0; margin:0 2em 0 0; /*border:1px solid #000;*/ }
.imgRight { float:right; padding-bottom:0; margin:0 0 0 2em; /*border:1px solid #000;*/ }

/* Des classes d'alignement d'objets */
.aligntop { vertical-align:top; }
.alignbottom { vertical-align:bottom; }
.aligncenter { margin-left:auto; margin-right:auto; }
.left { text-align:left; }
.right { text-align:right; }
.center { text-align:center; }
.justify { text-align:justify; }

/* Des classes de formatage du texte en ligne */
em, .italic, .italique { font-style:italic; }
strong, .bold, .gras { font-weight:700; }
.strike, .barre { text-decoration:line-through; }
.souligne { text-decoration:underline; }
.br { display:block; }
.nowrap { white-space:nowrap; }
.no-style li { list-style-type:none; }

/* Des classes flotante */
.floatleft { float:left; }
.floatright { float:right; }

/* Les "nettoyeurs" */
.clearb { clear:both; }
.clearp { clear:both; padding-bottom:0; }
.clearer { clear:both; width:0; height:0; line-height:0; }

/* Page d'accueil
----------------------------------------------------------*/
/*h1#chapeau { padding:1em 0 2em; }*/ 
.illustration { float:left; padding:0 1.2em .5em 0; position:relative; left:-.3em }
#p_accueil { /*float:left; width:550px;*/ margin-top:.5em;  }/*Activer pour descendre le 1er paragraphe*/

/* Site en cours de realisation
----------------------------------------------------------*/
#site { text-align:center; padding-top:7em; }

.wid{ padding:5px; border:#3a8602 dashed 1px;}

/*============xay================*/

.highslide {
	cursor: url("../images/graphics/zoomin.cur"), pointer;
	#cursor: url("images/graphics/zoomin.cur"), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
/*.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid white;
}
*/
.highslide-wrapper {
	background: white;
}
.highslide-image {
    border: 2px solid #4c9703;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    padding-left: 24px;
	background-image: url("../images/graphics/loader.white.gif");
    #background-image: url(../images/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.highslide-move {
    cursor: move;
}

.highslide-overlay {
	display: none;
}

a.highslide-full-expand {
	background: url("../images/graphics/fullexpand.gif") no-repeat;
	#background: url(../images/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}


/* Necessary for functionality */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
/*========================*/
/*==========Plan==============*/
.plan {
	width: 420px;
	height: 380px;
	border:#0f4600 solid 3px;
}
#map .infosbulle {
	width: 210px;
	border: none;
	margin: 0;
	padding: 0;
}
#map .infosbulle p {
	display: block;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
}
.plan-titre {
	font-size: 14px;
	color: #5F0666;
	font-weight: bold;
	margin-bottom: 1em;
}
.plan-adresse {
	font-size: 12px;
	color: #333;
}
.plan-printer {
	display:block;
	text-align: right;
}
.plan-printer img, 
.plan-printer a {
	border: none;
}
#googlemap a.googlemap-icon { display: block; background:url(../images/googlemap.jpg) no-repeat; width: 80px; height: 68px; margin:0 auto; }
#googlemap a.googlemap-icon:hover { background: url(../images/googlemap-hover.jpg) no-repeat; }
#googlemap a.googlemap-icon:active { background: url(../images/googlemap.jpg) no-repeat; }
#googlemap a.googlemap-icon span { display:none; }
.alignCenter{
	text-align:-moz-center;
	!text-align:center;	
	text-align:center;
}
/*==============================*/


.wid-presentation{ float:left; margin-left:40px; margin-right:50px;}

.nos-vins{ float:left; margin-left:10px; margin-right:40px; width:180px; text-align:center; background-color:#d3c4a3; border:#3a8602 solid 1px; padding:5px;}
.nos-vins1{ float:left;  margin-right:40px; width:180px; text-align:center; background-color:#d3c4a3; border:#3a8602 solid 1px; padding:5px;}
.nos-vins2{ float:left; width:180px; text-align:center; background-color:#d3c4a3; border:#3a8602 solid 1px; padding:5px;}


.fld{ border:#3a8602 solid 1px; padding:5px;}
.fld legend{ font-size:15px; font-family:Georgia, "Times New Roman", Times, serif; color:#683e09; padding-left:5px; padding-right:5px;}

.tbl{ width:100%;}
.tbl td{ padding-bottom:3px; padding-top:4px;}

.tbl2{ width:500px; border:#3a8602 solid 1px;}
.tbl2 td{ border:#3a8602 solid 1px; padding-bottom:3px; padding-top:4px;}

.tbl3{ width:390px;  margin:0 auto;}
.tbl3 td{ padding-bottom:3px; padding-top:4px; border-bottom:#3a8602 dotted 1px;}

.tbl4{ width:600px; border:#3a8602 solid 1px; margin:0 auto;}
.tbl4 td{ border:#3a8602 solid 1px; padding:4px;}

.wid-td{ width:130px;}

.txt{ font-size:13px; font-family:Georgia, "Times New Roman", Times, serif; color:#683e09; }

.icon{ margin-right:7px; vertical-align:middle;}

.wid-hotel{ float:left; margin-left:30px; margin-right:30px; width:180px; text-align:center; background-color:#d3c4a3; border:#3a8602 solid 1px; padding:10px; }
.wid-hotel1{ float:left;  width:180px; text-align:center; background-color:#d3c4a3; border:#3a8602 solid 1px; padding:10px;}

.wid-chambres{ margin-left:60px;}
.wid-chambres2{ float:left; width:400px; margin-right:40px;}
.wid-chambres3{ float:left; width:450px; margin-top:20px;}

.mar-right{ margin-right:70px;}

.wid-tarifs{ float:left; width:515px; height:460px;}
.wid-tarifs2{ float:left; width:360px; height:445px; border:#3a8602 solid 1px; text-align:center; padding:7px;}


.wid-contact{ float:left; margin-left:30px; margin-right:40px; text-align:center; width:250px;}
.wid-contact2{ float:left;  margin-right:40px; text-align:center; width:250px;}
.wid-contact3{ float:left;  text-align:center; width:271px;}

.mar-liens{ margin-left:20px;}
.wid-liens{ float:left; width:150px; margin-right:20px; text-align:center;}
.wid-liens2{ float:left; width:150px; margin-right:20px; text-align:center;}
.wid-liens3{ float:left; width:150px; text-align:center;}

.bor{ border:#3e8a02 solid 1px;}

.mar-left{ margin-left:20px;}

.txt2{ font-size:14px; color:#9d0603; font-weight:bold;}


.wid-a{background-color:#bbd679; padding:5px; border:#714e26 solid 1px;}

sup{
vertical-align:super;
font-size:11px;
}
