@import url(menu.css);

body {
	background: #160a00;
	margin: 0;
	padding: 0;
	font : 0.8em "Trebuchet MS", helvetica, sans-serif;
}

#top {
	background: #160a00 url(/img/top.png) no-repeat center;
	height: 39px;
}

#hcontainer, #mcontainer, #ccontainer, #footer {
	margin: 0 auto;
	width: 951px;
}

#header {
	height: 82px;
	background: #160a00 url(/img/header_d.png) repeat-x;
}

#hcontainer {
	background: #160a00 url(/img/header_l.png) no-repeat;
	height: 100%;
}

#lcontainer a {
	color: #d6cbab;
	text-decoration: underline;
}

#lcontainer a:hover {
	color: #fff7d9;
	text-decoration: none;
}

#menu {
	height: 34px;
	background: #160a00 url(/img/menu_d.png) repeat-x;
}

#mcontainer {
	background: #160a00 url(/img/menu_l.png) repeat-x;
	height: 100%;
}

#content {
	min-height: 277px;
	background: #160a00 url(/img/content_d.png) repeat-x;
}

#ccontainer {
	background-color: #fff7d9;
	min-height: 277px;
}

#footer {
	background: #160a00 url(/img/footer_d.png) no-repeat center;
	height: 26px;
}

#fcontainer {
	text-align: center;
	color: #fff;
}

#lcontainer {
	float: right;
	color: #fff7d9;
	text-align: right;
	height: 34px;
	padding-top: 3px;
}

#lcontainer p {
	text-align: right;
}

a {
	color: #2b4904;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 0;
	padding: 10px 15px;
	text-align: justify;
}

#ccontainer form {
	margin-top: 2em;
	margin-bottom: 0;
}
label {
	display: block;
}
input[type=checkbox] {
	float: left;
	clear: left;
	margin: 2px 6px 7px 2px;
}
input, textarea {
	clear: both;
	display:block;
	font-size: 1em;
	font-family: inherit;
}
select {
	clear: both;
	vertical-align: text-bottom;
	font-size: 1em;
	font-family: inherit;
}
option {
	font-size: 1em;
	font-family: inherit;
	padding: 0 0.3em;
}
input[type=submit] {
	display: inline;
	vertical-align: bottom;
}

h1 {
	font-size: 1.6em;
	padding: 15px 10px 0 10px;
	margin: 0 50px 0 15px;
	border-bottom: 1px solid #2b4904;
	color: #2b4904;
}

h2 {
	font-size: 1.2em;
	padding: 15px 10px;
	margin: 0 15px;
	color: #2b4904;
}
h3 {
	font-size: 1.0em;
	padding: 15px 10px;
	margin: 0 15px;
	color: #2b4904;	
}

#content table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 auto;
}

#content th {
	color: #2b4904;
	text-align: center;
	padding: 5px 7px;
}

#content td {
	border-top: 1px solid #d6cbab;
	padding: 5px 7px;
}

.paire {
	background-color: #e6dfc3;
}

.centre {
	text-align: center;
}

.select {
	font-weight: bold;
	font-size: larger;
}

div.photon {
	text-align: center;
	margin-top: 10px;
}

div.photoliste img {
	margin: 15px;
	border: 1px solid #5f9714;
}

div.commentaire {
	border: 2px solid #d6cbab;
	background-color: #e6dfc3;
	margin: 5px 15px 0 15px;
}

div.addcomment {
	margin: 5px 40px 0 40px;
}

ol, ul {
	margin-bottom: 0;
}
.error_message {
color:#900;
font-size: 1.2em;
margin: 8px 0px;
font-weight: bold;
}