/* CSS Document */

html,body {
	height: 100%;
}
div#main {
	height: 100%;
}
body {
	background-color: #FFFFFF;
	margin: 0px;
}
.tableMain {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #121212;
}
a {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFF00;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFF00;
	background-color: #990000;
	padding: 2px;
}
.soustitre {
	font-weight: bold;
	color: #FFFF00;
	font-size: 10px;
	text-transform: uppercase;
}
.soustitre2 {
	font-weight: bold;
	color: #FFFF00;
	font-size: 10px;
}
