/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.contenu {
	font-size: 14px;
	color: #000000;
	padding-left: 40px;
	text-align: justify;
}
.titre {
	font-size: 18px;
	color: #A3362F;
}
.soustitre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.soustitrerouge {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #A3362F;
	padding-left: 10px;
}
a.lien:link {
	font-size: 12px;
	color: #B1A880;
	padding-left: 10px;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}
a.lien:visited {
	font-size: 12px;
	color: #B1A880;
	padding-left: 10px;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}
a.lien:hover {
	font-size: 12px;
	color: #B1A880;
	padding-left: 10px;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}
a:link {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #605F5F;
    text-decoration: none;
}
a:visited {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #605F5F;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #605F5F;
	text-decoration: underline;
}
.champs {
	border: 1px solid #A6B1B3;
}
.contenu_texte {
	font-size: 14px;
	color: #000000;
	text-align: justify;
}
.contenu_centrer {

	font-size: 14px;
	color: #000000;
	padding-left: 40px;
	text-align: center;
}
.tarif1 {
	position: relative;
	width: 750px;
}
.tarif2 {
	display: inline;
	border: thin #666666;
	float: left;
	padding-left: 40px;
	width: 202px;
}
.rouge {
	color: #FF0000;
}
.coordonnees {
	width: 750px;
	display: block;
	position: static;
	height: auto;
	clear: both;
	border-bottom: solid;
	border-bottom-color: #FFFFFF;
}
.coordonnees2 {
	width: 340px;
	display: inline;
	position: static;
	height: auto;
	clear: left;
	float: left;
}
.coordonnees3 {
	width: 350px;
	position: static;
	height: auto;
	float: right;
}
.bordure_image {
	border: 2px solid #CCCCCC;
}
.exemple {
	color: #666666;
	font-style: italic;
}
.mini {
	font-size: 10px;
	color: #666666;
}
.spacer {
clear:both;
}