.interactionSchema li p {
	clear:both;
}
.promoAdhesion {
    border: 2px solid #007bb7;
    color: #007bb7;
    font-size: 1.1em;
    margin: 2em auto 0.4em;
    max-width: 400px;
    padding: 0.6em;
    text-align: center;
}
.retourAdhesion {
    border: 1px solid #ccc;
    margin: 0.8em;
    padding: 0.4em;
	display:inline-block;
	float: right;
	}
/*
.retourAdhesion a::before {
    content: '\e80b';
	display: inline-block;
    font-family: "fontello";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0.2em;
    margin-right: 0.2em;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    width: 1em;
}
*/
#container {
    height: auto;
    text-align: center;
    width: 100%;
}
#container_canvas {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 560px;
    min-width: 280px;
    /*min-height: 600px;*/
    position: relative;
    width: 100%;
}
#canvas {
    background-color: transparent;
    border: 0 solid #aaa;
    height: 700px;
    margin-left: auto;
    margin-right: auto;
    position: relative !important;
    width: 700px;
}

.captureSouris {
	cursor:  pointer;
	}
