* {
	cursor:url(curseur.png), auto;
}
* a:hover{
	cursor:url(curseur2.png), auto;
}
html {
	height: 100%;
	width: 100%;
}
body {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
hr {
	background-color: #000000;
	border: thin solid #FF9900;
}
img {
	border: thin dashed #FF9900;
}
#main_content {
	margin: 10px;
	height:90%;
}
#main_content textarea {
	background-color: #294563;
	border: thin solid #020C15;
	color: #FFFFFF;
}
#main_content input {
	background-color: #294563;
	border: thin solid #020C15;
	color: #FFFFFF;
}
#main_content h1 {
	font-size: 24pt;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FF9900;
	border-right-color: #FF9900;
	border-bottom-color: #FF9900;
	border-left-color: #FF9900;
	color: #FFFFFF;
}
#main_content h2 {
	font-size: 18pt;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #FF9900;
	border-right-color: #FF9900;
	border-bottom-color: #FF9900;
	border-left-color: #FF9900;
	border-top-style: none;
	border-right-style: none;
	color: #FF9900;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#main_content td {
	margin: 5px;
	padding: 0px;
}
#main_content a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
#main_content a:visited {
	text-decoration: underline;
	color: #FF9801;
}
#main_content a:hover {
	text-decoration: none;
	color: #FF9801;
}
#main_content a:active {
	text-decoration: underline;
	color: #FF9801;
}
.container {
	background-image: url(../images/fond_cont.jpg);
	background-repeat: repeat-x;
	background-color: #0E1F2F;
	border: thin dashed #0099FF;
}
.copy {
	font-size: 9px;
	text-transform: capitalize;
}
.banniere {
	background-image: url(../images/fond_bann.jpg);
	background-repeat: no-repeat;
}
.menu {
	background-image: url(../images/fond_menu.jpg);
	background-repeat: no-repeat;
}
.fondg {
	background-image: url(../images/fond_g.jpg);
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: right top;
}
.fondd {
	background-image: url(../images/fond_d.jpg);
	background-color: #000000;
	background-position: left top;
	background-repeat: no-repeat;
}
.fondcont {
	background-image: url(../images/fond_content.jpg);
	background-repeat: no-repeat;
}
#mycustomscroll {
	overflow: auto;
	}
	
.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 10px;
border: thin solid #FF9900;
}
.vscrollerbar {
width: 10px;
background-color: #FF9900;
padding: 0px;
}
/*
.hscrollerbase {
height: 10px;
background-color: white;
}
.hscrollerbar {
height: 10px;
background-color: #FF9900;
}
*/
.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}
/*
.vscrollerbasebeg {
background: url(img/fhaut.gif) no-repeat;
height: 15px;
width: 15px !important;
}

.vscrollerbaseend {
background: url(img/fbas.gif) no-repeat;
height: 0px;
width: 0px;
}
*/