/* CSS Document */
html, body 
{
	height: 100%;
	margin: 0;
}
body
{
	margin: 0;
	padding: 0;
	text-align: justify;
	font: 90% "Arial", sans-serif;
	background: #C9C9C9 url(../img/fond.png);
}
div#global 
{
	min-height: 100%;
	width: 750px;
	padding: 0 10px;
	margin: 0 auto;
	position: relative;
	background: url(../img/global.png) center repeat-y;
}
div#header 
{
	background: #010162;
	color: #fff;
	height: 192px;
	width: 750px;
	position: relative;
}
div#header h1 
{
	position: absolute;
	margin: 0;
}
a img
{
	border: none;
}
.imagedroite
{
	float: right;
	margin: 0 0 7px 7px;
}
.imagegauche
{
	float: left;
	margin: 0px 7px 5px 0px;
}
div#top
{
	height: 35px;
	background: #010162;
}
div#center 
{
	padding-bottom: 30px; 
	overflow: auto;
}
div#footer 
{
	position: absolute;
	width: 750px;
	bottom: 0;
	background: #c00 url(../img/footer.png) repeat-x;
	color: #dea;
}
div#footer p 
{
	margin: 2px 0;
	font-size: 0.9em;
	text-align: center;
}
div#sidebar h3, div#footer p, div#sidebar p  
{
	padding: 0 10px;
}
div#content 
{
	float: right;
	width: 530px;
	margin: 10px;
}
div#content p
{
	padding-left: 15px;
	padding-right: 15px;
}
.important
{
	color: #FF0000;
	font-weight: bold;
}
.bonplan
{
	color: #7C71B6;
	font-weight: bold;
	font-variant: small-caps;
}
div#content h2 
{
	padding-left: 35px;
	background: #fff url(../img/titre.png) left center no-repeat;
	color: #010162;
	font-variant: small-caps;
}
div#content h3 
{
	color: #c00;
	border-bottom: 1px dashed #c00;
	padding: 15px 15px 0 15px;
}
div#content ul
{
	padding-right: 15px;
}
div#sidebar 
{
	float: left;
	width: 200px;
}
div#sidebar h3
{	
	color: #c00;
	font-variant: small-caps;
	border-bottom: 1px solid #c00;
}
ul.liste li
{
	margin-bottom: 20px;
}
a.footer
{	
	color: #fbf9fa;
}
a.footer:hover
{	
	color: #fbf9fa;
	text-decoration: none;
}
a 
{
	color: #010162;
	font-weight: bold;
}
a:hover 
{
	color: #c00;
}

