@charset "utf-8";
/* CSS Document */

body {	font :  Arial, Helvetica, sans-serif; /* 100%/1.4 Verdana,reset */
		background: linear-gradient(135deg, #adadad 5%,#e2e4e4 26%,#adadad 51%,#e2e4e4 75%,#adadad 95%);
		margin : 0px auto ;
		padding : 0;
		width : 1202px;
	}
.canvas: @font-face {
	font-family: "Symbol";
	src: url('Symbol.ttf');
	font-family: "Digital";
	src: url('Digital.ttf');
		}

.container {
	width : 1200px; /*largeur de l'appli JS 960 à  l'origine*/
	background-color : none; /*#213954; #2C4C70;#B9F3FF;*/
	margin : 0 auto;
			}
			
#TitreVernier { margin : 10px;
			color : #025575;
			font-size : 24pt;
			text-align: center;
			}

#ReponseEleve{ position:relative;
				left:670px;
				bottom:156px;
				width:60px;"}
