/* CSS Document */
.button {
	font-weight: bold;
	font-style: oblique;
	background-attachment: fixed;
	border: medium outset #FFFF00;
	background-image: url(images/apercu/fond71.gif);
	background-repeat: repeat;
	cursor: hand;
	font-family: Verdana;
	font-size: 12px;
}

.alerte {
	font-weight: bold;
	font-style: oblique;
	background-attachment: fixed;
	border: medium outset #FFFF00;
	background-repeat: no-repeat;
	font-family: Verdana;
	font-size: 12px;
	background-color: #F99988;
}

.infos {
	font-weight: bold;
	font-style: oblique;
	background-attachment: fixed;
	border: thin solid #FFFFCC;
	background-repeat: repeat;
	font-family: Verdana;
	font-size: 12px;
	background-image: url(images/apercu/fond21.gif);
}

A {TEXT-DECORATION: none}
A:hover {TEXT-DECORATION: none}