body {
    margin: 0px;
	padding:0px;
	background-image:url(../images/horizontal-lines.gif);
	background-repeat: repeat;
    font-family: Verdana,sans-serif;
	font-size:18px;
}

h1 {
    font-size:1.4em;
    color: #008000;
}

a {
    color: #008000;
}

button{
	width: 100px;
	height: 40px;
}

#loginform dt {
    width: 100px;
    display: block;
	margin-left:0px;
}

#loginform dd {
    margin-left:0px;
	width:100px;
	height: 40px;
}

#loginform dd input{
	font-size: 18px;
	width: 155px;
}

#userform dt {
    width: 500px;
    display: block;
	margin-left:0px;
}
#userform dd {
    margin-left:0px;
	width:500px;
	height: 40px;
}

#userform dd select{
	width: 200px;
	font-family:Verdana,sans-serif;
	font-size:18px;
}

#userform dd input{
	font-size: 18px;
	width: 200px;
}

#userform dd ul{
	font-size: 11px;
	color: #FF3300;
	width: 500px;
	list-style:none;
	margin-left:50px;
}

#visform dt {
    width: 500px;
    display: block;
	margin-left:0px;
}
#visform dd {
    margin-left:0px;
	width:500px;
	height: 40px;
}

#visform dd select{
	width: 200px;
	font-family:Verdana,sans-serif;
	font-size:18px;
}


#visrform dd ul{
	font-size: 11px;
	color: #FF3300;
	width: 500px;
	list-style:none;
	margin-left:50px;
}

#searchform dt {
	margin-left:0px;
	display:block;
	width: 500px;
}
#searchform dd{
	width: 400px;
	margin-left:0px;
	height: 50px;
}

#searchform dd select{
	width: 500px;
	font-family:Verdana,sans-serif;
	font-size:18px;
}

#searchform #submitbutton{
	font-size: 18px;
	width: 155px;
}

#site-wrapper{
	margin:auto;
	width: 990px;
	padding:0px;
}

#header {
	height: 100px;
	padding:20px;
}

#login-div{
	float: left;
	padding:20px;
	padding-top:0px;
	width:250px;
	min-height:360px;
	display:block;
}

#login-div #login-box{
	margin:auto;
	font-size:16px;
	padding-left:20px;
	padding-top:20px;
	width:190px;
	height:300px;
	background:url(../images/login-rect.png);
	background-repeat:no-repeat;
	background-position:top center;
	display:block;
}

#content {
	float:left;
	padding:0px;
}
#content #top{
	height:30px;
	width:659px;
	background-image:url(../images/home-rect-top.png);
	background-repeat:no-repeat;
}
#content #main{
	background-image:url(../images/home-rect-bg.png);
	background-repeat:repeat-y;
	width:659px;
	min-height:300px;
	padding:20px;
	padding-top:10px;
}
#content #bottom{
	height:41px;
	width:659px;
	background-image:url(../images/home-rect-bottom.png);
}

#logo{
	height: 70px;
	width:346px;
	background:url(../images/logo.png);
	padding:0px;
	margin-left:50px;
}

#admin-users-table{
	cellspacing:0;
	cellpadding:0;
	width: 600px;
}

#admin-users-table th{
	background-color:#0066CC;
	color:#FFFFFF;
	height: 30px;
	text-align:left;
	font-weight:100;
}

#search-results-table{
	cellspacing:0;
	cellpadding:0;
	width: 600px;
}

#search-results-table th{
	background-color:#0066CC;
	color:#FFFFFF;
	height: 30px;
	text-align:left;
	font-weight:100;
	font-size:14px;
}


#admin-vis-table{
	cellspacing:0;
	cellpadding:0;
	width: 600px;
}

#admin-vis-table th{
	background-color:#0066CC;
	color:#FFFFFF;
	height: 30px;
	text-align:left;
	font-weight:100;
	font-size:14px;
}

#stats-users-table{
	cellspacing:0;
	cellpadding:0;
	width: 600px;
	border: solid 1px #999999;
}

#stats-users-table th{
	background-color:#0066CC;
	color:#FFFFFF;
	height: 30px;
	text-align:left;
	font-weight:100;
}
.derniereConnexion{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	padding-top:10px;
	padding-bottom:10px;
	color:#000000;
}

#conseilform #texte{
	width: 500px;
	height: 250px;
}
