/* http://www.informatik.uni-trier.de/~ley/faq/What+is+the+meaning+of+the+colors+in+the+publication+lists.html */
/* DBLP: Books and Theses*/
.label-these, .label-hdr, .label-ouv {
	background-color: rgb(248, 201, 31);
}
/* DBLP: Journal Articles*/
.label-art {
	background-color: rgb(195, 43, 114);
}
/* DBLP: Conference and Workshop Papers*/
.label-comm, .label-presconf, .label-poster {
	background-color: rgb(25, 108, 163);
}
/* DBLP: Parts in Books or Collections */
.label-couv {
	background-color: rgb(239, 148, 45);
}
/* DBLP: editorship */
.label-douv {
	background-color: rgb(154, 236, 200);
}
/* DBLP: Reference Works*/
.label-ref {
	background-color: rgb(150, 173, 44);
}
/* DBLP: Informal and Other Publications */
.label-other, .label-undefined, .label-report, .label-mem, .label-patent, .label-lecture, .label-img, .label-video, .label-son, .label-map, .label-minutes, .label-note, .label-otherreport {
	background-color: rgb(96, 107, 112);
}
.label-tout {
	background-color: black;
}

.isotope-item .item-box-desc {
	height: 80px;
}


/*
header#page-title {
	padding: 80px 0;
}
*/

#portfolio .item-box-desc h4 {
	max-height:none;
	line-height:25px;
}

header#page-title {
    height: 470px;
    background-image:url('/images/fond.jpg');
    background-position:left top;
}
header H3 {
	text-shadow: 1px 1px 2px white;
	font-weight: 500;
}
header a#gt {
	text-shadow: 1px 1px 1px white;
}
li.saisie_fieldset {
	list-style-type: none;
}
#contact hr.no-lines {border:1px solid transparent;}

h3 {margin-top: 32px;}

/*
Les 2 règles suivantes fixent la marge des <p>:
- dans un article: la marge est en haut et pas en bas pour coller les <ul>
- dans un white-row: la marge est en haut. Retour à la valeur par défaut.
!! Attention: l'ordre est important !!
*/
div[class*='article-texte-'] p {
	margin: 20px 0px 0px 0px;
}

div.white-row p {
	margin: 0px 0px 20px;
}

video
{
    width: 100%;
    height: auto;
}

#blog .item {
    margin-bottom: 30px;
    padding-bottom: 40px;
}
