/*** default styles
******************************************************************/

/** Global White Space Reset */
* {
 padding: 0;
 margin: 0;
}

select * {
 padding: 0 0.5em;
}

ul, ol {
 list-style: none;
}

img, a img, :link img, :visited img, object, fieldset {
 border: none;
}

address {
 font-style: normal;
}

:link, :visited {
 text-decoration: none;
}

/*** major document sections
******************************************************************/

/*** body
*********************************/
body {
 background: #F3FFEF;
 color: #000;
 font-family: arial, helvetica, sans-serif;
 font-size: x-small;
 text-align: center;
 voice-family: "\"}\"";
 voice-family: inherit;
 font-size: small;
}

.dummy {} /** déclaration factice */

/*** container-outer
*********************************/
#pagewidth {
 margin: 0 auto 30px auto;
 width: 751px;
 text-align: left;
 font-size: 85%;
}

/*** header
*********************************/
#header {
 width: 751px;
}

#header .content {
 width: 749px; /* IE */
 border-left: 1px #000 solid;
 border-right: 1px #000 solid;
 background-color: #147803;
 background-repeat: no-repeat;
 background-position: 0% 100%;
}
	#accueil #header .content{
	 padding-bottom: 271px;
	}

#header .content div {
 border-bottom: 1px #000 solid;
 padding: 10px;
 background-color: #147803;
}

#header p {
 /*float: right;*/
 text-align: right;
 color: #fff;
 font-size: 11px;
}

/*** nav-main, nav-two
*********************************/
#nav-main {
 width: 751px;
 height: 82px;
 background: transparent url(/style/fond-menu-golf.gif) no-repeat top left;
}

#nav-main ul {
 padding: 4px 40px 0px 0px;
 margin-left: 1px;
 list-style-type: none;
 font-size:8pt;
}

#nav-main ul ul{
 margin: 0;
 padding: 0;
}

#nav-main li{
 float: left;
 margin: 0;
 padding: 0 4px;
 border-right: 1px solid #fff;
 list-style-type: none;
 text-align: center;
 height: 15px;
 font-weight: bold;
 color: #d8efd1;
}

#nav-main li li{
 float: none;
 margin: 0;
 padding: 0 4px;
 list-style-type: none;
 border: none;
 text-align: left;
 line-height: 8px;
}

* html #nav-main ul ul li{width: auto;}/* ie6 */ 

#nav-main ul a{
 display: block;
}

#nav-main a:link, #nav-main a:visited {
 color: #D8EFD1;
 text-decoration: none;
 font-weight: bold;
}

#nav-main a:focus, #nav-main a:hover {
 color: #fff;
}

#nav-main ul ul {
 visibility: hidden;
 background-color: #147803;
 position: absolute;
}

* html #nav-main ul ul{margin: 15px 0 0 -75px;}
* html #nav-main ul ul li{line-height: 12px;}
* html #smenu-cadre{width: 220%;}
* html #smenu-golf{width: 305%;}
* html #smenu-competition{width: 90%;}
* html #smenu-actualites{width: 200%;}
* html #smenu-restauration{width: 103%;}
* html #smenu-hebergement{width: 125%;}

/*** main
*********************************/
#main {
 width: 751px ;
 border-bottom: 1px #000 solid;
 background: transparent url(/style/fond_corps.gif) repeat-y top left;
}

#main .content {
 padding: 5px 10px 15px 10px;
 min-height: 300px;
}

* html #main .content {
 height: 300px; 
}

#main p{font-size: 11px;}

/*** column
*********************************/
.coll {
 float: left;
 width: 570px;
 padding-top: 1em;
}

.colr {
 float: right;
 width: 135px;
 padding-top: 1em;
}

.col2 {
 float: left;
 width: 48%;
 margin-right: 10px;
}

/*** footer
*********************************/
#footer {
 width: 751px;
 color: #666;
}

#footer .content {
 padding: 10px 0;
}

#footer address {
 float: left;
}

#footer p {
 float: right;
 text-align: right;
}

#footer p a:link, #footer p a:visited {
 color: #666;
 text-decoration: underline;
}

/*** Malarkey Image Replacement (MIR)
*********************************/
.mir { letter-spacing : -1000em; }
/* Just for Opera, but hide from MacIE */
/*\*/html>body .mir { letter-spacing : normal; text-indent : -999em; overflow : hidden;}
/* End of hack */

.mir a {
 text-indent: -999em;
 overflow: hidden;
}


/*** Contained Floats
*********************************/
.clearfix:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
		
/*** minor document sections
******************************************************************/

.clear {clear: both;}
.bloc {display: block;}

/*** a
*********************************/
a:link, a:visited {color: #008000;}
a:focus, a:hover {
 color: #008000;
 text-decoration: underline;
}

/*** dl
*********************************/
#main dl {
 margin-bottom: 1em;
 font-size: 11px;
}

#main dl.article {
 margin-bottom: 2em;
 font-family: 'Trebuchet MS';
}

#main dl.article dt {
 font-size: 150%;
}

#main dl.article dd.info {
 padding-bottom: 0.5em;
 color: #666;
 font-weight: bold;
}

#main .colr dl.article dd.info {
 color: #fff;
}

#main dl.article img {
 float: left;
 margin: 0 0.5em 0.5em 0;
}

#main dl.article .prix {
 font-size: 150%;
 font-weight: bold;
}

/*** form
*********************************/
form {
 line-height: 200%;
 margin-left: 35px;
}

form ul {
 list-style-type: none;
}

form ul * {
 font-size: 9pt;
}

form .etoile{
 color:red;
}

form .resultat {
 margin: 0 1em 1em 0;
 border-top: 1px solid #c0c0c0;
 border-bottom: 1px solid #c0c0c0;
 padding: 1em 0;
 font-weight: bold;
 color: red;
}

/*** h
*********************************/
h1 {
 float: left;
}

h1 a span{ /* header */
 display: block;
 background: #147803 url(/style/logo.gif) no-repeat top left;
 width: 338px;
 height: 91px;
 font-size: 250%;
 text-indent: -700em;
}

h1 a:focus, h1 a:hover {
 text-decoration: none;
}

h2 {
 margin-bottom: 10px;
 font-family: 'Trebuchet MS', sans-serif;
 text-transform: uppercase;
 font-size: 23px;
 background: transparent url(/style/titre.gif) no-repeat top left;
 border-bottom: 1px dashed #D9D9D9;
 padding: 0 0 0 95px;
}

	.colr h2 {
	 font-size: 150%;
	}

h3 {
 margin-bottom: 1em;
}

h4{
 font-family: arial;
 font-weight: bold;
 font-size: 14px;
 margin: 0 0 5px 0;
 border-top: 4px dotted;
 color: #FFEB09;
 padding: 5px 0 0 0;
}
	#chef h4{
	 background: transparent url(/img/restaurant/ardoise.jpg) no-repeat top center;
	 height: 188px;
	}

h5{
 font-family: arial;
 font-weight: bold;
 font-size: 14px;
 color: #147803;
 padding: 10px 0 5px 0;
}

/*** p
*********************************/
#main p {
 margin-bottom: 1em;
}

#main p.back {
 text-align: right;
}

/*** ul
*********************************/
#main ul {
 margin-bottom: 1em;
 font-size: 11px;
}

ul.carre {
 margin-left: 20px;
 list-style-type: square;
}

li.title{
 list-style-type: square;
}

li.title strong{
 color: green;
}

ul.list{
 list-style-type: disc;
 list-style-position: outside;
 padding: 10px 10px 0 20px;
 font-size: 11px;
}
	#golf ul.list{width: 33%; float: left; font-size: 11px;}
	#enseignement ul.list{width: 55%; float: left; font-size: 11px; line-height: 15px;}

ul.list li{
 padding: 2px 0;
}

ul.list li.picto_handicap{
 background: transparent url(/img/restaurant/picto_handicap.gif) no-repeat;
 padding: 0 0 2px 27px;
}

ul.list li.picto_parking{
 background: transparent url(/img/restaurant/picto_parking.gif) no-repeat;
 padding: 0 0 0 27px;
}

/*** img
*********************************/
#golf img, #restaurant img{
 float: left;
}

img #cv{
 float: left;
}

/*** table
*********************************/
table.tab_tarifs{
 border: 1px solid #147803;
 font-size: 11px;
}

table.tab_tarifs td{
 border: 1px solid #147803;
 padding: 2px;
 text-align: center;
}

td.green{
 color: #fff;
 background-color: #147803;
 font-weight: bold;
}

td.center{
 text-align: center;
}

/*** p
*********************************/
p.text_photo, div.text_photo{
 float: left;
 width: 38%;
 padding: 20px 0 0 0;
}
	#salle p.text_photo{width: 38%;}

/*** 
*********************************/
.trou {
 padding: 170px 100px 40px 0;
 background-color: transaprent;
 background-repeat: no-repeat;
 background-position: 0% 0%;
 display: none;
}

.trou dt, .trou dd {width: 250px;}
.trou dt {font-size: 200%;}

#trou1 {background-image: url(/style/golf-trou1.jpg); display: block;} /* bloc par défaut */
#trou2 {background-image: url(/style/golf-trou2.jpg);}
#trou3 {background-image: url(/style/golf-trou3.jpg);}
#trou4 {background-image: url(/style/golf-trou4.jpg);}
#trou5 {background-image: url(/style/golf-trou5.jpg);}
#trou6 {background-image: url(/style/golf-trou6.jpg);}
#trou7 {background-image: url(/style/golf-trou7.jpg);}
#trou8 {background-image: url(/style/golf-trou8.jpg);}
#trou9 {background-image: url(/style/golf-trou9.jpg);}

.nav-page {
 margin-bottom: 1em;
 border-bottom: 1px solid #c0c0c0;
}

#contact #main .colr  a {
 color: #fff;
}

.encart {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 5px;
    background: #c0c0c0;
}

dl.list-article{
 margin: 0 0 5px 0;
}

dt.article-titre{
 color: #fff;
 font-weight: bold;
 font-size: 11px;
}

dd.article-titre{
 color: #666;
 font-weight: bold;
 font-style: italic;
}

dd.article-date{
 color: #fff;
}

dd.article-vignette{
 padding: 5px 0;
}

dl.list-article-long{
 display: none;
}

dt.article-long-titre{
 color: #147803;
 font-weight: bold;
 font-size: 14px;
 padding: 0 0 5px 0;
}

dd.article-long-titre{
 color: #666;
 font-weight: bold;
 font-style: italic;
 font-size: 14px;
 padding: 0 0 5px 0;
}
	.coll dd.article-long-titre{
	 color: #147803;
	}

dd.article-long-corps{
 line-height: 18px;
}

dd.article-long-photo{
 float: left;
 padding: 0 10px 5px 0px;
}

dd.article-long-prix{
 font-weight: bold;
 color: #666;
 font-size: 13px;
}

/*********table**********/
table#calendrier{
 border: 1px solid #147803;
 font-size: 11px;
}

table#calendrier td{
 border: 1px solid #147803;
 padding: 5px;
 text-align: center;
}

/*********a**********/
a.mail-header{
 color: #fff;
}
