/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 15 déc. 2015, 08:24:12
    Author     : Pygmalion
*/

#myCanvasContainer {
    display:block;
    width:100%;
    height:300px;
}

canvas {
    width:100%;
    height:100%;
}