/* CSS Document */
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.titre_b {
	font-family: verdana;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
}
.titre_n18 {
	font-family: verdana;
	font-weight: bold;
	color: #000000;
	font-size: 18px;
}
.titre_c16 {
	font-family: verdana;
	font-weight: bold;
	color: #822B33;
	font-size: 16px;
}
.copyright {
	font-family: verdana;
	color: #FFFFFF;
	font-size: 10px;
}
.rub_prin {
	font-family: verdana;
	color: #000000;
	font-size: 11px;
}
.contact {
	font-family: verdana;
	color: #FFFFFF;
	font-size: 11px;
}
.tel_contact {
	font-family: verdana;
	color: #FFCC00;
	font-size: 11px;
}
.newsletter {
     color:#822B33;
     background-color:#FFFFFF;
     font-size:11px;
     font-family:verdana;
}
.submit {
	color: #FFFFFF;
	background-color: #822B33;
	font-size: 11px;
	font-family: verdana;
	font-weight: bold;
	width: 25px;
	height: 20px;
	text-align: center;
	border-width: 1;
	border-color: #FF7F00;
}
.submit_big {
	color: #FFFFFF;
	background-color: #822B33;
	font-size: 11px;
	font-family: verdana;
	font-weight: bold;
	width: 200px;
	height: 20px;
	text-align: center;
	border-width: 1;
	border-color: #FF7F00;
}

