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: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
h1{
	margin: 4px 0px 26px 0px;
	font-size: 22px;
	text-align: center;
}
h2 {
	margin: 0px 0px 8px 0px;
	font-size: 13px;
	line-height: 1.5em;
	color: #444444;
	border-bottom: 1px solid #c4ba6a;
}
h3 {
	font-size: 11px;
}
h4 {
	margin: 0px 0px 6px 0px;
	font-size: 12px;
	text-align: center;
}
h5 {
	margin: 10px 0px 6px 0px;
	font-size: 14px;
	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;
}
.right {
	text-align: right;
}
.lettrine {
	text-align:justify;
}
.copyright {
	/*position: absolute;*/
	width: 520px;
	margin : 0px;
	padding: 7px 0px 7px 0px;
	/*bottom: 0px;*/
	/*clear: both;*/
	background: #dfd899;
	font: bold 10px "MS Sans Serif", Geneva, sans-serif;
	color: #000000;
	text-align: center;
}

/* 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;}

.listcenter {
	list-style: circle inside none;
	margin: 20px 0px 0px 20px;
}


li {
	margin: 0px 0px 5px 0px;
	line-height: 1.5em;
	text-align: justify;
}

/* IMAGES */
.nobnom {
	border: none;
	margin: 0px;
}

.nobimg {
	border: none;
	margin: 5px 0px 5px 0px;
}

.bimg {
	border: thin solid #c4ba6a;
}
.floatleft {
	float: left;
	margin: 0px 12px 0px 0px;
	border: thin solid #c4ba6a;
}

.floatright {
	float: right;
	margin: 0px 0px 0px 12px;
	border: thin solid #c4ba6a;
}


/*.nobleft {border: none; float: left; padding: 4px 8px 4px 0px;} 
.borderleft {border: thin solid #919271;float: left; margin: 4px 8px 4px 0px;}
.nobright {border: none; float: right; padding: 2px 0px 4px 2px;} */

/* TABLE */
.tblcenter {
	margin: 0px auto 0px auto;
	padding: 0px;
	border: thin solid #000000;
}
.td1 {
	margin: 0px;
	padding: 10px;
	border: thin solid #000000;
}
.tblens {
	margin: 0px auto 0px auto;
}
.tdname {
	padding: 4px 0px 12px 0px;
	text-align: center;
}
.tblcalendar {
	width: 100%;
	margin: 0px auto 0px auto;
	padding: 0px;
	border: thin solid #000000;
}

.legend {
	color:#006699;
}

/* HORIZONTAL ROWS */
.basicrow {
	width: 90%;
	height: 1px;
	background: #c4ba6a;
	border: none;
}

/* SPAN */
.title {
	margin-left: 30px;
	color: #b64c24;
	font-weight: bold;
}
.place {
	margin-left: 30px;
	font-weight: bold;
}
.underline {
	margin-left: 30px;
	text-decoration: underline;
}





