body {
	margin: 10px 0;
	padding: 0;
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: url(assets/fond.jpg);
}
div#conteneur
{
	width: 700px;
	margin: 0 auto;
	text-align: left;
	background: #ffffff;
	border: 2px solid #0099cc;
}
h1#header
{
	width: 700px;
	height: 89px;
	margin: 0;
	background: url(assets/header.jpg);
}

div#espacemembre
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: #ff9900;	
}
 
div#espacemembre table
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background: #ff9900;	
}
div#espacemembre a:hover
{
	text-decoration: underline;
	font-weight: bold;
	color: #0099cc;
}
div#espacemembre a
{
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}

div#contenu p
{
	text-align: justify;
	text-indent: 2em;
	line-height: 1.7em;
	color: #444444;
}
div#contenu a
{
	text-decoration: none;
	font-weight: bold;
	color: #003366;
}

div#contenu a:hover
{
	text-decoration: underline;
	font-weight: bold;
	color: #0099cc;
}
div#contenu h2
{
	padding-left: 30px;
	line-height: 25px;
	font-size: 25px;
	background: url(assets/e200.jpg) no-repeat left bottom;
	color: #0099cc;
	border-bottom: 1px solid #0099cc;
	font-weight: bold;
	margin: 25 25;
}

div#piedpage
{
	clear:both;
}