@charset "utf-8";

/* CSS Document */
*{
/*---------------------------*/
/*-- TOUTES LES MARGES A 0 --*/
/*---------------------------*/
margin:0;
padding:0;
}
body{
	font-size:62.5%;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
}
body,html{
	height:100%; /*---obligatoire pour le footer---*/
}
p{
	text-align:justify;
	font-size:1.1em;
}
.img-float-right{
	float:right;
	margin-left:15px;
}
#wrapper{
	position:relative;
	width:980px;
	margin:0 auto;
}
.cleaner{
	clear:both;
	font-size:1%;
	line-height:1%;
	border:none;
	border:0;
	width:0
}
a img{border:none;}
/*-----------------*/
/*-- BANDEAU TOP --*/
/*-----------------*/
#topper{
	height:53px;
	margin-left:212px;
}
#logo{float:left;}
#topper h2{color:#004460; font-size:1.2em; font-weight:bold; font-style:italic; line-height:52px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;}

/*-------------*/
/*-- CONTENT --*/
/*-------------*/
#content{/* padding = hauteur du footer */
	padding-bottom:15px;
	margin-top:2px;
}
/*-------------*/
/*-- FOOTER --*/
/*-----------*/
#footer{
	position:relative;
	margin-top:-15px;
	clear:both;
	height:15px;
}
#footer p{ color:#fff; text-align:center;}