body{
	background-color: #fff;
	text-align: center;
	padding: 0px;
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 11px;
}

div#global{
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

/******************************/
/*                            */
/*           ENTETE           */
/*                            */
/******************************/

div#global div#head1{
	width: 700px;
	height: 100px;
	padding: 0px;
	margin: 0px;
	background-repeat: no-repeat;
	background-image: url(images/head1.jpg);
}

div#global div#head2{
	width: 700px;
	height: 231px;
	padding: 0px;
	margin: 0px;
	background-repeat: no-repeat;
	background-image: url(images/head2.jpg);
}

div#global div#menu{
	width: 700px;
	height: 139px;
	padding: 0px;
	margin: 0px;
}

/******************************/
/*                            */
/*          CONTENU           */
/*                            */
/******************************/

a:link, a:visited, a:hover{
	color: #73ac4e;
}

div#texte{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 11px;
	padding-left: 30px;
	padding-right: 30px;
}

h1{
	margin-bottom: 0px;
}

h2{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #73ac4e;
	font-size: 14px;
}

h3{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #73ac4e;
	font-size: 11px;
}

ul li{
	list-style-image: url(images/puce.gif);
}

span{
	background-repeat: no-repeat;
	background-image: url(images/puce2.gif);
	color: #fff;
	width: 15px;
	height: 15px;
	text-align: center;
	display: block;
	float: left;
	margin-right: 10px;
	font-size: 10px;
}

div.hr{
	background: url(images/separation.gif) no-repeat center center;
	height: 42px;
}

div.avantages{
	margin-bottom: 10px;
}

div#colonne{
	width: 230px;
	margin-top: 10px;
	margin-left: 10px;
	float: right;
	margin-bottom: 15px;
}

div#ventilation{
	color: #fff;
	background-color: #9d0d15;
	padding: 10px;
}

div#ventilation h2{
	color: #fff;
	text-transform: capitalize;
}

div#ventilation ul{
	padding: 0px;
	margin: 0px;
	padding-left: 18px;
}

div#ventilation ul li{
	list-style-image: url(images/puce3.gif);
}

fieldset{
	border: 1px solid #73ac4e;
}

fieldset legend{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #73ac4e;
	font-size: 14px;
}

/******************************/
/*                            */
/*            FOOT            */
/*                            */
/******************************/

div#global div#foot{
	clear: both;
	height: 115px;
	padding: 0px;
	margin: 0px;
	background-repeat: no-repeat;
	background-image: url(images/foot.gif);
	font-size: 10px;
	color: #666666;
	padding-left: 15px;
	padding-top: 48px;
}

/******************************/
/*                            */
/*            RTL             */
/*                            */
/******************************/

div.centragertl{
	position:absolute;
	right: 50%; 
	top: 0;
	width: 94px;
	margin-right: -350px; /* moitié de la largeur */
	z-index: 10;
	padding-top: 293px;
}

div.centragertl div.rtl{
	float: right;
	padding-right: 6px;
	width: 94px;
	height: 95px;
}

div.centragertl div.rtl img{
	border: 0;
}