/* widthadjustment so it is still centered */
div#global { width:100em; margin:0 12% }

div#content 
{
  float:left;
  margin:0 0 0 1.5em;
  width:55.9em;
}
    div#content div.bloc.half_left,
    div#content div.bloc.half_right { min-height:190px }
    div#content  p.question { font-weight:bold; font-style:italic }
/* adjustment for the rightcolumn */
div#col_right { float:right; margin:0 0 0 0.75em; width:192px }
div#col_right label { text-align:left; width:9.5em; }
form select, form input[type="text"], form input[type="password"] { border:1px solid #0067C5;  margin:0 0 3px 0; }
.loginLabel { float:none }

/* adjustment for the localizer */
ul#language { float:right; margin:0 19em 0 0; }

.white { background:white; }

.align_right, div#content div.content .align_right 
{
	bottom:0;
	position:absolute;
	right:0;
	text-align:right;
}