@charset "utf-8";

/* 
    Document   : default
    Created on : 9 mars 2009, 20:53:33
    Author     : KyrO
    Description:
        Style par défaut
*/

body {
    background-image: url(../images/background.png);
	color: #ffa552;
	background-color: #333333;
	text-align: justify;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	background-repeat: repeat-y;
	background-position:center;
	margin: 0px;
	height: 100%;
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
}

#Center {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	padding-top:5px;
	width: 800px;
}

#Header {
	background-image: url(../images/header/header.png);
	margin-left: auto;
	margin-right: auto;
	height: 100px;
	width: 800px;
	position: relative;
	z-index: 1;
}

#Header #Weinbau {
	height: 30px;
	width: 160px;
	position: absolute;
	left: 210px;
	top: 5px;
}
#Header #Weinbau:hover {
	background-image: url(../images/header/btn_wine_hover.png);
	background-repeat: no-repeat;
}

#Header #Menu {
	position: absolute;
	left: 3px;
	top: 65px;
	height: 35px;
	margin: 0px;
	padding: 0px;
	overflow: visible;
}

#Header #Menu li.MenuItem {
	background-image: url(../images/header/btn_separator.png);
	background-repeat: no-repeat;
	background-position: right top;
	list-style-type: none;
	height:35px;
	float: left;
}
#Header #Menu li.MenuItem:hover {
	background-image: url(../images/header/btn_hover.png);
}
#Header #Menu li.SelectedMenuItem {
	background-image: url(../images/header/btn_selected.png);
	background-repeat: no-repeat;
	background-position: right top;
	list-style-type: none;
	float: left;
}

#Header #Menu div.SubMenuContainer {
	position: absolute;
	width: 790px;
	height: 100px;
	left: 2px;
	top: 35px;
	visibility: hidden;
	overflow:hidden;
}
#Header #Menu li.MenuItem:hover div.SubMenuContainer   {
	visibility: visible;
}
#Header #Menu div.SubMenu {
	position: relative;
	margin-top:7px;
}
#Header #Menu div.SubMenu div.SubMenuLeft {
	background-image: url(../images/header/submenu_left.png);
	position:relative;
	float:left;
	height:25px;
	width:5px;
}
#Header #Menu div.SubMenu div.SubMenuRight {
	background-image: url(../images/header/submenu_right.png);
	position:relative;
	float:left;
	height:25px;
	width:7px;
}
#Header #Menu div.SubMenu ul.SubMenuList {
	position:relative;
	float:left;
	height:35px;
	margin: 0px;
	padding:0px;
	font-size: 14px;
	font-weight:bold;
	background-image: url(../images/header/submenu_back.png);
}

#Header #Menu li.SubItem   {
	list-style-type: none;
	padding-top:1px;
	height:34px;
	float:left;
	width:130px;
	text-align:center;
}
#Header #Menu li.SubItem:hover {
	background-image: url(../images/header/submenu_hover.png);
}
#Header #Menu li.SelectedSubItem {
	background-image: url(../images/header/submenu_selected.png);
	background-position: top;
	list-style-type: none;
	padding-top:4px;
	height:31px;
	float:left;
	width:130px;
	text-align:center;
}

#Header #Menu a {
	color: #606060;
}
#Header #Menu a:hover {
	text-decoration:none;
}

#Content {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ff964b;
	border-left-color: #ff964b;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #ff964b;
	position: relative;
	overflow: hidden;
	min-height: 100%;
	padding-top: 170px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	background-repeat: no-repeat;
	background-color: #555555;
}
#Content #Title  {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	position: relative;
	z-index:1;
}

#SwitchLang  {
	position: relative;
    width: 790px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 13px;
    text-align: right;
}
#Footer {
	position: relative;
    width: 790px;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	height:20px;
	color: #ff7d33;
	margin-top:2px;
}
#Footer div#LeftFoot {
	float:left;
	text-align:left;
	width:200px;
}
#Footer div#RightFoot {
	float:right;
	text-align:right;
	width:200px;
}
#Footer div#CenterFoot {
	width:60px;
	margin-left:auto;
	margin-right:auto;
	cursor:pointer;
	text-align:center;
}
#Footer div#CenterFoot:hover p {
	text-decoration:underline;
	color: #ff964b;
}
#Footer div#AboutBox {
	position:absolute;
	width:269px;
	height:219px;
	bottom:23px;
	left:264px;
	background-image: url(../images/about/back.png);
	visibility:hidden;
	z-index:10;
    font-family: Verdana,Arial,Helvetica,sans-serif;
	text-align:left;
	cursor:auto;
	overflow:hidden;
}
#Footer div#CenterFoot:hover div#AboutBox {
	visibility:visible;
}
#Footer div#AboutBox div#AboutMe {
	position:absolute;
	top:40px;
	left:13px;
	color:#555555;;
}
#Footer div#AboutBox div#AboutMe a {
	color:#777777;;
}
#Footer div#AboutBox div#AboutCode {
	position:absolute;
	top:115px;
	left:13px;
	right:13px;
	color:#CCCCCC;
}
#Footer div#AboutBox div#AboutCode img {
	float:right;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 26px;
}
a   {
	text-decoration: none;
	color: #ff7d33;
}
a:hover  {
	color: #ff964b;
	text-decoration:underline;
}
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
hr {
	color:#ffa552;
	background-color:#ffa552;
	height:1px;
	border:0;
	margin-top:15px;
	margin-bottom:15px;
	clear:both;
}
h1 {
	margin-top: 0px;
	text-align: center;
	visibility: hidden;
}
h2   {
	padding-top: 2px;
	margin-top: 15px;
	margin-bottom: 10px;
	padding-left: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #ff964b;
	border-bottom-color: #ff964b;
	height: 22px;
	font-weight: bold;
    font-size: 16px;
	clear:both;
}
h2.hidden {
	visibility:hidden;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;
	height:0px;
}
h3 {
	font-size: 16px;
    font-weight: bold;
    margin-top: 3px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

div.SlideShow {
	width:   300px;
	height: 225px;
	margin-left:20px;
	margin-bottom:10px;
	float:right;
	overflow: hidden;

    border:  1px solid #ffa552;
	-moz-border-radius: 2px 2px;
}
div.SlideShow h3 {
	position: relative;
	top:-19px;
	right: 0px;
	height:19px;
	float:right;

	font-size: 12px;
	font-weight: bold;
    text-decoration:none;

	margin: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 5px;
	padding-left: 5px;

	background-image: url(../images/picviewer/titleback.png);
	visibility: hidden;
}
div.SlideShow img       {
    width:  300px;
    height: 225px;
    top:  0;
    left: 0;
}

div.centered {
	width:60%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}








div.home {
	padding-top: 220px !important;
}
div.home #video {
	position:relative;
	width:400px;
	height:225px;
	margin-left:175px;
	margin-top:10px;
	margin-bottom:10px;
    border:  1px solid #ffa552;
	-moz-border-radius: 2px 2px;
}
div.home #news {
	width: 280px;
	margin-left:20px;
	margin-bottom:10px;
	float:right;
    border:  1px solid #ffa552;
	-moz-border-radius: 2px 2px;
	padding:10px;
}
div.home #news h1 {
	visibility:visible;
	font-size:18px;
	margin-bottom:5px;
	margin-top:5px;
}


div.situation {
	padding-top: 200px !important;
}
div.situation #diapo {
	position: absolute;
	left: 0px;
	top: 0px;
}
div.staff h3 {
	text-align:center;
}

div.pictures div#imgList {
	text-align:center;
}
div.pictures div#imgList img {
	margin:3px;
}
div.pictures div#fullFrame {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:#000000;
	background-repeat: no-repeat;
	background-position:center;
	z-index:20;
	visibility:hidden;
}
div.pictures div#fullFrame div#fullImage {
	position:absolute;
	top:10px;
	left:10px;
	right:10px;
	bottom:40px;
}
div.pictures div#fullFrame div#bar {
	position:absolute;
	height:26px;
	left:0px;
	right:0px;
	bottom:0px;
	background-image:url(../images/picviewer/titleback.png);
	background-repeat:repeat-x;
	padding-top:4px;
	font-size: 20px;
    font-weight: bold;
	text-align:center;
}
div.pictures div#fullImage img {
	position:absolute;
	left:50%;
	top:50%;
}
div.pictures div#fullFrame div#goLeft {
	position:absolute;
	background-image:url(../images/picviewer/arrow_l.png);
	background-repeat:no-repeat;
	background-position:left;
	left:0px;
	top:50%;
	height:10000px;
	width:100px;
	margin-top:-5000px;
	cursor:pointer;
}
div.pictures div#fullFrame div#goRight {
	position:absolute;
	background-image:url(../images/picviewer/arrow_r.png);
	background-repeat:no-repeat;
	background-position:right;
	right:0px;
	top:50%;
	height:10000px;
	width:100px;
	margin-top:-5000px;
	cursor:pointer;
}

div.wines div.comment {
	font-size: 12px;
	font-style: italic;
	margin-top: -5px;
	margin-bottom: 10px;
	color: #ff964b;
	position: relative;
}

div.road iframe {
	width:750px;
	height:500px;
}
div.bus div#center {
	text-align:center;
}
div.train label.leftCol {
	display: block;
	float: left;
	width: 160px;
	text-align: right;
	margin: 0 1em 0 0;
	padding: 0.1em;
}
div.train #calendarContainer  {
	width: 220px;
	height: 170px;
	position: absolute;
	left:420px;
}
div.train #calendarButton {
	position: relative;
	left: 40px;
}

div.contact #leftCol {
	float:left;
	width:49%;
	text-align:right;
	margin-bottom:10px;
}
div.contact #rightCol {
	float:right;
	width:48%;
	margin-bottom:10px;
}

div.links div.LinkItem {
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	overflow: hidden;
	padding: 5px;
	margin: 0px;
}
div.links div.LinkItem img  {
	float: right;
}

div.gift label.leftCol {
	display: block;
	float: left;
	width: 235px;
	text-align: right;
	padding: 0.1em;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
}
div.gift #Confirm span {
	text-align: right;
	position: relative;
	width: 375px;
	display: block;
	float: left;
	margin-right: 5px;
}

div.book form#newMessage {
	position:relative;
	width:500px;
	margin-left:auto;
	margin-right:auto;
}

div.book div.messOK {
	text-align:center;
	color:green;
    font-size: 20px;
}
div.book div.messErr {
	text-align:center;
	color:#CC0000;
    font-size: 20px;
}

div.book form#newMessage label.leftCol {
	position:relative;
	display:block;
	float:left;
	width:90px;
	height:20px;
	text-align:right;
	padding-right:10px;
}
div.book form#newMessage *.input {
	position:relative;
	width:290px;
}
div.book form#newMessage div#antiSpam img {
	float:left;
	margin-right:10px;
}
div.book form#newMessage div#antiSpam input {
	margin-top:5px;
	width:100px;;
}
div.book div.message {
	margin-top:5px;
	margin-bottom:5px;
}
div.book div.message h3 {
	border-top-width:1px;
	border-top-style:solid;
	padding-top:2px;
	margin-bottom:7px;
}
div.book div.message span {
	float:right;
    font-style: italic;
	font-size:14px;
	margin-top:2px;
}
div.book div.message p {
}
div.book div#pageList {
	text-align:center;
}
