.spacer10 
{
	
	height: 10px;
}	

.spacer20 
{
	
	height: 20px;
}
.spacer80
{
	
	height: 80px;
}	

.spacer50 
{
	
	height: 50%;
}

.spacer300 
{
	
	height: 300px;
}



.loginInfo 
{
	font-style: italic;
	font-size: small;
}
/* messages (struts) */

.errorText
{
	color: #FF0000;
}

.errorBox
{
	no-repeat left top;
	border: 1px solid #ff0000;
	background-color: #ffc0c0;
	margin-bottom: 20px;
	width:83%;
}

.errorBox ul 
{
	list-style: inside;
	color: #ff0000;
}

.infoBox
{
	no-repeat left top;
	border: 1px solid #00ff00;
	background-color: #c0ffc0;
	margin-bottom: 20px;
	width:83%;
	
}

.infoBox li span{
	position: relative;
	left: 10px;

}
.infoBox ul 
{
	list-style: inside;
	color: #00c000;
}

/* menu arbo */

.menuArbo
{
	width: 300px;
	border-right: 1px solid gray; 
	margin-right: 20px;		
}

/* Recherche */

table.rechercheForm
{
	background-color: #c0c0d0;
	padding: 5px;
	border: 1px solid #000000;
}


/* resultats */
table.enregistrements {
	border-top: medium solid #000000;
	border-bottom: medium solid #000000;
	padding: 0px;
}

table.enregistrements th {
	background: #FFF000;	
}

table.criteres {
	border-top: medium solid #000000;
	border-bottom: medium solid #000000;
	padding: 0px;
}

table.enregistrement {
	border-top: medium solid #000000;
	border-bottom: medium solid #000000;
	padding: 0px;
}

.resultatExpression {
	
	border: 1px solid #303030;
	background-color: #d0d0d0;
	width: 310px;
	padding: 5px;	
	margin-top: 5px;
	margin-bottom: 10px;
}

.underIdentificationPanel
{
	/*background: url(../img/multiLogin.png) no-repeat;*/
	/*height: 267px;*/ 
	left: 50%;
	margin: 55px -226px;
	padding: 25px;
	position: absolute;
	/*text-align: left;*/
	top: 50%;
	/*width: 348px;*/
}

.identificationPanel
{
	background: url(../img/multiLogin.png) no-repeat;
	height: 267px; 
	left: 50%;
	margin: -200px -200px;
	padding: 25px;
	position: absolute;
	text-align: left;
	top: 50%;
	width: 348px;
}

.identificationPanel_form {
	margin-top: 10px;
}

.identificationPanel h3 {
	font-weight: bold;
}

#memory {
	MARGIN: 0px 0px 0px 7px; VERTICAL-ALIGN: middle
}
.txtmemory {
	FONT-SIZE: 11px; FLOAT: left; COLOR: #4c86a5
}
#casememory {
	CURSOR: pointer
}
#memory INPUT {
	DISPLAY: none
}
.txt{
	
	FONT-SIZE: 11px; COLOR: #4c86a5
}
.questionmdp {
	
	font-size: 12px;
	font-weight: bold;
	color: #101010;
}

