/*
	1em = 16px;
*/

html {
	width: 100%;
	height: 100%;
}
body {
	background-color: #C0DFFD;
	margin: 0px;
	width: 100%;
	height: 100%;
	background-image: url(images/top.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
body, input, select, textarea {
	font-family: 'Times new Roman';
	color: #333;
	font-size: 14px;
	line-height: 18px;
}
h1 {
	color: #06C;
	font-family: Georgia;
	font-size: 14pt;
	line-height: 18pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-align: center;
}
h2 {
	color: #06C;
	font-family: Georgia;
	font-size: 18pt;
	line-height: 24pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-align: center;
}
h3 {
	color: #06C;
	font-family: Georgia;
	font-size: 12pt;
	line-height: 14pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-align: left;
}
.canvas {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
}
html>body .canvas {
	height: auto;
}

.main {
	height: auto;
	margin: 0px auto;
	width: 790px;
	padding-bottom: 50px;
}

.hidden {
	display: none;
}

#front {
	background-repeat: no-repeat;
	background-position: right top;
	width: 100%;
	height: 170px;
	background-image: url(images/pelicans.jpg);
}
#soustitre {
	position: absolute;
	top: 145px;
	right: 10px;
	font-family: Courier;
	font-size: 10pt;
	line-height: 14pt;
}
#menu {
	float: left;
	width: 160px;
	display: inline;
	margin-top: 80px;
}
#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#menu a {
	width: 140px;
	height: 25px;
	display: block;
	margin: 3px;
	text-decoration: none;
	color: #000;
	line-height: 25px;
	text-indent: 5px;
	border-color: #66C;
	border-width: 1px;
	border-style: solid;
	background-color: #9CF;
}
#menu a:hover {
	color: lime;
	background-color: #36C;
}
#colon {
	float: left;
	width: 590px;
	display: inline;
	margin-top: 5px;
}
#coloncentre {
	float: left;
	width: 380px;
	display: inline;
	margin-top: 5px;
	text-align: justify;
}#coloncentre img {
	border-color: #36C;
	border-width: 1px;
	border-style: solid;
}

#colondroite {
	float: left;
	width: 210px;
	display: inline;
	margin-top: 80px;
	margin-left: 35px;
	text-align: justify;
}
#colondroite img {
	border-color: #36C;
	border-width: 1px;
	border-style: solid;
}

#coloncentre2 {
	float: left;
	width: 240px;
	display: inline;
	margin-top: 5px;
	text-align: justify;
}
#colondroite2 {
	float: left;
	width: 350px;
	display: inline;
	margin-top: 80px;
	margin-left: 35px;
	text-align: justify;
}
#colondroite2 img {
	border-color: #36C;
	border-width: 1px;
	border-style: solid;
}

.break { clear: both; }

.footer {
	position: absolute;
	width: 100%;
	height: 35px;
	bottom: 0px;
	overflow: hidden;
	color: lime;
	font-family: Times new Roman;
	font-size: 10pt;
	line-height: 35px;
	background-color: #36C;
	border-color: black;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	text-align: center;
}
.footer a {
	color: lime;
	text-decoration: none;
}
.footer a:hover {
	color: lime;
	text-decoration: underline;
}

.txtalignC { text-align: center; }
