@charset "iso-8859-1";
/* CSS Document */

*{
	margin:0; padding:0; border:0;
}
body{
	color:#58585a;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:24px;
	background-color:#fff;
}
p{
	display:block;
	margin:20px 0;
}
ul{
	list-style-type:none;
}

#container{
	width:870px;
	margin:0 auto;
}
#header{
	width:100%;
	height:167px;
	clear:both;
	border-top:13px solid #009ee0;
}
#banniere{
	clear:both;
	width:870px;
	height:323px;
	margin-bottom:40px;
}
#texte_gauche{
	float:left;
	text-align:left;
	width:47%;
	padding-right:3%;
	border-right:1px solid #e1e1e2;
}
#texte_droite{
	float:right;
	text-align:right;
	width:45%;
	padding-left:4%;
}
#texte_footer{
	display:block;
	clear:both;
	width:100%;
	text-align:center;
	padding-top:20px;
}
.bleu{
	color:#009ee0;
}
.gras{
	font-weight:bold;
}

