.container {
	width: 800px;
	max-width: none;
}

.glyphicon {
	color:black;
}
.btn-link {
	color:black;
}

a {
	color: black;
}
a:hover {
	color: #87888A;
}
body {
	font-family: 'give_it_your_heartmedium', Arial, sans-serif;
}
.titre {
	font-size: 40px;
	margin-bottom:20px;
}
select{
	border: none;
	font-size: 30px;
	width: 150px;
	padding-left: 10px;
	-webkit-appearance: initial;
}
.selectDiv {
	display: inline-block;	
	width: 110px;
	overflow:hidden;
}

.input-box {
	width: 350px;
	float: left;
	font-size: 22px;
}

.btn-sauver {
	font-size: 22px;
}

.pattern-img {
	background-image: url(../images/pattern-blanc.png);
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 9;
	border: solid 1px black;
}

#pageImg {
	height: 540px;
	position: relative;
	z-index: 5;
	width: 750px;
}
#pageImg>img {
	position: absolute;
	top:0;
	left:0;
	width: 750px;
}
.artiste-box {
	position: absolute;
	z-index: 10;
	border: solid 5px black;
}
.artiste-box .label {
	position: absolute;
	z-index: 10;	
}
.artiste-box .id {
	top: 0px;
	left: 0px;
	font-size: 20px;
	border-radius: 0 0 .25em 0;
}
.label-success {
	background-color: black;
}
.artiste-box .name {
	bottom: 0px;
	width:100%;
	left:0px;
	display:none;
}
.artiste-box img {
	position: absolute;
	width: 750px;
}

#artistes input[type="text"] {
	width: 80%;
	border: none;
}
.input-box label {
	font-size: 20px;
}
.input-box input {
	padding-left: 5px;
}
