body {
	background-color: #fff;
}

DIV#nav {
/*border: 1px solid #000;*/
width: 250px;
}

DIV#nav IMG {
padding-top:10px;

}

DIV#logo {
width: 790px;
text-align: left;
margin-bottom: 15px;
}

DIV#body {
		position: absolute; 
		top: 0px; 
		left: 250px; 
		width: 600px;
}

SPAN.label {
                position: absolute;
                width: 30%;
                left: 25%;
                font-size: 12pt; 
}

DIV#formarea INPUT {
                position: absolute;
                width: 30%;
                left: 50%;
                font-size: 14pt;
}
DIV#formarea TEXTAREA {
                position: absolute;
                width: 30%;
                left: 50%;
                font-size: 14pt;
}

DIV.program {
                /*border: 1px solid #0F0;*/
                width: 100%;
                /*height: 80px;*/
}

DIV.number {
                /*border: 1px solid #F00;*/
                position: relative;
                width: 10%;
                left: 17%;
                font-size: 70px;
                float: left;
                /*height: 80px;*/
}

DIV.months {
                /*border: 1px solid #00F;*/
                position: relative;
                width: 50%;
                left: 33%;
                /*height: 80px;*/
                text-align: left;
}

SPAN.asbl_label { visibility: hidden; }
INPUT#asbl { visibility: hidden; }
