html { 
	padding:0px;
	margin:0px;
	}
div#banner {
	width:768px;
	text-align:center;
	height:80px;
	color:#000000;
	background-color: #90897a;
	margin-left:auto;
	margin-right:auto;
	}
body {
	background-color: #e1ddd9;
	font-size: 12px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#564b47;  
	padding:0px 20px;
	margin:0px;
	}
div#footer {
	width:768px;
	height:50px;
	clear:both;
	text-align:center;
	color:#000000;
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	}
div#menu {
	float:left;
	width:20%;
	color:#fff;
	background-color: #90897a;
	margin-left:0;
	}
div#module {
	float: left;
	width: 65%;
	background-color: #fff;
	margin:0px 0px 50px 0px;
	}
#right {
	float: right;
	right: 0px;        
	width: 20%;
	color: #564b47;
	margin: 0px; 
	padding: 0px;
	color:#ffffff;
	background-color: #90897a;
	text-align: left;
	}
#notepad {
	width: 50%;
	}
a { 
	color: #ffffff;
	font-size: 11px;
	background-color:transparent;
	text-decoration: none; 
	}
a.left_menu{ 
	color: #0000ff;
	background-color:transparent;
	text-decoration: none; 
	}


table /* Le tableau en lui-même */
{
   border: 4px outset; /* Bordure du tableau avec effet 3D (outset) */
   border-collapse: collapse; /* Colle les bordures entre elles */
}
th /* Les cellules d'en-tête */
{
   background-color: #0000FF;
   color: white;
}

td /* Les cellules normales */
{
   border: 1px solid black;
   text-align: center; /* Tous les textes des cellules seront centrés*/
   padding: 5px; /* Petite marge intérieure aux cellules pour éviter que le texte touche les bordures */
}
