body {
 	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	background-color:#CFE6D5;
}

.conteneur {
	overflow:hidden;
	margin-top: 10px;
	position: absolute;
	width: 740px;
	left: 50%;
	margin-left: -370px;
	border:0px solid #182801;
	color: #182801;
	background-color:#ffffff;
}


.header {
	background-image: url("images/last-penny.jpg");
	background-repeat: no-repeat;
	height:90px;
	padding-left:50px;
	padding-top:110px;
	max-width:490px;
	color: #ffffff;
	font-size: 3em;
	font-weight:900;
}

.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;
	padding-right:10px;
}

.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: 12px;
	text-decoration: none;
	background-color:#56AC6F;
	padding:0px;
	width:199px;
}

.menu li a {
	margin:0px;
	display: block;
	color: #ffffff;
	font-size: 11 px;
	text-decoration: none;
	border-left:5px solid #ffffff;
	padding:5px;
}

.menu li a:hover {
	text-decoration: none;
	color:#000000;
	background-color:#30BF59;
}

.p{
	
}

h2{
	margin-left:-20px;
	margin-top:15px;
	padding-left:5px;
	color: #408052;
	font-weight:bold;
}



a{
	color:#408052;
	text-decoration:underline;
	font-weight:600;
}

a:hover{
	text-decoration:underline;
}

blockquote{
	padding : 3px;
	border-left:2px solid #AFC3A7;
}

#floatRight {
float:right; 
width:250; 
margin:2px;
}

#floatLeft {
float:left; 
width:250; 
margin:2px;
}

#floatLefta {
float:left; 
width:120; 
margin:2px;
}
#footer p{
margin:0;
}
#footer a{
text-decoration:none; 
color:#333333; 
}
#topbar {   /* Top bar, can be used for extra links etc */
	text-align:right;
	width: 540px;
	background: #000000;
	padding-top: 5px;
}