/*
	1em = 16px;
*/

html {
	width: 100%;
	height: 100%;
}
body {
	background-color: #ffd;
	margin: 0;
	width: 100%;
	height: 100%;
	font-family: 'Arial', 'Helvetica', 'Sans-serif';
	color: #333;
}
.canvas {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
}
html>body .canvas {
	height: auto;
}

.main {
	height: auto;
	margin: 0 auto;
	width: 762px;
	padding-bottom: 70px;
}
.leftColmn {
	float: left;
	width: 188px;
	display: inline;
}
.centerColmn {
	float: left;
	width: 574px;
	display: inline;
}
.centerText {
	margin-left: 34px;
	width: 539px;
}
.halfColmn {
	float: left;
	width: 380px;
	display: inline;
}
.homeColmn h1 {
	font-size: 29px;
	font-weight: bold;
	line-height: 19px;
	margin-top: 0;
	margin-bottom: 8px;
}
.homeColmn p {
	font-size: 18px;
	line-height: 20px;
	margin-top: 0;
	margin-bottom: 8px;
}

.hidden { display: none; }

.header {
	position: relative;
	width: 100%;
	min-width: 760px;
	height: 250px;
	overflow:hidden;	
}
#front {
	width: 100%;
	height: 201px;
	border: #000;
	border-width: 0 0 1px 0;
	border-style: solid;
	text-align: center;
	background-image: url(images/pano-brousse.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.menubar {
	z-index: 3; 
	position: absolute; 
	top: 195px; 
	left: 50%;
	white-space: nowrap;
}
.menubar ul {
	display: inline;
	font-size: 100%;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
.menubar li {
	display: inline;
	font-size: 100%;
	margin: 0;
	padding: 0;
	line-height: 16px;
	white-space: nowrap;
}
.menubar span {
	font-size: 12pt;
}
.menubar a {
	padding: 2px 8px 3px 8px;
	margin: 0;
	color: #333;
	text-decoration: none;
	white-space: nowrap;
}
.menubar a:hover { color: #0b0; }
.menubar a.selected { color: #7E0000; }
.menubar .menubar_back {
	position: absolute; 
	left: -390px; 
	top: 0;
}
.menubar .menubar_back img {
	float: none;
	width: 780px;
}
.menubar .navigation {
	padding: 2px 0;
	position: absolute;
	top: 0;
	left: -390px;
	width: 780px;
	text-align: center;
	font-weight: bold;
}
.menubar .navigation img {
	float: none;
	height: 24px;
	margin: 0;
	padding: 0;
}

.centerBox {
	position: relative;
	float: left;
	width: 240px;
	overflow: hidden;
	margin-left: 20px;
	cursor: pointer;
}
.centerBoxFirst { margin-left: 0; }
.centerBox .boxContent img {
	float: left;
	margin: 1px 8px;
}
.centerBox .boxText {
	margin-left: 70px;
}
.centerBox .boxContent {
	padding-top: 4px;
	padding-bottom: 4px;
}
.centerBox .boxContent h3 {
	font-size: 16px;
	margin: 0;
	color: #444;
}
.centerBox h3 a {
	color: #444;
	text-decoration: none; 
}
.centerBox .boxContent p {
	font-size: 11px;
	margin: 0;
}
.centerBox p a {
	color: #444;
	text-decoration: none; 
}
.centerBox .boxBack {
	height: 66px;
}
.centerBox .boxBack img {
	width: 100%;
	height: 66px;
}

.boxContent {
	border-left: 1px #ccc solid;
	border-right: 1px #ccc solid;
}
.boxTop {
	border-top: 1px #ccc solid;
	border-left: 1px #ccc solid;
	border-right: 1px #ccc solid;
	height: 1px;
}
.boxBtm {
	border-bottom: 1px #ccc solid;
	border-left: 1px #ccc solid;
	border-right: 1px #ccc solid;
	height: 1px;
}
.boxBack {
	position: absolute;
	bottom: 0;
	z-index: -1;
	width: 100%;
	height: 66px;
}
.boxBack img {
	width: 100%;
	height: 66px;
}

h1 {
	font-size: 22px;
	font-weight: bold;
	line-height: 19px;
	margin-top: 0;
	margin-bottom: 8px;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	margin-top: 0;
	margin-bottom: 5px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	margin-top: 0;
	margin-bottom: 8px;
}
h4, h5, h6 {
	font-size: 12px;
	line-height: 20px;
	margin-top: 0;
	margin-bottom: 4px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #444;
}

.normal { font-weight: normal; }
.error { color: #c00; }
p {
	font-size: 10pt;
	line-height: 12pt;
	margin-top: 0;
	color: #444;
}
ul, ol, dl {
	margin-top: 0;
	margin-bottom: 8px;
	padding-bottom: 8px;
}
ul {
	margin-left: 16px;
	padding-left: 0;
}
ul ul {
	margin-left: 32px;
	padding-left: 0;
}

.ulLeftAlign { padding-left: 14px; }

li {
	font-size: 12px;
	line-height: 20px;
	margin-left: 0;
	color: #444;
}
li li {
	font-size: 16px;
	line-height: 20px;
}
li p {
	font-size: 16px;
	line-height: 20px;
	margin: 0;
}
a { color: #0b0; }
a:hover { text-decoration: none; }
img {
	float:none;
	vertical-align: middle;
	border: none;
}
img.large {
	float:none;
	margin-bottom: 16px;
}
img.alignRight {
	float:right;
	margin-bottom: 16px;
}
form {
	margin: 0;
	padding: 0;
}

.break { clear: both; }

.colonneunic { text-align: justify; }
.colonneunic img {
	border-color: #666;
	border-width: 1px;
	border-style: solid;
}
.colonneunic2 { text-align: justify; }

.imgborder {
	border-color: #666;
	border-width: 1px;
	border-style: solid;
}
.txtpetit { font-size: 4pt; }

.footer {
	position: absolute;
	width: 100%;
	height: 65px;
	bottom: 0;
	overflow: hidden;
}
.footer .back {
	position: absolute;
	width: 100%;
	height: 60px;
	z-index: 1;
}
.footer .back img {
	width: 100%;
	height: 100px;
}
.footer .front {
	position: absolute;
	width: 100%;
	z-index: 2;
}
.footerContent {
	margin: 0 auto;
	width: 600px;
}
.footerContent .bottomNav {
	float: left;
	margin-top: 40px;
	display: inline;
	color: #fff;
}
.footerContent .bottomNav ul {
	margin: 0;
	padding: 0;
}
.footerContent .bottomNav li {
	list-style-type: none;
	float: left;
	margin-right: 24px;
	font-size: 11px;
	display: inline;
}
.footerContent .bottomNav a { color: #fff; }
.footerContent .bottomNav a:hover { color: #fff; }
