body {
margin: 0;
padding: 0;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: relative;
top: 0;
left: 0;
}
dl#menu {
width: 8em;
}
dl#menu dt {
/*MENU DES RUBRIQUES*/
cursor: pointer;
margin: 0px 0;
height: 20px;
line-height: 20px;
text-align: left;
font-weight: bold;
border-bottom: 1px dotted #000000;
background: #FFFFB5;
background: #FFFFFF;
font: 75% Verdana, Arial, Helvetica, sans-serif;
font-style: italic;
font-weight: bold;
}
dl#menu dd {
border: 0px solid gray;
background: #FFFFB5;
}
dl#menu li {
/*MENU DES SOUS RUBRIQUES*/
text-align: left;
background: #FFFFB5;
font: 75% Verdana, Arial, Helvetica, sans-serif;
}
dl#menu li a, dl#menu dt a {
color: #000000;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}

dl#menu li a:hover, dl#menu dt a:hover {
background: #EDD45E;
}

#mentions {
font-family: verdana, arial, sans-serif;
position: absolute;
bottom : 200px;
left : 10px;
color: #000;
/*background-color: #ddd;*/
}
#mentions a {text-decoration: none;
/*color: #222;*/
}
#mentions a:hover{text-decoration: underline;
}

.bordimg {
	border: thin solid #109C39;
}
.lienimg {
	text-decoration: underline;
	color: #000000;
}
#idweb {
	text-decoration: none;
	color: #000000;
	font-size: 11px;
}
#idweb a{
	text-decoration: none;
	color: #000000;
	font-size: 11px;
}
#idweb a:hover{
	text-decoration: underline;
	color: #000000;
	font-size: 11px;
}
#idweb a:focus{
	text-decoration: none;
	color: #000000;
	font-size: 11px;
}
#idweb a:visited{
	text-decoration: none;
	color: #000000;
	font-size: 11px;
}