
#container-horloge {
    background-image : url('images/fond_applet.png');
    background-repeat : no-repeat;
    height : 74px;
    margin-left : auto;
    margin-right : auto;
    position : relative;
    width : 238px;
    top : 0px;
    left : 0px;
  }


#spacer1 {
    float : left;
    height : 34px;
    margin-left : 33px;
    margin-top : 15px;
    width : 1px;
  }


#afficheur {
    font-family : 'Arial', 'Bitstream Vera Sans', 'sans-serif';
    font-size : 29px;
    font-weight : bold;
    height : 35px;
    left : 13px;
    letter-spacing : 5px;
    position : absolute;
    top : 5px;
    vertical-align : middle;
    width : 197px;
  }


#suffix {
    float : left;
    font-family : 'Arial', 'Bitstream Vera Sans', 'sans-serif';
    font-size : 10px;
    height : 16px;
    margin-left : 161px;
    margin-top : 13px;
    text-align : center;
    vertical-align : middle;
    width : 21px;
  }


#strdate {
    font-family : 'Arial', 'Bitstream Vera Sans', 'sans-serif';
    font-size : 10px;
    left : 0px;
    margin-left : 14px;
    margin-top : 37px;
    position : absolute;
    text-align : center;
    top : 0px;
    width : 198px;
  }


.btn_up, .btn_down, #btn-synchro, #btn-mode {
    background-repeat : no-repeat;
    height : 9px;
    position : absolute;
    width : 9px;
    cursor: pointer;
  }


.btn_up {
    background-image : url('images/btn_up.png');
  }


.btn_down {
    background-image : url('images/btn_down.png');
  }


#btn-synchro {
	left : 223px;
	top: 28px;
  }


#btn-mode {
    left : 223px;
    top : 14px;
  }

#vitre {
	display: block;
	background-image : url('images/vitre_applet.png');
	background-repeat : no-repeat;
	position : absolute;
	left: 0px;
	top: 0px;
	height : 74px;
	width : 238px;
}

