body, td {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	background-image: url(../images/bg01.jpg);
}

.darkcolor { darkviolet: 9400d3 }
.palecolor { antiquewhite: faebd7 }
.greencolor { forestgreen: 228b22 }

a:link { color: 009900; text-decoration: none }
a:visited { color: 009900; text-decoration: none }
a:hover { color: 006600; text-decoration: none }
a:active { color: 006600; text-decoration: none }

#navLeft {
	position: absolute;
	width: 180px;
	left: 10px;
	z-index: 30;
	top: 200px;
	font-family: Helvetica, Arial, sans-serif;
	text-align: left;
}

#logo {
	position: absolute;
	height: 350px;
	width: 300px;
	left: 350px;
	z-index: 20;
	top: 0px;
}

#topLeft {
	position: absolute;
	height: 200px;
	width: 200px;
	left: 0px;
	z-index: 30;
	top: 0px;
}

#bgLeft {
	position: absolute;
	height: 725px;
	width: 200px;
	left: 0px;
	z-index: 10;
	top: 0px;
	background-image: url(../images/bg_left.jpg);
}

#texte {
	position: absolute;
	width: 560px;
	left: 220px;
	top: 200px;
	z-index: 30;
	overflow: auto;
	text-align: justify;
}

#contact {
	position: absolute;
	width: 540px;
	padding-left: 10px;
	padding-top: 10px;
	z-index: 30;
	overflow: auto;
	text-align: left;
	background-image: url(../images/bg01.jpg);
}

#closewindow {
	position: absolute;
	bottom: 20;
	font-size: 12px;
	font-weight: normal;
	width: 540;
	text-align: center;
}

.titre { font-size: 14; font-weight: bold; text-align: center }
.titre2 { font-size: 14; font-weight: bold; text-align: left }

.indent { position: relative; padding-left: 30px }
.indentBold { position: relative; padding-left: 30px; font-weight: bold }
.indent1 { position: absolute; padding-left: 30px }
.indent2 { position: relative; left: 230px; width: 300px }
.indent2abs { position: absolute; left: 230px; width: 300px }

.texte { font-size: 12; font-weight: normal }

.mainMenu { font-size: 14px; font-weight: bold; line-height: 1.8 }

.subMenu { font-size: 12px; font-weight: bold; line-height: 1.5; padding-left: 12px; }
