body{
	background-color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: White;
}
p{
	font-size: 8pt;
}
a{
	font-size: 8pt;
	text-decoration: none;
	color: White;
}
a:hover{
	text-decoration: underline;
}
a.smallA{
	font-size: 7pt;
}
.menuA{
	color: White;
	font-weight: normal;
	font-size: 8pt;
	text-decoration: none;
}
.menuA_on{
	color: Red;
	font-weight: normal;
	font-size: 8pt;
	text-decoration: none;
}
.menuSPAN{
	color: Red;
	font-weight: normal;
	font-size: 8pt;
}
.menuA:hover{
	color: Red;
	font-weight: normal;
	font-size: 8pt;
	text-decoration: none;
}
.menuA_on:hover{
	color: Gray;
	font-weight: normal;
	font-size: 8pt;
	text-decoration: none;
}
h1{
	font-size: 10pt;
	font-weight: normal;
	color: Gray;
}
h2{
	font-size: 9pt;
	font-weight: normal;
	color: White;
}
h3{
	font-size: 8pt;
	font-weight: normal;
	color: Red;
	padding: 0px;
	margin: 0px;
	font-style: normal;
}
h4{
	font-size: 9pt;
	font-weight: normal;
	color: Gray;
	padding: 0px;	
	margin: 0px;
}
h5{
	font-size: 10pt;
	font-weight: bold;
	color: Yellow;
}
h6{
	font-size: 8pt;
	font-weight: bold;
	color: Silver;
	margin: 10px 0px 10px 0px;
}
h7{
	font-size: 8pt;
	font-weight: bold;
	color: White;
	margin: 10px 0px 10px 0px;
}
ul{
	font-size: 8pt;
	list-style-type: disc;
	list-style-position: outside; 
}
.mainTB{
	background-color: Black;
	width: 1000px;
	padding: 0px;
	margin: 0px;
}
th{
	font-size: 8pt;
}
input{
	background-color: Black;
	color: White;
	font-size: 8pt;
	border: 1px;
	border-style: solid;
	border-color: White;
}
table{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
.contenuTB{
	width: 100%;
	height: 350px;
}
.contenuTB TD{
	vertical-align: top;
}
.w50TD{
	width: 50%;
}
.paddingTD{
	padding: 10px 0 10px 0;
}
.thumbTD{
	width: 100px;
}
.resumeTD{
	width: 900px;
}
.menuTB{
	background-color: Black;
	width: 100%;
	color: Black;
	font-size: 8pt;
	border-bottom: 1px solid #222222;
}
.footerTB{
	background-color: Black;
	width: 100%;
	color: White;
	font-size: 7pt;
	border-top: 1px solid #222222;
}
.menuTB TD, .footerTB TD{
	text-align: center;
}
.jTD{
	text-align: justify;
}
textarea{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: Black;
	color: White;
	font-size: 10pt;
}

.listTB{
	width: 100%;
}
.listTB td, .listTB th{
	background-color: #333333;
	text-align: center;
}

/******** Calendar **********/

.calTB{
	width: 100%;
	padding: 1px;
	margin: 1px;
}
.calFondTD{
	background-color: Gray;
}
.calDaysTD{
	text-align: center;
	background-color: #333333;
	color: White;
}
.calCurrTD{
	text-align: center;
	background-color: Red;
	width: 14%;
}
.calWeTD{
	text-align: center;
	background-color: Silver;
	width: 14%;
}
.calDayTD{
	text-align: center;
	background-color: White;
	width: 14%;
}
