Body{
	background: url(/img/main_bg.jpg) repeat-x #6493C6;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}
a{
	color: #FFCC00;
}
a:hover{
	color: #FFCC00;
	text-decoration: none
}
h1{
	font-size: 36px;
	margin: 5px 0 0 0px;
	padding: 0px;
	height: 33px;
}
h2{
	font-size: 20px;
	margin: 0px;
	color: #000000;
	padding: 0px;
}
#global{
	width: 930px;
	margin: 0px auto;
}
.floatRight
{
float: right;
}
.floatLeft
{
float: left;
}
.error{
	background: #FFFFCC;
	border: 1px solid #FFCC33;
	padding: 10px;
	width: 870px;
	color: #333333;
	margin: 10px 0 10px 0
}
.panel1 {
	float: left;
	clear: both;
	background: url(../img/toppanel-1.jpg) no-repeat;
	width: 914px;
	height: 336px;
	padding-left: 15px;
}
.panel2 {
	float: left;
	clear: both;
	background:url(/img/panel_2_middle.jpg) no-repeat;
	width: 914px;
	height: 340px;
	padding-left: 15px;
	padding-top: 20px;
}
.panel3 {
	float: left;
	clear: both;
	background:url(/img/panel_32_bottom.jpg) no-repeat;
	width: 914px;
	height: 575px;
	padding-left: 15px;
	padding-top: 20px;
}
.clearBoth
{
clear: both;
}
.panel1-left {
	float: left;
	width: 450px;
	padding: 15px 0 0 0px;
	line-height: 140%;
}
.panel1-right {
	float: right;
	padding: 55px 20px 0 0;
	text-align: right;
}
#pricebox {
	clear: both;
	background: url(/img/fruit-bar.png) no-repeat;
	width: 326px;
	margin-top: 30px;
	height: 162px;
}
.prixTable{
	margin-top: 10px;
}
.prixTable th{
	text-align: left;
	font-size: 19px;
	border-bottom: 1px solid #000;
	border-top: 2px solid #000;	
	padding: 4px 0 5px 0;
	color: #000000
}
.prixTable td{
	border-bottom: 1px dotted #fff;
	padding: 5px 0 5px 0;
}
/* form */
.contact{
	width: 282px;
	background: url(/img/form_bg.png) no-repeat;
	height: 39px;
	border-left: 1px solid #333;
	border-top: 1px solid #333;
	border-bottom: none;
	border-right: none;
	margin: 5px 0 12px 0;
	clear: both;
	display: block;
}
textarea.contactt{
	width: 393px;
	background: url(/img/textform.png) no-repeat;
	height: 114px;
	border-left: 1px solid #333;
	border-top: 1px solid #333;
	border-bottom: none;
	border-right: none;
	margin: 5px 0 15px 0;
	clear: both;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px 0 0 5px;
}
