/* CSS Document */
* {
	margin:0;
	padding:0;
}

html {
	height:100%;
}

body {
	height:100%;
	font-family:arial;
	font-size:12px;
	color:#5a3b34;
	background-image:url('images/body_bg.gif');
}

#editorbody { background-image:none;height:auto; }

a {
	color:#a82709;
	text-decoration:underline;
}

img { 
	behavior: url(/iepngfix.htc); 
}

ul {
	margin-top:10px;
	margin-bottom:10px;
	margin-left:39px;
	list-style:none;
}

p {
	margin-top:10px;
}

#main {
	height:100%;
	width:817px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/content_bkground.jpg);
	background-repeat:repeat-y;
}

#banner {
	position:relative;
	width:817px;
	height:177px;
	background-image:url('images/banner.jpg');
	background-repeat:no-repeat;
}

.feuille_left {
	position:absolute;
	left:-121px;
}

.feuille_right {
	position:absolute;
	right:-181px;
}

#navbar {
	width:817px;
	height:28px;
	background-image:url('images/nav_ban.jpg');
}

.menu {
	font-family:times new roman;
	font-size:18px;
	color:#e97051;
	/*margin-left:130px;*/
	text-align:center;
	padding-top:4px;
}

.menu a {
	color:#6d4e4b;
	text-decoration:none;
}

.menu a:hover {
	color:#d91711;
	text-decoration:none;
}

#content {
	background-image:url('images/content_bkground.jpg');
}

#txtbox {
	padding:17px 38px 17px 38px;
}

#spacer {
	clear:both;
	height:50px;
}
