body {
	background-color: #FFF2D5;
	font-family: cursive;
	font-size: 14;
	color: Maroon;
}

a {
	color: Purple;
	font-size: 12;
}

a:hover {
	color: Red;
	background-color: #FFF2D5;
}

a:active {
	color: Navy;
}

a:visited {
	color: Olive;
}

.titre {
	color: #22B26C;
	font-size: 20;
	font-weight: normal;
	font-family: cursive;
}
.affaires {
	color: White;
	font-size: 24px;
	font-weight: bold;
}
.prix {
	background-color: #FFF2D5;
	border-style: none none;
	color: #22B26C;
	font-size: 20;
	font-weight: normal;
	text-align: right;
	font-family: cursive;
}
.copy {
	color: #22B26C;
	font-size: 11;
	font-weight: bold;
	font-family: inherit;
	text-align: center;
}
h1 {
	color: Navy;
	font-size: 32;
	background-color: transparent;
	font-family: cursive;
	text-align: center;
}

h2 {
	color: Maroon;
	font-size: 24;
	font-family: cursive;
	font-weight: bold;
	text-align: center;
}

h3 {
	color: Red;
	font-size: 24;
	font-family: cursive;
	font-weight: bold;
	text-align: center;
}
.imageP {
	border: thick double;
	padding: 2;
	border-color: #FF8000;
}

.imageS {
	border: medium double;
	border-color: #FFF2D5;
}

.imageG {
	border: medium double;
	border-color: #FF8000;
}

.tableaffaires {
	background-color: #FFF2D5;
	text-align: center;
}

.textaffaire {
	font-size: 14;
	font-style: normal;
	text-align: center;
	color: Maroon;
	background-color: #FFF2D5;
	font-weight: normal;
}

.ref {
	font-size: 18;
	font-weight: normal;
}

.textdetail {
	font-size: 20;
	font-style: normal;
	text-align: center;
	color: Black;
	font-weight: normal;
	background-color: #FFF2D5;
}

.texte1 {
	font-size: 18;
	font-family: cursive;
	color: Black;
}

.texte2 {
	font-size: 14;
	font-family: cursive;
	color: Black;
}