/* Affichage des membres online */
#who
{
   padding: 2px; /* Pour éviter que le texte à l'intérieur du corps ne colle trop à la bordure */
   text-align: center;
   font-size: 10px;
   color: #CCCCCC;
   font-family: "Arial", "Arial Black", "Times New Roman", "Times, serif";
}

td {
	color: #000;
	font-size:10pt;
	text-align:left;
}


a {
	color: #000;
	text-decoration:underline;
}

a:hover {
	color: #000;
	text-decoration:underline;
} 

a:visited {
	color: #900;
}

ul, li {
	margin:0;
	padding:0;
	list-style-type:none;
}

ul {
	margin:.5em;
}

.rss {
	border:0;
	margin:0 .5em;
	vertical-align:middle;
}

#pied {
height: 30px;
background-color: #f0b840;
text-align: center;
}

.menupied {
list-style-type: none;
margin: 0;
padding: 0;

}
.menupied li {
display: inline;

}
.menupied a {
margin: 0;
text-decoration: none;
color: #000000;
font-weight:bold;
text-decoration: underline;
}
.menupied a:hover {
text-decoration: none;
}


#pied {
height: 30px;
background-color: #f0b840;
text-align: center;
padding:10px;
}

#pied h3 {
    float: left;
    margin: 0;
}

#pied h3 a {
    display: block;
    background-image: url(/images/logo_pratikeo.png);
    width: 127px;
    height: 35px;
    overflow: hidden;
    text-indent: -5000px;
}
