/************* Style Pour le Login *************/

#Login .logoLocale img	{
	float : left;
}


#Login .boutonDeloguer	{
	margin-left: auto;
	width: 100%;
	text-align: right;
	font-weight : bold;
	height:39px;
	line-height : 20px;
	background-image : url('/static/images_css/html/images/default/authentification/degradeEnTeteHaut.jpg');
	background-position : bottom;
	background-repeat : repeat-x;
}
#Login .suiteLogoLocale	{
	margin-left: 174px;
	text-align: left;
	height:54px;
	line-height : 20px;
	background-image :  url('/static/images_css/html/images/default/authentification/degradeEnTeteBas.jpg');
	background-position : bottom;
	background-repeat : repeat-x;
}

#Login .ligneDeDeuxPixels {
	height:10px;
	font-size:1px ;
}

#Login .barreEntete {
	background-color : #CCCCCC;
	text-align : left;
	margin-bottom:10px;
	text-indent : 10px;
	height : 34px;
	font-weight : bold;
}

#Login .barreEntete img {
	float : right;
}

.boiteLogin {
	margin-left: auto;
	margin-right: auto;
	margin-top: 15%;
	width: 350px;
	height:260px;
	text-align: center;
	border : 2px solid #aaaaaa;
}

table.login {
	width : 100%;
	height : 100%;
	text-align: center;
}

.login td{
	text-align: center;
}


.microBoitePourLogin {
	margin-left: auto;
	margin-right: auto;
	width: 250px;
	text-align: right;
}
#Login .connexion {
     display: none;
}