body {
	background-color:#181B22;
	scrollbar-face-color:#181B22;
	scrollbar-arrow-color:white;
	scrollbar-track-color:white;
	scrollbar-shadow-color:white;
	scrollbar-highlight-color:white;
	scrollbar-3dlight-color:white;
	scrollbar-darkshadow-color:white;
	font-family : 'Bookman Old Style', 'Georgia', 'Times New Roman', serif;
	font-size:12px;
	color:#FFFFFF;
	margin-top:4px;
	}

#conteneur {
	position:absolute;
    width:1000px; /* 790 */
    left:50%;
    margin-left:-500px; /* -395 */
    background-color:#181B22;
	padding-bottom:50px; /* 100 */
    }

#content {
	width:1000px; /* 790 */
	margin-bottom:5px;
	}
	
#content_scroll {
	/* position:absolute; */
	width:990px; /* 780 */
	/* overflow:none; */
	padding-left:5px;
	padding-right:5px;
	min-height: 400px;
	}
	
html>body #content_scroll {
	width: 1000px; /* 790 */
}

#logo {
	width:1000px; /* 790 */
	height:90px;
	text-align:left;
	border-bottom:1px dotted white;
}

.left-element {
   float: left;
   width: 49%;
   }

.right-element {
   float: right;
   width: 49%;
   text-align: right; /* depends on element width */
   }
   
#contentl {
	/* position:absolute; */
	float:left;
	top:3px;
	width:350px;
	/* height:400px; */
	/* background-color:red; */
	}
	
#contentr {
	/* position:absolute; */
	/* left:351px;*/
	float:right;
	top:3px;
	width:430px; 
	/* background-color:red; */
	/* height:400px; */
	padding-left:5px;
	padding-right:5px;
	}

#foot {
	position: absolute;
	bottom:0;
	clear:both;
	width:1000px; /* 790 */
	height:26px; 
	background-color:#181B22;
   /* text-align:center;
	align:center;*/
	border-top:1px dotted white;
	}

#stats {
	display:none;
	}

img {
	border-style : none;	
	}

input,select {
	background-color:#FFFFFF;
	color:#181B22;
	font-family: 'Bookman Old Style', 'Georgia', 'Times New Roman', serif;
	font-size:12px;
	}
	
a:link, a:active {
	color : #FFFFFF;
	text-decoration:underline;
}
a:hover, a:visited {
	color : #FFFFFF;
	text-decoration:none;
}
/*
.link a, a{
	color : #FFFFFF;
	text-decoration : none; 
	border-bottom:1px white;
	}

.link a:hover {
	color : #FFFFFF;
	text-decoration : none;
	border-bottom:0px; 
	}
	*/
	
a.h3 {
	font-family : 'Bookman Old Style', 'Georgia', 'Times New Roman', serif;
	font-size : 14px;
	color : #FFFFFF;
	text-weight : bold;
	text-decoration : none;
	}

a.h3:hover {
	font-family : 'Bookman Old Style', 'Georgia', 'Times New Roman', serif;
	font-size : 14px;
	color : #FFFFFF;
	text-decoration : underline;
	}
	
.nobord {
	border-style : none;
	}
	
.radiobutton {
	background-color:#FFFFFF;
	}
.caption {
	font-size:9px;
	}
/* .button {
	border : 1px solid;
	padding:4px;
	background-color : #181B22;
	color : white;
	font-family : 'century gothic',verdana,arial,sans-serif;
	font-size : 12px;
	} */
