body {
    background: url("../images/bg_authentication.png") repeat-x scroll left center #FFFFFF;
    position: relative;
}
html, body {
    height: 100%;
}
body {
    color: #1D1D1D;
    font: 62.5% Arial,Helvetica,sans-serif;
    margin: 0;
    padding: 0;
}
#wrapper {
    background: url("../images/bg_auth_form.png") no-repeat scroll left center transparent;
    font-size: 1.2em;
    height: 275px;
    left: 50%;
    margin: -143px auto auto -176px;
    position: absolute;
    top: 50%;
    width: 352px;
}
#main {
	padding: 134px 30px 0
}
#main h2 {
	display:none;
	position: absolute;
	top:-50px;
	color:#3D8FCA;
}
#main h1 {
	height: 45px;
	left:0;
	position: absolute;
	top: -50px;
	width: 100%;
	text-align:center;
	font-size:18px
}
#main #accueil-2 label {
	display: block;
	float:left;
	width:88px;
	font-weight: bold;
    padding: 2px 0;
}
#main #mot-de-passe-perdu label {
	display: block;
	font-weight: bold;
    padding: 2px 0;
}
#main input[type=text],
#main input[type=password] {
	width:180px;
    background: url("../images/bg_input.png") repeat-x scroll left top #FFFFFF;
    border: 1px solid #CCCCCC;
    color: #333333;
    font: 1em Arial,Helvetica,sans-serif;
    margin: 2px 0 0 0;
    padding: 1px;
}
#main input[type=text]:hover,
#main input[type=password]:hover {
    border-color: #8A8A8A;
    color: #1D1D1D;
}
#main input[type=text]:focus,
#main input[type=password]:focus {
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #8A8A8A;
    color: #1D1D1D;
}
#main #mot-de-passe-perdu input[type=text] {
	float: left;
	margin-right: 5px;
}
#main .autologin {
	padding: 2px 0 0 0;
}
#main #accueil-2 .autologin label {
	float:none;
	width:200px;
	padding-left:108px;
	font-weight: normal;
}
#main #accueil-2 .autologin input[type=checkbox] {
	float:left;
	margin-left:88px;
}
#main #accueil-2 .submit_container {
	margin:5px 0 0 0;
}
#main #mot-de-passe-perdu .submit_container {
	margin:2px;
}

#accueil-2 .link_portail {display:block;float:left;margin: 20px 0 0 77px;}


#main input[type=submit] {
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    display: inline;
    font: 1em Arial,Helvetica,sans-serif;
    overflow: visible;
    padding: 1px 1em;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 1px #1D1D1D;
    background: none repeat scroll 0 0 #F9B233;
}
#main #accueil-2 input[type=submit] {
	margin-left:88px;
}
#main input[type=submit]:hover {
	outline: 1px solid #FFFFFF;
}
#main .forgottenpass {
	margin:5px 0 0 0;
	margin-left:88px;
}
 a {
	color:#F9B233;
}
p.error {
	color:#CC0000;
}

br {
	display: none;
}
#top.accueil #header .logo {display:none;}
#top.accueil #header .logo img {display:none;}