@import url("navigation_home.css");
body, html{
	height:100%;
}
body{
	background-color:#831822;
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#E3DEC3;
	background-image: url(../images/bg_body_home.gif);
	background-repeat: no-repeat;
	background-position: 220px 0px;
	letter-spacing: 0.08em;
}
p{
	padding:0;
	margin:0 0 20px 0;
}
a{
	color:#E3DEC3;
	text-decoration:none
}
ul{
	padding:0 0 0 30px;
	margin:0 0 20px 0;
}
h1{
	font-size:12px;
	font-weight:bold;
	margin: 0 0 20px 0;
	padding:0;
}
h2{
	font-size:12px;
	font-weight: bold;
	margin: 0 0 0px 0;
	padding:0;
	color:#831822;
}
a:hover{
	color:#E3DEC3;
	text-decoration:underline;
}
#blockLeft{
	height:100%;
	width:270px;
	position:absolute;
	left:0;
	top:0;
}
#blockRight{
	width:600px;
	position:absolute;
	left:340px;
	top:0;
}
#logo{
	margin: 40px 0px 40px 20px;
}
#navigation{
	margin:0 0 40px 66px;
	font-weight:bold;
	font-size:13px;
}
#adresse{
	margin:0 0 0 81px;
	font-size:11px;
	line-height:160%;
}
#content{
	margin:130px 0 0 0;
	line-height:150%;
}

