#container {
	margin: 0 auto;
	text-align: left;
	padding: 0;
	width: 80%;
}

/* The masthead sits at the top of the page.*/
#masthead 
{
background: black;
	background-image: url(http://enroute.vivier-merle.com/img/entete.jpg);
	overflow: hidden;
background-repeat: no-repeat;
HEIGHT: 150px;
width: 80%;
}

.pageTitle
{
	color: white;
	font-size: 1.8em;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 0px;
}


#welcome
{
	background-color: #000000;
	padding: 6px;
	padding-top: 4px;
	font-size: .7em;
	color: white;
	margin: 0px;
	text-align: center;
}

#welcome a:link, #welcome a:visited, #welcome a:active, #welcome a:hover
{
	color: white;
	font-weight: bold;
	text-decoration: underline;
}


/* The masthead sits at the top of the page.*/
/*#masthead 
{
	margin-top: 8px;
	background: #ffffff;
	background-image: url(../images/summer-title.jpg);
	width: 804px;
	height: 221px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}*/
#masthead ul {
	color: white;
	padding: 0;
	list-style-type: none;
	margin: 0;
}
#masthead ul li {
	display: inline;
}
#masthead ul li a {
	padding: 0 0.5em;
	text-decoration: none;
	margin: 0;
}
#masthead a:link, #masthead a:visited, #masthead a:active, #masthead a:hover {
	color: white;
	text-decoration: none;
}

#title
{
	color: white;
position: relative;
	left: 63px;
	top: 50px;
	width: 300px;
	height: 74px;
	overflow: hidden;
	text-align: center;
	font-size: 11px;
	/*border: solid 1px #ff0000;*/
}

#title h1
{
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: white;
}

#title a:link, #title a:visited, #title a:active, #title a:hover
{
	color: white;
}

#nav
{
	background-color: #ffffff;
	padding: 0px 6px 0px 6px;
	width: 80%;
	height: 35px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}


#main {
	padding-right: 12px;
	width: 60%;
	overflow: hidden;
	padding-left: 20px;
}


#content
{
	padding: 32px 6px 6px 6px;
	background-color: #ffffff;
	width: 80%;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

#leftmenu {
	float: left;
	width : 20%;
	padding-left: 16px;
	overflow: hidden;
}

.MonTableau
{
    border: 1px solid black;
    border-collapse:collapse;

}