a:link {
	text-decoration: none; 
	color:Black;
	font-family:tahoma;
}
a:visited {
	text-decoration: none; 
	color:Black;
	font-family:tahoma;
}
a:hover {
	text-decoration: underline; 
	color:Black;
	font-family:tahoma;
}
a:active {
	text-decoration: none; 
	color:Black;
	font-family:tahoma;
}

.titre2{
	font-size: 22px;
	color:Blue;
	font-family:tahoma;
}

.text{
	font-size: 17px;
	color:Black;
	font-family:tahoma;
}

.legende{
	font-size: 14px;
	color:black;
	font-family:tahoma;
}

.textvert{
	font-size: 17px;
	color:green;
	font-family:tahoma;
}

.textrouge{
	font-size: 17px;
	color:red;
	font-family:tahoma;
}

.textbleu{
	font-size: 17px;
	color:bleu;
	font-family:tahoma;
}

.erreur {
	font-size: 20px;
	color: #FF0000;
	font-weight: bold;
	font-family:tahoma;
}
.reussite {
	font-size: 20px;
	font-weight: bold;
	color: #669900;
	font-family:tahoma;
}
.donnee {
	font-weight: bold;
	color: #FF9900;
	font-size: 20px;
	font-family:tahoma;
	background-color: #FFFFFF;
}
.donnee_titre{
	font-weight: bold;
	color:red;
	font-size: 40px;
	font-family:tahoma;
	background-color: #FFFFFF;
}
.titre {
	font-size: 16px;
	color: #FF6600;
	text-align: center;
	font-family:tahoma;
}
.tableaux {
	font-size: 10px;
	border: 1px dotted #000000;
	background-color: #eeeeee;
	font-family:tahoma;
	}
	
body {
	font-family:tahoma;
	font-size: 15px;
	margin: 0px;
    padding: 0px;
	background:444444;
	
}
body a{
	color: #0099CC;
	text-decoration: none;
	font-weight: bold;
	font-family:tahoma;
}
body a:hover{
	text-decoration: underline;
	font-family:tahoma;
}

.borderC { 
	border-style: groove;
	border-color: #000000 ;
	border-width: 1px
}

.borderD
{
	border-top-style: groove;
	border-bottom-style: groove;
	border-color: #000000 ;
	border-width: 1px
}

.borderE
{
	border-left-style: groove;
	border-bottom-style: groove;
	border-right-style: groove;
	border-color: #000000 ;
	border-width: 1px
}

.borderF
{
	border-bottom-style: groove;
	border-color: #000000 ;
	border-width: 1px
}
