body {
margin: 0;
padding: 0;
background: white url('images/header.jpg') no-repeat 90px 0px;
font: 80% verdana, arial, sans-serif;
}
#menu dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: absolute;
top:120px;
left:0px;
margin-left: 100px;
z-index:100;
width: 800px
}
#menu dl {
float: left;
width: 158px;//131px;
margin: 0 1px
}
#menu dt {
cursor: pointer;
width: 158px;//131px;
text-align: center;
font-weight: bold;
background: #ccc;
border: 1px solid gray
}
#menu dd {
border: 1px solid gray;
display: none;
}
#menu li {
text-align: center;
background: #fff;
}
#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
height: 100%;
border: 0px none;
}
#menu li a:hover, #menu dt a:hover {
background: #eee;
}

#site {
position: absolute;
z-index: 1;
top : 70px;
left : 10px;
color: #000;
background-color: #ddd;
padding: 5px;
border: 1px solid gray; 
}

a {text-decoration: none;
color: #55a;
}

a:hover {text-decoration:underline; 
color: #005;
}


#contenu {
position: absolute;
top: 143px;//138;
left:90px;
margin-left: 0px;
z-index:1
}

#MenuDroite {
position: absolute;
top:3px;
left:490px;
margin-left: 0px;
z-index:1;
background-color: #fff;
}

#basPage{
	width:800px;
	margin-left: 10px;
	font-size:xx-small;
	align:center;
	text-align:center;
}

.news {
	background: #ccc;
}

table, td, tr
{
	border: 0px;
	cellpadding:0;
	cellspacing:0;
}

table
{
   align:center;
   border: 0px;
   cellpadding:0;
   cellspacing:0;
}

.ContenuTable
{
   align:center;
   border: 0px; 
   cellpadding:0;
   cellspacing:0;
}

.left
{
	width: 1px;
	width: 9px; background-image: url('images/contenu-left-bg.gif');
}

.top
{
	background-image: url('images/contenu-top-bg.gif');
	color:#fff;
}

.right
{
	width: 1px;
	background: url('images/contenu-right-bg.gif') repeat-y;
}

.bottom
{
	background-image: url('images/contenu-bottom-bg.gif');
}

.leftgray
{
	width: 1px;
	width: 9px; background-image: url('images/contenu-left-bg-gray.gif');
}

.topgray
{
	background-image: url('images/contenu-top-bg-gray.gif');
}

.rightgray
{
	width: 1px;
	background: url('images/contenu-right-bg-gray.gif') repeat-y;
}

.bottomgray
{
	background-image: url('images/contenu-bottom-bg-gray.gif');
}