body{
	font: 0.9em 'arial',sans-serif;
	margin:auto;
	background:#f0f0dc url("../images/background-mosaique.jpg")repeat-x;
}

hr{
	width:452px;
	color:#686868;
	margin:0 10px 10px 0;
}

#logo{
	background:url("../images/logo_providis_old.png") no-repeat;
	witdh:299px;
	height:120px;
	margin:0 0 10px 90px;
}

#tabs{
	margin:auto;  
	border:none;
	background:transparent url("../images/img-repeat-login.jpg")repeat-x center top;
}

#blocklogin{
	margin:auto;
	width:475px;
	background:#ffffff no-repeat;
	border-radius: 10px;
	border:1px solid #41586F;
	overflow:hidden;
}

.input {
	padding:0 5px 0 5px;
	margin:10px 0 15px 0;
	width:225px;
	height:30px;
	border:1px solid #e4e4e2;
	background:#fbfbef;
	border-radius:5px;
}

.panes {
	margin:0 auto;
	width:500px;
	margin-top:70px;
}

form {
	margin:1em;
	width:475px;
	margin: auto;
}

label {
    float: left; 
    clear:left;
    margin: 1em;
    padding: 0.15em;
    text-align: right;
    width: 9em;
}

legend {
	color:#07b;
}

legend span {
	width:10em;
	text-align:right;
}

.button{
	margin:auto;
	background:url("../images/btn_login.png") no-repeat;
	width:110px;
	height:34px;
	dispaly:block;
	float:left;
    margin-left: 165px;
	border:none;
	cursor:pointer;
}

.btndiv{
	margin:auto;
	margin:0 0 15px 15px;
}

.connexion {
	font-weight:bold;
	font-size:28px;
	color:#b8011e;
	font-family:Arial;
	margin:15px  0 5px 15px;
}

fieldset {
	border:1px solid #fff;
	padding:0 0.5em 0.5em;
	background-color: #fff;
}

.captcha{
	margin:auto;
	float: left;
	margin-left: 15px;
}

.captcha .input{
	margin:auto;
	margin:0 0 15px 75px;
}

.captcha img{
	margin: 5px 55px;
	hieght:31px;
	width:281px;
}
.captcha p{
	margin: 5px 25px;
	text-align:center;
}