

html {
	background:#FFF;
}

body {
	margin:0 auto;
	width:900px;
	text-align:left;
	font-size: 13px;
	font-family: "Lucida Grande", Tahoma, sans-serif;
	
}


#header {
	height:100px;
	border-bottom:#00CCCC solid 1px;
	padding-bottom:10px;
	margin-bottom:10px;
	
}

#main {

	width:540px;
	float: left;
	padding-right:20px;
	border-right:#CCCCCC dashed 1px;

}

#sidebar {
	width:320px;
	float: left;
	padding-left:10px;
	
}
#sidebar H2{
	color:#000000;
	
}

#footer {

	border-top:#CCC solid 1px;
	margin-top:50px;

}

H1 {
	color:#000;
	font-family: Verdana, Tahoma, sans-serif;
	font-size:320%;
	letter-spacing:2px;
	font-weight:normal;
	
}

H2 {
	color:#00CCCC;
}

a {
	color:#000000;
}
a:hover {
	color:#00CCCC;
}

.small {

font-size:11px;
color:#666666;
}

.menu {
color:#00CCCC;
border-bottom:#00CCCC dashed 1px;
}

input,select {

margin-left:20px;
}



#resultats table {
width:500px;

} 

#resultats td {
	border-bottom:#CCC dashed 1px;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
	width:33%;

} 

#resultats td.top {
	font-weight:bold;
	border:#CCC solid 1px;

}