body,td,th {
	font-family: "Arial";
}

/*************************************Mise en forme BORDURES ************************************/
.cadre_titre {
	font-family: Arial;
	color: #0099CC;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	border-right: 1px dotted #0099CC;
	border-bottom: 1px dotted #0099CC;
	text-align: right;
	clip: rect(auto,auto,auto,auto);
	padding-right: 5px;
}

.cadre_corps {
	border: #003366;
	background-color: #F0F6F9;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #006699;
	padding: 2px;
}

.cadre {
	border: 1px solid #0099CC;
}

.bordlinks {
	border-bottom: 1px solid #CCFF00;
}

.form {
	border: 1px solid #0099CC;
	font-family: Arial;
	font-size: 11px;
	color: #006699;
	background-color: #E9F7FE;
	padding: 2px;
}

.formvert {
	border: 1px groove #CCFF00;
	font-family: Arial;
	font-size: 12px;
	color: #CCFF00;
	background-color: #666666;
	padding: 2px;
	font-weight: bold;
}
/*************************************Mise en forme TEXTE ************************************/
.contenu {
	font-size: 13px;
	color: #333333;
	text-align: justify;
	border: #003366;
}

.mail12 {
	font-family: Arial;
	font-size: 12px;
	color: #3284AE;
	font-weight: bolder;
}
.prix {
	font-family: Arial;
	font-size: 12px;
	color: #3284AE;
	text-align: justify;
	border: #003366;
	font-weight: bold;
}

.prix10 {
	font-family: Arial;
	font-size: 11px;
	color: #3284AE;
	text-align: justify;
	border: #003366;
	font-weight: bold;
}

/*************************************Mise en forme LIENS ************************************/

a:link {
	color: #3284AE;
	text-decoration: none;
}
a:visited {
	color: #3284AE;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #99CC00;
}
a:active {
	text-decoration: none;
}

