/* CSS Document */

body {
	background-image: url(../images/bkg.png);
	background-repeat: repeat-x;
	/*background-color: #F4F4F4;*/
	font-family: 'Lucida sans unicode', Arial, Verdana;
}

img {
	border: none;
}

h2 {
	margin-top: 0px;
	font-size: 16px;
}

h3 {
	margin-top: 0px;
	font-size: 14px;
}

h4 {
	margin-top: 0px;
	font-size: 12px;
	line-height: 5px;
}

a {
	color: #2C4958;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#main {
	margin: 0 auto;
	width: 950px;
	min-height: 630px;
}

#header {
	position: relative;
	left: 20px;
	background-image: url(../images/header2.png);
	background-repeat: no-repeat;
	width: 662px;
	height: 100px;
}

#menu {
	position: relative;
	background-image: url(../images/menu.png);
	background-repeat: no-repeat;
	width: 950px;
	height: 57px;
	margin-bottom: 10px;
}

#menu li {
	float: left;
	list-style-type: none;
	margin-top: 1px;
}

#menu li a{
	color: #FFFFFF;
	font-size: 13px;
	text-align: center;
	padding-top: 14px;
	padding-bottom: 21px;
	text-decoration: none;
	display: block;
}

#menu li a:hover {
	background-image: url(../images/menuHover.png);
	background-repeat: repeat-x;
}

/* Avec l'onglet english version padding: 0 23px; */

#menu li a span{
	border-left: 1px dotted #8CC4C4;
	height: 15px;
	padding: 0 35px;
}	

#lang a {
	margin-left: 20px;
	color: #FFFFFF;
	font-size: 11px;
}

.firstBorder {
	margin-left: -15px;
	padding: 0 24px;
	display: block;
}

.firstBorder a {
	display: block;
}

#content {
	min-height: 340px;
}

#container {
	position: relative;
	top: 15px;
	left: 90px;
	width: 770px;
	margin: auto;
	border: 3px solid white;
	float: left;
}

#container ul {
	padding: 0;
}

#borderRight {
	position: relative;
	top: 15px;
	left: 90px;
	background-image: url(../images/borderRightBox.png);
	background-repeat: no-repeat;
	width: 8px;
	height: 305px;
	float: left;
}

#borderBottom {
	position: relative;
	top: 320px;
	//top: 14px;
	left: 93px;
	background-image: url(../images/borderBottomBox.png);
	background-repeat: no-repeat;
	width: 781px;
	height: 8px;
}

.clear {
	float: none;
	clear: both;
}

#promo {
	margin-top: 10px;
}

#promoTop {
	background-image: url(../images/promoTop.png);
	background-repeat: no-repeat;
	width: 950px;
	height: 16px;
}

#promoContent {
	background-image: url(../images/promoContent.png);
	background-repeat: repeat-y;
	width: 920px;
	min-height: 20px;
	color: #FFFFFF;
	font-size:13px;
	padding: 0 15px;
}

#promoContent a{
	color: #33CCFF;	
}

#promoContent div {
	line-height: 15px;
}

#promoBottom {
	background-image: url(../images/promoBottom.png);
	background-repeat: no-repeat;
	width: 950px;
	height: 20px;
}

#footer {
	width: 100%;
	font-size: 9px;
	text-align: center;
	color:#333333;
}

#vmenu {
	width: 190px;
	float: left;
	margin-right: 20px;
	font-size: 13px;
}

#vmenuTop {
	background-image: url(../images/vmenuTop.png);
	height: 13px;
}

#vmenuContent {
	border-bottom-color: gray;
}

#vmenuContent table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
}

#vmenuContent td.content {
	color: #FFFFFF;
	border-bottom: 1px solid #AAA;
	border-top: 1px solid #AAA;
	border-right: 1px solid #CCC;
	background-color: #D4D4D4;
}


/* Lorsque l'élément de menu vertical est sélectionné */
#vmenuContent td.contentHover {
	color:#FFFFFF;
	background-repeat:no-repeat;
	background-image: url(../images/selectVMenu.png);
	background-position: left;
	background-color: #11161A;
	border-bottom: 1px solid #AAA;
	border-top: 1px solid #AAA;
	border-right: 1px solid #11161A;
	padding: 5px 8px 5px 21px;
}

#vmenuContent td.shadow {
	background-image: url(../images/vmenuContent.png);
	background-repeat: repeat-y;
	width: 6px;
	border: none;
}

#vmenuContent td.content:hover {
	background-repeat:no-repeat;
	background-image: url(../images/selectVMenu.png);
	background-position: left;
	background-color: #11161A;
	border-right: 1px solid #11161A;
	color:#FFFFFF;
}

#vmenuContent a {
	color: #000000;
	text-decoration:none;
	display: block;
	padding: 5px 8px 5px 20px;
}

#vmenuContent a:hover {
	color: #FFFFFF;
}

#vmenuBottom {
	background-image: url(../images/vmenuBottom.png);
	height: 20px;
	margin-top: 0px;
}

#vmenuTxt {
	width: 190px;
	margin-right: 20px;
	margin-bottom: 20px;
	font-size: 12px;
}

#vmenuContentTxt {
	width: 190px;
	background-repeat:repeat-y;
	background-image: url(../images/vmenuContentTxt.png);
	padding: 2px 10px;
}

#vmenuBlock {
	float: left;
}

/*------------------- big box content ----------------------*/
#bigBoxTop {
	background-image: url(../images/bigBoxTop.png);
	background-repeat: no-repeat;
	height: 15px;
}
	
#bigBoxContent {
	background-image: url(../images/bigBoxContent.png);
	background-repeat: repeat-y;
	min-height: 300px;
	padding: 0 15px;
	font-size: 12px;
}

#bigBoxBottom {
	background-image: url(../images/bigBoxBottom.png);
	background-repeat: no-repeat;
	height: 20px;
}

/*------------------- small box content ----------------------*/
#smallBox {
	float: left;
	width: 740px;
}

#smallBoxTop {
	background-image: url(../images/smallBoxTop.png);
	background-repeat: no-repeat;
	height: 15px;
}
	
#smallBoxContent {
	background-image: url(../images/smallBoxContent.png);
	background-repeat: repeat-y;
	min-height: 300px;
	padding: 0 15px;
	font-size: 12px;
}

#smallBoxBottom {
	background-image: url(../images/smallBoxBottom.png);
	background-repeat: no-repeat;
	height: 20px;
}

#show {
	float: left;
	padding-top: 15px;
}

.show2 {
	padding: 10px 20px 10px 0;
}

/*--------- Storke Saver ------------------*/
#strokeSaver table{
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 11px;
}

#strokeSaver td, #strokeSaver th{
	border: 1px solid #F0E9E3;
}

#strokeSaver th{
	font-weight: bold;
}

#strokeSaver th.left{
	text-align: left;
	padding-left: 4px;
	padding-right: 6px;
}

.distance td{
	padding: 3px 4px;
}

#strokeSaver thead {
	background-color:#999;
	font-weight: bold;
	text-align: center;
}

#strokeSaver thead a {
	display: block;
	background-color: #999;
	color: #000;
	text-decoration:none;
}

#strokeSaver thead a:hover {
	background-color: #11161A;
	color: #FFF;
}

.SSselected {
	background-color: #11161A;
	color: #FFF;
}

#strokeSaver tbody {
	text-align: center;
}

.birdie {
	background-image: url(../images/birdie.png);
	background-repeat: no-repeat;
	background-position:center;
}

.bogey {
	background-image: url(../images/bogey.png);
	background-repeat: no-repeat;
	background-position:center;
}

.par {
	font-weight: bold;
	text-align: center;
	background-color: #CCCCCC;
}

#strokeSaver img {
	padding: 15px 60px;
}

#conditions img {
	vertical-align: middle;
	padding: 0 10px;
	float: right;
}

#conditions table {
	width: 400px;
	border: 1px solid #CCC;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 13px;
}

#conditions td {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 5px 10px;
}

.conditionOK {
	background-color: #E2FAEC;
}

.conditionKO {
	background-color: #FFF4F8;
}

fieldset {
	width: 140px;
	float:left;
}

legend {
	font-size: 12px;
}

label {
	margin-top: 7px;
	margin-bottom: 2px;
	display: block;
}

input.wrong {
	background-color: #FD9396;
}

select.wrong {
	background-color: #FD9396;
}

label.wrongTxt {
	color: #FB3136;
}

#formGF, #formHotel {
	width: 650px;
	min-height: 360px;
	padding: 0px 17px;
	margin-top: 10px;
	color: #333;
}

#formGF form, #formHotel form {
	margin-bottom: 20px;
}

#formGF h4, #formGF label {
	font-size: 13px;
	width: 150px;
	color: #333;
	float: left;
}

#formHotel h4, #formHotel label{
	font-size: 13px;
	width: 250px;
	color: #333;
	float: left;
}

#formGF input, #formHotel input {
	margin-right: 15px;
}

/*Tableau des prix page Green Fee*/

#tabGreenFee {
	margin-right: 20px;
}

#tabGreenFee table{
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 11px;
}

#tabGreenFee thead td {
	font-size:10px;
	font-weight: bold;
	text-align: center;
	padding: 2px 10px;
	width: 200px;
	border: 1px solid #999;
}

#tabGreenFee tbody td, th{
	border: 1px solid #999;
	empty-cells: show;
	width: 100px;
}

#tabGreenFee tbody th {
	text-align: left;
	font-weight: normal;
	padding: 2px 5px;
	width: 250px;
}

#tabGreenFee td {
	text-align: center;
}

#greenFeeBox {
	float:left;
	margin-right: 35px;
	padding: 10px;
	width:200px;
	height: 125px;
	border: 2px solid #666;
	font-weight: bold;
	text-align: justify;
	background-color: #CCCCCC;
	
}

#greenFeeBox img {
	margin-top: 10px;
}

.ete {
	background-color: #FEECD8;
}

.hiver {
	background-color: #D8F5FE;
}

#jouer h3 {
	display: block;
	background-color: #CCCCCC;
	cursor: pointer;
}

#jouer h3 img {
	padding-left: 5px;
	padding-right: 10px;
}

.pricePro1 table {
	empty-cells: show;
}

.pricePro1 td {
	border: 1px solid #999;
	text-align: center;
	width: 130px;
	height: 30px;
	empty-cells: show;
}

.pricePro1 th {
	width: 120px;
	background-color: #CCC;
}

.calendar {
	float: left;
}

.calendar td {
	width: 70px;
	background-color: #D4D4D4;
}

.calendar th {
	color: #333;
}

.calendarSel {
	background-color: #11161A;
}

.calendar td:hover {
	background-color: #11161A;
	color: #FFF;
}

.calendar a {
	display: block;
	padding: 2px 8px;
	text-decoration: none;
}

.calendar a:hover {
	color: #FFF;
}

.calendarDesc {
	 float: left;
	 margin-left: 50px;
	 width: 525px;
}

#menuHisto {
	margin-left: -40px;
}

#menuHisto li {
	float: left;
	list-style-type: none;
	margin-top: 1px;
	width: 230px;
	
	border: 1px solid #666;
	font-weight: bold;
	color: #FFF;
}

#menuHisto li a{
	color: #FFF;
	background-color:#999999;
	font-size: 13px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	display: block;
}

#menuHisto li a:hover {
	background-color:#CCC;
}

#palmares table {
	width: 420px;
}

#palmares td{
	border: 1px solid #666;
	padding: 2px 3px;
}

#palmares th{
	width: 1%;
}

#meteo {
	float: right;
	margin: 40px 60px 0 0;
	text-align: center;
}