/******************************************************************************
* xTtnlComponent.css
*******************************************************************************

*******************************************************************************
*                                                                             *
* Copyright 2006									                          *
*                                                                             *
******************************************************************************/

/* Colonnes */
.dotted{
	border-right:1px dotted #dcdcdc;
	border-bottom:1px dotted #dcdcdc;
}
.dotted div.advColumnContent{
	margin:0px;
}

/* Titre */
.columnTitle{
	text-align:center;
	font-size:10px;
	color:#333;
	min-height:50px;
	height:auto !important;
	height:50px;
	padding-top:5px;
	font-weight:normal;
}
.bsPageTitle,
.bsLevel0{
	color:#216888;
	border-bottom:1px solid #216888;
}
/*Authentification*/
.usrAuthInset{
	border:1px solid #181617;
	padding:5px;
	height:55px !important;
	height:auto;	
}
.usrAuthInset input{
	margin-left:25px;
	border:1px solid #181617;
}
.usrAuthInset p.login input{
	margin-left:39px;
}
.usrAuthInset p.pwd,
.usrAuthInset p.button{
	float:left;
}
.usrAuthInset p.lostPwd,
.usrAuthInset p.newUser{
	float:right;
	margin-left:15px;
}
.usrAuthInset p.lostPwd{
	clear:both;
}
/*bouton*/
.usrAuthInset input.bsButton{
	background:none;
	border:1px solid #181617;
	color:#181617;
	cursor:pointer;
	font-weight:bold;
	margin-left:5px;
	padding-bottom:0em;
	padding-top:0em;
	text-align:center;
}
