/***** style pour le body *****/

BODY {
	background: url("img/background.gif");
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #C3CEE4;
}

TD {
	border: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #B6C6E5;
}


.td0 {
	background: #1F273C;
}

.td1 {
	font-weight: bold;
}

.td2 {
	background: #3A4768;
}

.fond_gif {
	background: url("img/fond.gif");
}

.center {
	text-align: center;
}

input {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-width: 1px;
	background-color: #1F273C;
	border-color: #404B67;
	color: #C3CEE4;
}

select {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	background-color: #242D43;
	border-color: #404B67;
	color: #C3CEE4;
}

a:link {
	font-size: 12px;
	text-decoration: underline;
	color: #8080ff;
}

a:hover {
	font-size: 12px;
	text-decoration: overline underline;
}

a:visited {
	font-size: 12px;
	color: #80ff80;
}

.admin:link {
	font-size: 10px;
	text-decoration: none;
	color: #8080ff;
}

.admin:hover {
	font-size: 10px;
	text-decoration: underline;
}

.admin:visited {
	font-size: 10px;
	text-decoration: none;
	color: #80ff80;	
}


.stats:link {
	font-size: 10px;
	text-decoration: none;
	color: #8080ff;
}

.stats:hover {
	font-size: 10px;
	text-decoration: underline;
}

.stats:visited {
	font-size: 10px;
	text-decoration: none;
	color: #C3CEE4;	
}

