
a:link              { color:blue; text-decoration:none; }
a:visited           { color:blue; text-decoration:none; }
a:hover             { color:blue; text-decoration:none; }
a:active            { color:blue; text-decoration:none; }
body {
	margin: 0;
} 



table{border:0px;
}

td{
	vertical-align:top;
}

	
.main{
	position:absolute ;
	left:180px ;
	top:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif ; 
	font-size: 10pt ; 
	height:100% ;
	width:*;
}

.data
{
	text-align:left;
}

div#bandeau {
	width:842px;
	height:50px;
}
div#menu_left {
	float:left;
	width:260px;
}
div#contenu {
	float:left;
	width:580px;
	}
div#wrapper {
    position:relative;
    margin-left:auto;
    margin-right:auto;
    top: 20px;
    width:844px;
    background:#B8B8B8;
}

.cell
{
	border:1px solid #FFFFFF;
	padding-left:3px;
	text-align:left;
	vertical-align:top;
}


dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: absolute; /* placement du menu, à modifier selon vos besoins */
top: 0;
left: 0;
}
#menu {
width: 15em;
}
#menu dt {
margin: 2px 0;;
height: 20px;
line-height: 20px;
text-align: center;
font-weight: bold;
border: 1px solid gray;
background: #ccc;
}
#menu dt.mnu {
cursor: pointer;
}
#menu dd {
border: 1px solid gray;
}
#menu li {
text-align: center;
background: #fff;
}
#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}
#menu li a:hover, #menu dt.mnu a:hover {
background: #eee;
}

/*
button {
cursor: pointer;
margin: 0px 0;;
height: 20px;
line-height: 20px;
text-align: center;
vertical-align: middle;
font-weight: bold;
border: 1px solid gray;
background: #ccc;
}
*/