a,a:active,a:link,a:visited{
  color:rgb(153,153,153);
	font-family: Verdana, Tahoma, Arial;
  font-size: 8pt;
	font-weight: bold;
	text-decoration:none;
}

a:hover{
	color:red;
	font-weight: bold;
}

body {
  background-color: rgb(51,51,51);
  color:rgb(153,153,153);
	font-family: Verdana, Tahoma, Arial;
  font-size: 8pt;
}

.clBody {
  color:rgb(153,153,153);
	font-family: Verdana, Tahoma, Arial;
  font-size: 8pt;
}

.clInput {
	background-color: lightyellow;
	color: black;
	font-family: Verdana, Tahoma, Arial;
	font-size: 8pt;
}

.clBouton {
	background-color: #666666;
  border-color:#999999;
	color: rgb(153,153,153);
	font-family: Verdana, Tahoma, Arial;
	font-size: 8pt;
	font-weight: bold;
}

.clMiniBouton {
	color: black;
	font-family: Verdana, Tahoma, Arial;
	font-size: 7pt;
	font-weight: bold;
}

.clEtiquette {
	font-style: italic;
  text-align: right;
}

.clErreur {
	color: red;
	font-family: Verdana, Tahoma, Arial;
	font-size: 10pt;
  font-weight: bold;
}

.clInfo {
	color: blue;
	font-family: Verdana, Tahoma, Arial;
	font-size: 10pt;
  font-weight: bold;
}

.clTexteFort {
	font-family: Verdana, Tahoma, Arial;
	font-size: 8pt;
	font-weight: bold;
}

.clEntete {
  background-color:rgb(0,51,102);
  color:white;
	font-weight:bold;
	font-size:8pt;
	font-style:italic;
  text-align:center;
  vertical-align:middle;
}

.clMiniCase {
	width:12;
	height:12;
	font-weight:bold;
	font-size:6pt;
	text-align:center;
	vertical-align:middle;
}

.clHisto {
  background-color: rgb(100,150,200);
  color:rgb(0,51,102);
	font-weight:bold;
	font-family: Verdana, Tahoma, Arial;
  font-size: 7pt;
	text-align:center;
	vertical-align:middle
}
