body {
	background-image: url(images/background.jpg);
	color: #FFFFFF;
}
A  {
	font-family : "Times New Roman", Times, serif;
	color : #FFFF99;
	font-weight: normal;
	text-decoration : none;
}

A:Visited  {
	font-family : "Times New Roman", Times, serif;
	color : #FFFF99;
	font-weight: normal;
	text-decoration : none;
}

A:Active  {
	font-family : "Times New Roman", Times, serif;
	color : #FFFF99;
	font-weight: normal;
	text-decoration : none;
}

A:Hover  {
	font-family : "Times New Roman", Times, serif;
	color : #FFFFFF;
	font-weight:normal;
	text-decoration : underline;
}

body,td,th {
	font-family: "Times New Roman", Times, serif;
}
td.colonneCentre {
	background-image: url(images/centreComplet.jpg);
	width: 451px;
	height: 394px;
	vertical-align: top;
}
#header {
	background-image: url(images/banniereVoyagesBonsai.jpg);
	width: 100%;
	height: 190px;
}

#cadre {
	background-color: #FFFFFF;
	height: auto;
	margin:0px auto;
	width: 794px;
	border: solid #DE2D23;
	min-height: 600px;
}
#colonneUn {
	background: #FFFF9D;
	width: 25%;
	float: left;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 10px;
}
#colonneDeux {
	background: #FFFFCC;
	height: 590px;
	width: 43%;
	float: left;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
}
#colonneTrois {
	background: #FFFF9D;
	height: 590px;
	width: 25%;
	float: right;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 10px;

}
#footer {
	background: #DE2D23;
	width: 800px;
	height: auto;
	margin:0px auto;
	vertical-align: top;
}
#description {
	text-align: justify;
	margin-right: 5px;
	margin-left: 5px;
}

#etiquette {
	color: #000000;
	font-size: larger;
	text-align: center;
	font-weight: bold;
}

