/* CSS Document */
body {
	background-color: #EBE6C6;

}
table {
	height: 800px;
	width: 700px;
	position: relative;
	background-image: url(image/fond5.jpg);
	border: none;
	background-position: left top;
	background-repeat: no-repeat;
}
.imgG {
	height: 300px;
	border: 1px solid #FF9900;
	position: relative;
	display: block;
	margin: 0px;
	padding: 0px;
	float: right;}
.imgM {
	width: 200px;
	position: relative;
	border: 1px solid #FF9900;
	display: block;
	margin-right: 5px;
	float: right;}
.imgD {
	float: left;
	border: 1px solid #FF9900;
	position: relative;
	width: 300px;
	margin-left: 5px;}
.carrePM {
	display: block;
	height: 25px;
	width: 25px;
	background-color: #663300;
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
	top: 0px;}
.carrePJ {
	display: block;
	height: 25px;
	width: 25px;
	background-color: #FF9900;
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;}
#texte {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	text-align: justify;
	height: auto;
	width: 700px;
	position: relative;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	top: -20px;}
#texte p {
	position: relative;
	text-align: left;
	display: block;
	margin: 0px;
	float: left;
	letter-spacing: 0.5px;
	line-height: 18px;


}
.imgPetite {
	border: 1px solid #FF9900;
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 55px;
	float: left;
	clip:  rect(0px 0px 0px 0px);
	height: 60px;
}
.imgPetiteD {
	height: 50px;
	border: 1px solid #FF9900;
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 50px;
	float: right;
	clip:  rect(0px 0px 0px 0px);}

