/* classe pour les indicateur de chargement ajax */
.loadingIndicator
{
	/*width:250px;
	border:1px dashed black;
	padding:3px;
	background-color:white;
	padding-top:50px;
	padding-bottom:50px;*/
}


/* classe pour les popups */
.alertPopup
{
	position:absolute;
	top:200px;
	left:50%;
	border: 3px double #D67518;
	width:400px;
	height:200px;
	margin-left:-200px;
	z-index:7;
	background-image: url(popup/fond_alert.jpg);	
	-moz-border-radius-topright:10px;
	-moz-border-radius-bottomleft:10px;	
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	border-top-right-radius:10px;
	border-bottom-left-right:10px;
  
}

.lienPopupAlert
{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#666662;
	font-size: 11px;
}

.confirmPopup
{
	position:absolute;
	top:200px;
	left:50%;
	width:400px;
	height:200px;
	margin-left:-200px;
	z-index:7;
	border:1px #666662 solid;
	background-image: url(popup/fond_alert.jpg);
	/*border-top-width:15px;
	border-bottom-width:15px;
	border-color:#e7eaee;
	border-style:solid;*/
}

.loadingPopup
{
	
	position:absolute;
	top:200px;
	left:50%;
	border:1px solid black;
	width:400px;
	height:200px;
	margin-left:-200px;
	z-index:6;
	
		
	text-align:center;
}
	
	
.popup
{
	background-color:#e7eaee;/*#f2efe9;/* #f1f0db;/*#ffffe1;*/
	
	border:1px solid black;
	width:690px;
	/*height:390px;*/
	top:15%;
	/*top:150px;*/
	left:50%;
	margin-left:-343px;
	position:absolute;
	z-index:4;
}

.popup input
{
	
}

.popup .content_popup
{
	padding-left:20px;
	padding-top:10px;
	padding-bottom:10px;

	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color:#fff;
	
	border-bottom : 1px #7d8c9c solid;
	border-top :1px #7d8c9c solid;

}

.td1ContentPopup
{
	/*width:194px;*/
	
		width:300px;
}
.table_popup select
{
	/*width:194px;*/

}


.closeBtn
{
	background:url(popup/btnClose.png);
	background-repeat:no-repeat;
	float:right;
	color:black;
	font-weight:bold;
	font-size:13px;
	cursor:hand;
	cursor:pointer;
	height: 20px;
    width: 54px;
}

.closeBtn:hover
{
	background:url(popup/btnClose_hover.png);

}

.button
{
	height:25px;
	width:70px;
	color:#666662;	
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	background-color:#d2d6db;
	padding-right:10px;
	padding-left:10px;
	margin-right: 10px;
	border-style:double;
	border-color:#7d8c9c;
	border-width:1px;
}


.buttonconfirm
{
	height:25px;
	width:70px;
	color:#666662;	
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	background-color:#d2d6db;
	padding-right:10px;
	padding-left:10px;
	margin-right: 10px;
	border-style:double;
	border-color:#7d8c9c;
	border-width:1px;
}

.btnPrev
{
	color:Grey;
	font-size:15px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align:left;
	margin-top:0px;
	margin-left:35px;
	float:left;
	position:relative;
	top:0px;	
}

.btnNext
{
	color:Grey;
	font-size:15px;
	/*width:30px;*/
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	/*text-align:right;*/
	margin-top:0px;
	right:25px;
	float:right;
	/*margin-right:35px;*/
	position:relative;
	top:0px;	
}

h4
{
	color:#7d8c9c;	
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align:center;
}




/* onglet popup */

.menuPopup
{
	display:inline;
	position:relative;
	left:10%;
	bottom:-1px;
	z-index:10;
}
.menuPopup a
{
	border : 1px #7d8c9c solid;/*7d8c9c*/
	border-bottom :none;	
	margin-left:5px;
	padding-top : 5px;
	
}
.menuPopup a span
{
	color:#7d8c9c;
	font-size:11px;
	font-weight:bold;
	margin: 10px 10px 10px 10px;
	position:relative;
	bottom:4px;
}

.menuPopup a:hover
{
	background-color:#fff;	
	cursor:pointer;
	cursor:hand;
}

.ongletCourant
{
	background-color:#fff;
}

.ongletPopup
{
	background-color:#c5d4e3;
	
}


.divTrDisabling
{
	background-color:black;
	opacity: 0.4;
	filter: alpha(opacity = 40);
	z-index:4;
	width:100%;
	height:100%;
	position:relative;
	left:0;
	top:0;
}

.linkInPopup
{
	font-style:italic;
	text-decoration:underline;
	color:#7d8c9c;
	cursor:hand;
	cursor:pointer;
}






