 /* CSS Document */
html, body {
	min-height: 100%;
	height: auto!important;
	height: 100%;
	margin:0;
}
form{
	margin:0;
	padding:0;
}
body {
	background: url('http://comptoirdeloliviat.be/images/template/bckg.jpg') left top repeat-x #fff;
	color: #454642;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
}
#wrapper {
	background: url('http://comptoirdeloliviat.be/images/template/bg_wrapper.jpg') right top repeat-y;
    margin-left: auto;
    margin-right: auto;
    width: 857px;
    text-align: left; /* on rétablit l'alignement normal du texte */
}
#header{
	background: url('http://comptoirdeloliviat.be/images/template/bg_header.jpg') left top repeat-x #fff;
	width:857px;
	height:263px;
	padding-bottom:1px;
}
#menu{
	text-align:center;
	padding-top:213px;
	padding-left:0;
	font-family: "Times New Roman", Times, serif;
	color:#f2f9db;
	font-weight:bold;
	font-size:22px;
	height:40px;
	vertical-align:middle;
	margin:0;
	list-style-type:none;
}
#menu li {
	display:block;
	float:left;
	padding-left:20px;
	padding-right:20px;
	padding-top:8px;
	padding-bottom:7px;
	margin:0;
	list-style:none;
}
#menu a, #menu a:hover{
	color:white;
	text-decoration:none;
}
#menu li.menuSelected {
	color:#d7d93f;
	background:#536320;
}
#menu li.separator {
	background:url('http://comptoirdeloliviat.be/images/template/separator.gif') left no-repeat black;
	width:2px;
	height:36px;
	margin:2px 0px;
	overflow:hidden;
	padding:0;
	list-style:none;
}
#content{
	width:857px;
	padding-top:10px;
	padding-bottom:10px;
	background-repeat: no-repeat;
	height:auto!important;
	height:400px;
	min-height:400px;
}

#content a, #content a:visited, #content a:hover {
	color:#3A4908;

}

#subscription {
	margin-left:20px;
	margin-right:20px;
}
	#subscription fieldset {
		border:1px solid #728e05;
	}
		#subscription legend {
			color:#5b7406;
			font-weight:bold;
		}
		#subscription div.field {
			padding-bottom:5px;
			margin-left:50px;
			clear:left;
		}
			#subscription div.field label {
				float:left;
				width:150px;
				display:inline;
			}
			#subscription div.field label.necessary {
				font-weight:bold;
			}
.left {
	float:left;
}
.right {
	float:right;
}
h1, h2, p, table{
	margin-right:20px;
	margin-left:20px;
} 
table{
	width:817px;
}
td p, td h1, td h2{
	padding:0px;
	margin-right:0px;
	margin-left:0px;
}
h1, h2{
	padding:0;
	color:#5b7406;
	font-size:18px;
}
h2{
	padding-top:0px;
	font-size:18px;	
	margin-top:0px;
}


p{
	margin-top:0;
	margin-bottom:15px;
}
p.message {
	border:1px solid #728e05;
	padding:5px;
	font-size:13px;
}
#bottom{
	text-align:center;
	font-size:12px;
	clear:both;
	background-image:url('http://comptoirdeloliviat.be/images/template/bg_bottom.jpg');
	background-position:bottom;
	background-repeat:no-repeat;
	height:29px;
	font-family: "Times New Roman", Times, serif;
	color:#f2f9db;
	line-height:27px;
}
#bottom a{
	color:#f2f9db;
}
 