@charset "utf-8";
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	background-color: #99CC33;
}

div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #99CCFF;
	text-align: center;
}

li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #990000;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #99CC00;
}

table {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #99CCFF;
	text-decoration: blink;
	text-align: center;
}
.BoiteConseil {
	font-family: "Courier New", Courier, monospace;
	background-color: #FFC;
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	border: 1px dotted #000000;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

