* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	
}



html {
	width: 100%;
	height: 100%;
	font-size: 12px;
}
body {
	background-image: url(../img/body_bg.gif);
	background-repeat: repeat;
	width: 100%;
	height: 100%;
}

.body_table {
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
}

#contenant {
	margin: 0 auto;
	width: 993px;
}

#top_gauche {
	width: 307px;
	height: 366px;
	background-image: url(../img/bg_top_gauche.png);
	background-repeat: no-repeat;
	float: left;
	padding-left: 26px;
	padding-right: 15px;
}

#top_gauche2 {
	width: 307px;
	height: 396px;
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	padding-left: 26px;
	padding-right: 15px;
}

.gauche1 { background-image: url(../img/gauche1.png); }
.gauche2 { background-image: url(../img/gauche2.png); }
.gauche3 { background-image: url(../img/gauche3.png); }
.gauche4 { background-image: url(../img/gauche4.png); }
.gauche5 { background-image: url(../img/gauche5.png); }
.gauche6 { background-image: url(../img/gauche6.png); }
.gauche7 { background-image: url(../img/gauche7.png); }

.titre_accueil {
	background-image: url(../img/d_accueil.gif);
	background-repeat: no-repeat;
	color: #FFF;
	font-size: 20px;
	margin-top: 37px;
	padding-top: 37px;
	padding-bottom: 15px;
	padding-left: 70px;
	line-height: 18px;
	text-align: left;
}

h1.contact {
	background-image: url(../img/titre_nous_joindre.gif);
	background-repeat: no-repeat;
	padding-left: 70px;
	padding-top: 37px;
	padding-bottom: 15px;
	font-size: 20px;
	color: #41371d;
	line-height: 18px;
}

h1.reglements {
	background-image: url(../img/titre_reglements.gif);
	background-repeat: no-repeat;
	padding-left: 70px;
	padding-top: 37px;
	padding-bottom: 15px;
	font-size: 20px;
	color: #41371d;
	line-height: 18px;
}

h1.liens {
	background-image: url(../img/titre_liens.gif);
	background-repeat: no-repeat;
	padding-left: 70px;
	padding-top: 37px;
	padding-bottom: 15px;
	font-size: 20px;
	color: #41371d;
	line-height: 18px;
}

h1 span {
	font-size: 14px;
	margin-left: 12px;
}

h2 {
	font-size: 14px;
	color: #41371d;
	margin-bottom: 10px;
}

h2 span {
	font-size: 12px;
	font-weight: normal;
}

#top_gauche p {
	text-align: left;
	margin-bottom: 11px;
	font-size: 12px;
	line-height: 1.4em;
}

#top_gauche2 p {
	text-align: left;
	margin-bottom: 11px;
	font-size: 12px;
	line-height: 1.4em;
}

#video {
	width: 645px;
	height: 366px;
	/*position: relative;
	top: -1px;*/
	float: left;
	background-image: url(../img/video.png);
	background-repeat: no-repeat;
}

#videoPlayer {
	width: 640px;
	height: 360px;
	position: relative;
	top: 6px;
	left: -2px;
}

.invisible {
	display: none;
}

#video_secondaire {
	width: 605px;
	height: 359px;
	float: left;
	background-image: url(../img/video_secondaire.png);
	background-repeat: no-repeat;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 37px;
}

#video_secondaire ul{
	margin-left: 15px;
}

#video_secondaire ul li a {
	color: #ba3e07;
	text-decoration: none;
}

#video_secondaire ul li a:hover {
	text-decoration:underline;
}

#video_secondaire ul li {
	margin-bottom: 10px;
	color: #41371d;
}

#video_secondaire p {
	color: #41371d;
	margin-bottom: 10px;
}

#gauche {
	float: left;
	width:280px;
	margin-right: 15px;
	padding-right: 10px;
	border-right: 1px solid #41371d;
}

#droite {
	float: left;
	margin-left: 0px;
}

#logo {
	width: 348px;
	height: 136px;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	float: left;
	clear: left;
}

#logo span {
	display: none;
}

#menu {
	float: left;
}

#menu ul li {
	list-style-type: none;
	display: inline;
}

#menu ul li a,#menu ul li a:visited {
	display: block;
	float: left;
	width: 128px;
	height: 121px;
	background-repeat: no-repeat;
	color: #FFF;
	font-weight: bold;
	padding-top: 15px;
	text-decoration: none;
}

#menu ul li.accueil a {
	background-image: url(../img/bg_accueil.png);
}

#menu ul li.terrains a {
	background-image: url(../img/bg_terrains.png);
}

#menu ul li.reglements a {
	background-image: url(../img/bg_reglements.png);
}

#menu ul li.contact a {
	background-image: url(../img/bg_contact.png);
}

#menu ul li.liens a {
	width: 132px;
	background-image: url(../img/bg_liens.png);
}

#menu ul li a:hover {
	background-position: left -136px;
}

/* page contact */

table.contact {
	color: #41371d;
	margin-top: 8px;
}

table.contact th {
	padding-right: 10px;
	vertical-align: top;
	text-align: right;
}

.droite {
}

input.texte {
	width: 200px;
	margin-bottom: 4px;
	border: 1px solid #dfdcbb;
}

textarea {
	width: 285px;
	height:110px;
	border: 1px solid #dfdcbb;
	margin-bottom: 10px;
	font-size: 12px;
}

input.error, textarea.error {
	border: 1px solid #a33200;
	background-color: #eeefd1;
}


table.contact span.obligatoire {
	color: #a33200;
}

table.contact tr.questions th {
	padding-top: 10px;
	text-align: left;
}

.navig_form {
	text-align: right;
	margin-right: 2px;
}

/* reglements */

.pdf {
	background-image: url(../img/pdf.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
	color: #ba3e07;
	padding-top: 0px;
	text-decoration: none;
}

.pdf:hover {
	text-decoration: underline;
}

.scroll {
	padding-right: 10px;
}
.scroll p {
	margin-bottom: 10px;
	color: #41371d;
	font-size: 12px;
}

.scroll p.note {
	font-size: 10px;
}

.scroll ul {
	margin-left: 30px;
}

.scroll ul li {
	margin-bottom: 10px;
}

.terrains p {
	margin-bottom: 10px;
	font-size: 12px;
}

.terrains p.alien {
	margin-bottom: 20px;
}

.terrains a {
	color: #ba3e07;
	text-decoration: none;
}

blockquote {
	margin-left: 20px;
}

#footer {
	color: #904f46;
}

#footer a {
	color: #d1867a;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}


/* ie 6 */

.scroll {
	height: 260px;
	overflow: auto;
}
*html #top_gauche {
	width: 348px;
}

*html #menu ul li a,#menu ul li a:visited {
	height: 136px;
	font-size: 12px;
}

*html #menu ul li a:hover {
	background-position: left -136px;
}

*html #video_secondaire {
	width: 645px;
	height: 396px;
}

*html .questions th {
	padding-top: 5px;
}

*html .navig_form input{
	padding: 0;
}

*html table.contact {
	font-size: 12px;
}

*html #footer {
	font-size: 12px;
}

*html img, *html #menu a, *html #top_gauche, *html #video_secondaire, *html #logo  { behavior: url(css/iepngfix.htc) }

*+html #menu ul li a, *+html #menu ul li a:visited {
	height: 121px;
	font-size: 12px;
}

*+html textarea {
	height: 95px;
}
