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

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

body {
  background-color: black;
  color:white;
	font-family: Verdana, Tahoma, Arial;
  font-size: 8pt;
}

.clBody {
  color:white;
	font-family: Verdana, Tahoma, Arial;
  font-size: 8pt;
}

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

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

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

.clRecy {
	font-family: Verdana, Tahoma, Arial;
	font-size: 14pt;
}

.clBouton {
	background-color: rgb(153,153,153);
	border:1px solid black;
	color: black;
	font-family: Verdana, Tahoma, Arial;
	font-size: 12pt;
	font-weight: bold;
}

.clBouton_v {
	background-color: rgb(60,184,120);
	border:1px solid black;
	color: black;
	font-family: Verdana, Tahoma, Arial;
	font-size: 12pt;
	font-weight: bold;
}

.clBouton_r {
	background-color: rgb(158,36,51);
	border:1px solid black;
	color: black;
	font-family: Verdana, Tahoma, Arial;
	font-size: 12pt;
	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:darkred;
  color:white;
	font-weight:bold;
	font-size:8pt;
	font-style:italic;
  text-align:center;
  vertical-align:middle;
}

.clInputMise {
	background-color: antiquewhite;
	color: black;
	font-family: Verdana, Tahoma, Arial;
	font-size: 14pt;
}

.clVert {
  color: rgb(60,184,120);
}

.clRouge {
  color: rgb(158,36,51);
}

