/* Le fichier n'existe pas et sera créé lors de l'enregistrement par LocalFiles Editor */

/* affichage bannière */
#theHeader {
background:url('../../local/img/header.jpg') no-repeat center center;
border:2px outset #142c58;
height:180px;
width:1038px; margin: 8px auto 18px auto;
}
#theHeader a {
display:block;
height:160px;
color: transparent;
}

/* Contribution via Paypal */
#contribution {
	display:block;
	font-size:.9em;
	text-align:center;
	padding:5px;
}
#contribution INPUT {
	border:none;
}

/* non-affichage nb.images pour les catégories "auteurs" */
.empty_cat .menuInfoCat, .empty_cat .menuInfoCatByChild {
display:none;
}
.empty_cat .Nb_images {
visibility:hidden;
}

/* icône pour les vidéos et les textes */
.content ul.thumbnails span.wrap1 {
position:relative;
}
.thumbnails .video, .thumbnails .texte {
position: absolute;
top: 90px;
left: 100px;
z-index:99;
width: 45px;
height:45px;
}
.thumbnails .video {
background: url('../img/video.png') no-repeat;
}
.thumbnails .texte {
background: url('../img/texte.png') no-repeat;
}

