html {
	width: 100%;
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #ccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666;
}
a, a:link {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #33c;
	text-decoration: underline;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #06F;
	font-size: 9pt;
	line-height: 11pt;
	font-style: italic;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 14pt;
	text-indent: 2px;
	font-style: italic;
	padding: 0;
	margin: 0 0 5px 0;
	color: #ccc;
	background-color: #00c;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #c00;
	font-size: 9pt;
	line-height: 11pt;
	text-indent: 1px;
	font-style: italic;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #ccc;
	font-size: 10pt;
	line-height: 13pt;
	text-indent: 1px;
	background-color: #00c;
	font-style: italic;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #ff9;
	font-size: 9pt;
	line-height: 11pt;
	text-indent: 1px;
	background-color: #f00;
	font-style: italic;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 10pt;
	line-height: 13pt;
	background-color: #09f;
	font-style: italic;
	text-align: right;
}
p {
	margin: 2px 0 0 0;
	padding: 0;
}
img { border: 0; }
form {
	margin: 0;
	padding: 0;
}
input {
	margin: 0;
	padding: 0;
	font-size: 8pt;
	border-top: 1px #ccc solid;
	border-right: 1px #888 solid;
	border-bottom: 1px #888 solid;
	border-left: 1px #ccc solid;
	background-color: #eee;
}
select {
	margin: 0;
	padding: 0;
	font-size: 7pt;
	background: #eee;
	border-top: 1px solid #888;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #888;
}
.canvas {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
}
html>body .canvas { height: auto; }

#headerIndex {
	top: 0;
	width: 785px;
	height: 135px;
	margin: 0 auto;
	background-image: url(images/interface/baniereTop2011.jpg);
}
#header {
	top: 0;
	width: 785px;
	height: 206px;
	margin: 0 auto;
	background-image: url(images/interface/baniere-top-2.jpg);
}
#main {
	width: 785px;
	margin: 0 auto;
	padding-bottom: 30px;
}

/*----- COLONNE GAUCHE (index) ------------------------------------------------------------------------*/
#coloneG {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	background-image: url(images/interface/baniereTopG2011.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#coloneGG {
	float: left;
	display: inline;
	margin: 4px 0 0 0;
	padding: 0;
	width: 311px;
}
#coloneGD {
	margin: 4px 0 0 317px;
	padding: 0;
	width: 165px;
}

/*----- COLONNE DROITE (index) ------------------------------------------------------------------------*/
#coloneD {
	margin: 0 0 0 490px;
	padding: 0;
	width: 292px;
}

/*----- COLONNE DROITE (index) ------------------------------------------------------------------------*/
#bandeauVille {
	width: 785px;
	margin-top: -20px;
	margin-left: 341px;
}

/*----- TEXTE ------------------------------------------------------------------------*/
.txtC { text-align: center; }
.txtL { text-align: left; }
.txtR { text-align: right; }
.txtIdxSearch { color: #06F; }
.txtIdxSearchD {
	color: #06f;
	text-align: right;
}
.txtListing a {
	color: #666;
	text-decoration: none;
}
.txtListing a:hover { color: #33C; }
.txtGreen {
	color: #408000;
	font-family: Arial;
}
.txtGreenD {
	color: #090;
	text-align: right;
}
.txtRed { color: #f00; }
.txtRed2 { color: #c00; }
.txtRedBold {
	color: #c00;
	font-weight: bold;
}
.txtBlue { color: #06f; }

.txtp {
	font-size: 7pt;
}
.lettrine {
	font-size: 18px;
	color: #c00;
	font-weight: bold;
	font-style: italic;
}

