/* ---------------------------------------------------------------------------
		Feuille de style supplementaire pour : Rubrique numero 99 (Contact)
----------------------------------------------------------------------------*/


/* Override de valeurs par defaut */

/* Lien contact : rendre invisible */
div.pave_contact_titre {
	visibility: hidden;
}

/* Rappel de navigation */
.rapnavig_titre {
	color: #00A9A2;
}
/* Override position */
div#pave_rapnavig_titre {
	width: 225px;
}

/* Initule des champs de saisie */
.contact_intitule_champ {
	font-size: 10px;
	font-weight: bold;
}

/* Bouton "valider" */
.contact_btn_valider,
.contact_btn_valider a {
	font-size: 15px;
	font-weight: bold;
	color: #00AAA3;
	text-decoration: none;
}
.contact_btn_valider a:hover {
	color: #FF7F00;
}

/* Form (champs de saisie) */
input, select, textarea {
	border-width: 0px;
	border-bottom-width: 1px;
	border-style: dashed;
	border-color: #000000;
	background-color: transparent;
	padding: 0px;
	margin: 0px;
}
textarea {
	border-width: 0px;
}
