﻿.login
{
	background: #FFF url(/_images/login/authentification.jpg) no-repeat top left;
	padding-left: 30px;
	padding-top: 275px;
	padding-right: 30px;
}

.acces_client
{
	float: left;
	display: inline; /* correction bug ie6 */
}

.acces_logiciels
{
	float: right;
	display: inline; /* correction bug ie6 */
}

.acces_client, .acces_logiciels
{
	width: 360px;
	text-align: justify;
}

.cadre_acces_client
{
	border-color: #0075A0;
}

.cadre_acces_logiciels
{
	border-color: #7b7f82;
}

.cadre_acces_client, .cadre_acces_logiciels
{
	border-style: solid;
	border-width: 2px;
	height: 300px;
	position: relative;
}

.centrer_texte
{
	position: absolute;
	top: 50%;
	margin-top: -120px;
	left: 3%;
	width: 94%;
}
