body {
	margin:20px 0 0 0;
	padding:0;
	font-family:Georgia;
	background:#b32b00;
}

#containerRepeat {
	width:820px;
	margin:0 auto;
	min-height:540px;
	height: auto !important;
	height:540px;
	background:url(/templates/fleurdelys_img/middle.jpg) repeat-y;
}

#container {
	width:820px;
	margin:0 auto;
	min-height:540px;
	height: auto !important;
	height:540px;
	background:url(/templates/fleurdelys_img/top.jpg) top no-repeat;
	position:relative;
}

#lang {
	position:absolute;
	top:20px;
	right:30px;
	font-size:10px;
}

#main {
	width:820px;
	padding:170px 0 0 0;
}

#footer {
	position:relative;
	width:820px;
	height:180px;
	background:url(/templates/fleurdelys_img/bottom.jpg) no-repeat;	
}

#nav {
	float:left;
	margin:0;
	font-size:11px;
	font-weight:bold;
	color:#b32b00;
}

#nav ul {
	margin:60px 0 0 25px;
	padding:0;
	width:165px;
	list-style-type:none;
}

#nav ul li {
	background:url(/templates/fleurdelys_img/sep_menu1_150px.gif) 15px bottom  no-repeat;
	padding:6px 0 8px 0;
	position:relative;
		min-height:15px;
	height: auto !important;
	height:15px;
	}
	
#nav ul li.last {
	background:none;
}

#nav li a {
	padding:0 3px 0 15px;
	text-decoration:none;
	color:#b32b00;	
}

#nav li a.main {
	display:block;
	min-height:15px;
	height: auto !important;
	height:15px;
}

#nav li a.on {
	background:url(/templates/fleurdelys_img/puce_menu.gif) no-repeat;
}

#nav ul ul {
	margin:0;
	padding:0;
	color:#808080;
}

#nav ul li li {
	padding:3px 0 0 15px;
	margin:0;
	background:none;
	font-weight:normal;
	height:15px;
}

#nav ul li li a {
	color:#808080;
	padding:0;	
	margin:0;
	font-weight:normal;
}

#content {
	margin:0 0 0 63px;
	float:left;
	width:520px;
	font-size:12px;
}

#content h1 {
	margin:0 0 45px 0;
	font-weight:bold;
	font-size:15px;
	color:#000;
}

.object {
	font-size:12px;
	color:#000;
}

.object h2 {
	font-size:12px;
	font-weight:bold;
}

a {
	color:#b32b00;
}

#copyright {
	position:absolute;
	top:10px;
	left:40px;
	font-size:11px;
	color:#808080;
}

#copyright a {
	text-decoration:underline;
	color:#b32b00;
}

#login {
	position:absolute;
	top:148px;
	right:8px;
}

