body {
	background-attachment: scroll;
	background-color: #b3935e;
	background-image: url(../fond.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	margin-top: 5px;
	color: #4d3113;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

table {
	font-size: 12px;
}

.right {
float:right;
width: 200 px;
text-align:right;
padding: 6px;
}

table.bandeau {
	height: 105px;
}
table.tableauHTML {
	background-color: #FFFFFF;
}
.tableauFond {
	/*background: transparent url(fond-page.jpg) no-repeat 0 0;*/
	background-image: url(../fond-page.jpg);
	background-repeat: no-repeat;
}


a {
	color: #4d3113;
	text-decoration: underline;
}
a:hover {
	color: #805120;
}

.adresse {
	color: #ffde9a;
	font-size: 10px;
	font-weight: bold;
}

.adresse a {
	color: #ffde9a;
	text-decoration: underline;
}
.adresse a:hover {
	color: #FFFFFF;
}

.texte {
	text-align: justify;
}

p {
	margin-top: 0px;
	text-align: justify;
	text-indent: 20px;
}

.respiration {
	font-weight: bold;
	padding: 20px;
}

img.photo {
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	/*border: 1px solid #FFFFFF;*/
}

img.galerie {
	margin-top: 10px;
	margin-bottom: 10px;
}


/* ARBORESCENCE */
.titre {
	color: #4d3113;
	font-size: 16px;
	text-transform: uppercase;
	text-align: right;
}
.sstitre {
	color: #4d3113;
	font-size: 12px;
	font-weight: bold;
}

/* PIED DE PAGE ET LÉGENDE DE PHOTO */
.legende {
	color: #4d3113;
	font-size: 10px;
}
.legende a {
	color: #4d3113;
	text-decoration: underline;
	font-size: 10px;
}
.legende a:hover {
	color: #805120;
}


/* TABLEAU DE DISTANCE ET AUTRE */
table.tableau {
	border-color: #4d3113;
	border-style: solid;
	border-width: 1px;
}
table.tableau td {
	border-color: #4d3113;
	border-style: solid;
	border-width: 1px;
}


/* FORMULAIRE */
select {
	color: #000000;
}
option {
	color: #000000;
}
input {
	color: #000000;
}
textarea {
	color: #000000;
}


/* FORMULAIRE PHP */
.alertform {
	color: #e28750;
	font-size: 10px;
	font-weight: bold;
}
select.fondRouge {
	color: #FFFFFF;
	background-color:#e28750;
}
option.fondRouge {
	color: #FFFFFF;
	background-color:#e28750;
}
input.fondRouge {
	color: #FFFFFF;
	background-color:#e28750;
}
textarea.fondRouge {
	color: #FFFFFF;
	background-color:#e28750;
}