/*-----------------------------------+
+ Styles de la page
+-----------------------------------*/
.gauche {
	background-image: url(../images/gauche.jpg);
	background-repeat: repeat-y;
}
.droite {
	background-image: url(../images/droite.jpg);
	background-repeat: repeat-y;
}
/*-----------------------------------+
+ Styles generaux
+-----------------------------------*/
.cadre_noir {
	border: 1px solid #000000;
}
.textepresentation {
	font-family: "Trebuchet MS";
	font-size: 13px;
}
.lien_textepresentation {
	font-family: "Trebuchet MS";
	font-size: 13px;
	text-decoration: underline;
	color: #000000;
}
.lien_textepresentation:hover {
	font-family: "Trebuchet MS";
	font-size: 13px;
	text-decoration: none;
	color: #000000;
}
.asterisque {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #B33F50;
	font-weight: bold;
}
.textebloc {
	font-family: "Trebuchet MS";
	font-size: 11px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	color: #000000;
}
.lien_textebloc {
	font-family: "Trebuchet MS";
	font-size: 11px;
	text-decoration: underline;
	color: #000000;
}
.lien_textebloc:hover {
	font-family: "Trebuchet MS";
	font-size: 11px;
	text-decoration: none;
	color: #000000;
}
.texterose {
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
.texterose2 {
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #D06A34;
	font-weight: bold;
}
.texterose3 {
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: bold;
	color: #F9E9E9;
}
.nos_client {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000000;
	font-style: italic;
}

