/* CSS Document */

body {font-family: Arial; font-size: 10pt;color: #000000; margin-top: 14px; margin-bottom: 12px; background-color:#ffffff}

TABLE {font-family: Arial; font-size: 10pt; background-color:#ffffff} 

.textbold  {font-family: Arial; font-size: 10pt;color: #FF6600; font-weight: bold;}

.textrubrique {font-family: Arial; font-size: 14pt;color: #FF6600; font-weight: bold;}

a img {
	border: none;
}

a:link {text-decoration: none; color: #038FC3}
a:visited {text-decoration:none; color: #038FC3}
a:active {text-decoration: none; color: #FAA937}
a:hover {text-decoration: none; color: #FAA937}

th {
	font-weight : bold;
	background-color: #F99D1C;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}

td.liste {
	border: 1px dashed #eee;
	height: 20px;
}

table.liste {
	width: 500px;
	border: 1px solid #ddd;
}

