html {
	width: 100%;
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Times new Roman;
	font-size: 11pt;
	line-height: 13pt;
	color: #333;
	background-image: url(images/interface/bg.png);
	background-repeat: repeat-y;
	background-position: center top;
}
img { border: 0; }
p {
	margin: 0 0 8px 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #900;
}
a:hover { text-decoration: underline; }
h1 {
	font-family: Times new Roman;
	font-size: 18pt;
	line-height: 20pt;
	font-style: italic;
	font-weight: normal;
	margin: 0 0 5px 0;
	padding: 0;
}
.h1 {
	font-family: Times new Roman;
	font-size: 14pt;
	line-height: 18pt;
	font-style: normal;
	color: #FC6;
	background-color: #900;
	font-weight: bold;
}
h2 {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
	color: #333;
	font-style: italic;
	font-weight: bold;
}
h3 {
	font-size: 9pt;
	line-height: 10pt;
	margin: 3px 0;
	padding: 0;
	font-weight: normal;
}
a:hover h3 { text-decoration: overline; }

h4 {
	font-size: 9pt;
	line-height: 10pt;
	text-align: right;
	margin: 0 0 5px 0;
	padding: 0;
	font-weight: normal;
}
h5 {
	margin: 3px 0 3px 35px;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
	color: #fff;
	font-style: italic;
	font-weight: bold;
}
h5 a {
	color: #fff;
	text-decoration: none;
}
h5 a:hover {
	color: #fff;
	text-decoration: underline;
}
h6 {}
blockquote { margin: 5px 0 5px 10px; }
form, input {
	margin :0;
	padding: 0;
}
.canvas {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
}
html>body .canvas { height: auto; }

#header {
	top: 0;
	width: 870px;
	height: 316px;
	margin: 0 auto;
}
#header2 {
	top: 0;
	width: 100%;
	height: 140px;
	background-repeat: no-repeat;
	background-position: center top;
}
.main {
	height: auto;
	margin: 0 auto;
	width: 900px;
	padding-bottom: 40px;
	min-height: 284px;
}
#contenu {
	width: 640px;
	float: left;
	margin-left: 40px;
}

/*----- MENU ------------------------------------------------------------------------*/
#menu {
	float: left;
	width: 180px;
	margin-left: 25px;
	padding: 0;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu li {
	margin: 0;
	padding: 0;
	font-size: 9pt;
	text-transform: uppercase;
}
#menu a {
	display: block;
	color: #900;
	text-decoration: none; 
}
#menu a:hover {
	color: #fc6;
	background-color: #900;
}

/* ----- PIED --------------------------------------------------------------*/
.pied {
	position: absolute;
	width: 100%;
	height: 40px;
	bottom: 0;
	overflow: hidden;
	background-image: url(images/interface/pied.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	color: #fff;
	font-size: 9pt;
	line-height: 20px;
	font-variant: small-caps;
}
.pied a {
	color: #fff;
	text-decoration: none;
}
.pied a:hover {
	color: #fff;
	text-decoration: underline;
}

/* ----- DIVERS --------------------------------------------------------------*/
.txtTitre {
	margin: 8px;
	padding: 0;
	text-align: right;
}
.txtc { text-align: center; }
.txtl { text-align: left; }
.txtr { text-align: right; }
.txtpagination {
	font-family: Times;
	font-size: 9pt;
	line-height: 10pt;
}
.teteliste {
	background-color: #600;
	color: #fc0;
	text-align: right;
	font-family: Arial;
	font-size: 12pt;
	line-height: 16pt;
	font-style: normal;
	font-variant: small-caps;
	font-weight: bold;
}
.txtLienDetail a {
	width: 165px;
	margin: 0 0 5px 0;
	padding: 0;
	color: #fc0;
	background-color: #600;
	text-decoration: none;
	display: block;
}
.txttofc {
	text-align: center;
	margin: 0;
	padding: 0;
}
.blink { text-decoration: blink; }
.img { border: 1px #666 solid; }
.img2 { border: 1px #900 solid; }
.imgD {
	margin-left: 10px;
	border: 1px #666 solid;
}
.imgG {
	margin-right: 10px;
	border: 1px #666 solid;
}
.nounderline { text-decoration: none; }
.break { clear: both; }
.hr {
	margin: 0;
	padding: 0;
	color: #900;
	background-color: #900;
	height: 1px;
	border: 0;
}
.hrMenu {
	margin: 0 0 3px 0;
	padding: 0;
	color: #900;
	background-color: #900;
	height: 1px;
	border: 0;
}
/* ----- FORMULAIRE --------------------------------------------------------------*/
form { margin: 0; }
input { font-size: 8pt; }
select {
	font-size: 8pt;
	background-color: #ffc;
	border-color: #933 #f90 #f90 #933;
	border-width: 1px;
	border-style: solid;
}
.searchform {
	color: #000;
	font-size: 10pt;
}
