body
{
	background-image: url('../img/bg.gif');
}

#fiche-global
{
	background-image: url('../img/bg.gif');
	font-size: 14px;
	font-family: "Trebuchet MS", "Lucida Sans", Arial, sans-serif;
}

#fiche-header h1
{
	font-weight: bold;
	margin-top: 0;
	font-size: 22px;
}

#fiche-header-left
{
	margin-right: 210px;
	background: inherit;
}

#fiche-header-right
{
	position: absolute;
	top: 10px;
	right: 10px;
	background: inherit;
}

#fiche-header
{
	width: 100%;
	padding-bottom: 20px;
	border-bottom: 1px dashed #CCCCCC;
	background: inherit;
}

#fiche-logo
{
	width: 200px;
}

#fiche-main
{
	width: 100%;
	background: inherit;
}

#fiche-main h1
{
	font-size: 18px;
}

#fiche-header h2
{
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 18px;
}

#fiche-header h3
{
	margin-top: 0;
	padding-top: 0;
	font-size: 16px;
}

dl
{
	width: 100%;
}

dt
{
	float: left;
	width: 100px;
	font-weight: bold;
}

dd
{
	margin-bottom: 10px;
}

#fiche-footer
{
	width: 100%;
	float: left;
	border-top: 1px dashed #CCCCCC;
	margin-top: 20px;
	padding-top: 10px;
	background-color: inherit;
}

