body
{
	margin:auto;
	width:1000px;
	font-size:13px;
	background-color:#FF9090;
	background-repeat:repeat-x;
	font-family:Arial, Verdana, Serif;
	background-image:url("./background.jpg");
}

#header
{
	height:125px;
	margin:5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

#header img
{
	float:left;
}

#header .adresse
{
	height:100px;
	text-align:right;
	padding-top:12px;
}

#flash
{
	height:300px;
	border:1px solid #DDDDDD;
	background-color:#FFFFFF;
}

#content
{
	line-height:18px;
	background-color:#FFFFFF;
	margin:0px 0px 0px 0px;
	padding:20px 25px 20px 25px;
	border-top:0px solid #DDDDDD;
	border-left:0px solid #DDDDDD;
	border-right:1px solid #DDDDDD;
	border-bottom:0px solid #DDDDDD;
}

#content h1
{
	color:#AA0000;
	font-size:20px;
	font-weight:bold;
	margin:0px 0px 15px 0px;
	padding:0px 0px 5px 0px;
	border-left:0px solid #AA0000;
	border-bottom:1px dotted #AA0000;
}

#content h2
{
	color:#000088;
	font-size:17px;
	font-style:italic;
	text-decoration:underline;
	padding:5px 0px 5px 0px;
}

#footer
{
	clear:left;
	color:#252525;
	text-align:center;
	padding:20px 0px 20px 0px;
	border-top:1px solid #DDDDDD;
	border-left:1px solid #DDDDDD;
	border-right:1px solid #DDDDDD;
	border-bottom:1px solid #DDDDDD;
	background-image:url("./footer.jpg");
}

* html #content
{
	margin:0px 0px 0px 0px;
	padding:20px 25px 20px 176px;
}

*+html #content
{
	margin:0px 0px 0px 0px;
	padding:20px 25px 20px 176px;
}