/********************************************************************************
Lytebox
**************************************************************************/
body {
/*	position:relative; */ 
}

#lytebox {
	display:none;
}
#lytebox_coverpage {
	position:absolute;
	/* covers all the body */
	top:0;
	left:0;
	right:0;
	bottom:0;

	z-index:99998;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
	-khtml-opacity: 0.5;
	background-color:#89a8d1;
}

#lytebox_container {
	position:absolute;
	left: 50%;
	top: 50%;
	width:500px;
	height:375px;
	margin-top: -200px; /* moiti de la hauteur de la lytebox */
	margin-left: -300px; /* moiti de la largeur de la lytebox */
	z-index:99999;
	filter:alpha(opacity=100) !important;
	-moz-opacity:1 !important;
	opacity: 1 !important;
	-khtml-opacity: 1 !important;
	background-color:white;
	border: 2px solid #2c67b1;
	font-size:12px;
	text-align:justifie;
	padding:20px;
}
#lytebox_container #message {
	margin-top:2em;
	height:295px;
	overflow:auto;
	scrollbar-3dlight-color:    #2c67b1;   
	scrollbar-arrow-color:      #FFFFFF;   
	scrollbar-darkshadow-color: #2c67b1;  
	scrollbar-face-color:       #2c67b1;   
	scrollbar-highlight-color:  #FFFFFF;   
	scrollbar-shadow-color:     #FFFFFF;	
}
#lytebox_container #message p { font-weight:bold;}
#lytebox_container #message ul { list-style-type:none;}
#lytebox_close {
	margin-bottom:1em;
	cursor:pointer;
	margin-top:10px;
}
#lytebox_container span { font-size:18px; color:#2c67b1; font-weight:bold;}

#frm_ajout_affaire {
	margin-left:150px;
	text-align:left;
}
#frm_ajout_affaire label {
	float:left;
	width:100px;
	text-align:left;
}

#frm_ajout_affaire input.text,
#frm_ajout_affaire select {
	text-align:left;
	width:200px;
}
