#restePage>h2, #restePageLarge>h2
, #footer>a:hover
, .espace_organisateur_menuG a:hover, .espace_organisateur_menuD a:hover
, .orga_actions a:hover, .orga_actions_petit a:hover
, .options_libelle
, .resumeCourse
, .bouton_form_reprise
, #cookie-law, .inscr_bouton, .inscr_choix
{
	background-color:#e05483;
}
.champobligatoire {
	border: 2px solid #e05483 !important;
}
.boutonLien:hover, .boutonResultatActif,
.boutonMenu:hover {                        
/*	background-color:#e05483; opacity... j'utilisais ça, avant */
	background:rgba(224,84,131,1);
}
.options_libelle_non_obligatoire {
	border:3px solid #e05483;
	background-color:#ffffff;
	width:624px; /* 630 - 2 bords */
}

/* typeahead */
.tt-suggestion:hover,
.tt-suggestion.tt-cursor {
        color: #777;
        background-color: #e05483;
}

.champerreur{
        background-color:#FC7667; /* rouge léger pour indiquer champs erreur, ne pas déplacer sinon override par champobligatoire ci-dessus */
}
