/* CSS Document */

body {
	margin: 0px;
	background-image: url(interface/fond.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #215CAD;
}
#bandeau {
	position:absolute;
	left:0px;
	top:0px;
	width:955px;
	height:446px;
	z-index:1;
}
#contenu {
	position:absolute;
	left:0px;
	top:446px;
	width:895px;
	z-index:2;
	background-image: url(interface/contenu.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: justify;
	line-height: 1.4em;
}
.img_gauche {
	margin-right: 10px;
}
.accroche {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
}



#powered a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	float: left;
}
#powered img {
	height: 10px;
	width: 10px;
	vertical-align: middle;
	float: left;
}
.liens {
	color: #FFFFFF;
	text-decoration: underline;
}
