@charset "utf-8";
.commande-identification {
	display: block;
	float: none;
	margin-top: 34px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #7f7f7f;
	position: relative;
	text-align: center;
	padding-top: 40px;
	font-size: 0px;
}
.commande-identification-cadre {
	display: inline-block;
	width: 320px;
	position: relative;
	text-align: left;
}
@media screen and (max-width: 360px) {
.commande-identification-cadre {
	display: block;
	width: auto;
}	
}
.commande-identification-cadre h2{
	font-size: 19px;
	font-weight: normal;
	margin: 0px;	
}
.commande-identification-bouton{
	float: right;
	margin-top: 40px;	
}
.commande-identification-descriptif{
	display: block;
	float: none;
	margin-top: 40px;
	padding-top: 21px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #808080;
}
.commande-identification-descriptif p{
	font-size: 14px;
}
.commande-identification-descriptif a{
	color: #000;
	text-decoration: none;
}
.commande-identification-descriptif a:hover{
	color: #000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
}
