/* CSS Document */
/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */


/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* no list-markers by default, since lists are used more often for semantics */
ol { list-style:none }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ol,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none}

/* de-italicize address */
address { font-style:normal }

/* more varnish stripping as necessary... */

body{
	margin:0px;
	color:#FFFFFF;
	background-color:#000000;
	line-height:20px;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:justify;

}
a{
	text-decoration:none;
	color:#9C0;
}

a:hover{
	text-decoration:underline;
	color:#FFF;
}


.conteneur{
	width: 905px;
	height:100%;
	margin:0px auto;	

}
#menu{
	background-image:url(../images/bg_menu.png);
	background-repeat:repeat-x;
	height:47px;
	position:absolute;
	width:100%;
	z-index:9999;
	}
#centre_menu{
	width: 950px;
	height:100%;
	margin:0px auto;	
z-index:9999;
	}
#header{
	background-image:url(../images/bg_gazon.jpg);
	background-position:center;
	background-repeat:repeat-x;
	height:395px;
	z-index:2;
	}
#headerGolf {
	background-image:url(../images/headerGolf.jpg);
	background-position:center;
	background-repeat:repeat-x;
	height:395px;
}

	
#logo {
	width:243px;
	position:relative;
	padding-left:20px;
	padding-right:20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#photo{
	width: 905px;
	height:100%;
	margin:0px auto;
	}
	
#bg_gris{
	background-color:#101010;
padding-bottom:30px;
	}
#colonne_gauche{
	background-image:url(../images/cadre_noir.gif);
	background-repeat:no-repeat;
	background-position:top;
	width:243px;
	float:left;
	position:relative;
	margin-top:-57px;
	padding-left:20px;
	padding-right:20px;

	}
#colonne_droite{
	float:left;
	width:600px;
	padding-left:10px;
	padding-right:10px;
	padding-top:35px;

	}


#colonne_gauche_noir{

	width:243px;
	float:left;
	padding-left:20px;
	padding-right:20px;

	}
#colonne_droite_noir{
	float:left;
	width:600px;
	padding-left:10px;
	padding-right:10px;
	padding-top:35px;

	}
.gris{
	color:#949494;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	}
a.bt_gauche{
	margin-left:10px;
	margin-top:15px;
	display:block;
	
	}

a.sous_menu{
	margin-left:10px;
	margin-top:8px;
	border-bottom:#404040 1px solid;
	display:block;
	width:210px;
	letter-spacing:-0.3px;
	font-size:12px;
	padding-left:10px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	}
	
a:hover.sous_menu{
	margin-left:10px;
	margin-top:8px;
	border-bottom:#404040 1px solid;
	display:block;
	width:210px;
	letter-spacing:-0.3px;
	font-size:12px;
	padding-left:10px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	background-color: #9C0;
	}
	
#footer{
	text-align:center;
	font-size:10px;
	padding-bottom:40px;
	padding-top:40px;
	}
#footer a{
	text-align:center;
	font-size:10px;
	color:#666;
	}
h1{
	font-size:18px;
	color:#9C0;
	}
h2{
	font-size:18px;
	color:#EF4035;
	}
h3{
	font-size:18px;
	color:#9C0;
	}
.vert{
	font-size:18px;
	color:#9C0;
	}
.blanc{
	font-size:18px;
	color:#ffffff;
	}

.titreBlanc {
	font-size:24px;
	color:#FFFFFF;
}

	
.titreVert {
	font-size:24px;
	color:#9C0;
}

a.bt_carte {
	padding:1px;
	margin-top:5px;
	width:150px;
	display:block;
	float:right;
	color:#9C0;
	text-align: center;
}

a:hover.bt_carte {
	padding:1px;
	margin-top:5px;
	width:150px;
	display:block;
	float:right;
	color:#FFF;
	background-color: #FFF;
	background-image: url(../images/transparent.png);
	background-repeat: repeat;
	}

