/* ******************************************************** GESTION DES LIENS ********************************** */
a {
	text-decoration: none;
	outline: none;
	color: #e41e1e;
}
a:hover {
	text-decoration: none;
}


/* ******************************************************** GESTION CLASSES ********************************** */
.s {
	font-size: 10px;
}
.m {
	font-size: 11px;
}
.g {
	font-size: 14px;
	font-weight: bold;
}
.color1 {
	color: #fff;
}

/* ******************************************************** FORMULAIRES ********************************** */
.form {
	background-color: #fff;
	color: #074d70;
	border: 1px solid #afdce6;
	height: 15px;
	line-height: 15px;
	font-size: 11px;
}
.form_bt {
	border: none;
	background: #6ec9cf url(/design/images/bt_contact.gif) no-repeat right top;
	color: #fff;
	text-transform: uppercase;
	font-size: 10px;
	padding-right: 40px;
	height: 28px;
	line-height: 28px;
	cursor: pointer;
}

.t2 {
	color: #fff;
}
.m_blanc {
	font-size: 11px;
	color: #fff;
}
.m_noir {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}