/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *
 * Publications (liste des publications)
 *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.nb_res {
    font-style: italic;
    margin-top: 1em;
    font-size: 120%;
    color: #313C72;
}
.publication {
	margin: 10px 0;
	padding: 10px;
	clear: both;
}
.publication .annee,
.publication .statut,
.publication .type {
	display: inline-block;
}
.publication .statut,
.publication .type {
	border-radius: 5px;
	padding: 1px 5px;
}
.publication .annee .bouton {
	border-radius: 5px;
	padding: 3px 5px;
}
.publication .statut {
	color: #F2F2F2;
}
.publication .statut-paslabo {
	position: relative;
	background-color: #F2B2B2;
	font-weight: bold;
	border: 2px solid red;
	cursor: help;
}
.publication .type {
	border: 2px solid transparent;
}
.publication .type:hover {
	border: 2px solid #4488BB;
}
.publication .type:active {
	border: 2px solid #313C72;
}
/* http://stackoverflow.com/questions/14593415/how-to-strike-through-obliquely-with-css */
.publication .statut-paslabo:before {
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	right: 0;
	border-top: 2px solid;
	border-color: red;
	-webkit-transform:rotate(-10deg);
	-moz-transform:rotate(-10deg);
	-ms-transform:rotate(-10deg);
	-o-transform:rotate(-10deg);
	transform:rotate(-10deg);
}
.publication .titre {
	font-weight: bold;
	font-size: 120%;
}
.publication .autres {
	font-style: italic;
}
.publications-aucune {
	margin-top: 40px;
	margin-bottom: 40px;
	font-style: italic;
	font-size: 120%;
}

@media screen and (max-width:767px) {
	#recherche_publications {
		margin-top: 40px;
	}
}
