Body			{ 
			Font-Family: Verdana; 
			Font-Size: 11px;
			background-color:#f0efe3;
			margin-top: 0;
			margin-left: 0;
			}

	DIV		{
			Font-Family: Verdana;
			Font-Size: 11px;
			Color: #000000;
			}


	Textarea	{
			Border: 1px Solid #84A68A;
			Font-Family: Verdana;
			Font-Size: 11px;
			Color: #000000;
			}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12.5px;
	color: #4d3f3f;
	margin-left: 20px;
	margin-right: 20px;
	line-height: 16px;
}

li {
	padding-bottom: 30px;
}

#center
{
	position: absolute;
	width: 800px;        /* selon la largeur voulue */
	margin-left: -400px; /* moitie de width */
	left: 50%;           /* constant, toujours 50% */
	height: 600px;       /* selon la quantite de texte */
	margin-top: -300px;   /* moitie de height */
	top: 50%;            /* constant, toujours 50% */
	background-color: #F0EFE3;
}

#navcontainer ul
{
list-style-type: none;
}

#navcontainer ul li a
{
padding-left: 30px;
Font-Size: 11px;
Font-Family: Verdana;
text-decoration: none;
color:#B6B394;
font-weight: bold;
}

a.navlist_off
{
background: transparent url(images/arrow_mnu.gif) left center no-repeat;
color:#000000;
}

#navcontainer ul li a:hover
{
background: transparent url(images/arrow_mnu.gif) left center no-repeat;
color:#000000;
}

#navcontainer ul li a#current a#navlist_off
{
background: transparent url(images/arrow_mnu.gif) left center no-repeat;
color:#B6B394;
}


#navcontainer2 ul
{
list-style-type: none;
}

#navcontainer2 ul li a
{
padding-left: 35px;
Font-Size: 11px;
Font-Family: Verdana;
text-decoration: none;
color:#B6B394;
font-weight: bold;
}

#navcontainer2 ul li a:hover
{
color:#000000;
}

#navcontainer2 ul li a#current
{
color:#B6B394;
}

a.navlistoff
{
background: transparent url(images/arrow_mnu.gif) left center no-repeat;
color:#000000;
}

