body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#page {

min-width:900px;
/* padding-top:5px; */
width:100%;
}

#entete {

/* min-width:900px; */
padding-top:5px;
width:100%;
}
#menu_top {
	border: 1px solid #000000;
	/* width: 100%; */
	padding: 5px;
	background-color:#CCCCCC;
}

#foot {
	border: 1px solid #000000;
	/* width: 100%; */
	padding: 5px;
	clear:both;
}

#body {
min-width:950px;
padding-top:5px;
width:100%;
}

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;

}

#menu {
width: 150px;
top: 0;
left: 0;
}

#menu dt {

margin: 2px 0;
height: 20px;
line-height: 20px;
text-align: center;
font-weight: bold;
border: 1px solid gray;
background: #348DE7;
color:#FFFFFF;
}
#menu dd {
cursor: pointer;
border: 1px solid gray;
background-color: #EEEEEE;
}
#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%;
padding: 5px;
}
#menu li a:hover, #menu dt a:hover {
background: #999999;
}

td.liste_last_col1,td.liste_last_col2 {
	cursor: pointer;
	font-family: Arial, sans-serif;
	font-size: 12px;
	border-top: 1px solid #CCCCCC;
	padding:3px;
}

td.liste_last_col1 {
	border-right: 1px solid #CCCCCC;
}

td.liste_last_col2 {
}

tr.liste_last_col:hover {
background: #eee;
}




h1,h2 {
	margin-bottom:0px;
}


/* Ici, tu mets les styles correspondant aux liens (11.03.08) */
a {
color: #0000FF;
}

a:hover {
color: #FF0000;
}


a.liste {
	color:#000000;
	text-decoration:none;
}

a.liste:hover {
	text-decoration:underline;
}

img.logo {
	border: 0;
}
