@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	background-color: #000000;
	background-image: url(../images/bakground.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}
a:focus {user-focus: none; outline: none; -moz-user-focus: none; -moz-outline: none; }  
a:link {
	color: #EA5311;
	text-decoration: none;
}
a:visited {
	color: #EA5311;
	text-decoration: none;
}
a:hover {
	color: #EA5311;
	text-decoration: blink;
}
a:active {
	color: #EA5311;
	text-decoration: none;
}

.intro {
	color: #FFFFFF;
	font-size: large;
}
.cit {
	color: #EA5311;
	font-weight: bold;
}
.text {
	color: #FFFFFF;
	font-size: small;
}
.titre {
	color: #EA5311;
	font-size: medium;
	font-weight: bold;
}
#spot {
	position:absolute;
	width:100px;
	height:21px;
	z-index:999;
	visibility: hidden;
}
.imp {
	color: #EA5311;
	font-size: small;
}
