body { background: #ffffff; color: #000000; margin: 0; }
a:link, a:active, a:visited { color: #000000; }
img { border: none; }
form { margin: 0; padding: 0; }
table { border: none; margin: 0; padding: 0; border-collapse: collapse; }
tr, td { border: none; margin: 0; padding: 0; vertical-align: top; }
td { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; text-decoration: none; }
.checkbox, .radio { position: relative; top: 4px; |top: 2px; }

/* Page de Login */

body.login { background: #f9f9f9 url(/static/images/v7/login/body_back.jpg) repeat-x top; }
#login { text-align: center; margin: 0 auto; font: normal 12px arial, trebuchet; color: #000000; }
#login a:link, #login a:active, #login a:visited { color: #686666; font-weight: bold; text-decoration: none; }

#login div.global { margin: 10px auto; width: 100%; }
#login p.top_title { font: normal 12px trebuchet, arial; line-height: 18pt; }
#login p.top_title a { font-weight: normal; color: #000000; }
#login div.content { margin-top: 15px; }
#login .top_logo img { width: 400px; height: 107px; background: url(/static/images/v7/login/logo.png) no-repeat 0 0; }

#login #loginForm .x-panel-body, #pwdForm .x-panel-body { background: transparent; }
#login .x-form-label-top .x-form-item label { font: bold 12px arial, trebuchet; color: #ffffff; }
#login #pwdForm .x-form-label-top .x-form-item label { margin-bottom: 0; line-height: 20px; }
#login #pwdForm .x-form-element { text-align: left; padding-left: 23px !important; }
#login #submit_login { margin: 8px auto 5px; text-align: center; }
#login #send_pass { position: absolute; bottom: 8px; |bottom: 6px; left: 154px; |left: 159px; }

.btn-login { background-image: url(extjs/images/login.png) !important; }
.btn-lost-pwd { background-image: url(extjs/images/lost-pwd.png) !important; }
#login .x-btn-text-icon .x-btn-center .x-btn-text { padding-left: 20px; }
#login .comboLangCtn .x-form-field-wrap { margin-left: 17px; }

#login div.ident_bloc { margin: auto; }
#login div.bloc_content {
	background: url(/static/images/v7/login/bloc_back.jpg) top no-repeat;
	width: 258px;
	z-index: 100;
	padding: 15px 0 5px;
	margin: auto;
	color: #ffffff;
}
#login div.content p { margin: 5px 0; }

#login #loginForm { width: 196px; margin: 5px auto 0; text-align: center; }
#login div.bloc_bottom { background: url(/static/images/v7/login/bloc_bottom.jpg) top no-repeat; height: 31px; width: 258px; margin: auto; }
#login div.bloc_pass { background: url(/static/images/v7/login/bloc_pass.jpg) top no-repeat; height: 65px; width: 258px; margin: auto; }
#login div.bloc_content .form_ident, #login div.bloc_content .form_pass { width: 196px; margin: 0 auto; text-align: center; }
.errorLogin { color: #ff0000; font-weight: bold; margin-top: 10px; }

#chooseLangCtn {
	height: 48px;
	width: 435px;
	margin: 10px auto;
	text-align: center;
	_position: relative;
	_left: -217px;
}
#chooseLang { display: none; }
#chooseLang img { padding: 0px 7px; z-index: 1000; }
#chooseLang div.jqDock { background-color: transparent; border: none; }
#chooseLang div.jqDockLabel {
	border: 0px none;
	padding: 0px 4px;
	font-weight: bold;
	font-size: 15px;
	font-style: italic; 
	white-space: nowrap;
	color: #000000;
	background-color: transparent;
	z-index: 1000;
}
#chooseLang div.jqDockLabelLink { cursor: pointer; }

#login .footer {
	background: #f9f9f9 url(/static/images/v7/login/bottom_back.jpg) top repeat-x;
	height: 104px;
}
#login .footer p { padding: 0; margin: 3px 0; }
#login .footer p.txt { font-size: 0.8em; color: #999999; margin-top: 20px; }


/* Page d'inscription */

#inscription { text-align: center; margin: 0 auto; }
#inscription #logo { margin: 0 auto; }
#inscription #logo img { border: 1px solid #000000; }

#inscForm { width: 580px; text-align: center; margin: 14px auto 0; }
#inscForm td { padding: 2px; text-align: left; }
#inscForm tr.titre { background: #666666; }
#inscForm tr.titre td {
	padding: 2px;
	height: 20px;
	color: #ffffff;
	background: #666666;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

#inscForm td.c1 { width: 169px; font-weight: bold; }
#inscForm td.c2 { width: 231px; }
#inscForm .req_fields { font-style: italic; }

#inscForm td.address_not_same_info { font-weight: normal; font-style: italic; }
#inscForm td.disclaimer { font-size: 10px; }
#inscForm td.disclaimer p { margin: 0; }

#inscForm p.cnil { width: 100%; text-align: center; margin-top: 12px !important; }
#inscForm td.captcha { font-size: 10px; }
