BODY
{
	line-height: 1;
	font-family:"verdana";
	background-color: #1d1d1d;
	color: #FFF
}
OL, UL
{
	list-style: none;
}
BLOCKQUOTE, Q
{
	quotes: none;
}
BLOCKQUOTE:before, BLOCKQUOTE:after, Q:before, Q:after
{
	content: '';
	content: none;
}
/*remember to define focus styles!*/
:focus
{
	outline: 0;
}
.cls
{
	clear: both;
}
#page
{
	width: 907px;
	text-align: center;
	margin: auto;
}
#header
{
	width: 907px;
	height: 80px;
	background-color: #1b1b1b;
}
#formid
{
	text-align: right;
	padding-right: 5px;
	background-color: #1b1b1b;
	color: #FFF;
	float: right;
	font-family: "arial";
}
#formid A
{
	color: #FFF;
	font-size: 1.2em;
	font-family: "arial";
	text-decoration: none;
}
#formid A:hover
{
	color: #FF8000;
}
#menu
{
	margin-top: 25px;
	font-style: oblique;
}
#menu2
{
	font-style: oblique;
}

#perdu
{
	width: 200px;
	float: right;
}


#headerlogo
{
	float: left;
}
#headerimg
{
	height: 194px;
	border-style:solid;
	border-width:5px;
	border-color: #808080;
	float: left;
}
#footer
{
	width: 907px;
	height: 70px;
	background-color: #1b1b1b;
	border-top: 2px solid grey;
	padding-top: 5px;
}
#txtblocc
{
	margin: auto;
	width: 780px;
}
#tabc
{
	margin: auto;
	width: 500px;
}
#blocc
{
	margin: auto;
	width: 500px;
}

H3
{
	color: #BA7B11;
}
A
{
	color: #FFFF00;
}
H2
{
	color: #FFFF00;
}
FORM
{
	margin-left: 2px;
}
/*remember to highlight inserts somehow!*/
INS
{
	text-decoration: none;
}
DEL
{
	text-decoration: line-through;
}
/*tables still need 'cellspacing="0"' in the markup*/
TABLE
{
	border-collapse: collapse;
	border-spacing: 0;
}
.txtalg
{
	text-align: left;
}
