@CHARSET "ISO-8859-1";
#nombre_users{
	width: 45px;
	float: right;
	-moz-appearance: initial;
	text-align: left;
}
#infoDroiteLoginFlow{
	margin-left: 1%;
	width: 35%;
	float: left;
}
#basketLogin{
	box-shadow: inset 0 1px 1px rgba(111, 55, 125, 0.8), inset 0 -1px 0px rgba(63, 59, 113, 0.2), 0 9px 16px 0 rgba(0, 0, 0, 0.3), 0 4px 3px 0 rgba(0, 0, 0, 0.3), 0 0 0 1px #150a1e;
	border-radius: 5px;
	width: 400px;
	height: 200px;
	padding: 5px;
	margin: 10px;
	margin-top: 50px;
	position: relative;
	border: solid;
	border-top: solid 10px;
	border-color: #4a505a;
}

#basketMonCompte{
	height: 160px;
	float: left;
}
.basketPaiementAbo{
	box-shadow: inset 0 1px 1px rgba(111, 55, 125, 0.8), inset 0 -1px 0px rgba(63, 59, 113, 0.2), 0 9px 16px 0 rgba(0, 0, 0, 0.3), 0 4px 3px 0 rgba(0, 0, 0, 0.3), 0 0 0 1px #150a1e;
	border-radius: 5px;
	width: 400px;
	height: 200px;
	padding: 5px;
	margin: 10px;
	position: relative;
	border: solid;
	border-top: solid 10px;
	border-color: #4a505a;
}
.elemBasket{
	margin-top: 5px;
	left: 5px;
	background-color: #bbcfde;
	padding: 3px;
}
.prixBasket{
	float: right;
	display: inline-block;
	margin-right: 5px;
	font-weight: bold;
}
.totalBasket{
	position : absolute;
	bottom: 45px;
	right: 20px;
	display: inline-block;
	font-weight: bold;
	font-size: x-large;
	color: #365c78;
}
#divVideoPortal{
	text-align: center;
	height: 740px;
	background-color: #f5f5f5;
}
#divBtnVideoPortal{
	margin: 50px;
	text-align: center;
}
.imgVideoPortal{
	width:160px;
	height:150px;
}

.btnVideoPortal{
	margin:20px;
	padding:5px;
	border: solid 3px grey;
	background-color: white;
	display: inline-block;
}
#btnSouscrire{
	padding: .5em 2em;
	border-radius: 2em;
	font-size: medium;
}
#zoneBtnPortal{
	text-align:right;
	margin-right:50px;
	margin-top: 20px;
	margin-bottom:20px;
}