#global {width:550px;border:none; margin:auto; font-family: Arial}
#global h1{ margin: 0px; padding: 0px; text-align: center; font-size: 18px; padding-top:25px; color: #5872a7 }

#global #top {width:550px; height: 65px; background-image: url(../images/bg_top.png); background-repeat: no-repeat}
#global #center {width:550px; background-image: url(../images/bg_center.png); }
#global #bottom {width:550px; height: 82px; background-image: url(../images/bg_bottom.png); position: relative; text-align: center;}

#choix {padding:20px; padding-left: 35px; }
#choix img {border:none; }
#configuration {padding:20px}
#configuration ul {list-style: none; border: none; height: 30px; margin: 0px; padding: 0px; margin-left: 50px}
#configuration ul li {float: left; margin: 0px; padding: 0px}
#configuration ul .field{width: 100px; font-size: 14px; color: #5872a7}
#configuration ul .value{width: 300px}
#configuration ul .value input{width: 300px;border:none; border:solid 1px black}

#toolbar{height: 40px; margin-left: 30px; padding-top: 10px}
#toolbar img{border:none; width: 32px; height: 32px}
#toolbar .btn{border: none; width: 40px; height: 40px; float: left; margin-right: 10px; cursor: pointer}

#toolbar_label{margin-top: 5px; height: 20px; margin-left: 30px}
#toolbar_label .btn_label{width: 40px; height: 20px; float: left; margin-right: 10px; font-size: 10px; text-align: center; visibility: hidden}

#debug {height:200px; overflow-y: auto; overflow-x: hidden; margin-left: 25px; margin-right: 25px; border-top: dashed 1px; border-bottom: dashed 1px}
#debug table td {width:150px}
#debug table .row_1 {background-color: white}
#debug table .row_2 {background-color: #c7d0e2}
#debug table .error {color: red}
#debug table .ok {color: green}