body {
	padding: 0px;
	margin: 0px;
	width: 100%;
	background-color: white;
	color: #333;
}

table tr td {	
	font-size: 1.2em;
}


/*_________________________________________
	HOME
___________________________________________*/
#home {

}
#modal-btn {
	display: none;
}

#boutons {
	padding: 10px;
	background-color: #eee;
	position: fixed;
	top: 0;
	left: 0;
	right :0;
	text-align: center;
	z-index: 500;
}
#boutons ul {
	width: 100%;
	padding: 0;
	margin: 0;
}
#boutons ul li {
	display: inline;
	list-style: none;
	margin: 20px;
	padding: 10px;
	cursor: pointer;
}
.menu-underline {
	background-color: #333;
	color: white;
}

#bandeau {
	padding: 10px;
	background-color: #eee;
	position: fixed;
	z-index: 501;
	top: 40px;
	left: 0;
	right :0;
}

#recherche {
	width: 100%;
}
#message-resultat {
	margin: 20px;
	text-align: center;
	font-size: 1.4em;
}
#resultats {
	margin: 120px 0px;
}

#resultats table {
	width: 100%;
}

.result-title {
	font-weight: bold;
	font-size: 1.4em;
	color: #eee;
	background-color: #555;
}
.bloc-resultat {
	margin-bottom: 30px;
}
.result-nom {
	font-weight: bold;
}
.icon-wikipedia {
	text-align: right;
}
.nb_oeuvres {
	font-size: 0.7em;
	vertical-align: middle;
}
.wikipedia {
	margin: -3px 7px 0 0;
}


.liste-oeuvres {
	font-size: 0.9em;
}

.liste-oeuvres td {
	padding: 5px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
}

.oeuvre-detail-titre {
	font-style: italic;
}
.oeuvre-detail-annee {
}
.oeuvre-detail-artiste {
	font-weight: bold;
}

#liste-expos-bloc {
	display: none;
}



.edit-concept {
	margin-left: 20px;
	margin-right: 20px;
}


#artiste-genre {
	text-align: center;
}

#artiste-genre img {
	width: 48px;
	margin: 6px 20px;
	cursor: pointer;
}
.genre-selectionne {
	border-bottom: 3px solid #156082;
}

.date-artiste {
	font-size: 0.8em;
}

.visu-oeuvres-artiste {
	font-weight: 700;
	color: #333
}
.image-ronde {
   clip-path:ellipse(50% 50%);
}
