body {
	margin:0;
	padding:0;
	
	font-family:Arial;
	
	background:#2570B1;
	}
	
#container {	
	margin:0 auto;	
	
	width:780px;
	
	margin-top:10px;
	
	background:#fff;
	}	
	
#header {
	width:780px;
	padding-bottom:15px;
	
	background:#fff;
	}
	
#main {
	position:relative;
	
	width:780px;
	height:300px;	

	background:#fff;
	}
	
html>body #main {
	height: auto;
	min-height: 300px;
	} 
	
#nav {
	float:left;
	
	width:167px;
	}
	
#nav ul {
	margin:0;
	padding:2px 0 0 10px;
	
	list-style-type:none;
	}
		
#nav ul li li {
	padding:2px 0 0 20px;
	
	font-size:11px;
	color:#717171;
	
	background:url(../commune-montmollin_img/bullet.jpg) no-repeat left 9px;
	}

#nav li a {
	text-decoration:none;
	
	font-size:11px;
	color:#717171;	
	}
	
#content {
	position:relative;
	float:left;
	
	width:470px;
	padding:0 0 0 10px;

	height:200px;
	background:url(../commune-montmollin_img/content-bg.jpg) left 25px no-repeat;
	}
	
html>body #content {
	height: auto;
	min-height: 200px;
	} 
	
#path {
	width:470px;
	padding:5px 0 20px 0;
	
	font-size:10px;
	color:#717171;
	}
	
#path a {
	text-decoration:none;
	
	font-size:10px;
	color:#717171;
	}
	
.object {
	position:relative;
	width:460px;
	}
	
#right {
	float:left;
	
	width:125px;
	height:200px;
	padding:10px 0 0 8px;
	
	font-size:11px;
	color:#4a4a4a;
	
	background:url(../commune-montmollin_img/right-bg.jpg) left top no-repeat;
	}
	
#footer {
	clear:both;
	position:relative;
	
	width:780px;
	height:60px;
	
	background:url(../commune-montmollin_img/footer-bg-blue.jpg) left top no-repeat;
	}
	
#copyright {
	position:absolute;
	
	left:15px;
	bottom:10px;
	
	font-size:11px;	
	color:#4a4a4a;
	}
	
#login {
	position:absolute;
	
	right:10px;
	bottom:10px;	
	}
	
	
#nav .menuOn {
	font-weight:bold;
	color:#4a4a4a;
	}	

h1 {
	font-size:14px;
	color:#126dc0;
	}
	
h2 {
	font-size:13px;
	font-style:italic;
	color:#126dc0;
	}	
