body {
	font-family: verdana, helvetica, sans-serif;
	font-size : 13px ;
}

a {
	color: #DA251D;
	text-decoration: none;
}

a:active {
	color: #FFCAC9;
	text-decoration: none;
}

a:visited {
	color: #DEB0AF; /*#FFCAC9;*/
	text-decoration: none;
}

a:hover {
	color: #FFFFD6;
	background-color: #DA251D;
}

a:hover img {
    background-color: white;
}

img {
	border:0;
}

/* Styles pour /listes/ */
.liste_titre {
    font-weight: bold;
    margin-bottom: 2px;
}
.liste_description {
    margin-top: 0;
}
.liste_archive {
    display: block;
}
.liste_archive:before {
    content: "[" ;
}
.liste_archive:after {
    content: "]" ;
}