body
{
	background-color: #000000;
	background-image: url("./images/bg.jpg");
	background-attachment: fixed;
	background-position: center;
	color: #FFFFFF;
	font-family: Verdana, Arial, serif;
	font-size: 12px;
}

a
{
	color: #FF0000;
	text-decoration: none;
}

a:hover
{
	color: #860000;
	background-color: #161616;
}

a:focus
{
	color: #707070;
}

a:visited
{
	color: #FFFFFF;
}

table
{
	border: none;
}

input
{
	background-color: #000000;
	border: 1px solid #860000;
	color: #FFFFFF;
	font-size: 10px;
}

textarea
{
	background-color: #000000;
	border: 1px solid #860000;
	color: #FFFFFF;
	font-family: Verdana, Arial, serif;
	font-size: 12px;
}

img
{
	border: none;
}

#include
{
}

#main
{
	margin-top: 200px;
}

.titre
{
	color: #707070;
	font-size: 36px;
	text-align: center;
}

.news
{
	opacity: 0.8;
	background-color: #000000;
	text-indent: 5px;	
}

.news:hover
{
	border-left: 4px solid #860000;
	background-color: #161616;
}

.img
{
	text-align: center;
	opacity: 0.6;
}

.img:hover
{
	opacity: 1.0;
}

.img a:hover
{
	background-color: #000000;
}

.contenu
{
	text-align: justify;
}

.copy
{
	font-style: italic;
	font-size: 10px;
}

.titre2
{
	color: #CCCCCC;
	font-weight: bold;
}

.new
{
	opacity: 0.8;
	background-color: #000000;
	padding: 5px;
	text-align: justify;
}

.bar
{
	opacity: 0.8;
	background-color: #000000;
	text-align: center;
	padding: 4px;
}

.button
{
	padding-left: 2px;
	padding-right: 2px;
}

.button:hover
{
	background-color: #161616;
	border-bottom: 3px solid red;
}

.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 12px;
	margin: 0;
	color: #FF0000;
	padding: 8px 8px 4px;
	background: url(images/bubble.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(images/bubble.png) bottom right;
}