body
{
	background: url(../medias/graphics/LEM_peintureVert4.jpg) repeat-y -30px;
	background-color: #c4c39e;
	margin:0px;
	padding:0px;
}

img {
	border:0px;
	}

.bord {
	border:1px solid #666666;
	}

#rightcolumn img {
	border:1px solid #666666;
	}
	
.centre {
	text-align:center;
	}
#page {
	display: block;
	margin:0px auto; 
	width:750px;
	border:0px solid #000000;
	text-align:left;
	}
/* This style defines the area behind the logo. */
#logobkg {
	height:180px;
	background: url(../medias/graphics/LEM_logo750.jpg) no-repeat top;
/* 	border-bottom:1px solid #dddddd; */
	}
/* These styles define the columns that appear within the body of the page */
#leftcolumn {
/* 	width:568px; */
	width:500px;
/* 	background:#ffffff; */
/* 	padding:12px 14px 16px 16px; */
	padding:15px 14px 14px 5px;
	float:left;
	}
#rightcolumn {
/* 	width:196px; */
	width:200px;
/* 	background:#ffffff; */
/* 	padding:12px 14px 16px 16px; */
	padding:15px 14px 14px 15px;
	float:right;
	}

/* This style defines the area around the navigation bar. This is where the background image for the navigation bar is defines */
.navbar {
	position:relative;
/*	background:#99957c;*/
/* 	width:767px; */
	}
/* These styles define the buttons in the navigation bar */
.buttons {
	margin:0px 0px 0px -16px;
	padding:0px 15px 0px 16px;
	text-transform:uppercase;
	font-family:Verdana, sans-serif;
	font-weight:bold;
	font-size:10px;
	white-space:nowrap;
	}  

.buttons strong {
	float:left;
	border-style:none;
	border-right:1px solid #666;
/* 	border-bottom:1px solid #999999; */
	padding:7px 20px;
	text-decoration:none;
	background:#99957c;
	color:#fff;
	}
.buttons a {
	float:left;
	border-style:none;
	border-right:1px solid #99957c;
	padding:7px 20px;
	text-decoration:none;
	color:#666;
	}  
.buttons a:hover {
	color:#666;
	background:#d9d7b0;
	border-bottom-width:0;
	}
.subnav {
	background:#99957c;
	padding:3px;
	}
/* These styles define link behaviors */
a:hover {
	text-decoration:none;
	}
a:active {
	color:#cc0000;
	} 
a {
	color:#886666;
	}

/* Heading can be used alone or with Boxbeige and Boxwhite below */
h1 {
	margin:0;
	background:#d9d7b0;
	border-top:1px solid #99957c;
	border-left:0px solid #99957c;
	border-bottom:0px solid #99957c;
	border-right:0px solid #99957c;
	padding:5px 8px;
	font-family:Verdana, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	color:#666666;

	}
h4 {
	font-family:Arial, sans-serif;
	font-size:11px;
	font-weight:bold;
	}
p
{
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 18px;
	text-align: justify;
}

/* Boxbeige and Boxwhite should be used with the Heading style above */
.boxbeige {
	background:#d9d7b0;
	padding:8px;
	font-family:Verdana, sans-serif;
	font-size:10px;
	}
.boxwhite {
	background:#ebe9be;
	padding:8px;
	font-family:Verdana, sans-serif;
	font-size:10px;
	}
/* These styles define font attributes */


.smltxt {
	font-family:Verdana, sans-serif;
	font-size:8px;
	}
/* This style defines the footer */
.footer {
/* 	position:relative; */
/* 	width:767px; */
	padding:4px 12px;
	margin:0px;
	background:#eeeeee;
	border-top:1px solid #dddddd;
	font-family:Verdana, sans-serif;
	font-size:10px;
	color:#666666;
	clear:both;
	}
