/* Copyright RVB Productions 2008
http://www.rvbproductions.ch
contact@rvbproductions.ch */
.transparent {
	margin: 0px; 	
	padding: 0px;
	z-index:99;
	-moz-opacity:0.3;
	opacity: 0.3;
	filter:alpha(opacity=30);
}
.styleLogin {
	z-index:100;
	position: absolute;
	visibility: hidden;
	top:50%;
	left:50%;
	width: 470px;
	height: 270px;
	margin-top:-135px;
	margin-left:-240px;
	padding: 10px;
	background-color: #F7F7E7;
	border: solid 1px #E8ECCB;
}
.styleLoginBG {
	z-index:50;
	position: absolute;
	visibility: hidden;
	top:0px;
	left:0px;
	background-color: #999999;
	-moz-opacity:0.8;
	opacity: 0.8;
	filter:alpha(opacity=80);
}
.infobulle{
	z-index:100;
	position: absolute;
	visibility: hidden;
	border: solid 1px silver;
	padding: 10px;
	background-color: White;
	top:50%;
	left:50%;
	margin-top:-75px;
	margin-left:-175px;
}
body {
	background-image: url(../../Img/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px; 	
	padding: 0px;
}
/* header menu */
#header {
	background-image: url(../../Img/golf-club-vuissens.png);
	background-repeat: no-repeat;
	width: 780px;
	height: 105px;
	margin: 0px; 	
	padding: 0px;
	position: relative;
}
#header-content ul {
	font-family: Trebuchet MS, Times, serif;
	font-size: 16px;
	font-weight: 500;
	color: White;
	list-style: none;
	padding: 0; margin: 0;
	position: absolute;
    left: 235px; 
	top: 82px;
	border-bottom: none;
}
#header-content li {
	display: inline;
}
#header-content li a {
    float: left;
	display: block;
	padding: 0px 5px;
	color: White;
	text-decoration: none;
	border: solid 1px #100000;
	border-bottom: none;
}
#header-content li a:hover {
    float: left;
	display: block;
	padding: 0px 5px;
	color: #F0C873;
	text-decoration: none; 
	border: solid 1px #EEB02B;
	border-bottom: none;
}
#header-content li a#headcurrent  {
	color: #190801;
	background-color: #EEB02B;
}
#header-content li a:hover#headcurrent  {
	color: #190801;
	background-color: #EEB02B;
}
/* links */
a { 
	color: #7E963E;
	text-decoration: none; 
}
a:hover {
	color: #D2691E;
	border-bottom: 1px dashed #F0B12F;
	text-decoration: none; 
}
h1, h2, h3 {
	font-family: "Times New Roman", Times, serif;
	font-weight: 300;
	color: #7E963E;
	margin: 0px;
}
h1 {
   color: #7E963E;
 	/*background-image: url(../../Img/puce-logo.jpg);
 	background-repeat: no-repeat;
 	background-position: left;
	padding-left: 20px;*/
 	border-bottom: 1px dashed #B3C86B;
 	font-size: 24px;
}
.contenuPrincipal{
	background-color: #F7F7E7;
	padding: 20px 10px 10px 25px;
	margin: 0px 10px 10px 10px;
	border: solid 1px #E8ECCB;
}
.contenuDroite{
	background-color: #F9F7EE;
	padding: 20px;
	margin: 10px;
	margin-top: 0px;
	margin-left: 0px;
	border: solid 1px #F4EEDC;
}
/* sidebar */
#sidebar {
	font-family: Trebuchet MS, Times, serif;
	color: Gray;
	font-size: 15px;
	margin-right: 10px;
	width: 185px;
}	
#sidebar h2 {
	background-image: url(../../Img/bg-header.jpg);
	background-repeat: repeat-x;
	color: #9F8D37;
	font-size: 24px;
	padding: 5px;
	border-bottom: 1px solid #E4E4E0;
}
#sidebar h3 {
	background-image: url(../../Img/bg-header.jpg);
	background-repeat: repeat-x;
	color: #9F8D37;
	font-size: 22px;
	padding: 5px;
	border-bottom: 1px solid #E4E4E0;
}
.sidebox {
	background-color: #F5F5F4;
	border: 1px solid #E4E4E0;
	margin-bottom: 10px;
}
/* sidebar menu */
#sidebar ul.sidemenu {
	list-style:none;
	margin: 0px;
	padding-left: 10px;	
}
#sidebar ul.sidemenu li {
	padding: 0px;
}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:normal;
	color: Gray;
	height: 1.5em;	
	padding:.3em 0 .3em 15px;
	line-height: 1.5em;
	border-bottom: 1px dashed #D4D4D4;
	text-decoration:none;
}
#sidebar ul.sidemenu a#current{
	display:block;
	font-weight:normal;
	color: Gray;
	height: 1.5em;	
	padding:.3em 0 .3em 15px;
	line-height: 1.5em;
	border-bottom: 1px dashed #D4D4D4;
	border-left: 5px solid  #F0B12F;
	text-decoration:none;
}
#sidebar ul.sidemenu a.top {	
	border-top: none;
}
#sidebar ul.sidemenu a.bottom {	
	border-bottom: none;
}
#sidebar ul.sidemenu a.bottom#current {	
	border-bottom: none;
}
#sidebar ul.sidemenu a:hover {
	padding: .3em 0 .3em 10px;
	border-left: 5px solid  #F0B12F;
	color: #F0B12F;
	background-color: White;		
}
.texte{
	font-family: Trebuchet MS, Times, serif;
	color: Gray;
	font-size: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	letter-spacing: 0px;
}
.texteDroite{
	font-family: Trebuchet MS, Times, serif;
	color: Gray;
	font-size: 13px;
	margin: 10px;
	margin-top: 5px;
}
.textePetit{
	font-family: Trebuchet MS, Times, serif;
	color: Gray;
	font-size: 13px;
}
#footer{
	text-align: center;
	color: #9B9B9B;
	background-image: url(../../Img/bg-header.jpg);
	background-repeat: repeat-x;
	font-family: Trebuchet MS, Times, serif;
	font-size: 12px;
	margin: 0px 10px 10px 10px;
	padding: 20px;
	border: 1px solid #E4E4E0;
}
#footer a {
	color: #556B2F;
	text-decoration: none;
	border: none;
}
#footer a:hover {
	color: #D2691E;
	text-decoration: none;
	border: none;
}
/* images */
#image {
	background-color: white;
	border: solid 1px silver;
	margin-right: 10px;
	padding: 5px;
	float: left;
}
#imageSansBord {
	padding: 5px;
	float: left;
}
blockquote {
	margin: 15px;
	padding: 20px;
	background-color: White;
	background-image: url(../../Img/bg-block.jpg);
	background-repeat: no-repeat;
	border: 1px solid #F5E6CF;
	border-left: 5px solid #F5E6CF;
	font-family: Trebuchet MS, Times, serif;
	color: #9D9D9D;
	font-size: 14px;
	font-weight: bold;
}
legend	{
    font-family: "Times New Roman", Times, serif;
	font-weight: 300;
	font-size: 20px;
	color:#9F8D37;
	margin: 0px;
}