#interface {
	width:60%;
	min-width:470px;
	margin:0 auto;
	margin-top:25px;
	margin-bottom:35px;
	padding:20px;
	background-color:white;
	border:2px dashed #8fbc8f;
	font-family:sans-serif;
}
#interface fieldset {
	padding:20px;
	padding-top:0px;
	border: 2px dashed #c5e3ed;
	text-align:center;
}
#interface fieldset legend {
	font-size:1.3em;
	color:#598f96;
	font-weight:bold;
}
.button2 {
	text-decoration:none;
	padding:15px;
	background-color:white;
	border:2px dashed #b0e0e6;
	text-align:center;
	margin:20px;
	flex-shrink:1;
	flex-grow:1;
}
.h1 {
	text-align:center;
	margin:15px;
	padding:15px;
	border:2px dashed #b0e0e6;
	background-color:white;
	color:#8fbc8f;
}
.button2:hover {
	color:#b0e0e6;
}
#interface .vignette {
	width:300px;
	min-height:150px;
	background-color:white;
	padding-top:10px;
	padding-bottom:10px;
	border-left:2px dashed #b0e0e6;
	border-right:2px dashed #b0e0e6;
	position:relative;
	float:left;
	margin-right:20px;
	margin:20px;
}
#interface .vignette img {
	max-width:70%;
	height:auto;
	display:block;
	margin:0 auto;
	margin-bottom:35px;
	margin-top:35px;
}
#interface .vignette .namefree {
	margin:0 auto;
	text-align:center;
	position:absolute;
	bottom:0;
	padding-top:10px;
	padding-bottom:10px;
	width:100%;
	background-color:#8fbc8f;
}
#interface .vignette .namefree a {
	color:white;
	text-decoration:none;
}
#interface .vignette .namefree a:hover {
	font-weight:bold;
}
#interface .vignette .maj {
	color:white;
	margin:0 auto;
	text-align:center;
	position:absolute;
	top:0;
	padding-top:10px;
	padding-bottom:10px;
	width:100%;
	background-color:#5f9ea0;
}
#interface .boxv {
	border:2px dashed #b0e0e6;
}
#interface .vdescr {
	padding:35px;
	font-family:sans-serif;
	color:#5f9ea0;
	font-size:1.3em;
}

#interface #prest {
	font-family:sans-serif;
	margin-bottom:20px;
	padding:20px;
	color:#5f9ea0;
}
.chibiprest {
	float:left;
}
.chibiprest img {
	width:200px;
	margin-right:20px;
	margin-bottom:20px;
}