@font-face {
	font-family:"Jersey_M54";
	src:url("Jersey_M54.ttf") format("truetype");	
	font-style:normal;
}

.top {
	color: white;
}
.def {
	background-color: black;	
	padding: 5px 5px 5px 5px;
}
.star:before {
	content: '\2605';
	font-size: 40pt;
	vertical-align: middle;
}

#logo {
	margin-top: 20px;
	width: 49%;
	float: left;
}

#photo {
	border: solid black 2px;
	width: 49%;
	margin-top: 5px;
	float: right;
}
.abbrv {
	text-align: center;
	background-color: #000080;
	font-size: 100pt;
	font-family: 'Jersey_M54';
}
.carte {
	width: 450px;	
	border: solid black 1px;	
	font-size: 16pt;
	background: white;
}

#qr-code {
	clear: both;
	float: left;
	width: 20%;
	padding: 20px 20px 20px 20px;
}

#infos {
	margin-top: 10px;
	float: right;
	width: 70%;
}

.input {
	text-align: center;			
	border-bottom: solid black 1px;	
}

.head {
	font-weight: bold;
}
.bottom {
	clear:both;
	text-align: center;
	font-weight: bold;
	font-size: 40pt;
}

.statut-Stagiaire {
	background: #00FF00;	
}

.statut-Permanent {
	background: #008000;	
}