/*cache date des posts sur les images*/
.post-date {
	display: none;
}

.wpupg-container{
	border: 0px !important;
}

a:hover, a:visited, a:link, a:active {

    text-decoration: none!important;

    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}

/*.site-info {display: none; }*/

.site-info {
	visibility: hidden;
	position: relative;
}

.site-info:after {
	visibility: visible;
	position: absolute;
	top: 0;
	left: 0;
	content: "© Productions Ratatouille";
}