/*
 *	BACKGROUND
 */

html
{
	background: #fff;
	color: #000;
}

#menubar
{
	visibility: hidden;
	position: absolute;
}

#footer p
{
	text-align: center;
	font: 0.7em/1em Verdana, sans-serif;
}

/*
 *	FONT
 */

body
{
	font: 100% sans-serif;
}

#header h1
{
	color: #852C1B;
}

#access
{
	visibility: hidden;
	position: absolute;
}

h2
{
	color: #852C1B;
	font: small-caps bold 20px/32px sans-serif;
	clear: both;
}

h3
{
	color: #852C1B;
	border-bottom: solid #AF583F 1px;
	text-align: right;
	font: bold 1em sans-serif;
	clear: both;
}

#contentbar p
{
	text-align: justify;
	font-size: 0.9em;
	clear: both;
}

#content strong
{
	font-weight: bold;
}

#contentbar ul
{
	color: #7F6D60;
	text-align: justify;
	font-size: 0.9em;
	list-style: disc;
}

#contentbar img
{
	background-color: #EAE6E2;
	padding: 10px;
	margin-bottom: 10px;
	border: none;
}

#contentbar a
{
	color: #BF5F45;
	text-decoration: none;
}

.gauche
{
	margin-right: 10px;
	float: left;
}

.droite
{
	margin-left: 10px;
	float: right;
}
