body {
	color: #4e4e4e;
	font-size: 11px;
	font-family: Trebuchet MS, Verdana;
	background-repeat: repeat; 
}

body a {
    font-size: 11px;
	font-family: Trebuchet MS, Verdana;
	color: #4e4e4e;
	text-decoration : none;
	margin:0px;
}

#global {
	width: 850px;
	height: 100%;
}
span.spacer {
	height: 0.01em;
	overflow: hidden;
	display: block;
	width: 100%;
	clear: both;
}

#contenu {
	overflow: auto;
	text-align: left;
	margin-top:auto;
	background: url(images/corp.jpg) repeat-y;
	
}
table{
float : top;
}

 td { 
 	color: #4e4e4e;
	font-size: 11px;
	font-family: Trebuchet MS, Verdana;
	margin: 0px;
	height: 100%;
	valign : top;
  }
#left {
	width: 140px;
	float: left;
}
#right {
	width: 650px;
	float: left;
	font-size: 12px;
	font-family: Trebuchet MS, Verdana;
	text-align:justify;
}
ul#menu {
	margin: 0;
	margin-left: 15px;
	padding: 0;
	list-style: none;
	text-decoration: none;
}

ul#menu li a {
    font-size: 11px;
	font-family: Trebuchet MS, Verdana;
	color: #4e4e4e;
	 text-decoration: none;
    
}

ul#menu li a:hover {
    color: #4e4e4e;
    text-decoration: underline;
	font-weight: bold;
}
h3 { 
	color: #e50005; 
	font-weight: bold;
 	font-size: 15px;
    margin-bottom: 15px;
	margin-top: 15px;
	border-height: 5px; 
}

#footer {
	width: 822px;
	height: 20px;
	margin-left: 10px;
	background: url(images/footer.jpg);
}

