
body {
	background: #A68F72 url(../images/fond_arbre.gif) no-repeat top center;
	margin: 0px;
	font-family: Verdana, Tahoma;
	font-size: 0.8em;
}

a {
	outline: none;
	color: #515903;
	text-decoration: none;
}
a img { border: none; }

#page {
	width: 990px;
	margin: 0px auto;
}
	#header { height: 400px; }
	#navigation {
		width: 242px;
		float: left;
	}
		#navigation a { display: block; }
		#menu {
			margin: 0px;
			padding: 0px;
			list-style-type: none;
		}
			#menu li a {
				width: 242px;
				height: 35px;
			}
			#menu li a#accueil-presentation { background: url(../images/b_accueil_presentation.gif) no-repeat top center; }
				#menu li a#accueil-presentation:hover { background-position: bottom center; }
			/*	#menu li a#accueil-presentation:hover { background: url(../images/b_accueil_presentation-over.gif) no-repeat center center; } */
			#menu li a#location-salle { background: url(../images/b_location_salle.gif) no-repeat top center; }
				#menu li a#location-salle:hover { background-position: bottom center; }
			/*	#menu li a#location-salle:hover { background: url(../images/b_location_salle-over.gif) no-repeat center center; } */
			#menu li a#hebergement { background: url(../images/b_hebergement.gif) no-repeat top center; }
				#menu li a#hebergement:hover { background-position: bottom center; }
			/*	#menu li a#hebergement:hover { background: url(../images/b_hebergement-over.gif) no-repeat center center; } */
			#menu li a#tarifs { background: url(../images/b_tarifs.gif) no-repeat top center; }
				#menu li a#tarifs:hover { background-position: bottom center; }
			/*	#menu li a#tarifs:hover { background: url(../images/b_tarifs-over.gif) no-repeat center center; } */
			#menu li a#coordonnees-plan { background: url(../images/b_coordonnees.gif) no-repeat top center; }
				#menu li a#coordonnees-plan:hover { background-position: bottom center; }
			/*	#menu li a#coordonnees-plan:hover { background: url(../images/b_coordonnees-over.gif) no-repeat center center; } */
			#menu li a#contact { background: url(../images/b_contact.gif) no-repeat top center; }
				#menu li a#contact:hover { background-position: bottom center; }
			/*	#menu li a#contact:hover { background: url(../images/b_contact-over.gif) no-repeat center center; } */
			#menu li a#galerie-photos { background: url(../images/b_galerie_photos.gif) no-repeat top center; }
				#menu li a#galerie-photos:hover { background-position: bottom center; }
			/*	#menu li a#galerie-photos:hover { background: url(../images/b_galerie_photos-over.gif) no-repeat center center; } */

	#animation {
		width: 748px;
		float: left;
	}
	#content {
		background: url(../images/fond.gif) repeat-y top center;
		clear: both;
	}
		#news-defilante {
			background: url(../images/fond_news_defilant.gif) no-repeat center center;
			height: 29px;
			padding: 11px 30px 0px 20px;
			font-weight: bold;
			color: #fff;
			overflow: hidden;
		}
			.tickercontainer {
				width: 940px;
				height: 18px;
			}
			.tickercontainer .mask {
				left: 10px;
				overflow: hidden;
				position: relative;
				width: 940px;
				height: 18px;
			}
			#news-defilante-txt {
				margin: 0px;
				padding: 0px;
				line-height: normal;
				position: relative;
				list-style-type: none;
			}
				#news-defilante-txt li { display: inline; }
				#news-defilante-txt li span { margin: 0px 10px; }
		#content-gauche {
			background: url(../images/fond_adresse.jpg) no-repeat top center;
			padding: 120px 10px 0px 30px;
			width: 202px;
			float: left;
			min-height: 242px;
			font-size: 0.8em;
		}
			#content-gauche a { color: #583610 ; }
		#content-droite {
			padding: 0px 30px 0px 10px;
			width: 708px;
			float: left;
		}
			#content-droite p {
				margin-top: 0px;
				text-align: justify;
			}
				#content-droite p.titre { margin-top: 10px; }
			#content-droite img.photos { margin: 2px; }
	#footer {
		background: url(../images/bas_site.jpg) no-repeat center center;
		padding-top: 38px;
		height: 17px;
		font-size: 0.8em;
		text-align: center;
		color: #393F00;
	}

.fix { margin-bottom: -3px; }
.clearer { clear: both; }

/* Google Map */
div#page div#content div#content-droite div#googlemap span { display: none; }
div#page div#content div#content-droite div#googlemap div#logocontrol.gmnoprint a img { display: none; }

/* Formulaires */
form.style {
	width: 600px;
	margin: 10px auto;
}
form.style p.block {
	width: 300px;
	float: left;
}
	form.style p.block label {
		float: left;
		padding-top: 3px;
		text-align: right;
		margin-right: 10px;
		width: 100px;
	}
form.style p.block.big { width: 600px; }
#content-droite form.style p.submit { text-align: center; }
form.style p.block.big textarea {
	width: 440px;
	height: 70px;
}
form.style p.clear { clear: both; }

/* PopUp (Javascript) */
#popup { text-align: left; }

/* Tableau */
table.style {
	text-align: center;
	border-collapse: collapse;
	width: 500px;
	margin: 5px auto;
}
table.style th, table.style td { width: 33%; }
table.style th {
	background-color: #4F5902;
	color: #fff;
	border: 1px solid #fff;
}
table.style td { background-color: #fff; }