body {
	background-color: #000000;
	color: #FFDAB9;
	font-variant: small-caps;
	
}
a:link {
	font-variant: small-caps;
	background: #8B0000;
	text-decoration: none;
	color: #fdd722;
}
a:visited {
	background: #8B0000;
	color: #FF4500;
	text-decoration: none;
}

a:active {
	color: #cacaca;
	background: #8B0000;
	text-decoration: none;
}
a:hover {
	background:#000000;
	color:#ffffff;
	text-decoration:overline;

}

a.infobulle em {
	display: none;
}
a.infobulle:hover {
	border: 0;
	position: relative;
	z-index: 500;
	text-decoration: none;
}
a.infobulle:hover em {
	font-style: normal;
	display: block;
	position: absolute;
	top: 20px;
	left: +55px;
	padding: 5px;
	color: #000;
	border: 1px solid #bbb;
	background: #ffc;
	width: 170px;
}
a.infobulle:hover em span {
	position: absolute;
	top: -7px;
	left: 15px;
	height: 7px;
	width: 11px;
	background: transparent url(http://sbibou.com/bonjour/images/infobulle.gif);
	margin: 0;
	padding: 0;
	border: 0;
}
#copyright {
	color: Fuchsia;
	text-align: center;
	font-size: 6pt;
	text-decoration: blink;
	background: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.info {
	color: Red;
	text-align: center;
	font-size: 8pt;
	text-decoration: blink;
	background: #fff000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#cadre{
	width: 100%;
}
img {
	border:0
}


hr {
	color:#ffcc00;
	text-align:left;
	clear:both;
	width:590px;

}
h1 {
	color: #000000;
	text-align: center;
	background: #ffffff;

}
h2 {
	color: #fff000;
	text-align: center;
	background: #666999;

}
td
{
	vertical-align: top;
	text-align: center;
}
.input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}


