/*
-----------------------------------
------ SCRIPT DE PROTECTION -------
          DBProtect V1.2
-----------------------------------
*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000033;
}
body a{
	color: #0099CC;
	text-decoration: none;
	font-weight: bold;
}
body a:hover{
	text-decoration: underline;
}
h1 {
font-size: 18px;
color: #FF6600;
}
.erreur {
	font-size: 10px;
	color: #FF0000;
	font-weight: bold;
}
.reussite {
	font-size: 10px;
	font-weight: bold;
	color: #669900;
}
.donnee {
	font-weight: bold;
	color: #FF9900;
	font-size: 12px;
}
.titre {
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}
.tableaux {
	color: #FF6600;
	font-size: 14px;
	border: 1px dotted #FFF;
	background-color: #636d98;
}
.acces {
	color: #FFF;
	text-align: center;
	width: 500px;
	border: 1px dotted #FFF;
	}
