/* liens */
a.spip_in, a.spip_out{
	font-weight: bold;
}
/* Nivoslider */
/*.nivo-caption {background: rgba(0, 0, 0, 0.3);}*/
.nivo-caption .titre-slider{
	font-size: 3vw;
	text-transform: uppercase;
}
.nivo-caption .descriptif-slider{
	font-size: 1.5vw;
}
@media screen and (max-width: 640px) {
	.nivo-controlNav{
		display:none;
	}
}
/* masquage titre onglet */
ul.onglets li{
	display: none;
}
/* pagination active */
.pagination .on .pagination-item-label{
	background-color: #DDE9E4;
}
/* formulaire formidable */
.formulaire_formidable .editer-groupe{
	padding: 0;
}
.formulaire_formidable .editer input.pleine_largeur{
	width: 100%;
}
.formulaire_formidable .pleine_largeur.saisie_explication .explication {
	width: 100%;
	margin: 0;
	max-width: 100%;
}
/* tableaux rubrique publications */
.rubrique7 table td:first-child{
	width: 150px;
}
/* images */
.spip_doc_inner{
	margin: 5px;
}
/* page contact */
.feedback-input, .texte-item {
	background-color: #DDE9E4;
}
/* suppresion barre d'outils articles */
#outils-article,
#diminuer,
#augmenter,
.forum-article{
	display: none;
}

