/* navig site */

a:link {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #764071;
	text-decoration: none;
}
a:visited {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #764071;
	text-decoration: none;
}
a:hover {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #326C66;
	text-decoration: underline;
}
a:active {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #764071;
	text-decoration: none;
}

/* navig autos */

.cars a:link {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.cars a:visited {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.cars hover {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
.cars active {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

/* global */

.txtbase {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #000000;
	text-align: justify;

}
.txtbasebold {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.txtbaseboldCap {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
}
.txtbaseCapgreen {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #326C66;
	font-weight: bold;
	text-transform: uppercase;


}
.txtnouveaute {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #6699FF;
	text-align: justify;
	text-transform: uppercase;


}
.txtvendu {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #CC0000;
	text-align: justify;
	font-weight: normal;
	text-transform: uppercase;



}
.txtbasegreen {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #326C66;
	font-weight: bold;

}

