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

.texteCourant {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}


.textebold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}

.textebold a:link {
	text-decoration: underline;
	color: #844B48;
		}
.textebold a:visited {
	text-decoration: underline;
	color: #844B48;
}
.textebold a:hover {
	color: #844B48;
	text-decoration: underline;
}
.texteboldt a:active {
	color: #844B48;
	text-decoration: underline;
}

.textePetit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	font-weight: bold;
}

.texteCourantlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	text-decoration: underline;
}

.Titrebold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	font-weight: bold;
}

.Titrebold a:link {
	text-decoration: underline;
	color: #844B48;
	}
.Titrebold a:visited {
	text-decoration: underline;
	color: #844B48;
}
.Titrebold a:hover {
	color: #844B48;
	text-decoration: underline;
}
.Titrebold a:active {
	color: #844B48;
	text-decoration: underline;
}
.texteGrand {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666666;
	font-weight: normal;
}
.texteboldRouge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #844B48;
	font-weight: bold;
}

