html {
	height: 100%;
}
body {
	height: 100%;
	background: #3c3c3c;
	margin: 0px 0px 0px 0px;
}
#container {
	position: relative;
	min-height: 100%;
	width: 800px;
	margin: 0px auto 0px 0px;
	background: #f6f4e9;
}

#header {
	width: 800px;
	height: 100px;
	background:url(img/header_fej_jaune.gif) no-repeat;
}

#content {
	/* width: 560px; */
	padding: 20px 140px 20px 140px;
	background: /*#efefef;*/ #f6f4e9;
	font: 10px/1.1em "MS Sans Serif", Geneva, sans-serif;
}

#leftsidebar, #rightsidebar {
	position: relative;
	width: 120px;
	margin: 30px 0px 0px 0px;
	background: #dfd899;
}

#leftsidebar {
	float: left;
	text-align: right;
}

#rightsidebar {
	float: right;
	text-align: left;
}

#footer {
	position: absolute;
	height: 26px;
	width: 800px;
	bottom: 0px;
	clear: both;
	background: #dfd899;
}
/* -------------------------------------------------------------------- */

/* LINKS */
a {font: bold 12px "MS Sans Serif" Geneva sans-serif;}
a:link {color:/*#006699;*/ #b64c24;text-decoration: none;}
a:visited {color:/*#006699;*/ #b64c24;text-decoration:none;}
a:hover {color: /*#006699;*/ #b64c24;text-decoration: underline;}
a:active {color:/*#006699;*/ #b64c24;text-decoration:none;}

/* TITLES */
h1,h2,h3,h4,h5,h6 {
	font-family: "MS Sans Serif", Geneva, sans-serif;
}
h1{
	margin: 0px 0px 4px 0px;
	font-size: 18px;
	text-align: center;
}
h2 {
	margin: 0px 0px 8px 0px;
	font-size: 11px;
	line-height: 1.5em;
	color: #444444;
	border-bottom: 1px solid #919271;
}
h4 {
	margin: 0px 0px 6px 0px;
	font-size: 12px;
	text-align: center;
}
h5 {
	margin: 10px 0px 6px 0px;
	font size: 15px;
	text-align: center;
}
h6 {
	margin: 10px 10px 4px 10px;
	font-size: 17px;
}

/* PARAGRAPH */
.indent, .noindent, .center, .right {
	font: 11px "MS Sans Serif", Geneva, sans-serif;
	line-height: 1.6em;
}
.indent {
	text-align:justify;
	text-indent: 30px;
}
.noindent {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 6px 0px;
	text-align: justify;
}
.center {
	text-align: center;
}

.copyright{
	font: bold 10px "MS Sans Serif", Geneva, sans-serif;
	color: /*#b64c24*/#000000;
	text-align: center;
	margin: 7px 0px 0px 0px;
}

/* LISTS */
.leftmenu, .rightmenu {
	list-style: none inside none;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	
}
.leftmenuli, .rightmenuli {
	margin: 10px 10px 5px 10px;
	line-height: 1.5em;
	border-bottom: thin solid #c4ba6a;
}
.leftmenuli {text-align: right;}
.rightmenuli {text-align: left;}

li {
	margin: 0px 0px 5px 0px;
	line-height: 1.5em;
	text-align: justify;
}

/* IMAGES */
.nobnom {
	border: none;
	margin: 0px;
}






