html, body
{
	margin:0;
	padding:0;
	height:100%; /* 100 % height */
	background: #678885;
}

html>body #wrap {height:100%;} /* 100 % height */
#wrap {
	width:800px;
	margin:0px auto;
}

#header
{
	width:800px;
	height:140px;
	color:#000000;
	background:#678885;
	text-align:center;
}

html>body #header
{
	position:fixed;
	z-index:10; /* Prevent certain problems with form controls */
}

html>body #content-wrap
{
	height:100%; /* 100 % height */
}

html>body #content
{
	padding:6em 1em; /* 6em = height of #header and #footer + 1em, 1em = give the content some breathing space */
}

#content-wrap, #content
{
	background:#ffffff;
	padding:50px 0px;
}

.regulier
{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 80%;
	line-height: 1.5;
	text-align:;
}

div.note
{
	color: #8eb5af;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 60%;
	line-height: 1.5;
}

h1
{
	color: #2b6c66;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 85%;
	font-weight:bold;
	line-height: 1.5;
	margin-bottom: 0px;
}

dt
{
  color: #b5340c;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 80%;
	padding: 0px 0px 0px 0px;
	font-weight:bold;
	line-height: 1.5;
}

dd
{
  color: #000000;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 80%;
	padding: 10px 0px 0px 0px;
	font-weight:;
	line-height: 1.5;
}

li
{
	list-style-type:none;
	background-image:url("images/puce.jpg");
	background-repeat:no-repeat;
	background-position:0% 8%;
	margin-left:-30px;
	padding-left:30px;
	line-height: 1.8;
}

.lienMenu
{	
	color:#ffffff;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 90% ;
	text-decoration: none;
	font-weight: bold;
	line-height: 1.6;
}

.lienMenuactif
{	
	color:#b5340c;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 90% ;
	text-decoration: none;
	font-weight: bold;
	line-height: 1.6;
}

.lienSousmenu
{	
	color:#b5340c;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 90% ;
	text-decoration: none;
	line-height: 1.5;
	text-align: center;
	background: #e8eaea;
}

.lienSavoirplus
{	
	color:#b5340c;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 80% ;
	text-decoration: none;
	line-height: 0.5;
	text-align: center;
}

.lienTexte
{	
	color:#b5340c;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 100% ;
	text-decoration: none;
	line-height: 0.5;
	text-align: center;
}

.chemin
{	
	color:#b5340c;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 80% ;
	text-decoration: none;
	line-height: 1.5;
	margin-left: "0px";
}

.cellMenu
{
	background: #b5340c;
	width: 79px;
}

.cellMenuactif
{
	background: #ffffff;
	width: 74px;
}

.cellMenuvide
{
	background: #b5340c;
	width: 15px;
}