/*
-----------------------------------
------ SCRIPT DE PROTECTION -------
          DBProtect V1.2
-----------------------------------
*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(images/showroom_barre.gif);
	background-position:center;
	background-repeat: repeat-y;
	background-color:#c5c5c5;
}
body a{
	color: #0099CC;
	text-decoration: none;
	font-weight: bold;
}
body a:hover{
	text-decoration: underline;
}
.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: 16px;
	font-weight: bold;
	color: #FF6600;
	text-align: center;
}
.tableaux {
	font-size: 10px;
	border: 2px solid #c5c5c5;
	background-color: #ffffff;
	background-image: url(images/webonet_man.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}
.promos {
	font-size: 10px;
	border: 2px solid #c5c5c5;
	background-color: #ffffff;
}
.footer {
	font-size: 10px;
	color: #333333;
	padding: 20px 0 0px 0px;
	margin: 0;
}
.footer a{
	color: #393939;
	text-decoration: none;
	font-weight: bold;
}
.footer a:hover{
	text-decoration: underline;
}