/* CSS Document */

body {
	margin:0px;
	background:url(../images/bg.jpg);
	background-repeat:repeat;
	/*font-family:Tahoma, Geneva, sans-serif;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;	
}

img {
	border:none;
}

a {
	background:none;
	font-size:12px;
	color:#333;
	text-decoration:none;
}

a:hover {
	font-size:12px;
	color:#333;
	text-decoration:underline;
}


.footer {
	background:url(../images/footer.jpg);
	background-repeat:no-repeat;
	color:#555555;
	font-size:11px;
}

a.footer {
	background:none;
	font-size:11px;
	color:#555555;
	text-decoration:none;
}

a:hover.footer {
	font-size:11px;
	color:#555555;
	text-decoration:underline;
}

.txt_home {
	line-height:14px;
	text-align:justify;
}

.tiret_vertical {
	background:url(../images/tiret_vertical.jpg);
	background-repeat:repeat-y;
}

.tiret {
	background:url(../images/tiret.jpg);
	background-repeat:repeat-x;
	height:1px;
}

a.agences {
	text-decoration:underline;
	color:#333;
}

a:hover.agences {
	text-decoration:none;
	color:#333;
}

li {
	padding-bottom:10px;
	list-style:circle;
}

.TabForm
{
	background-color:#c1cede;
	border-color:#4e709d;
	border-width:1px;
	border-style:outset;
}