
body 
{
    padding: 0;
    margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: url('http://static.voitureo.com/voitureo/img/bg.png') repeat-x #4c2e67;
	color: #ffffff;
}

img
{
	border: none;	
}

a
{
	text-decoration: none;
	color:#FFFFFF;
}
a:link
{
	color:#FFFFFF;
}

a:visited
{
	color:#FFFFFF;
}

a:hover
{
	color:#FFFFFF;
	text-decoration: underline;
}

#content
{
	margin: 0 auto 0 auto;
	margin-top: 40px;
	width: 1000px;
	height: 581px;
	background: url('http://static.voitureo.com/voitureo/img/bg-img.png');
}

#header
{
	background: url('http://static.voitureo.com/voitureo/img/bg-header.png');
	height: 9px;
	text-align: center;
	padding: 10px;
	border-bottom : #6e6378 thin solid;
}

#site-content
{
	height: 500px;
	margin: 20px;
}

#logo
{
	margin-left: 45px;
}

#login-form input[type="submit"]
{
	background: url('http://static.voitureo.com/voitureo/img/ok-button.png') no-repeat; 
	width: 38px;
	height: 36px;	
	border : none;
	margin-left: 10px;
}

#login-form input[type="submit"]:hover
{
	cursor : pointer;
}
#login-form input[type="text"]
#login-form input[type="password"]
{
	border-color: #b7b7b7;
}

#member-area
{
	background:#231632;
	border: #6e6378 thin solid;
	height: 400px;
	overflow-y: auto;
}

#member-area-header
{
	background: url('http://static.voitureo.com/voitureo/img/member.png') #3c2354 no-repeat;
	background-position: center center;
	height: 9px;
	text-align : right;
	padding: 9px;
	border-bottom: #6e6378 thin solid;
}

#member-area-content
{
	margin: 20px;
	font-size: 12px;
}

#footer
{
	margin: 0 auto 0 auto;
	width: 1000px;
	text-align: center;
	padding: 10px;
}
