div.plante {
        display: inline-block;
        width: 100%;
        height: auto;
        min-height: 42px;
        max-height: 80px;
        margin: 1px 0;
        padding: 2px 0;
        overflow: hidden;
}
div.plante a {
        display: inline-block;
        width: 99%;
        height: auto;
        min-height: 42px;
        padding: 2px 0;
        text-align: center;
        vertical-align: middle;
        background-color: #EBF8FB;
        border: 1px solid #EBF8FB;
        -webkit-transition-property: background-color;
        -webkit-transition-duration: 2s;
        -moz-transition-property: background-color;
        -moz-transition-duration: 2s;
        transition-property: background-color;
        transition-duration: 2s;
}
div.plante a:hover {
        background: #C0FFC0;
        border-top: 1px solid #808080;
        border-bottom: 1px solid #ffffff;
        border-left: 1px solid #808080;
        border-right: 1px solid #ffffff;
        text-decoration: none;
}
div.contenu {
        float: left;
        width: 20%;
        width: 20%\9;
        margin: 0;
        padding: 0;
}
div.contenuArticles {
        float: left;
        width: 100%;
        width: 100%\9;
        min-width: 400px;
        margin: 0;
        padding: 1em 0 0 1em;
        text-align: left;
}
h4.titre {
        padding: 5px;
        margin: 5px;
        height: 3em;
        padding-top: 5px;
        font-size: 1.1em;
        text-align: center;
        color: #0009BC;
        background: url('https://www.aquariophilie.org/plantes/images/plante.png') no-repeat top left;
        border: 1px solid #0009BC;
}
p.shadow, span.shadow {
        font-weight: bold;
        padding: 1em;
        border: 1px solid #008000;
}
p.shadow:hover {
        background: -moz-radial-gradient(#C0FFC0, #00C000);
        background: -webkit-radial-gradient(#C0FFC0, #00C000);
        background: -ms-radial-gradient(#C0FFC0, #00C000);
}
#PubPlante {
        width: 220px;
        height: 250px;
        margin: 0 auto;
        padding: 0;
		text-align: center;
		border: 10px solid #C0FFC0;
		background-color: #C0FFC0;
}