body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	background-color: #182801;
}

.conteneur {
	margin-top: 10px;
	position: absolute;
	width: 740px;
	left: 50%;
	margin-left: -370px;
	border:0px solid #182801;
	color: #182801;
	background-color:#7A9431;
	background-image: url("images/corner.jpg");
	background-position: bottom right;
	background-repeat: no-repeat;
	border-bottom: 10px;
}


.header {
	background-image: url("images/header__.jpg");
	background-repeat: no-repeat;
	height:160px;
	padding-left:50px;
	padding-top:40px;
	max-width:490px;
	border-bottom:1px solid #182801;
	color: #F5F8EF;
}

.menu {
	float:right;
	margin: 0px;
	padding:0px;
	margin-left:20px;
	border-left:1px solid #182801;
}


* html .menu {
	margin-left: -3px;
}

.centre {
	padding:20px;
	padding-left:40px;
}

.pied {
	height: 25px;
	text-align:right;
	/*vertical-align: bottom;*/
	padding-right:20px;
	font-size:0.7em;
}

.menu-list {
	list-style-type: none;
	margin:0px 0px 0px 0px;
	padding:0px;
}

* html .menu li{
	margin-bottom:-3px;
}

.menu li {
	margin:0px;
	border-bottom:1px solid #182801;
	color: #D9CEB8;
	font-size: 1.0em;
	text-decoration: none;
	background-color:#748F02;
	padding:0px;
	width:199px;
	min-height: 24px;
}

.menu li a {
	margin:0px;
	display: block;
	color: #F5F8EF;
	font-size: 1.0em;
	text-decoration: none;
	border-left:5px solid #F5F8EF;
	padding:5px;
	min-height: 15px;
}

.menu li a#selection {
	border-left:15px solid #F5F8EF;
	background-color: #C48726;
}

.menu li a:hover {
	text-decoration: none;
	background-color: #90A000;
}

.p {	
}

h2{
	margin-left:-20px;
	margin-top:15px;
	padding-left:5px;
	font-size: 1.3em;
	color: #F5F8EF;
	font-weight:normal;
}

td h2{
	margin-left:0px;
}

h1{
	margin-left:-30px;
	margin-top:5px;
	padding-left:5px;
	font-size: 1.6em;
	color: #F5F8EF;
	font-weight:normal;
}

.header-title {
	font-size:3.3em;
	/*color: #182801;*/
	border-top:2px solid #F5F8EF;
}

.header-title-two {
	font-size:1.1em;
	/*color: #182801;*/	
	padding-bottom:3px;
	border-bottom:1px solid #F5F8EF;
}

a{
	color:#F5F8EF;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

blockquote {
	background-color:rgb(142, 168, 69);
	padding : 3px;
	padding-left: 10px;
	border-left:2px solid #F5F8EF;
}
.info td {
	text-align: center;
	padding: 4px;
	background-color:rgb(142, 168, 69);	
}
.info th {
	text-align: center;
	vertical-align: top;
	padding: 4px;
	background-color:#647F02;	
}
.sign blockquote p {
	text-align: right;
	font-style: italic;
}
.vignette {
	clear: right;
	float: right;
	margin: 0.5em;
	margin-top: 1.1em;
	margin-left: 1.1em;
}
.subscript {
	font-size: 0.8em;
	font-weight: normal;
}
