/* police type */
body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
td{
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/* couleur des liens */
a:link, a:visited{
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}

a:hover, a:active{
	color: #999999;
	font-weight: bold;
	text-decoration: underline;
}


/* couleur du texte */
.scrollText{
	border-color: #444444;
	border-style: solid;
	border-width: 1px;
	border-left-width: 5px;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #111111;
	margin-top: 5px;
}



/* form */
form {
	margin: 0px;
	padding: 0px;
}

input, textarea, select{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}


.formular{
	background-color: #333333;
	border-color: #999999;
	border-style: solid;
	border-width: 1px;
	color: #FFFFFF;
}

/* DIV STYLE */
#main{
	width: 890px;
	background-image: url(repeat.jpg);
	background-repeat: repeat-y;
	background-position: left;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	overflow:auto;
}
#infos{
	width: 213px;
	float: left;
	text-align:center;
}
#menu{
	width: 199px;
	float: left;
	margin-right: 7px;
}

#content{
	width: 470px;
	float: left;

}
#footer{
	width: 880px;
	padding: 5px;
	float:none;
	clear: both;
}
#footer a:link, a:visited{
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover, a:active{
	color: #999999;
	font-weight: bold;
	text-decoration: underline;
}
