*{margin: 0;padding: 0;}

html, body	
{
	height: 100%;
}

.alignImg{vertical-align:middle}

/************* User Login *********************/

#close
{
    float:right;
    padding:10px 0 0 0;
    position:absolute;
    right:-15px;
    top:-25px;
}
/**********************************************/
/************* Page Summary *******************/
.topAppError
{
    border:1px solid #b6a375;
	padding:10px;
	background:#f5f5b4;
}

.icone-plus{text-decoration:none;border:0;cursor:pointer}
.icone-minus{text-decoration:none;border:0;cursor:pointer}

.link{color:#666;text-decoration:none}
.link:hover{color:#666;text-decoration:none}

.logo{padding:10px;}

.LabForm{font-size:12px;font-weight:bold;}

.inputtext
{
    font-family:Tahoma;
    vertical-align:middle;
    height:25px;
    line-height:24px;
    border:1px solid #b2b2b2;
    background:white url('../../App_Images/forms/input_bg_slice.png') repeat-x top left;
    padding:4px 4px 0px 4px;
    color:#666666;
    width:200px;
}

.inputtextarea
{
    font-family:Tahoma;
    vertical-align:middle;
    line-height:24px;
    border:1px solid #b2b2b2;
    background:white url('../../App_Images/forms/input_bg_slice.png') repeat-x top left;
    padding:4px 4px 0px 4px;
    color:#666666;
    width:450px;
    height:170px;
}

.inputtextarea2
{
    width:350px;
    height:70px;
}

input.disabled,select.disabled{border:1px solid #cccccc !important;}
input.disabled,select.disabled option{color:#cccccc !important}
input[type='text'].disabled,select.disabled{background:white url('../../App_Images/forms/input_bg_slice_disabled.png') repeat-x top left !important}
.inputselect{padding:4px 4px 4px 4px;height:28px; width:200px;line-height:24px;}
.inputselect{font-size:12px;color:#7c7c7c;border:1px solid #9a9a9a;background:transparent url('../../App_Images/forms/input_bg_slice.png') repeat-x top left;}

.bloc_login_inner span,.bloc_forget_pass span{color:#FFF;font-weight:bold;}
.bloc_login_inner .inputext,.bloc_forget_pass .inputext{background-color:#666;border:1px solid #000;height:25px;width:200px;color:#FFF}
.bloc_forget_pass
{
    display:none;
    position:absolute;
    top:35%;
    left:20%;
}

.separate-right{padding-right:10px;}

/********** Dark button *****************/

a.buttonDark {
    /* Sliding right image */    
    background: transparent url('../../App_Images/buttons/btn-dark-right.png') no-repeat scroll top right; 
    display: block;
    float: left;
    height: 34px; 
    margin-right: 16px;
    padding-right: 9px; 
    text-decoration: none;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:bold;
}
 
a.buttonDark span    
{
    /* Background left image */ 
    background: transparent url('../../App_Images/buttons/btn-dark-left.png') no-repeat;     
    display: block;
    line-height: 22px; 
    padding: 7px 10px 5px 18px;
} 

a.buttonDark:hover
{
    background: transparent url('../../App_Images/buttons/btn-dark-right-hover.png') no-repeat scroll top right; 
    display: block;
    float: left;
    height: 34px; 
    margin-right: 16px;
    padding-right: 9px; 
    text-decoration: none;
    color: #eaeaea;
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:bold;
}

a.buttonDark:hover span
{
    text-decoration:none;
    color:#eaeaea;
    background: transparent url('../../App_Images/buttons/btn-dark-left-hover.png') no-repeat;     
    display: block;
    line-height: 22px; 
    padding: 7px 10px 5px 18px;
}

/********** Green button *****************/

a.buttonGreen {
    /* Sliding right image */    
    background: transparent url('../../App_Images/buttons/btn-green-right.png') no-repeat scroll top right; 
    display: block;
    float: left;
    height: 34px; 
    margin-right: 16px;
    padding-right: 9px; 
    text-decoration: none;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:bold;
}
 
a.buttonGreen span    
{
    /* Background left image */ 
    background: transparent url('../../App_Images/buttons/btn-green-left.png') no-repeat;     
    display: block;
    line-height: 22px; 
    padding: 7px 10px 5px 18px;
} 

a.buttonGreen:hover
{
    background: transparent url('../../App_Images/buttons/btn-green-right-hover.png') no-repeat scroll top right; 
    display: block;
    float: left;
    height: 34px; 
    margin-right: 16px;
    padding-right: 9px; 
    text-decoration: none;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:bold;
}

a.buttonGreen:hover span
{
    text-decoration:none;
    color:#000000;
    background: transparent url('../../App_Images/buttons/btn-green-left-hover.png') no-repeat;     
    display: block;
    line-height: 22px; 
    padding: 7px 10px 5px 18px;
}

/********** Red Linkbutton *****************/

a.buttonRedlink 
{
    /* Sliding right image */    
    background: transparent url('../../App_Images/buttons/btn-red-right.png') no-repeat scroll top right; 
    display: block;
    float: left;
    height: 34px; 
    margin-right: 16px;
    padding-right: 9px; 
    text-decoration: none;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:bold;
}
 
a.buttonRedlink span    
{
    /* Background left image */ 
    background: transparent url('../../App_Images/buttons/btn-red-left.png') no-repeat;     
    display: block;
    line-height: 22px; 
    padding: 7px 10px 5px 18px;
} 

a.buttonRedlink:hover
{
    background: transparent url('../../App_Images/buttons/btn-red-right-hover.png') no-repeat scroll top right; 
    display: block;
    float: left;
    height: 34px; 
    margin-right: 16px;
    padding-right: 9px; 
    text-decoration: none;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:bold;
}

a.buttonRedlink:hover span
{
    text-decoration:none;
    color:#000000;
    background: transparent url('../../App_Images/buttons/btn-red-left-hover.png') no-repeat;     
    display: block;
    line-height: 22px; 
    padding: 7px 10px 5px 18px;
}


/********** Red button *****************/

.buttonRed 
{
    /* Sliding right image */ 
    background: transparent url('../../App_Images/buttons/btn-red.png') no-repeat; 
    border:0;
    height: 36px; 
    text-decoration: none;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:bold;
    width:114px;
    cursor:pointer;
}
 
.buttonRed:hover
{
    background: transparent url('../../App_Images/buttons/btn-red.png') 0 -128 no-repeat;
    background-position:-127px 0;
    border:0;
    height: 36px; 
    text-decoration: none;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:bold;
    width:114px;
    cursor:pointer;
}

		
#login_button a{color:#FFF;text-decoration:none;}	

#login_button li{display:inline;}

.bloc_login
{
    background:url('../../App_Images/login/Bloc_auth.png') no-repeat;
    width:400px;
    height:250px;
    vertical-align:middle;
    position:relative;
}
    
.bloc_login_inner
{
    position:absolute;
    top:35%;
    left:10%;
}



.TitleAuth{padding-top:20px;padding-bottom:0;color:#FFF}
.First{margin-left:-43px;vertical-align:middle}
.FirstInscrit{margin-left:-57px;vertical-align:middle}
.TitleEtape{font-size:20px;font-family:Verdana;padding-left:10px;}

/**************** custom link button ************************/

.logout_icon
{
    padding-left:32px;
    padding-top:10px;
    padding-bottom:10px;
    background:url('../../App_Images/Summary/power.png') no-repeat;   
    background-position:0px 5px;
    color:#FFF;
    font-weight:bold;
    font-family:Verdana;
    font-size:12px;
    padding-right:20px;
}

.link_site
{
    padding-top:10px;
    color:#FFF;
    font-weight:bold;
    font-family:Verdana;
    font-size:12px;
}

.logout_icon:hover{text-decoration:none;}

.currency-exchange
{
    background:url('../../App_Images/Summary/currency_exchange.png') no-repeat;   
    background-position:0px 5px;
    width: 40px;
    height: 40px;
    cursor:pointer;
}

/**************** PopUp *******************/



.opacity{ 
 	display:none;
    opacity : 0.7; 
    -moz-opacity : 0.7; 
    -ms-filter: "alpha(opacity=70)"; /* IE 8 */ 
    filter : alpha(opacity=70); /* IE < 8 */ 
    width:100%;
    position:fixed;
    left:0;
    top:0;
    height:100%;
    background-color:#000;
    z-index:9999;
}

.popup-currency 
{
	display:none;
	position:absolute;
	left:50%;
  	top:50%;
  	width:400px;
	height:300px;
	margin:-50px 0 0 -200px;
	height:auto;
	z-index:99999;
}

.rounded-popup 
{
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
	border:2px solid #000;
	padding:10px;
	background-color: rgba(220, 220, 220, 1);
}

.arrow-convert
{
    background:url('../../App_Images/Summary/arrow_convert_hover.png');   
    width: 39px;
    height: 34px;
    
}

/*.arrow-convert:hover
{
    background:url('../../App_Images/Summary/arrow_convert_hover.png');   
    width: 39px;
    height: 34px;
    cursor:pointer;
}*/

/*************** Summary page ********************************/

.bg_summary
{
    background: url('../../App_Images/Summary/summary-bg.png') no-repeat;
    width:150px;
    height:150px;
    position:relative;
}

.summary_inner
{
    position:absolute;
    top:20px;
    margin-left:35px;
    width:80px;
    height:80px;
}

.summary_inner_text{width:80px;padding-top:5px;text-align:center;color:#FFF;font-weight:bold;font-size:12px;}


/**************** style texte et label **********************/

.label{font-size:12px;font-weight:bold;font-family:Verdana;}

.titleBloc{font-size:14px;color:#FFF;font-weight:bold}

.separate{height:10px;}

hr
{
    background:url('../../App_Images/hr.png') no-repeat;
    background-position :center;
    height:25px;
    border:0px;   
}
.Obligatoire{color:#FF0000; font-size:12px;font-weight:bold;}

/******************** style des bloc *********************/
#bloc 
{
    width: 100%;
    color:#333333;
    background-color: transparent;
    background:url("../../App_Images/blocBlank/blocblank_02.png") repeat-x left top;
}

#bloc .bottom_border 
{
    background:url("../../App_Images/blocBlank/blocblank_08.png") repeat-x left bottom transparent;
}

#bloc .top_right 
{
    display: block;
    float: right;
    width: 21px; 
    height: 14px; 
    background:url("../../App_Images/blocBlank/blocblank_03.png") no-repeat right top transparent;
}

#bloc .top_left 
{
    display: block;
    width: 21px; 
    height: 14px;
    background:url("../../App_Images/blocBlank/blocblank_01.png") no-repeat left top transparent;
}

#bloc .left_border 
{
    background:url("../../App_Images/blocBlank/blocblank_04.png") repeat-y left top #FFF; 
}

#bloc .right_border 
{
    background:url("../../App_Images/blocBlank/blocblank_06.png") repeat-y right top transparent;
    /*padding-left:10px;
    padding-right:10px;*/
}

#bloc .bottom_left 
{
    display: block;
    width: 21px; 
    height: 19px; 
    background:url("../../App_Images/blocBlank/blocblank_07.png") no-repeat left bottom transparent;
}

#bloc .bottom_right 
{
    display: block;
    float: right;
    width: 21px; 
    height: 19px; 
    background:url("../../App_Images/blocBlank/blocblank_09.png") no-repeat right bottom transparent;
}

#main{padding:0px 10px 10px 20px;}

/****************** systeme etape ************************/
.prev1, .next1 { background-color:#b0232a; padding:5px 5px; color:#fff; text-decoration:none;}
.prev1:hover, .next1:hover { background-color:#CCC; text-decoration:none;}
#SignupForm .button_holder{background-color:#ccc;}
.prev1 { float:left;}
.next1 { float:right;}
#steps li{width:20%;float:left}
#steps { list-style:none; width:100%; overflow:hidden; margin:0px; padding:0px;}
.titleStep{font-size:12px;font-size:24px;color:#b0b1b3;}
#steps li .descStep {font-size:11px;}
#steps li.current { color:#000;}

fieldset { border:none; width:100%;}
legend { font-size:18px; margin:0px; padding:10px 0px; color:#87b606; font-weight:bold;}
.min{font-size:10px}
.normal{font-size:12px}
.big{font-size:13px}

.TitleEtape{font-weight:bold;font-size:14px;padding-right:10px}

#progress_bar {
    background: url('../../App_Images/wizard/progress_bar.png') no-repeat;
    width: 339px;
    height: 24px;
    margin: 0 auto;
    position: relative;
}

.progress {
    background: url('../../App_Images/wizard/progress.png') repeat-x;
    width: 0px;
    height: 23px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}
#progress_text {
    position: relative;
    line-height: 21px;
    text-align: center;
    font-weight: bold;
    color: white;
    text-shadow: 1px 1px 2px #222;
    width: 339px;
    height: 24px;
    top: -23px;
    left: 0;
}


/******************** badge summary ***********************/

.badge1
{
    background:url('../../App_Images/badgeCateg2.png') no-repeat;
    width:165px;
    height:50px;
    float:right;
    margin-right:-1px;
    margin-top:-55px;
    padding-top:12px;
    text-align:center;
    color:#346700;
    font-weight:bold;
}


/********************* les message alert ******************/

.note1
{
	background:#f5f5b4 url('../../App_Images/warning-notice.png') no-repeat 10px;
	border:1px solid #b6a375;
	padding:10px;
	padding-left:60px;
}

.notice
{
	background:#f5f5b4 url('../../App_Images/InfoIcon.png') no-repeat 10px;
	border:1px solid #b6a375;
	padding:20px;
	padding-left:60px;
}
.success
{
	background:#b7cf9d url('../../App_Images/Success.png') no-repeat 10px;
	border:1px solid;
	border-color:#6e8768;
	background-color:#cbe6c2;
	padding:20px;
	padding-left:70px;
}

.successApk
{
	background:#b7cf9d;
	border:1px solid;
	border-color:#6e8768;
	background-color:#cbe6c2;
	padding:10px;
	position:relative;
}

#page-top-outer	
{
	background-color:#3b3b3b;
	border-bottom: 1px solid #a59806;
	
}

#page-top	
{
	margin: 0 auto;
	max-width: 1260px;
	min-width: 850px;
	position: relative;
}

#logo	
{
	float: left;
	margin: 0px 0 0 15px;
}

#logo a
{
	display: block;
}

#top-search	{
	width:250px;
	display: inline;
	float: right;
	line-height:25px;
	margin: 46px 20px 0 0;
	color:#FFF;
	font-weight:bold;
	font-family:Verdana;
	font-size:13px;
}
.top-search-inp	{
	background: url(../../App_Images/shared/top_search_inp.gif) no-repeat;
	border: none;
	color: #fff;
	font-size: 12px;
	height: 23px;
	padding: 6px 6px 0 10px;
	width: 164px;
	}
#content-outer	{
	background: url(../../App_Images/shared/content_repeat.jpg) repeat-x;
	}
#content	{
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin: 0 auto 0 auto;
	max-width: 1260px;
	min-width: 780px;
	padding: 35px 0px 30px 0px;
	}
#content-inner	{
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin: 0 auto 0px auto;
	padding: 25px 0 30px 0;
	}
#content-table	{
	font-size: 0px;
	line-height: 0px;
	}
#content-table th.sized	{
	height: 15px;
	width: 15px;
	padding: 0;
	margin: 0;
	font-size: 0px;
	line-height: 0px;
	}
#content-table-inner	{
	font-size: 12px;
	line-height: 19px;
	/*padding: 10px 0 20px 0;*/
	}
#tbl-border-top	{
	background: url(../../App_Images/shared/border_bit.jpg) top repeat-x;
	line-height: 0;
	font-size: 0px;
	height: 15px;
	}
#tbl-border-bottom	{
	background: url(../../App_Images/shared/border_bit.jpg) bottom repeat-x;
	line-height: 0;font-size: 0px;
	height: 15px;
	}
#tbl-border-left	{
	background: url(../../App_Images/shared/border_bit.jpg) left repeat-y;
	}
#tbl-border-right	{
	background: url(../../App_Images/shared/border_bit.jpg) right repeat-y;
	}
#table-content	{
	line-height: 16px;
	margin: 0 10px 10px 10px;
	min-height: 300px;
	}

.topleft {
background: url(../../App_Images/shared/corner_top_left.jpg) no-repeat;
width:15px;
height:15px;
	
}	
.topright {
background: url(../../App_Images/shared/corner_top_right.jpg) no-repeat;
width:15px;
height:15px;
	
}	

.bottomleft {
background: url(../../App_Images/shared/corner_bottom_left.jpg)  no-repeat;
width:15px;
height:15px;
	
}	
.bottomright {
background: url(../../App_Images/shared/corner_bottom_right.jpg)  no-repeat;
width:15px;
height:15px;
	
}	

#page-heading	{
	margin: 0 0 15px 20px;
	}
  h1	{
	color: #4b4b4b;
	font-family: Tahoma;
	font-size: 22px;
	line-height: 24px;
	font-weight: normal;
	}
h2	{
	color: #393939;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 10px;
	}
h3	{
	color: #92b22c;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 10px;
	}
	
	
/* MESSAGES --------------------------------------------------------------- */	
#message-yellow	
{
	/*margin-bottom: 5px;*/
}

.yellow-left
{
	background: url(../../App_Images/table/message_yellow.gif) top left no-repeat;
	color: #e79300;
	font-family: Tahoma;
	font-weight: bold;
	padding: 0 0 0 20px;
	position:relative;
	left:0px;
	height:35px;
}

.yellow-left a	
{
	color: #e79300;
	font-family: Tahoma;
	font-weight: normal;
	text-decoration: underline;
}

.yallow-text{padding-top:9px;}

.yellow-right a	
{
	cursor: pointer;
}

.yellow-right	
{
	height:35px;
	background:url('../../App_Images/table/yallow_corner_right.png') right no-repeat;
}

#message-blue	
{
	/*margin-bottom: 5px;*/
}
.blue-left	
{
	background: url(../../App_Images/table/message_blue.gif) top left no-repeat;
	color: #2e74b2;
	font-family: Tahoma;
	font-weight: bold;
	padding: 0 0 0 20px;
	height:35px;
}

.blue-left a	
{
	color: #2e74b2;
	font-family: Tahoma;
	font-weight: normal;
	text-decoration: underline;
}

.blue-text
{
    background:url('../../App_Images/info_min_2.png') no-repeat;
    padding-left:27px;
    background-position:0 5px;
    padding-bottom:9px;
    padding-top:9px;
}

.blue-right a	
{
	cursor: pointer;
}

.blue-right	
{
	height:35px;
	background:url('../../App_Images/table/blue_corner_right.png') right no-repeat;
}

#message-red	
{
	/*margin-bottom: 5px;*/
}

.red-left	
{
	background: url(../../App_Images/table/message_red.gif) top left no-repeat;
	color: #ce2700;
	font-family: Tahoma;
	font-weight: bold;
	padding: 0 0 0 20px;
	height:35px;
}

.red-left a	
{
	color: #ce2700;
	font-family: Tahoma;
	font-weight: normal;
	text-decoration: underline;
}

.red-text
{
    background:url('../../App_Images/error_min.png') no-repeat;
    background-position : 0 5px;
    padding-left:27px;
    padding-top:9px;
    padding-bottom:9px;
}

.red-textMsg
{
    background-position : 0 5px;
    padding-left:7px;
    padding-top:9px;
    padding-bottom:9px;
}

.green-textMsg
{
    background-position : 0 5px;
    padding-left:7px;
    padding-top:9px;
    padding-bottom:9px;
}

.red-close
{
    float:right;
    margin-top:-2px;
    padding-bottom:10px;
    padding-right:5px;    
}

.red-right a	
{
	cursor: pointer;
}
	
.red-right	
{
	height:35px;
	background:url('../../App_Images/table/red_corner_right.png') right no-repeat;
}

#message-green	
{
	/*margin-bottom: 5px;*/
}
	
.green-left	
{
	background: url(../../App_Images/table/message_green.gif) top left no-repeat;
	color: #6da827;
	font-family: Tahoma;
	font-weight: bold;
	padding: 0 0 0 20px;
	height:35px;
}

.green-left a	
{
	color: #6da827;
	font-family: Tahoma;
	font-weight: normal;
	text-decoration: underline;
}

.green-text
{
    background: url('../../App_Images/info_min.png') no-repeat;
    background-position:0 5px;
    padding-left: 27px;
    padding-bottom:10px;
    padding-top:9px;
}

.green-right a	
{
	cursor: pointer;
}

.green-right	
{
	height:35px;
	background:url('../../App_Images/table/green_corner_right.png') right no-repeat;
}	
/*********************** list status *************************/
a.status	
{
	display: block;
	float: left;
	height: 24px;
	margin: 0 8px 0 0;
	width: 20px;
}

a.icon-Detail
{
	background: url(../../App_Images/table/info.png) no-repeat;
	display: block;
	float: left;
	height: 24px;
	margin: 0 8px 0 0;
	width: 20px;
}

a:hover.icon-Detail	
{
	background: url(../../App_Images/table/info.png) no-repeat;
}

a.icon-Edit
{
	background: url(../../App_Images/table/edit_item.png) no-repeat;
	display: block;
	float: left;
	height: 24px;
	margin: 0 8px 0 0;
	width: 20px;
}

a:hover.icon-Edit
{
	background: url(../../App_Images/table/edit_item.png) no-repeat;
}


a.icon-Delete	
{
	background: url(../../App_Images/table/delete_item.png) no-repeat;
	display: block;
	float: left;
	height: 24px;
	margin: 0 8px 0 0;
	width: 20px;
}

a:hover.Delete	
{
	background: url(../../App_Images/table/delete_item.png) no-repeat;
}

a.icon-3
{
	background: url(../../App_Images/table/table_icon_3.gif) no-repeat;
	display: block;
	float: left;
	height: 26px;
	margin: 0 8px 0 0;
	width: 20px;
}

a:hover.icon-3	
{
	background: url(../../App_Images/table/table_icon_3.gif) 0 -24px;
}
	
a.icon-view
{
	background: url(../../App_Images/table/search_magnifier.png) no-repeat;
	display: block;
	float: left;
	height: 26px;
	margin: 0 8px 0 0;
	width: 20px;
}
	
a:hover.icon-view	
{
	background: url(../../App_Images/table/search_magnifier.png) no-repeat;
}
	
a.icon-comment
{
	background: url(../../App_Images/table/comment_bubble.png) no-repeat;
	display: block;
	float: left;
	height: 26px;
	margin: 0 8px 0 0;
	width: 20px;
}
	
a:hover.icon-comment	
{
	background: url(../../App_Images/table/comment_bubble.png) no-repeat;
}
	
a.icon-4	
{
	background: url(../../App_Images/table/table_icon_4.gif) no-repeat;
	display: block;
	float: left;
	height: 24px;
	margin: 0 8px 0 0;
	width: 24px;
}

a:hover.icon-4	
{
	background: url(../../App_Images/table/table_icon_4.gif) 0 -24px;
}

a.icon-5	
{
	background: url(../../App_Images/table/note_accept.png) no-repeat;
	display: block;
	float: left;
	height: 26px;
	width: 26px;
}

a:hover.icon-5	
{
	background: url(../../App_Images/table/note_accept.png) no-repeat;
}

a.icon-StatView	
{
	background: url(../../App_Images/table/stat-view.png) no-repeat;
	display: block;
	float: left;
	height: 26px;
	margin: 0 8px 0 0;
	width: 26px;
}

a:hover.icon-StatView	
{
	background: url(../../App_Images/table/stat-view.png) no-repeat;
}

a.icon-StatDown	
{
	background: url(../../App_Images/table/stat-down.png) no-repeat;
	display: block;
	float: left;
	height: 26px;
	margin: 0 8px 0 0;
	width: 26px;
}

a:hover.icon-AddBinary
{
	background: url(../../App_Images/table/attachment.png) no-repeat;
}

a.icon-AddBinary
{
	background: url(../../App_Images/table/attachment.png) no-repeat;
	display: block;
	float: left;
	height: 26px;
	margin: 0 8px 0 0;
	width: 26px;
}

a:hover.icon-AddBinary
{
	background: url(../../App_Images/table/attachment.png) no-repeat;
}


/* --------------------------------------------*/
/* ------------ToolTip ------------------------*/

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
	font-size:11px;
	color:#FFF;
	font-weight:normal;
}

#tooltip h3, #tooltip div 
{ 
	margin: 0; 
	text-align:left;
	font-size:12px;
	font-weight:bold;
	color:#000;
	font-family:Verdana;
 }


/************** style Table *********************/

#product-table	
{
	margin-bottom: 20px;
}

.white{color:#f1f1f1;}

.product-table{border:1px solid #bdbdbd}
.product-table td{padding:3px;}
#product-table	td a
{
	color: #393939;
	text-decoration:none;
}

#product-table	td a:hover	
{
	text-decoration: underline;
}

#product-table	th	
{
	height: 50px;
	text-align: left;
	color:#FFF;
}

#product-table	.minwidth-1	
{
	min-width: 90px;
}

#product-table td	
{
	/*border: 1px solid #d2d2d2;*/
	padding: 2px 0 2px 2px;
}

#product-table tr.alternate-row	
{
	background: #ececec;
}

td.options-width	
{
	padding: 0 0 0 10px;
	/*width: 210px;*/
}

td.checkbox-width{}

.table-header-check	
{
	background: url(../../App_Images/table/corner-table-right.png) no-repeat;
	border: none;
	min-width: 29px;
	padding: 0px 0 0 10px;
	color:#FFF;
}

.table-header-options	
{
	background: url(../../App_Images/table/corner-table-left.png) right no-repeat;
	border: none;
	/*min-width: 221px;*/
	padding: 0px 0 0 0;
	color:#FFF;
}

.table-header-repeat	
{
	background: url(../../App_Images/table/table_header_repeat.jpg) repeat-x;
	border: none;
	font-size: 12px;
	line-height: 0;
	color:#FFF;
	font-weight:bold;
	padding: 0px 0 0 10px;
	line-height: 14px;
}

.table-header-repeat a
{
	border: none;
	color:#FFF;
	font-weight:bold;
}

.table-header-options a
{
	color: #fff;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	margin: 0 0 0 10px;
	padding: 0 10px 0 0;
}
	
th.line-left	
{
	border-left: 1px solid #373737;
}

#product-table	tr.activity-blue	
{
	background: #e3eceb;
}
#table_interne td, #table_interne tr {border:0px;}
.align-left{margin-left:5px}
.align-center{text-align:center;}
.align-right{text-align:right;margin-right:5px}
.Paragraph{line-height:25px;font-size:12px;font-family:Verdana;}
.Paragraph ul li span{font-size:12px;font-family:Verdana;}
.margin-left{margin-left:15px;padding-left:15px;}

#toggle-all {
	display: block;
	width: 17px;
	height:17px;
	cursor: pointer;
	background: url(../../App_Images/shared/checkbox.gif) 0 -17px;
}
	
	#toggle-all.toggle-checked {
	display: block;
	width: 17px;
	height:17px;
	background: url(../../App_Images/shared/checkbox.gif) 0 0;
}
	
	
.alternate_row
{
    background: #ececec;
    border: 1px solid #ececec;
}

.error_box
{
    width: 513px;
    clear: both;
    background: url(../../App_Images/error_icon.png) no-repeat left #fce9e9;
    border: 1px #eac7c7 solid;
    
    padding: 20px 20px 15px 60px;
    margin-left: -20px;
    -moz-border-radius: 5px 5px 5px 5px;
}

/* bloc de contenu solde */

#box1
{
    max-width:200px;
    min-width:150px;
   
    height: 125px;
    margin: 0px auto;
    border: 1px solid #d3d3d3;
    padding-top: 12px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#e3e1e1,endColorstr=#fbf8f8)";
    background-image: url(../App_Images/forms/LoginDev.png) no-repeat;
}

#login
{
    width:450px;
    height: 340px;
    margin: 0px auto;
    border: 1px solid #d3d3d3;
    padding-top: 12px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#e3e1e1,endColorstr=#fbf8f8)";
    background-image: -moz-linear-gradient(top, #e3e1e1, #fbf8f8);
}

#boxscript
{
    max-width:200px;
    min-width:150px;
   
    height: 125px;
    margin: 0px auto;
    border: 1px solid #d3d3d3;
    padding-top: 12px;
    margin-left:-0px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#e3e1e1,endColorstr=#fbf8f8)";
    background-image: -moz-linear-gradient(top, #e3e1e1, #fbf8f8);
}


/*  RELATED ACTIVIES BOX */	

#related-activities	
{
	float: right;
	font-size: 0px;
	line-height: 0;
	width: 271px;
}

#related-act-top	
{
	border: none;
    background : url(../../App_Images/forms/header_related_act_new.png) no-repeat;
	color: #393939;
	width:271px;
	height: 43px;
  
}

.related-act-top
{
	border: none;
    background : url(../../App_Images/forms/header_related_act_new.png) no-repeat;
	color: #393939;
	width:271px;
	height: 43px;
}

#related-act-top span
{
  padding-top:20px;
  vertical-align:middle;
  padding-left:15px;
  line-height:42px;
}

.related-act-top span
{
  padding-top:20px;
  vertical-align:middle;
  padding-left:10px;
  line-height:42px;
}
	
#related-act-bottom	{
	background: url(../../App_Images/forms/bg_related_act.gif) no-repeat bottom;
	font-size: 0px;
	line-height: 0;
	}
	
.related-act-bottom	
{
	background: url(../../App_Images/forms/bg_related_act.gif) no-repeat bottom;
	font-size: 0px;
	line-height: 0;
}
	
#related-act-inner	
{
	font-size: 11px;
	line-height: 16px;
	margin: 0 auto 0px auto;
	padding: 10px 0 20px 0;
	width: 225px;
}
	
.related-act-inner	
{
	font-size: 11px;
	line-height: 16px;
	margin: 0 auto 0px auto;
	padding: 10px 0 20px 0;
	width: 225px;
}
	
#related-act-inner .left	
{
	float: left;
	width: 30px;
}
	
.related-act-inner .left	
{
	float: left;
	width: 30px;
}
	
#related-act-inner .right	
{
	float: left;
	width: 195px;
	padding: 2px 0 0 0;
}
	
.related-act-inner .right	
{
	float: left;
	width: 195px;
	padding: 2px 0 0 0;
}
	
#related-act-inner .right h5	
{
	color: #393939;
	font-size: 12px;
}
	
.related-act-inner .right h5	
{
	color: #393939;
	font-size: 12px;
}
	
ul.greyarrow	
{
	list-style-type: none;
}

ul.greyarrow li	
{
	background: url(../../App_Images/forms/icon_list_arrow.gif) no-repeat 0 5px;
	line-height: 18px;
	padding: 0 0 0 12px;
}

ul.greyarrow li a	
{
	color: #92b22c;
	font-weight: bold;
}

ul.greyarrow li a:hover	
{
	text-decoration: underline;
}

.lines-dotted-short	
{
	background: url(../../App_Images/forms/lines_dotted_short.gif) no-repeat 0px 14px;
	font-size: 0px;
	height: 28px;
	line-height: 0;
}
	
/* PAGING --------------------------------------------------------- */	

#paging-table 
{
	float: right;
	margin: 0 4px 0 0;
}	

.page-far-left	
{
	background: url(../../App_Images/table/paging_far_left.gif) no-repeat;
	display: block;
	float: left;
	height: 24px;
	margin: 0 4px 0 0;
	width: 24px;
}

.page-left	
{
	background: url(../../App_Images/table/paging_far_left.gif) no-repeat;
	display: block;
	float: left;
	height: 24px;
	width: 24px;
}

.page-far-right	
{
	background: url(../../App_Images/table/paging_far_right.gif) no-repeat;
	display: block;
	float: left;
	height: 24px;
	margin: 0 4px 0 4px;
	width: 24px;
}

.page-right	
{
	background: url(../../App_Images/table/paging_far_right.gif) no-repeat;
	display: block;
	float: left;
	height: 24px;
	width: 24px;
}

#page-info	
{
	float: left;
	line-height: 16px;
	padding: 3px 12px 0 12px;
}
	
/*  ACTIONS BOX ----------------------------------------------- */	

#actions-box	
{
	float: left;
	margin: 0 0 0 10px;
	position: relative;
}

a.action-slider	
{
	background: url(../../App_Images/table/dropdown_actions.gif) no-repeat;
	display: block;
	height: 30px;
	width: 110px;
}

a.action-slider.activated	
{
	background: url(../../App_Images/table/dropdown_actions.gif) no-repeat 0 -30px;
	display: block;
	height: 30px;
	width: 110px;
}

#actions-box-slider	
{
	background: url(../../App_Images/table/actions_slider_bg.gif) bottom no-repeat;
	display: none;
	left: 0;
	padding-bottom: 1px;
	padding-top: 10px;
	position: absolute;
	top: 24px;
	width: 110px;
}

#actions-box-slider-inner	
{
	font-size: 0px;
	line-height: 0;
	margin: 0 auto;
	width: 108px;
}

a.action-edit ,a.action-delete	
{
	color: #272727;
	display: block;
	font-weight: bold;
	height: 20px;
	margin: 0 auto;
	padding: 10px 0 5px 45px;
	width: 63px;
}

a:hover.action-edit	
{
	background: #949494 url(../../App_Images/table/action_edit.gif) no-repeat 14px 5px;
	color: #fff;
}

a.action-edit	
{
	background: #c7c7c7 url(../../App_Images/table/action_edit.gif) no-repeat 14px 5px;
}

a.action-delete	
{
	background: #c7c7c7 url(../../App_Images/table/action_delete.gif) no-repeat 14px 5px;
}

a:hover.action-delete	
{
	background: #949494 url(../../App_Images/table/action_delete.gif) no-repeat 14px 5px;
	color: #fff;
}

a.activer 	
{
	background: url(../../App_Images/table/unlock.png) no-repeat;
	display: block;
	float: left;
	height: 24px;
	margin: 0 8px 0 0;
	width: 24px;
	text-decoration:none 
}

a:hover.activer 	
{
	background: url(../../App_Images/table/unlock.png) no-repeat;
	text-decoration:none;
}

a.bloquerContrat 	
{
	background: url(../../App_Images/table/ok.png) no-repeat;
	display: block;
	float: left;
	height: 21px;
	margin: 0 8px 0 0;
	width: 21px;
	text-decoration:none 
}

a:hover.bloquerContrat 	
{
	background: url(../../App_Images/table/ok.png) no-repeat;
	text-decoration:none;
}

a.activerContrat 	
{
	background: url(../../App_Images/table/notok.png) no-repeat;
	display: block;
	float: left;
	height: 21px;
	margin: 0 8px 0 0;
	width: 21px;
	text-decoration:none 
}

a:hover.activerContrat 	
{
	background: url(../../App_Images/table/notok.png) no-repeat;
	text-decoration:none;
}

a.MailContrat
{
    background: url(../../App_Images/table/mailsend.png) no-repeat;
	display: block;
	float: left;
	height: 24px;
	margin: 0 8px 0 0;
	width: 24px;
	text-decoration:none 
}

a:hover.MailContrat 	
{
	background: url(../../App_Images/table/mailsend.png) no-repeat;
	text-decoration:none;
}
	
a.bloquer 	
{
    background: url(../../App_Images/table/lock.png) no-repeat;
    display: block;
    float: left;
    height: 24px;
    margin: 0 8px 0 0;
    width: 24px;
    text-decoration:none 
}
	
a:hover.bloquer 	
{
	background: url(../../App_Images/table/lock.png) no-repeat;
	text-decoration:none;
}
		 
	
/* FORM ------------------------------------------------------- */
	
.form-submit	
{
	background: url(../../App_Images/forms/form_submit.gif) no-repeat;
	border: none;
	cursor: pointer;
	display: block;
	float: left;
	height: 30px;
	margin: 0 4px 0 0;
	padding: 0;
	text-indent: -3000px;
	width: 80px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}

.form-reset	
{
	background: url(../../App_Images/forms/form_reset.gif) no-repeat;
	border: none;
	cursor: pointer;
	display: block;
	float: left;
	height: 30px;
	text-indent: -3000px;
	width: 80px;
}
	

.bouttonSubmit	
{
	background: url(../../App_Images/forms/bouttonSubmit.png) no-repeat;
	border: none;
	color: #393939;
	padding: 6px 6px 6px 6px;
	width: 80px;
    height: 30px;
    font-style:inherit;
    font-weight:inherit;
    margin-top:auto;
    cursor: pointer;
    
}
	
	
.bouttonReset	
{
	background: url(../../App_Images/forms/bouttonReset.png) no-repeat;
	border: none;
	color: #393939;
	padding: 6px 6px 6px 6px;
	width: 80px;
    height: 30px;
    font-style:inherit;
    font-weight:inherit;
    margin-top:auto;
    cursor: pointer;
}
	
.related-act-new
{
    background : url(../../App_Images/forms/header_related_act_new.png) no-repeat;
	border: none;
	color: #393939;
	padding: 6px 6px 6px 6px;
	width:280px;
	height: 40px;
    font-style:inherit;
    font-weight:inherit;
    margin-top:inherit;
}
	
	
	
#id-form	{
	}
.inp-form	{
	background: url(../../App_Images/forms/form_inp.gif) no-repeat;
	border: none;
	color: #393939;
	height: 25px;
	padding: 6px 6px 0 6px;
	width: 186px;
	}
	.inp-form-num	{
	background: url(../../App_Images/forms/form-inp-small.gif) no-repeat;
	border: none;
	color: #393939;
	height:25px;
	padding: 6px 6px 0 6px;
	width:73px;
	font-family: Arial, Helvetica, sans-serif;
	}
	
.inp-form-error	{
	background: url(../../App_Images/forms/form_inp_error.gif) no-repeat;
	border: none; 
	color: #393939;
	height: 25px;
	padding: 6px 6px 0 6px;
	width: 187px;
	}
.form-textarea	{
	background: url(../../App_Images/forms/form_textarea.gif) no-repeat;
	border: none;
	color: #393939;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 97px;
	overflow: auto;
	padding: 6px 6px 0 6px;
	width: 378px;
	}
#id-form td	{
	padding: 0 0 10px 0;
	}
#id-form td.noheight	{
	padding: 0 0 0px 0;
	}
#id-form th	{
	line-height: 28px;
	min-width: 130px;
	padding: 0 0 10px 0;
	text-align: left;
	width: 130px;
	}
.styledselect-day ,
.styledselect-month ,
.styledselect-year	{
	border: 1px solid #acacac;
	margin-right: 3px;
	padding: 3px;
	width: 64px;
	}
	
	
#step-holder {
font-family: Tahoma;
	height:39px;
	margin-bottom: 20px;
}	

.soldeVal
{
    font-size:13px;
    margin-left:20px;
    font-weight:bold;
    color:#000099;
}


.step-no {
	float:left;
	height:29px;
	width:18px;
	font-size: 18px;
	line-height: 18px;
	padding:10px 0 0 0;
	text-align: center;
}

.step-no-off {
	float:left;
	height:29px;
	width:18px;
	font-size: 18px;
	line-height: 18px;
	padding:10px 0 0 0;
	text-align: center;
	color:#cbcbcb;
}

.step-dark-left {
	float:left;
	 
	background: url(../../App_Images/forms/step_dark_left.gif) no-repeat;
	height:27px;
	padding:13px 15px 0 25px;
	font-size: 13px;
	color:#fff;
	font-weight: bold;
}

.step-dark-left a{
	 
	font-size: 13px;
	color:#fff;
	font-weight: bold;
}

.step-dark-right {
	float:left;
	width:12px;
	background: url(../../App_Images/forms/step_dark_right.gif) no-repeat;
	height:39px;
}
.step-dark-round {
	float:left;
	width:8px;
	height:39px;
	background: url(../../App_Images/forms/step_dark_round.gif) no-repeat;
}

.step-light-left {
	float:left;
	 	height:27px;
	padding:13px 15px 0 25px;
	font-size: 13px;
	background: url(../../App_Images/forms/step_light_left.gif) no-repeat;
	height:39px;
	color:#cbcbcb;
	font-weight: bold;
}

.step-light-left a{
	 
	 
	font-size: 13px;
 
	color:#cbcbcb;
	font-weight: bold;
}
.step-light-right {
	float:left;
	width:12px;
	background: url(../../App_Images/forms/step_light_right.gif) no-repeat;
	height:39px;
}
.step-light-round {
	float:left;
	width:8px;
	height:39px;
	background: url(../../App_Images/forms/step_light_round.gif) no-repeat;
}

.bubble-left {
	float:left;
	width:10px;
	height:29px;
	margin-left: 5px;
	background: url(../../App_Images/forms/bubble_left.gif) no-repeat;
}

.bubble-inner {
	float:left;
	padding: 7px 0px 0 2px;
	color:#2e74b2; 
	line-height: 14px;
	font-size: 11px;
	height:22px;
	background: url(../../App_Images/forms/bubble_inner.gif) repeat-x;
}
.bubble-right {
	float:left;
	width:8px;
	height:29px;
	background: url(../../App_Images/forms/bubble_right.gif) right no-repeat;
}
.error-left {
	float:left;
	width:13px;
	height:32px;
	margin-left: 0px;
	background: url(../../App_Images/forms/error_left.gif) no-repeat;
}

.error-inner {
	float:left;
	padding: 7px 10px 0 4px;
	color:#fff; 
	line-height: 14px;
	height:25px;
	background: url(../../App_Images/forms/error_right.gif) right  no-repeat;
}
.file_1 {
	border: 1px solid #acacac;
	padding: 5px;
}	
 
/*  NAVIGATION ----------------------------------------------- */
#nav-holder	
{
	margin: 0 auto;
	max-width: 1260px;
	min-width: 780px;
	text-align: left;
}

.nav-outer-repeat	
{
	background: url(../../App_Images/shared/nav/repeat.png) repeat-x;
	height: 77px;
}

.nav-outer	
{
	margin: 0 auto;
	max-width: 1260px;
	min-width: 850px;
}

#nav-right	
{
	float: right;
	position: relative;
	width: 155px;
	z-index: 0;
}

#nav-right a	
{
	display: block;
	float: left;
	margin: 0px 0 0 0;
}

.account-content	
{
	background: #454545 url(../../App_Images/shared/nav/account_drop_bg.gif) no-repeat bottom;
	display: none;
	left: 5px;
	padding-bottom: 20px;
	position: absolute;
	top: 30px;
	width: 170px;
}

.account-drop-inner	
{
	font-size: 0px;
	line-height: 0px;
	margin: 20px auto 0 auto;
	width: 140px;
}

.showhide-account	
{
	cursor: pointer;
	display: block;
	float: left;
	margin: 10px 5px 0 5px;
}

.account-drop-inner a	
{
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.account-drop-inner a:hover	{color: #94b52c;}

.acc-line	
{
	background: url(../../App_Images/shared/nav/account_line.gif) no-repeat 0 7px;
	font-size: 0px;
	height: 14px;
	line-height: 0px;
	margin-top: 0px;
	padding: 0;
}

a#logout	{
	margin: 10px 0 0 5px;
	}
a#acc-settings	{
	background: url(../../App_Images/shared/nav/icon_acc_settings.gif) no-repeat 0 2px;
	padding: 0 0 0 20px;
	}
a#acc-details	{
	background: url(../../App_Images/shared/nav/icon_acc_personal.gif) no-repeat 0 2px;
	padding: 0 0 0 20px;
	}
a#acc-project	{
	background: url(../../App_Images/shared/nav/icon_acc_projects.gif) no-repeat 0 2px;
	padding: 0 0 0 20px;
	}
a#acc-inbox	{
	background: url(../../App_Images/shared/nav/icon_acc_inbox.gif) no-repeat 0 2px;
	padding: 0 0 0 20px;
	}
a#acc-stats	{
	background: url(../../App_Images/shared/nav/icon_acc_stats.gif) no-repeat 0 2px;
	padding: 0 0 0 20px;
	}

/* ================================================================ 
This copyright notice must be untouched at all times. The original version of this stylesheet and the associated (x)html is available at http://www.cssplay.co.uk/menus/pro_dropline.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved. This stylesheet and the associated (x)html may be modified in any way to fit your requirements.
=================================================================== */

.nav	
{
	float: left;
	font-family: Tahoma;
	font-size: 13px;
	height: 38px;
	position: relative;
	width: 1050px;
	min-width: 1050px;
	margin-left:20px;
	/*modifier le 20/07/2011 dans le but de  corriger l'afichage de calendrier */
	/*z-index: 500;*/
}

.nav-divider	
{
	background: url(../../App_Images/shared/nav/separate.png) top no-repeat;
	float: left;
	height: 40px;
	width: 15px;
}

.nav .table	
{
	display: table;
}

.nav .select,
.nav .current, .nav .home	
{
	display: table-cell;
	float: left;
	list-style: none;
	margin: 0 0px 0 0;
	padding: 0;
	white-space: nowrap;
}

.nav li	
{
	float: left;
	height: auto;
	margin: 0;
	padding: 0;
}

.nav .select a	
{	
	color: #fff;
	display: block;
	float: left;
	height: 37px;
	line-height: 35px;
	padding: 0 20px 0 20px;
	text-decoration: none;
	white-space: nowrap;
}

.nav .current a	
{
	background: url(../../App_Images/shared/nav/pro_line_1.png);
	color: #fff;
	display: block;
	float: left;
	height: 37px;
	line-height: 35px;
	padding: 0 0 0 10px;
	text-decoration: none;
	white-space: nowrap;
}
.nav .home a	
{
	/*background: url(../../App_Images/shared/nav/pro_line_1.gif);*/
	color: #fff;
	/*display: block;*/
	float: left;
	height: 37px;
	line-height: 35px;
	padding: 0 0 0 10px;
	text-decoration: none;
	white-space: nowrap;
}
.nav .current a b	
{
	background: url(../../App_Images/shared/nav/pro_line_1.png) right top;
	display: block;
	padding: 0 20px 0 10px;
}

.nav .select a:hover, 
.nav .select li:hover a	
{
	background: url(../../App_Images/shared/nav/pro_line_1.png);
	color: #fff;
	cursor: pointer;
	padding: 0 0 0 10px;
}

.nav .select a:hover b, 
.nav .select li:hover a b	
{
	background: url(../../App_Images/shared/nav/pro_line_1.png) right top;
	cursor: pointer;
	display: block;
	float: left;
	padding: 0 20px 0 10px;
}

.nav .select_sub	
{
	display: none;
	margin: 0 0 0 10px;
}

/* IE6 only */
.nav table	
{
	/*border-collapse: collapse;*/
	font-size: 1em;
	height: 0;
	margin: -1px;
	width: 0;
}

.nav .sub	
{
	display: table;
	list-style: none;
	/* margin: 0 auto; */
	padding: 0;
}

.nav .sub_active .current_sub a, 
.nav .sub_active a:hover	
{
	background: transparent;
	color: #fff;
}

.nav .select :hover .select_sub, 
.nav .current .show	
{
	background: url(../../App_Images/shared/nav/back.png);
	display: block;
	left: 0;
	padding: 0;
	position: absolute;
	text-align: left;
	top: 37px;
	width: 750px;
	/*modifier  le 20/07/2011 dans le  but de cooriger l'affichage  de  calendrier*/
	
	/*z-index: 100;*/
}

.nav .current .show	
{
    /*modifier  le 20/07/2011 dans le but  de corriger  l'affichage de calendrier */
	/*z-index: 10;*/
}

.nav .select :hover .sub li a, 
.nav .current .show .sub li a	
{
	background: transparent;
	border: 0;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	display: block;
	float: left;
	margin: 0;
	padding: 0 10px 0 10px;
	white-space: nowrap;
}

.nav .current .sub li.sub_show a	
{
	background: url(../../App_Images/shared/nav/menus/back_1.gif);
	color: #c8c8c8;
	cursor: default;
}

.nav .select :hover .sub li a:hover, 
.nav .current .sub li a:hover	
{
	background: url(../../App_Images/shared/nav/menus/back_1x.gif);
	color: #c8c8c8;
	visibility: visible;
}
 
	
/* FOOTER */

#footer	
{
    height: 70px;
	margin: 80px auto 0px auto;
	padding: 0px 0 0 0;
	text-align: left;
	min-width: 780px;
	max-width: 1260px;
}

#footer-left	
{
	color: #818181;
	font-size: 11px;
	line-height: 11px;
	padding: 20px 0 20px 30px;
	margin: 0 25px;
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	background: url(../../App_Images/shared/l2t_gray.png) no-repeat 0 12px;
}

#footer-left a	
{
	color: #818181;
	text-decoration: none;
}

#footer-left a.selected,#footer-left a:hover	
{
	color: #000;
	text-decoration: none;
}

#footer-center	
{
    height: 70px;
	margin: 80px auto 0px auto;
	padding: 0px 0 0 0;
	text-align: center;
	min-width: 780px;
	max-width: 1260px;
}

#footer-logo-center	
{
	color: #818181;
	font-size: 11px;
	line-height: 11px;
	padding: 20px 0 20px 30px;
	margin: 0 25px;
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
}

#footer-logo-center img {vertical-align:middle;}

#footer-logo-center a	
{
	color: #818181;
	text-decoration: none;
}

#footer-logo-center a.selected,#footer-logo-center a:hover	
{
	color: #000;
	text-decoration: none;
}

 
/* GENERAL --------------------------------------------------------*/ 
 
.fr	{float: right;}

a	{outline: none;text-decoration: none;}

a:hover	{}

.clear	
{
    clear: both;
	font-size: 0px;
	height: 0;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}

img	{border: 0;}

p{margin: 0px;padding: 0px;}

form{margin: 0;padding: 0;}

.line
{
	border-top: 1px solid #dcdada;
	font-size: 0px;
	height: 1px;
	line-height: 0px;
	margin: 20px 0;
	padding: 0;
}

.font11	{font-size: 11px;}
.domaine-name{color:#ce2700;font-weight:bold;}

/*  STYLED SELECTBOXES style 1 --------------------------------- */	

.styledselect {
background: #2a2a2a;
border: 1px solid #424242;
	color:#fff;
	width:120px;
	padding: 5px;
	line-height: 14px;
	margin-right: 6px;
	font-size: 12px;
}

div.selectbox-wrapper	{
	background-color: #2a2a2a;
	border: none;
	border-bottom: none;
	margin: 0px;
	margin-top: 0px;
	max-height: 200px;
	overflow: auto;
	padding: 0px;
	position: absolute;
	text-align: left;
	width: 400px;
	z-index: 10;
	}
div.selectbox-wrapper ul	{
	list-style-type: none;
	 
	margin: 0px;
	padding: 0px;z-index: 10;
	}
div.selectbox-wrapper ul li.selected	{
	background-color: #575757;
	color: #fff;
	}
div.selectbox-wrapper ul li.current	{
	background-color: #575757;
	}
div.selectbox-wrapper ul li	{
	border-bottom: none;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 12px;
	line-height: 12px;
	list-style-type: none;
	margin: 0;
	padding: 6px 2px 6px 10px;
	}
.selectbox_styled	{
	background: url(../../App_Images/shared/top_search_select.gif) left no-repeat;
	border: none;
	border-left: none;
	color: #fff;
	cursor: pointer;
	display: block;
	font-family: Arial;
	font-size: 12px;
	height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 6px 0 0 6px;
	text-align: left;
	width: 105px;
	z-index: 10;
	}

/*  STYLED SELECTBOXES style 2 --------------------------------- */	
div.selectbox-wrapper2	{
	background-color: #e3e3e3;
	border: none;
	border-bottom: none;
	margin: 0px;
	margin-top: 0px;
	max-height: 200px;
	overflow: auto;
	padding: 0px;
	position: absolute;
	text-align: left;
	width: 400px;
	z-index:999999;
	}
div.selectbox-wrapper2 ul	{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
div.selectbox-wrapper2 ul li.selected2	{
	background-color: #94b52c;
	color: #fff;
	}
div.selectbox-wrapper2 ul li.current2	{
	background-color: #94b52c;
	color: #fff;
	}
div.selectbox-wrapper2 ul li	{
	border-bottom: none;
	color: #393939;
	cursor: pointer;
	display: block;
	font-size: 12px;
	line-height: 12px;
	list-style-type: none;
	margin: 0;
	padding: 6px 2px 6px 10px;
	}
.styledselect_form_1	{
	background: url(../../App_Images/forms/form_select.gif) left no-repeat;
	border: none;
	border-left: none;
	color: #393939;
	cursor: pointer;
	display: block;
	font-family: Arial;
	font-size: 12px;
	height: 24px;
	margin: 0px 0px 0px 0px;
	padding: 7px 0 0 6px;
	text-align: left;
	width: 192px;
	}
	
	.styledselect_form_3	{
	background: url(../../App_Images/forms/form_select_middel.png) left no-repeat;
	border: none;
	border-left: none;
	color: #393939;
	cursor: pointer;
	display: block;
	font-family: Arial;
	font-size: 12px;
	height: 24px;
	margin: 0px 0px 0px 0px;
	padding: 7px 0 0 6px;
	text-align: left;
	width: 122px;
	}
	
.styledselect_form_2	{
	background: url(../../App_Images/forms/form_select_small.gif) left no-repeat;
	border: none;
	border-left: none;
	color: #393939;
	cursor: pointer;
	display: block;
	font-family: Arial;
	font-size: 12px;
	height: 24px;
	margin: 0px 0px 0px 0px;
	padding: 7px 0 0 10px;
	text-align: left;
	width: 60px;
	}

	
	
/*  STYLED SELECTBOXES style 3 --------------------------------- */	
div.selectbox-wrapper3	{
	background-color: #e3e3e3;
	border: none;
	border-bottom: none;
	margin: 0px;
	margin-top: 0px;
	max-height: 200px;
	overflow: auto;
	padding: 0px;
	position: absolute;
	text-align: left;
	width: 400px;
	}
div.selectbox-wrapper3 ul	{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
div.selectbox-wrapper2 ul li.selected3	{
	background-color: #94b52c;
	color: #fff;
	}
div.selectbox-wrapper2 ul li.current3	{
	background-color: #94b52c;
	color: #fff;
	}
div.selectbox-wrapper3 ul li	{
	border-bottom: none;
	color: #393939;
	cursor: pointer;
	display: block;
	font-size: 12px;
	line-height: 12px;
	list-style-type: none;
	margin: 0;
	padding: 6px 2px 6px 10px;
	}
.styledselect_pages	{
	background: url(../../App_Images/table/select_number_rows.gif) left no-repeat;
	border: none;
	border-left: none;
	color: #393939;
	cursor: pointer;
	display: block;
	font-family: Arial;
	font-size: 12px;
	height: 20px;
	line-height: 16px;
	margin: 0px 0px 0px 0px;
	padding: 4px 0 0 6px;
	text-align: left;
	width: 130px;
	}
	
	
	
	
	
 
	
/* STYLED CHECKBOXES AND RADIOS -------------------------------------------- */	
.ui-radio-state-disabled,
.ui-radio-state-checked-disabled,
.ui-radio-state-disabled-hover,
.ui-radio-state-checked-disabled-hover	{
	color: #999;
	}
span.ui-checkbox,
			span.ui-radio	{
	background: url(../../App_Images/shared/checkbox.gif) 0 -17px no-repeat;
	display: block;
	float: left;
	height: 17px;
	width: 17px;
	}
span.ui-helper-hidden	{
	display: none;
	}
label	{
	padding: 2px;
	}
span.ui-radio-state-hover,
			span.ui-checkbox-state-hover	{
	background-position: 0 0px;
	}
span.ui-checkbox-state-checked	{
	background-position: 0 0px;
	}
span.ui-checkbox-state-checked-hover	{
	background-position: 0 0px;
	}
span.ui-radio-state-checked-disabled-hover,
			span.ui-radio-state-checked-disabled,
			span.ui-radio-state-checked	{
	background-position: 0 -161px;
	}
span.ui-radio-state-checked-hover	{
	background-position: 0 -17px;
	}
label	{
	
	line-height: 20px;
	}
.ui-helper-hidden-accessible	{
	left: -999em;
	position: absolute;
	}
	
	
	
	
	
/*  LOGIN -------------------------------------------------------------------------------- */	

#login-bg	{
	background: url(../../App_Images/login/login_bg.jpg) no-repeat top center;
	}
#login-holder	{
	margin: 0px auto 0 auto;
	width: 508px;
	}
#loginbox	{
	background: url(../../App_Images/login/loginbox_bg.png) no-repeat;
	font-size: 12px;
	height: 212px;
	line-height: 12px;
	padding-top: 60px;
	position: relative;
	width: 508px;
	}
#forgotbox	{
	background: url(../../App_Images/login/loginbox_bg.png) no-repeat;
	display: none;
	font-size: 12px;
	height: 212px;
	line-height: 12px;
	padding-top: 60px;
	position: relative;
	width: 508px;
	}
#login-inner	{
	color: #161616;
	font-family: Tahoma;
	font-size: 13px;
	line-height: 12px;
	margin: 0 auto;
	width: 310px;
	}
#login-inner label	{
	color: #161616;
	cursor: pointer;
	font-family: Tahoma;
	font-weight: bold;
	line-height: 12px;
	padding-left: 10px;
	 
	}
 .checkbox-size	{
	width:13px;
	height:13px;
	margin: 5px 0;
	 
	}	
#login-inner th	{
	padding: 0 0 6px 0;
	text-align: left;
	width: 95px;
	}
#login-inner td	{
	padding: 0 0 6px 0;
	}
.login-inp	{
	background: url(../../App_Images/login/inp_login.gif) no-repeat;
	border: none;
	color: #fff;
	font-size: 16px;
	height: 28px;
	padding: 6px 6px 0 10px;
	width: 204px;
	}
#logo-login	{
	float: left;
	height: 35px;
	margin: 145px 0 0 15px;
	}
a.forgot-pwd	{
	bottom: 30px;
	color: #161616;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
	position: absolute;
	right: 40px;
	}
a:hover.forgot-pwd	{
	color: #fff;
	}
#forgotbox-text	{
	color: #161616;
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	line-height: 12px;
	margin: 0 auto 40px auto;
	width: 380px;
	}
#forgot-inner	{
	color: #161616;
	font-family: Tahoma;
	font-size: 13px;
	line-height: 12px;
	margin: 0 auto;
	width: 330px;
	}
#forgot-inner label	{
	color: #161616;
	cursor: pointer;
	font-family: Tahoma;
	font-weight: bold;
	line-height: 12px;
	padding-left: 10px;
	}
#forgot-inner th	{
	padding: 0 0 6px 0;
	text-align: left;
	width: 110px;
	}
#forgot-inner td	{
	padding: 0 0 6px 0;
	}
a.back-login	{
	background: url(../../App_Images/login/icon_back_login.gif) no-repeat 0 4px;
	bottom: 30px;
	color: #161616;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
	padding: 0 0 0 10px;
	position: absolute;
	right: 40px;
	}
a:hover.back-login	{
	color: #fff;
	}
.submit-login	{
	background: url(../../App_Images/login/submit_login.png) no-repeat;
	border: none;
	cursor: pointer;
	display: block;
	
	width: 73px;
	padding: 6px 6px 6px 6px;
    height: 29px;
    font-style:inherit;
    font-weight:inherit;
    margin-top:auto;
	}
.submit-login:hover	{
	background: url(../../App_Images/login/submit_login.png) no-repeat 0 -29px;
	}
	
/* CustomValidatorCalloutStyle */
.CustomValidatorCalloutStyle div, 
.CustomValidatorCalloutStyle td { 
   
    /*background-color: #ADD8E6; */
    background-color: #e3e3e3;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    
    
}

/******************style pagination *******************/
.pagerStyle{height:50px}
.pagerStyle td, .pagerStyle table tr{border:0px;}
td .pagerStyle{border:0px;}
.pagerStyle table{border:0px}

.pagerStyle span
{
    color: #FFFFFF;
    background-color: #000;
    font-family:Verdana;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
    margin: 1px;
    border: 1px solid #000;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 7px;
    padding-right: 7px;
}
.pagerStyle a
{
    font-family:Verdana;
    font-size: 14px;
    text-decoration: none;
    text-align:center;
    background:url('../../App_Images/forms/bg_pager.png') repeat-x;
    border: 1px solid #000;
    color: #FFFFFF;
    font-weight: bold;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 7px;
    padding-right: 7px;
}

.pagerStyle a:hover
{
    color: #FFFFFF;
    background-image:none;
    background-color: #000;
    font-family:Verdana;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
    
}

.pagerLst{padding-top:10px}
.pagerLst span span {border:1px solid #999;padding: 10px; color:#000;font-weight:bold;}
.pagerLst .numericLink{color:Gray;border:1px solid #999;padding: 10px;font-weight:bold;text-decoration:none}
.previousNextLink{color:Gray;border:1px solid #999;padding: 10px;font-weight:bold;text-decoration:none}
.previousNextLink:hover{text-decoration:none}

/*--------popup solde-------*/

.alertSolde
{
    display: block;
    position: fixed;
    width: 350px;
    height: 200px;
    left: 38%;
    top: 50%;
    background: url(../../App_Images/arrSolde.png) no-repeat;
    z-index: 100;
}
.labSoldeAlert
{
    color: #FF0000;
    font-weight: bold;
}

/*--------------------------*/

/*------------Input raison blocage --------------*/
.inputtextarea1
{
    font-family:Tahoma;
    vertical-align:middle;
    line-height:24px;
    border:1px solid #b2b2b2;
    background:white url('../../App_Images/forms/input_bg_slice.png') repeat-x top left;
    padding:4px 4px 0px 4px;
    color:#666666;
    width:255px;
    height:70px;
}

/*----------------------*/

/* Tableaux de listing */
.grid
{
    position: relative;
    margin-bottom: 1em;
}
.grid .grid-table
{
    background: url(../../App_Images/bg-grid.png) left top repeat-y;
    position: relative;
    text-align: left;
    margin: 0 auto;
}
.grid .grid-table-right
{
    background: url(../../App_Images/bg-grid-right.png) right top repeat-y;
}
.grid .grid-table-bottom
{
    background: url(../../App_Images/bg-grid-bottom.png) left bottom repeat-x;
    padding-bottom: 2px;
}
.grid h3.caption
{
    position: absolute;
    left: 0;
    top: 0;
    color: #3b3b3b !important;
    font: normal 18px Georgia, serif !important;
    line-height: 28px !important;
}
.grid.with-caption, .grid.with-actions
{
    padding-top: 32px;
}
.grid span.grid-left-top-corner, .grid span.grid-right-top-corner
{
    position: absolute;
    display: block;
    width: 9px;
    height: 30px;
    top: 0;
}
.grid span.grid-left-bottom-corner, .grid span.grid-right-bottom-corner
{
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    bottom: 0;
}
.grid span.grid-left-top-corner
{
    left: 0;
    background: url(../../App_Images/elements1.png) -57px -125px no-repeat;
}
.grid span.grid-right-top-corner
{
    right: 0;
    background: url(../../App_Images/elements1.png) -67px -125px no-repeat;
}

.grid1-left-top-corner
{
    display: block;
    width: 9px;
    height: 30px;
    background: url(../../App_Images/elements1.png) -57px -125px no-repeat;
}
.grid1-right-top-corner
{
    position: absolute;
    right: 0;
    margin-top: -1px;
    display: block;
    height: 10px;
    width: 10px;
    background: url(../../App_Images/top-right.png) no-repeat;
}

.grid span.grid-left-bottom-corner
{
    margin-left: -1px;
    bottom: 0;
    background: url(../../App_Images/bottom-left.png) no-repeat;
    border-left: 0px;
    border-right: 0px;
    height: 10px;
    width: 10px;
}
.grid span.grid-right-bottom-corner
{
    right: 0;
    bottom: 0;
    background: url(../../App_Images/bottom-right.png) no-repeat;
    border-left: 0px;
    border-right: 0px;
    height: 10px;
    width: 10px;
}
.grid .grid-actions
{
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
}
.grid .grid-actions li a
{
    margin-right: 0px;
    margin-left: 5px;
}

td.cell-left
{
    text-align: left;
    border-bottom: 1px solid #CCC;
    border-left: 0px;
    border-right: 0px;
}

td.cell-center
{
    text-align: center;
    border-bottom: 1px solid #CCC;
    border-left: 0px;
    border-right: 0px;
}

td.cell-right, td.cell-right
{
    text-align: center;
    border-bottom: 1px solid #CCC;
    border-left: 0px;
    border-right: 0px;
}

td.cell-top
{
    vertical-align: top;
    border-left: 0px;
    border-right: 0px;
}

td.cell-middle
{
    vertical-align: middle;
    border-left: 0px;
    border-right: 0px;
}

.grid td.cell-bottom
{
    vertical-align: bottom;
    border-left: 0px;
    border-right: 0px;
}
.grid table
{
    text-align: center;
    margin-left: 2px !important;
    margin-right: 2px !important;
}
.grid1
{
    color: #626262;
    font-size: 11px;
    font-weight: normal !important;
    border: 0px;
    height: 30px;
    background: #d9d9d9 url(../../App_Images/bg-grid-thead1.png) left top repeat-x;
    text-align: center;
}
.grid tr
{
    border: 0px;
}

.odd
{
    color: #000;
    font-size: 12px;
    font-weight: normal !important;
    padding: 9px 7px 20px 17px;
    border: 0px;
    text-align: left;
}

/*pop up modufication de mode pay*/
.blocNumberShow
{
    display:block;
    position:absolute;
    top:20px;
    left:-80%;
    z-index:999;    
}

.blocNumberHide
{
    display:none;
    position:absolute;
    top:20px;
    left:-80%;
    z-index:999; 
}
.input-link span,.input-link-activated span,.input-link-dark span
{
	background-position:right -358px;
	padding:0px 10px 0px 5px;
	display:block;
	float:left;
	position:relative;
	text-transform:uppercase;
	color:white;
}
.input-link-dark{background-position:0 -312px}
.input-link-dark span{background-position:right -312px}
.input-link-activated{background-position:0px -380px}
.input-link-activated span{background-position:right -380px}

.tooltip_num
{
    background:url('../../App_Images/bg-tooltip.png') no-repeat;
    width:300px;
    height:150px;
    padding-top:0px;
    margin-top:0px;
}
.tooltip_num table
{
    padding-top:25px;
    padding-left:20px;
}
.tooltip_num tr:hover td{background-color:transparent}