body.waterStrip {
	margin: 0 auto;
	background: url(./images/bande-eau.jpg) repeat-x 0 230px;
}

div#mainFrame {
	margin: 0 auto;
	margin-top: 10px;
	width: 992px;
}

/*
	Language menu
*/
div#mainFrame ul.language {
	float: right;
	width: 150px;
	height: auto;
	margin-right: 5px;
}

div#mainFrame ul.language li {
	font-size: 10pt;
	font-weight: bold;
	text-align: right;
	list-style: none;
	margin-bottom: 4px;
	padding: 4px 10px 4px 10px;
	background-color: #eeeeee; /* 00A6D3 */
	color: #00A6D3; /* 00A6D3 */
}

div#mainFrame ul.language li:HOVER {
	background-color: #e3e3e3;
	cursor: pointer;
}

.bold {
	font-weight: bold;
}

.ecoleauTitle {
	color: #1a8918; /*249822*/
}

div.photosGaleryButton {
	float: right;
	margin-top: 110px;
	width: 218px;
	height: 33px;
	cursor: pointer;
}


/* FORM */ 
table.form {
	border-collapse:separate;
	border-spacing:2px;
	font-size: 10pt;
	margin: 0 auto;
}

table.form caption {
	font: 11pt Arial, sans-serif;
	font-weight: bold;
	text-align: left;
	color: #0d0f10;
	margin: 5px 0px 5px 0px;
}

table.form td.requiredFields {
	color: #00A6D3;
	font-size: 9pt;
	font-weight: normal;
	font-style: italic;
	padding: 0px 0px 0px 4px;
	background-color: #ffffff;
}

table.form td.label {
	width: 180px;
	text-align: right;
	vertical-align: top;
	color: #00A6D3;
	font-weight: bold;
	padding: 4px 4px 4px 10px;
	background-color: #e3e3e3; /*#e3e3e3*/
}

table.form td.field {
	text-align: left;
	padding: 4px 4px 4px 10px;
	background-color: #eeeeee;
}

table.form td.field.radio {
	padding-top: 8px;
}

table.form td.field input {
	border: 1px solid #d2d2d2;
}

.notice {
	font-size: 9pt;
	font-weight: normal;
	font-style: italic;
	color: #000000;
}

.sitePlan {
	float:left;
	margin-left:30px;
}

