/* CSS definition file containing site wide stylesheets */

.piedlink:active {
	color: rgb(128,128,128);
 	text-decoration: underline
}

.pied {
	font-size: 10px;
 	color: rgb(128,128,128)
}

.piedlink:visited {
	color: rgb(128,128,128);
 	text-decoration: none 
}

.formerreur {
	color: rgb(51,51,51);
 	background-image: url( "../assets/images/fond-erreur.gif" );
 	border: 1px solid rgb(255,102,51)
}

.textelink:link {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: 12px;
 	color: rgb(51,51,51);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}

.textelink:visited {
	color: rgb(51,51,51);
 	text-decoration: none 
}

.piedlink:link {
	color: rgb(128,128,128);
 	text-decoration: none 
}

.textelink:active {
	text-decoration: none 
}

.form {
	color: rgb(51,51,51);
 	border: 1px solid rgb(128,128,128)
}

.textelink:hover {
	text-decoration: underline
}

.piedlink:hover {
	text-decoration: underline
}