body, td
{
	font-family : century gothic;
	color : #37383D;
	font-size : 12 ;
	
}

a:active,  a:link,  a:visited 
{
	text-decoration : none;
	color :  #000093;
}

a:hover
{
	color : red;
}

.log
{
	position : absolute;
	top : 35;
	left : 10;
	width : 150;
	font-size : 11;
	color : black;
}

a:link IMG,  a:visited IMG
{
	border : none;
}

.titre_image
{
	font-size : 11;
	color : black;
}



dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: relative;
top: 50%;
left: 1em;
width: 10em;
}

#menu dt {
cursor: pointer;
background: #ccc;
height: 20px;
line-height: 20px;
margin: 2px 0;
border: 1px solid gray;
text-align: center;
font-weight: bold;
}

#menu dd {
position: absolute;
z-index: 100;
left: 8em;
margin-top: -1.4em;

background: white;
border: 1px solid gray;
width : 200;
}

#menu ul {
padding: 2px;
}
#menu li {
text-align: center;
font-size: 85%;
height: 18px;
line-height: 18px;
}
#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
}

#menu li a:hover {
background : #eee;
}

#menu dt:hover{
background:#eee;
}






