html, body {
	padding: 0;
	margin: 0;
	height: 100%;
	background: #fff;
	font: 11px Arial, sans-serif;
	color: #555;
}
#centered {
	position: relative;
	margin: auto;
	width: 900px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	border-width: 0 1px;
	border-style: solid;
	border-color: #E2E2E2;
	background: #fff;
}
#header {
	position: relative;
	width: 100%;
	height: 150px;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #E2E2E2;
	background: #fff url(jpg/headerBG.jpg) no-repeat;
}
#topMenu {
	position: absolute;
	bottom: 0;
	left: 10px;
	height: 45px;
	line-height: 45px;
}
#topMenu a {
	margin: 0 10px;
	font-size: 12px;
	font-weight: bold;
}
#telNumber{
	position: absolute;
	bottom: 12px;
	left: 750px;
	height: 40px;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
}
#content {
	padding: 10px 10px 100px 10px;
}
#leftContent {
	float: left;
	width: 600px;
}
#rightContent {
	float: right;
	width: 260px;
}
#clear {
	clear: both;
	height: 100px;
}
#footer {
	padding: 20px 0 0 0;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #E2E2E2;
	text-align: center;
	line-height: 20px;
	letter-spacing: 2px;
}
#photo {
	margin: 0 0 10px 0;
}
.partenaires {
	margin: 0 0 10px 0;
	width: 260px;
	border: 1px solid #BBB;
	text-align: center;
}
.partenaires h3 {
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #BBB;
	background: #EEE;
	line-height: 20px;
}
.partenaires img {
	margin: 5px;
	border: none;
}
#attention {
	padding: 10px 10px 0 10px;
	margin: 0 0 10px 0;
	border: 1px solid #A8CB8F;
	background: #CCF9AE url(gif/attentionBG.gif) top repeat-x;
	color: #5B704C;
}
#flags {
	padding: 0;
	position: absolute;
	top: 4px;
	left: -31px;
	width: 30px;
	height: 85px;
}
/*------------------------------------------------------------------------------------------------------------- CLASS*/
.flag {
	margin: 0 4px 2px 0;
	padding: 0;
	border: none;
}
/*------------------------------------------------------------------------------------------------------------- HTML*/
h1 {
	margin: 0 0 10px 0;
	font-size: 20px;
	color: #374B62;
}
h2 {
	margin: 0 0 10px 0;
	font-size: 12px;
	font-weight: bold;
	color: green;
}
h3 {
	margin: 0 0 10px 0;
	font-size: 14px;
	font-weight: bold;
	color: #555;
}
h4 {
	margin: 0;
	font-size: 10px;
}
h5 {
	margin: 0;
	font-size: 11px;
	font-weight: bold;
	color: #374B62;
}
p {
	margin: 0 0 10px 0;
	text-indent: 10px;
	text-align: justify;
	line-height: 18px;
}
a {
	outline: none;
	text-decoration: none;
	color: #374B62;
}
a:hover {
	color: #555;
}
ul {
	margin: 10px 0 10px 0;
	padding: 0 0 0 10px;
	list-style-type: none;
	line-height: 16px;
}
li {
	padding: 0 0 0 20px;
	background: url(gif/liBG.gif) left no-repeat;
}
i {
	font-size: 11px;
	font-weight: normal;
}
hr {
	margin: 0 0 10px 0;
	height: 1px;
	border: none;
	background: #E2E2E2;
	color: #E2E2E2;
}
/*------------------------------------------------------------------------------------------------------------- TABLE*/
table {
	margin: 0 0 10px 0;
	width: 100%;
	border: 1px solid #BBB;
	border-collapse: collapse;
}
th {
	padding: 5px 0;
	height: 52px;
	background: url(gif/thBG.gif) repeat-x;
}
th.colTitle {
	height: 20px;
	border: 1px solid #BBB;
	background: url(gif/colTitleBG.gif) repeat-x;
}
td {
	padding: 3px;
	border: 1px solid #BBB;
}
td.info {
	width: 100px;
	text-align: center;
}
/* ------------------------------------------------------------------------------------------------------------- RAPID FORM */
#contactRapideTxt {
	padding: 0;
	position: absolute;
	top: 20px;
	right: 270px;
	width: 260px;
	text-align: right;
}
#contactRapide {
	position: absolute;
	padding: 0 35px 0 0;
	top: 20px;
	right: 10px;
	width: 220px;
}
#contactRapide form {
	padding: 0;
	margin: 0;
	text-align: right;
}
fieldset {
	padding: 0;
	margin: 0;
	border: none;
}
#contactRapide label {
	margin: 0 5px;
	float: right;
}
#contactRapide input {
	margin: 0 0 5px 0;
	font-size: 11px;
	color: #555;
}
#contactRapide select {
	margin: 0 0 5px 0;
	border: 1px solid #BBB;
	font-size: 11px;
	color: #555;
}
#submitBtn {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	cursor: pointer;
}
#telNerror {
	display: none;
	padding: 0 0 0 18px;
	margin: 0 0 5px 0;
	text-align: left;
	color: red;
}
.radio {
	margin: 0;
	float: right;
}
.btn {
	margin: 0;
	clear: both;
	float: right;
}/*------------------------------------------------------------------------------------------------------------- CONTACT FORM*/
#contactForm {
	width: 500px;
}
#contactForm fieldset {
	border: none;
}
#contactForm label {
	float: left;
	display: inline;
	width: 80px;
}
#contactForm input {
	padding: 1px;
	margin-bottom: 3px;
	width: 250px;
	border: 1px solid #b7b7b7; 
	font-size: 11px;
	color: #808080;
}
#contactForm textarea {
	border: 1px solid #b7b7b7; 
	font-family: georgia, Arial, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #808080;
}
sup {
	margin: 0 5px 0 5px;
	vertical-align: top;
	color: green;
}
#contactForm .erreur {
	margin-left: 80px;
	vertical-align: top;
	display: none;
 }
#contactForm  a {
	position: relative;
	left: 80px;
	font-weight: bold;
}
#contactFormInfos {
	position: relative;
	left: 10px;
	text-align: left;
}
#send {
	position: relative;
	margin: auto;
	width: 250px;
	text-align: center;
	color: #f5af25;
}