.compte-fenetre {
	background-color: #FFF;
	display: flex;
	float: none;
	position: fixed;
	box-shadow: 0 5px 5px rgba(0,0,0,0.3);
	right: -400px;
	height: 100%;
	max-width: 380px;
	z-index: 101;
	opacity: 0;
	overflow: hidden;
	box-sizing: border-box;
	flex-direction: column;
}
.compte-fenetre-masque {
	background-color: rgba(0,0,0,1);
	display: none;
	float: none;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 100;
	opacity: 0;
}
.compte-fenetre-haut {
	background-color: #FFF;
	display: block;
	float: none;
	padding-top: 40px;
	padding-right: 30px;
	padding-left: 30px;
	position: relative;
	box-sizing: border-box;
	flex-grow: 1;
	transition-property: padding-right,padding-left;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
}
@media screen and (max-width: 380px) {
	.compte-fenetre-haut {
	padding-left: 20px;	
	padding-right: 20px;
	}
}
.compte-fenetre-croix {
	display: flex;
	float: none;
	height: 25px;
	width: 25px;
	position: absolute;
	align-items: center;
	top: 10px;
	left: 10px;
	cursor: pointer;
	transform: rotate(45deg);
	transition-property: transform;
	transition-duration: 0.3s;
	transition-timing-function: linear;
}
.compte-fenetre-croix:hover {
	transform: rotate(315deg);	
}
.compte-fenetre-croix div {
	background-color: #999;
	display: block;
	float: none;
	height: 1px;
	width: 100%;
	position: relative;	
}
.compte-fenetre-croix:hover>div {
	background-color: #666;
}
.compte-fenetre-croix div:first-of-type {
	transform: rotate(90deg);
	position: absolute;
}
.compte-fenetre-cadre {
	display: block;
	float: none;
	position: relative;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	height: 100%;
	overflow: auto;
	box-sizing:border-box;
	flex-grow: 1000;
	transition-property: padding-right,padding-left;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
}
@media screen and (max-width: 380px) {
	.compte-fenetre-cadre {
	padding-left: 20px;	
	padding-right: 20px;
	}
}
.compte-fenetre-authentification {
	display: block;
	float: none;
	position: relative;	
}
.compte-fenetre-titre {
	display: flex;
	float: none;
	position: relative;
	align-items: flex-end;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 5px;
}
.compte-fenetre-titre div {
	font-size: 16px;
	font-weight: bold;
	display: block;
	float: none;
	position: relative;
	text-align: right;
	flex-grow: 1;
}
.compte-fenetre-titre div:first-of-type {
	font-size: 22px;
	text-align: left;	
}
.compte-fenetre-deja, .compte-fenetre-nouveau {
	display: block;
	margin: 0px;
	float: none;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	position: relative;
}
.compte-fenetre-deja h5, .compte-fenetre-nouveau h5 {
	font-size: 20px;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
.compte-fenetre-deja p, .compte-fenetre-nouveau p {
	font-size: 14px;	
}
.compte-fenetre-deja p:last-of-type, .compte-fenetre-nouveau p:last-of-type {
	text-align: right;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.compte-fenetre-deja p a {
	font-size: 15px;
    color: #fff;
    text-decoration: none;
    background-color: var(--bouton-couleur-fond);
    display: inline-block;
    position: relative;
    border-radius: var(--bouton-radius);
    cursor: pointer;
    padding-top: 12px;
    padding-right: 15px;
    padding-bottom: 12px;
    padding-left: 15px;	
}
.compte-fenetre-deja p a:hover {
	background-color: var(--bouton-couleur-fond-survol);
}
.compte-fenetre-nouveau p a {
	font-size: 15px;
	color: #000;
	text-decoration: none;
	background-color: #FFFFFF;
	display: inline-block;
	position: relative;
	border-radius: var(--bouton-radius);
	cursor: pointer;
	padding-top: 12px;
	padding-right: 15px;
	padding-bottom: 12px;
	padding-left: 15px;
	border: 1px solid #999;
}
.compte-fenetre-nouveau p a:hover {
	background-color: var(--bouton-couleur-fond-survol);
	border: 1px solid var(--bouton-couleur-fond-survol);
	color: #fff;
}
.compte-fenetre-identification {
	display: none;
	float: none;
	position: relative;
	padding-top: 30px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.compte-fenetre-formulaire {
	display: block;
	float: none;
	position: relative;	
}
.compte-fenetre-formulaire-haut {
	display: block;
	float: none;
	position: relative;		
}
.compte-fenetre-formulaire-haut h5 {
	font-size: 20px;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	font-weight: normal;	
}
.compte-fenetre-formulaire-haut p {
	font-size: 14px;
}
.compte-fenetre-formulaire-cadre {
	display: block;
	float: none;
	position: relative;	
}
.compte-fenetre-formulaire-label {
	font-size: 14px;
	display: block;
	float: none;
	margin-top: 25px;
	margin-bottom: 5px;
	position: relative;
	font-weight: bold;	
}
.compte-fenetre-formulaire-champ {
	height: 34px;
	border: 1px solid #CCCCCC;
	font-size: 14px;
	font-weight: normal;
	padding-right: 5px;
	padding-left: 12px;
	position: relative;
	border-radius: 2px;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	box-shadow: 0 0 0px rgba(0,0,0,0);
	display: block;
	float: none;
	box-sizing: border-box;
	width: 100%;
	transition-property: box-shadow;
	transition-duration: 0.1s;
	transition-timing-function: ease-in-out;
}
.compte-fenetre-formulaire-champ:hover {
	border: 1px solid #CCCCCC;
}
.compte-fenetre-formulaire-champ:focus {
	border: 1px solid #0075ff;
	box-shadow: 0 0 0 3px rgba(0,117,255,0.3);	
}
.compte-fenetre-formulaire-champ-up {
	height: 34px;
	border: 1px solid #CC0000;
	font-size: 14px;
	font-weight: normal;
	padding-right: 5px;
	padding-left: 12px;
	position: relative;
	border-radius: 2px;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	width: 100%;
	background-color: #fff2f2;
}
.compte-fenetre-formulaire-champ-up:hover {
	border: 1px solid #CC0000;
}
.compte-fenetre-formulaire-champ-up:focus {
	border: 1px solid #0075ff;
	box-shadow: 0 0 0 3px rgba(0,117,255,0.3);
	outline: none;
	background-color: #FFF;
}
.compte-fenetre-formulaire-champ-up:invalid {
	-moz-box-shadow: none;
}
.compte-fenetre-formulaire-aide {
	padding-left: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	font-size: 12px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: none;
	float: none;
	position: relative;
	box-sizing: border-box;
	padding-top: 1px;
	padding-bottom: 1px;
}
.compte-fenetre-formulaire-message {
	padding-left: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #cc0000;
	font-size: 12px;
	color: #cc0000;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: none;
	float: none;
	position: relative;
	background-color: #fff2f2;
	padding-right: 5px;
	box-sizing: border-box;
	padding-top: 1px;
	padding-bottom: 1px;
}
.compte-fenetre-formulaire-action {
	text-align: right;
	float: none;
	padding-top: 30px;
	position: relative;	
}
.compte-fenetre-formulaire-bouton {
	font-size: 15px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	background-color: #fff;
	display: inline-block;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	border-radius: var(--bouton-radius);
	cursor: pointer;
	box-sizing: border-box;
	border: 1px solid #999;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	padding-top: 12px;
	padding-bottom: 12px;
}
.compte-fenetre-formulaire-bouton:hover {
	background-color: var(--bouton-couleur-fond-survol);
	border: 1px solid var(--bouton-couleur-fond-survol);
	color: #fff;
}
.compte-fenetre-formulaire-descriptif {
	display: block;
	margin: 0px;
	float: none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
	font-size: 13px;
	line-height: 1.4em;
}
.compte-fenetre-formulaire-descriptif a {
	color: var(--lien-couleur-fond);
	text-decoration: none;	
}
.compte-fenetre-formulaire-descriptif a:hover {
	color: var(--lien-couleur-fond-survol);
}
.compte-fenetre-menu-cadre {
	display: block;
	float: none;
	position: relative;	
	min-width: 280px;
}
.compte-fenetre-menu-titulaire {
	display: block;
	margin: 0px;
	float: none;
	list-style-type: none;
	position: relative;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCC;
}
.compte-fenetre-menu-titulaire li {
	font-size: 13px;	
}
.compte-fenetre-menu-titulaire li:first-of-type {
	font-size: 14px;	
}
.compte-fenetre-menu {
	display: block;
    float: none;
    position: relative;	
}
.compte-fenetre-menu ul {
	display: block;
    margin: 0px;
    padding: 0px;
    float: none;
    list-style-type: none;
    position: relative;
}
.compte-fenetre-menu ul li {
	display: block;
    float: none;
    background: linear-gradient(to right,#fff,#fff) right +15px center;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCC;
    position: relative;
    font-size: 0px;
    padding-right: 5px;
    padding-left: 5px;
    transition-property: background;
    transition-duration: 0.1s;
    transition-timing-function: ease-in-out;
}
.compte-fenetre-menu ul li:hover {
    background: linear-gradient(to right,#fff,#f7f7f7) right +0px center;
}
.compte-fenetre-menu ul li a {
    font-size: 0px;
    line-height: 50px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    background-image: url(../graphisme/compte/fleche-menu.png);
    background-position: right +15px center;
    background-repeat: no-repeat;
    display: block;
    float: none;
    height: 50px;
    position: relative;
    transition-property: background-position;
    transition-duration: 0.1s;
    transition-timing-function: ease-in-out;
}
.compte-fenetre-menu ul li a:hover {
    background-position: right +12px center;
}
.compte-fenetre-menu ul li a img {
    vertical-align: middle;
    display: inline-block;
    line-height: normal;
}
.compte-fenetre-menu ul li a span {
    font-size: 14px;
    vertical-align: middle;
    display: inline-block;
    line-height: normal;
    padding-left: 10px;
    transition-property: padding-left;
    transition-duration: 0.1s;
    transition-timing-function: ease-in-out;
}