#conteneur {
	position:relative;
	left:50%;
	width:700px;
	margin:0 0 0 -350px;
	background-color:#CCC;
}
#view{
	float:right;
	margin-right:15px;
}
#menu{
	float:left;
}
#content{
	position:absolute;
}
table {
  border: 1px solid #666666;
  font: normal 11px verdana, arial, helvetica, sans-serif;
  color: #363636;
  background: #FFF;
  text-align:center;
  margin:auto;
  }
table.titre {
	font: normal 20px verdana;
}
table a {
color: #333333;
text-decoration:none;
}
table a:hover {
text-decoration:underline;
}
tr {
	background:#f6f6f6;
}
tr.odd {
background: #CCC;
}
td.cont {
	width:150px;
}
td.num {
	width:20px;
}
tbody th, tbody td {
padding:5px;
}