body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #CCCCCC;
}

.titre {
	font-size: 24px;
	color: #FFFFFF;
}

.petit {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.message {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #006600;
}


.petit a{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0033FF;
}

.petit a.visited{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0033FF;
}

.petit a.hover{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0000CC;
}


.onglet_des {
	border: 1px solid rgb(19, 82, 193);
	
	background-color: #E6FFFF;
	text-decoration:none;
	
}

.onglet_sel {
	border-top: 1px solid rgb(19, 82, 193);
	border-left: 1px solid rgb(19, 82, 193);
	border-right: 1px solid rgb(19, 82, 193);
	color: rgb(255, 255, 255);
	background-color: rgb(19, 82, 193);
	cursor: hand;
	text-decoration:none;
	padding: 5px;
	
}


.onglet_des a{
	font-style: normal;
	color: #000000; 
	text-decoration:none;
	}
.onglet_des a.visited{
		font-style: normal;
	color: #000000; 
	text-decoration:none;
	}

.onglet_sel a{
	border-top: 1px solid rgb(19, 82, 193);
	border-left: 1px solid rgb(19, 82, 193);
	border-right: 1px solid rgb(19, 82, 193);
	color: rgb(255, 255, 255);
	background-color: rgb(19, 82, 193);
	text-decoration:none;
	cursor: hand;
	
}
.onglet_sel a.visited{
	border-top: 1px solid rgb(19, 82, 193);
	border-left: 1px solid rgb(19, 82, 193);
	border-right: 1px solid rgb(19, 82, 193);
	color: rgb(255, 255, 255);
	background-color: rgb(19, 82, 193);
	text-decoration:none;
	cursor: hand;
	}

.ta {
	background-color: #F1FEFE;
	}
.ta a{
	color:#333333;
	}
.ta a:hover{
	background-color: #000099;
	color:#FFFFFF;
	}
		


.tb {
	background-color: #FBFBFF; 
	}
	
	.tb a{
	color:#333333;
	}
	.tb a:hover{
	background-color: #000099;
	color:#FFFFFF;
	}

.bt {
	text-decoration:none;
	}
.bt a{
	text-decoration:none;
	color:#333333;
	}
	.bt a:hover{
	text-decoration:underline;
	text-shadow:Black;
	cursor: hand;
	color: #0099FF; 
	}	
	.message_erreur {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	background-color: #66CCFF;
	border: thin solid #0099FF;
}

.arbre {
	text-decoration: none;
	
	}
	
.arbre a{
	color: #000066;
	text-decoration: none;
	
}
.arbre a:hover {
	color: #FF0000;
	text-decoration: underline;
	text-shadow:Black;
	cursor: hand;
	
}

.BUTTON {
	background-image: url(img/button_middle.gif);
	border: thin solid #666666;
	
}

pre {
    background-color: #ffd;
	padding: 0.5em;
    margin: 1em 0;
	color: #000000;
	font-size: 1em;
    border: thin solid #903;
}
