@charset "utf-8";
/**
 * Author: Étienne André
 * Last modified: 2023/01/18
 */

#footer {
	font-size:small;
	text-align:center;
}

#footer a{
	border-bottom: none; /* pour annuler les pointillés du style */
}

#footer img{
	height: 4em;
	margin: 1em;
}

.imitator{
	font-family: sans-serif;
}
/**********************************************************
 PUBLICATIONS
**********************************************************/
.publications{
	padding-top : 0px;
	padding-left : 5px;
	padding-right : 5px;
	margin-top : 10px;
	margin-bottom : 10px;
	background-color: #F5F6F7;
}

.publications h2 {
	color: white;
	margin-left: 0px;
	margin-top:0px;
	margin-bottom:10px;
	background-color: #293358;
	width: 100%;
	padding-top :10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

/* AUTEURS */
.publications .auteur{
	color: #354878;
}

.publications .auteur a {
	color: #354878;
	text-decoration : underline;
}

.publications .auteur a:hover {
	color: #ad947e;
}

/* TITRES */
.titre {
	color: #8b7d6d;
	font-weight: normal;
}

.titre a {
	color: #8b7d6d;
}

/* CONFERENCES */
.conference{
	color: #293358;
}

.conference a{
	color: #293358;
}

.conference a:hover{
	text-decoration : none;
	color           : #ad947e;
}

/* JOURNAUX */
.journal{
	color: #293358;
	font-weight: bold;
}

.journal a{
	color: #293358;
}

/* INDICATION DE LANGUE */
.langue{
	color     : #ad947e;
	font-size : smaller;
}


.publications .DOI {
	color     : #ad947e;
	font-size : smaller;
}

.publications .DOI a{
	color           : #ad947e;
	text-decoration : none;
}


a img{
	border-bottom   : none;
	text-decoration : none;
}



/**********************************************************
 TABLES
**********************************************************/
.tableau{
	border           : 2px;
	border-color     : white;
	margin-top       : 20px;
	margin-bottom    : 20px;
	background-color : white;
	font-size        : smaller;
}
.tableau th {
	background-color : #293358;
	padding          : 5px;
	text-align       : center;
	color            : white;
}
.tableau td {
	background-color : #F0F0F0;
	padding          : 3px;
	color            : #293358;
}
.tableau .important a{
	color            : #293358;
}
.important td {
	background-color : #ad947e;
}

.tableau td.titreexpose {
	font-weight : bold;
}
.tableau td.centre {
	text-align : center;
}

