@charset "utf-8";
/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#005143;
	margin:0px;
	background-color:#f2f6f5;
	height: 100%;
	width: 100%;
	text-align:center;
	background-image:url(images/fond.gif);
	background-position:center top;
	background-repeat:repeat-y;
	direction:rtl;
}
.container {
	position: absolute;
	left: 0px;
	top: 0px;
}
.vague {
	width: 920px;
	background-image:url(images/vague.gif);
	background-repeat:no-repeat;
	background-position:center top;
	height:141px;
	text-align:right;
	vertical-align:top;
}


.vague .contenu {
	color:#000000;
	margin-top:68px;
	margin-right:540px;
	line-height:34px
}

.titre {
	font-size:26px;
	font-weight:bold;
}

.sousTitre {
	font-size:16px;
}

.sousTitre a{
	text-decoration:underline;
	color:#c90101;
}
.tireAgence {
	font-size:16px;
	font-weight:bold;
	margin-top:7px;
	margin-bottom:3px;
}
.separation {
	float:right;
	margin-left:10px;
}