body {
	background-color: #DCDCDB;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
}

h1 {
	font-size: 120%;
	font-weight: bold;
	color: #0F3990;
}
FORM {
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 114%;
	color: #1D3360;
}
h3 {
	font-size: 100%;
	color: #526FA9;
}

h4{
	font-size: 95%;
	color: #1D3360;
}

h5{
	font-size: 90%;
	color: #1D3360;
}
hr {
	border-top: thin dotted #712A20;
	border-right: 0px dotted;
	border-bottom: 0px dotted;
	border-left: 0px dotted;
}

a:link {
	text-decoration:underline;
	color: #C66B00;
}
a:visited {
	text-decoration:underline;
	color: #C66B00;
}
a:hover {
	text-decoration:underline;
	color: #000000;
}
a:active {
	text-decoration:underline;
	color: #C66B00;
}

.textsmbold {
	font-size: 70%;
	line-height: 120%;
	color: #712A20;
	font-weight: bold;
}
.bghautdroit {
	background-image: url(../images/top_bg.jpg);
	background-repeat: repeat-x;
}
.bgservices{
	background-image: url(../images/bgservices.jpg);
	background-repeat: repeat-x;
}
.tabletext{
	padding: 10px 8px 8px 10px;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
.text{
	font-size: 80%;
	line-height: 120%;
	color: #672D24;
	text-align: justify;
}
.titre{
	font-size: 105%;
	line-height: 120%;
	color: #3C362D;
	font-weight: bold;
}
.soustitre{
	font-size: 95%;
	line-height: 120%;
	color: #832A1D;
	font-weight: bold;
}
.imgleft{
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 0px;
	float: left;
}
.imgright{
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 8px;
	float: right;
}
