/* LIENS */
a:link {
	color: #eabe00;
	text-decoration:none;
	font-weight:bold;
}
a:visited {
	color: #eabe00;
	text-decoration:none;
	font-weight:bold;
}
a:active {
	color: #eabe00;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color: #3949b3;
	text-decoration:none;
}


/* FORMULAIRES */
input, select, textarea {
	border-color: #009bfa;
	border-style:solid;
	border-width:1px;
	background-color: #FFFFFF;
	color: #3949b3;
}


/* COPYRIGHT */
.copyright {
	color: #ffffff;
	font-weight:bold;
}


/* MODULES */
.grp_liens {
	background-color:#636363;
	border-bottom:#ffffff solid 1px;
	color:#eabe00;
	font-weight:bold;
	padding:1px;
}
.liste_liens {
	color:#636363;
}
