        body {
            /* cursor:crosshair; */
            margin:0;
            padding:0;
            position:absolute;
            overflow:hidden;
            left:20;
            top:0;
            width:100%;
            height:100%;
            color: white;
            background-color: black; 
        }
        P {
            font-family: verdana;
            font-size: 10pt;
            font-weight: normal;
            text-align: left;
            line-height: 13pt;
        }
        LI {
            font-family: verdana;
            font-size: 10pt;
            font-weight: normal;
            display : list-item;
            list-style-image : url(images/CircleJaune.gif);
            list-style-position: outside;
        }
        
        .chapo {
            font-family: verdana;
            font-size: 11pt;
            font-weight: bold;
            color: #FFCC00;
            text-align: left;
        }
        .centrer {
            text-align: center;
        }
        Input{
            width: 200px;
            height: 8 px;
            font-size: 8pt; 
            color: #000000;
        }
        .label {
            width: 100px;
            font-size: 8pt; 
            float: left;
        }
	    .img {position:absolute;left:-1000;}