.t {background: url(../images/dot.gif) 0 0 repeat-x; width: 65%;	background-color: #efefe7;}
.tLogin {background: url(../images/dot.gif) 0 0 repeat-x; background-color: #efefe7;}
.b {background: url(../images/dot.gif) 0 100% repeat-x}
.l {background: url(../images/dot.gif) 0 0 repeat-y}
.r {background: url(../images/dot.gif) 100% 0 repeat-y}
.bl {background: url(../images/bl.gif) 0 100% no-repeat}
.br {background: url(../images/br.gif) 100% 100% no-repeat}
.tl {background: url(../images/tl.gif) 0 0 no-repeat}
.tr
{
	background: url(../images/tr.gif) no-repeat 100% 0px;
	padding-bottom: 15px;
	padding-top: 15px;
}
.trFermer
{
	background: url(../images/tr_fermer.gif) no-repeat 100% 0px;
	padding-bottom: 20px;
	padding-top: 20px;
}

/*GUIDE UTILISATEUR*/
.content{
text-align:center;
}

/*LOGIN*/
.trLogin
{
	background: url(../images/tr.gif) no-repeat 100% 0px;
	padding-bottom: 10px;
	padding-top: 10px;
	height:140px;
}
.lTitre{
text-align:center;
border-bottom: black 1px solid;
padding-bottom: 10px;
margin-bottom: 10px;
}
.lBlock, .lBlock2, .lBlockLiteral
{
	padding-right: 10px;
	padding-left: 5px;
	color: black;
	text-align:right;
}
.lBlockLiteral {text-align:center;}
.lBlock2 {padding-top: 2px;}
.lBlockRemember
{
	color: black;
	padding-top: 10px;
	text-align: center;
}
.lBlockButton
{
	padding-top: 6px;
	text-align: center;
}
.edtLoginF {width:135px;}
.edtLoginE {width:157px;}

