html, body {
    height: 100%;
    width: 100%;
    background-color: #eff2f7;
    /*background-color:white;*/
    /*background-color: red;*/
    margin:0;
    font-family: Helvetica, Arial, sans-serif;
    text-transform: uppercase;
	font-weight: bold;
	font-size:11px;
	font-family: Helvetica, Arial, sans-serif;
	color:#606673;
}

input{
	text-transform: uppercase;
	font-size:11px;
	font-family: Helvetica, Arial, sans-serif;
	color:#737a87;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus{
	outline: none;
}

select{
	text-transform: none;
}

.cb{
	clear:both;
}
.center{
	text-align:center;
}
.moveable{
	cursor:move;
}
.pointer{
	cursor: pointer;
}

.orangeText{
	color:#03ABD6;
}
.normalText{
	text-transform: none;
}
.thinText{
	font-weight: normal;
}

.blueText, .blueText:visited{
	color:#03ABD6;
}

/**************************************************/
/* Style du header                                */
/**************************************************/

.header{
	
}

.header .content{
	margin-left: auto;
	margin-right: auto;
	width: 1024px;
	min-height: 81px;
	position:relative;
}

.header .content .logo{
	float: left;
	width: 270px;
	height: 80px;
	background: url("images/logo.png");
	margin-left:45px;
}

.header .content .logo-guest-sign{
        float: left;
        width: 270px;
        height: 80px;
        background: url("images/logo-guest-sign.png");
        margin-left:45px;
}

.header .content .slogan{
	position:absolute;
	font-size: 14px;
    font-style: italic;
    font-weight: normal;
    height: 70px;
    left: 365px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    text-transform: none;
    top: 35px;
    width: 520px;
    color:#03ABD6;
}

.header .content .infoMessage{
	position:absolute;
	top:9px;
	left:365px;
	width:220px;
	height:70px;
	overflow:hidden;
	text-align: center;
}

.header .content .notification,
.header .content .profile, 
.header .content .search,
.header .content .marketPlace{
	float:right; 
	margin-right:0px;
	margin-top:25px;
}

.header .content .search{
	position:relative;
	background:url("images/search_under.png") -7px -15px no-repeat;
	width:192px;
	height:50px;
}

.header .content .search div{
	float:left;
}

.header .content .search .emptyInputField{
	width:130px;
	background: transparent;
	margin-left:18px;
	margin-top:12px;
	text-transform: lowercase;
	text-transform: capitalize;
	font-size:14px;
	color:#737a87;
}

.header .content .search .searchButton{
	width:28px;
	height:28px;
	cursor: pointer;
	background: url("images/icon_sprite_2.png") -1px -9px no-repeat;
}
.header .content .search .smallRoundedButton:hover .searchButton{
	background-position: -1px -104px;
}

.header .content .search .smallRoundedButton{
	margin-top:5px;
	position:absolute;
	width:45px;
	right:0px;
}

.header .content .profile{
	margin-right:10px;
}

.header .content .profile .left{
	width:82px;
	float:left;
	display:none;
}

.header .content .profile .left input{
	background: none;
	border:none;
	color:#737a87;
	font-weight: bold;
	margin-top:14px;
	margin-left:2px;
	padding:0px;
	cursor:pointer;
}

.header .content .profile .left .profileButton{
	width:32px;
	height:28px;
	cursor: pointer;
	background: url("images/icon_sprite_2.png") -193px -5px no-repeat;
}
.header .content .profile .left:hover .profileButton{
	background: url("images/icon_sprite_2.png") -193px -100px no-repeat;
}
.header .content .profile .left:hover input{
	color:#03ABD6;
}

.header .content .profile .right{
	width:50px;
	float:left;
	background: url("images/bouton_notification_sprite.png") -10px -14px;
	/*background: url("images/bouton_unlog_sprite.png") 0px -15px;*/
}
.header .content .profile .right .disconnectButton{
	width:32px;
	height:32px;
	cursor: pointer;
	background: url("images/icon_sprite.png") -1811px -2px no-repeat;
	margin-left:7px;
	margin-top:1px;
}
.header .content .profile .right:hover .disconnectButton{
	background: url("images/icon_sprite.png") -1811px -47px no-repeat;
}

.header .content .profile .right:hover{
	background-position: -10px -63px;
}

/**************************************************/
/* Style du centre de notification                */
/**************************************************/

.header .content .notification .notificationButton, .header .content .notification .notificationButtonSelected{
	width:40px;
	height:32px;
	cursor: pointer;
	background: url("images/icon_sprite_2.png") -151px -4px no-repeat;
}
.header .content .notification .smallRoundedSquare:hover .notificationButton, .header .content .notification .smallRoundedSquareSelected .notificationButton{
	background-position: -151px -99px;
}

.header .content .notification{
	position:relative;
}

.header .content .notification .beeper{
	top:4px;
	left:32px;
	height:13px;
	width:13px;
	position:absolute;
	background: url("images/pastille_notification.png");
	text-align:center;
	color:white;
	padding-top:2px;
}


.header .content .notification .notificationCenter{
	position:absolute;
	width:214px;
	z-index:40;
	left:-78px;
	top:24px;
}

.header .content .notification .notificationCenter .top{
	background: url("images/popup_notification_top.png") no-repeat;
	width:214px;
	height:31px;
}

.header .content .notification .notificationCenter .content{
	background: url("images/popup_notification_middle.png");
	width:214px;
	min-height:200px;
	max-height:365px;
	overflow-y:auto;
}

.header .content .notification .notificationCenter .bottom{
	background: url("images/popup_notification_bottom.png") no-repeat;
	width:214px;
	height:21px;
}

.notificationCenter .content .item, .notificationCenter .content .lastItemBorder{
	/*margin : 0 17px;*/
	margin-left:17px;
	padding:3px;
	min-height:30px;
	border-top:solid 1px #FFF2F6;
	border-bottom:solid 1px #A8AEB7;
	cursor:pointer;
	width:174px;
}
.notificationCenter .content .lastItemBorder{
	border-bottom:none;
	height:1px;
	padding:0px;
}
.notificationCenter .content .first{
	border-top:none;
}

.notificationCenter .content .item .icon, .notificationCenter .content .item .description{
	float: left;
	width:133px;
}

.notificationCenter .content .item .description{
	margin-top:5px;
	font-size:10px;
}
.notificationCenter .content .item:hover .description, .notificationCenter .content .isNew .description{
	color:#03ABD6;
}

.notificationCenter .content .item a:visited, .notificationCenter .content .item a{
	color:#606673;
}

.notificationCenter .content .item .icon{
	width:40px;
	height:30px;
	background: url("images/icon_sprite.png") -1534px -9px no-repeat;
}
.notificationCenter .content .item:hover .icon, .notificationCenter .content .isNew .icon{
	background-position: -1533px -53px;	
}

.notificationCenter .content .noNotifications{
	cursor: default;
}

.notificationCenter .content .noNotifications .icon{
	width:0px;
	height:0px;
}
.notificationCenter .content .noNotifications .description{
	text-align:center;
	width:100%;
	margin-top:11px;
	font-size:11px;
}
.notificationCenter .content .noNotifications:hover .description{
	color:#737a87;
}

/**************************************************/
/* Style du menu                                  */
/**************************************************/

.menu{
	background: url("images/menu_haut_under.png") repeat-x;
}

.menu .content{
	height:54px;
	margin-left: auto;
	margin-right: auto;
	width: 1024px;
	position:relative;
}

.menu .content .item, .menu .content .item:hover{
	position:absolute;
	margin-top:6px;
	cursor:pointer;
	text-decoration: none;
}

.menu .item .left{
	background-position: 0 -305px;
	background-image: url("images/sp_buttons.png");
	float:left;
    height: 45px;
    width:15px;
}
.menu .item:hover .left{
	background-position: 0 -405px;
}

.menu .selected .left, .menu .selected:hover .left{
	background-position: 0 -605px;
}

.menu .item .middle{
	background-position: 0 -355px;
	background-image: url("images/sp_buttons.png");
	float:left;
    height: 45px;
    text-align: center;
    padding: 0px 20px;
}
.menu .item:hover .middle{
	background-position: 0 -455px;
}
.menu .selected .middle, .menu .selected:hover .middle{
	background-position: 0 -655px;
}

.menu .item .right{
	background-position: -20px -305px;
	background-image: url("images/sp_buttons.png");
	float:left;
    height: 45px;
    width:15px;
}
.menu .item:hover .right{
	background-position: -20px -405px;
}
.menu .selected .right, .menu .selected:hover .right{
	background-position: -20px -605px;
}

.menu .createSignBookItem{
	left:30px;
	z-index:3;
}
.menu .createSignBookItem .middle{
	padding: 0px 25px;
}

.menu .runningSignBooksItem{
	left:267px;
	z-index:2;
}

.menu .historicSignBooksItem{
	left:499px;
	z-index:1;
}

.menu .historicSignBooksItem .middle{
	padding: 0px 55px;
}

.menu .signersItem{
	left:735px;
	z-index:1;
}

.menu .signersItem .middle{
	padding: 0px 55px;
}

.menu .signbooksToSignItem{
	left:735px;
	z-index:1;
	display:none;
}

.menu .content .item .icon, .menu .content .item .title{
	float:left;
}
.menu .content .item .icon{
	width:32px;
	height:32px;
}
.menu .content .item .title{
	margin-top:15px;
	color:#606673;
	margin-left:10px;
}
.menu .content .item:hover .title{
	color:#03ABD6;
}
.menu .content .selected .title{
	color:#03ABD6;
}

.menu .content .createSignBookItem .icon, .menu .content .createSignBookItem:hover .icon{
	background: url("images/icon_sprite_2.png") -44px -5px no-repeat;
}
.menu .content .createSignBookItem:hover .icon, .menu .content .createSignBookItem .selected .icon{
	background: url("images/icon_sprite_2.png") -44px -100px no-repeat;
}

.menu .content .runningSignBooksItem .icon, .menu .content .runningSignBooksItem:hover .icon{
	background: url("images/icon_sprite_2.png") -82px -5px no-repeat;
}
.menu .content .runningSignBooksItem:hover .icon, .menu .content .runningSignBooksItem .selected .icon{
	background: url("images/icon_sprite_2.png") -82px -100px no-repeat;
}

.menu .content .historicSignBooksItem .icon, .menu .content .historicSignBooksItem:hover .icon{
	background: url("images/icon_sprite_2.png") -120px -5px no-repeat;
}
.menu .content .historicSignBooksItem:hover .icon, .menu .content .historicSignBooksItem .selected .icon{
	background: url("images/icon_sprite_2.png") -120px -100px no-repeat;
}

.menu .content .signersItem .icon, .menu .content .signersItem:hover .icon{
	background: url("images/icon_sprite_2.png") -193px -5px no-repeat;
}
.menu .content .signersItem:hover .icon, .menu .content .signersItem .selected .icon{
	background: url("images/icon_sprite_2.png") -193px -100px no-repeat;
}

.menu .content .signbooksToSignItem .icon, .menu .content .signbooksToSignItem:hover .icon{
	background: url("images/icon_sprite_2.png") -385px -5px no-repeat;
}
.menu .content .signbooksToSignItem:hover .icon, .menu .content .signbooksToSignItem .selected .icon{
	background: url("images/icon_sprite_2.png") -385px -100px no-repeat;
}

.pageContent{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	position:relative;
	margin-top:0px;
}

/**************************************************/
/* Style des inputs                               */
/**************************************************/

.emptyInputField{
	border:none;
	font-family: Helvetica, Arial, sans-serif;
}

.smallRoundedButton, .smallRoundedButton:hover{
	background: url("images/bouton_search_sprite.png") -0px 0px no-repeat;
	width:45px;
	height:45px;
}
.smallRoundedButton:hover{
	background-position: -0px -51px;
}

.mediumRoundedButton, .mediumRoundedButton:hover{
	background: url("images/medium_bouton_sprite.png") -0px 0px no-repeat;
	width:48px;
	height:48px;
}
.mediumRoundedButton:hover{
	background-position: -0px -56px;
}

.smallSquareButton, .smallSquareButton:hover{
	background: url("images/bouton_action_sprite.png") -0px 0px no-repeat;
	width:55px;
	height:55px;
}
.smallSquareButton:hover{
	background-position: -0px -54px;
}

.smallRoundedSquare, .smallRoundedSquare:hover, .smallRoundedSquareSelected{
	cursor: pointer;
	background: url("images/bouton_notification_sprite.png") -7px -15px no-repeat;
	width: 54px;
	height: 47px;
}
.smallRoundedSquare:hover{
	background-position: -7px -64px;
}
.smallRoundedSquareSelected{
	background-position: -7px -162px;
}

.mediumRoundedRectangle, .mediumRoundedRectangle:hover{
	cursor: pointer;
	background: url("images/bouton_profil_sprite.png") -7px -15px no-repeat;
	width: 118px;
	height: 47px;
}
.mediumRoundedRectangle:hover{
	background-position: -7px -74px;
}

.okButton {
    background: url("images/bouton_ok.png");
    cursor: pointer;
    height: 40px;
    text-align: center;
    width: 48px;
}

.okButton input {
    background: none;
    border: medium none;
    color: #737a87;
    cursor: pointer;
    font-weight: bold;
    margin-top: 8px;
    padding: 0;
}


input.mediumInputText{
	background: none;
	border:none;
	font-size:14px;
	color:#737a87;
	background-image: url("images/login_under.png");
	width:163px;
	height:27px;
	padding-left:4px; 
	padding-right:5px;
	text-transform: none;
}

.errorMessage{
	background: url("images/error.png") no-repeat scroll 10px center #FAD5CF;
    border: 1px solid #E18B7C;
    margin-right: 10px;
    padding: 10px 10px 10px 45px;
    text-transform: none;
    display:inline-block;
}

.successMessage{
	background: url("images/success.png") no-repeat scroll 10px center #EFFEB9;
    border: 1px solid #C1D779;
    margin-right: 10px;
    padding: 10px 10px 10px 45px;
    text-transform: none;
	display:inline-block;
}

.informativeMessage{
	color: #00529B;
	background: url("images/info.png") no-repeat scroll 10px center #BDE5F8;
	border: 1px solid #00529B;
    margin-right: 10px;
    padding: 10px 10px 10px 45px;
    text-transform: none;
	display:inline-block;
}

.statusLabel{
	color:#FFFFFF;
	font-size:11px;
	text-transform: none;
}

.statusLabel .left, .statusLabel .middle, .statusLabel .right{
	float: left;
}

.statusLabel .left, .statusLabel .right {
	width:12px;
	height:30px;
	background: url("images/input.png") 29px 31px;
}

.statusLabel .middle{
	height:27px;
	background: url("images/input.png") 29px 71px;
	padding-top:3px;
}

.statusLabel .right{
	background-position: 13px 31px;
}

.inputPanel .inputName{
	
}

.columnDisposition{
	float:left;
}

.createSignerForm .columnDisposition{
	margin-left:20px;
}

.rawDisposition .inputName, .rawDisposition .inputValue{
	float:left;
}
.rawDisposition .inputName{
	margin-top:10px;
	width:90px;
	text-align:right;
	margin-left:0px;
}

.inputPanel .inputValue{
	margin-top:5px;
}

.rawDisposition .inputValue{
	margin-top:0px;
	margin-left:10px;
}

.rawDisposition .inputValue .epDropDownList{
	margin-top:5px;
	width:190px;
}

.columnDisposition .inputError{
	margin:5px 0px;
	padding:10px 0px;
}

.rawDisposition .noMargin{
	margin-top:0px;
	margin-bottom:0px;
}

/*** TextBox **/

.epTextBox{
	height:33px;
}

.epTextBox .left, .epTextBox .middle, .epTextBox .right{
	float:left;
}

.epTextBox .left, .epTextBox .right{
	background: url("images/input.png") -4px -7px;
	width:10px;
	height:33px;
}

.epTextBox .middle{
	background: url("images/input.png") 0px -52px;
	height:33px;
	width:208px;
}

.epTextBox .middle input{
	margin-top:10px;
	background: none;
	border:none;
	font-size:14px;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: none;
}

.epTextBox .right{
	background: url("images/input.png") 12px -7px;
}

.searchField .middle{
	width:368px;
}
/*** TextArea **/

.epTextArea{
	height:91px;
}

.epTextArea .left, .epTextArea .middle, .epTextArea .right{
	float:left;
}

.epTextArea .left, .epTextArea .right{
	background: url("images/epTextArea_left.png");
	width:5px;
	height:91px;
}

.epTextArea .middle{
	background: url("images/epTextArea_middle.png");
	height:91px;
}

.epTextArea .middle textarea{
	margin-top:6px;
	background: none;
	border:none;
	font-size:14px;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: none;
	color: #737a87;
	width:213px;
}

.epTextArea .right{
	background: url("images/epTextArea_right.png");
}

/*** DropDownList **/
.epDropDownList{
	width:200px;
	text-transform: none;
	text-transform: capitalize;
}

/*** DatePicker **/
.epDatePicker .TDatePicker_default{
	z-index:10;
}

.epDatePicker .TDatePicker_default .hover{
	border-color: #E18B7C;
}

.epDatePicker .TDatePicker_default .selected {
    background-color: #E18B7C;
    border: 1px solid #E18B7C;
}

.epDatePicker{
	height:29px;
}

.epDatePicker .left, .epDatePicker .middle, .epDatePicker .right{
	float:left;
}

.epDatePicker .left, .epDatePicker .right{
	background: url("images/input.png") -4px -7px;
	width:10px;
	height:33px;
}

.epDatePicker .middle{
	background: url("images/input.png") 0px -52px;
	height:33px;
}

.epDatePicker .middle .datePickerInput{
	margin-top:9px;
	background: none;
	border:none;
	font-size:14px;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: none;
	width:136px;
}

.epDatePicker .middle .TDatePickerImageButton{
	width:16px;
	margin-top:7px;
}

.epDatePicker .middle .TDatePickerImageButton:hover{
	border: solid 1px #E18B7C;
	margin-top:6px;
	width:14px;
	height:16px;
}

.epDatePicker .middle .TDatePicker_default{
	background-color:white;
	width:235px;
	border: solid 1px #E18B7C;
}

.epDatePicker .middle .TDatePicker_default .calendarBody{
	width:225px;
}

.epDatePicker .right{
	background: url("images/input.png") 12px -7px;
}

/*** Boutton de formulaire **/

.epFormButton{
	cursor:pointer;
}

.epFormButton .left, .epFormButton .right, .epFormButton .middle{
	float:left;
	background: url('images/form_button_left.png');
	width:13px;
	height:45px;
}

.epFormButton .middle{
	background: url('images/form_button_middle.png');
	height:45px;
	width:auto;
}

.epFormButton .right{
	background: url('images/form_button_right.png');
	width:11px;
}

.epFormButton:hover .left, .epFormButton:hover .middle, .epFormButton:hover .right{
	background-position: 0px -56px;
}

.epFormButton .middle input{
	background:none;
	border:none;
	font-weight:bold;
	font-size:11px;
	margin-top:11px;
	cursor:pointer;
}

.epFormButton:hover .middle input{
	color:#03ABD6;
}

.epFormButton .middle .loader{
	margin: 10px auto;
	width:16px;
	height:16px;
	background: url("images/loader_orange.gif");
}

.bigLoader{
	width:128px;
	height:128px;
	background: url("images/loader_blue_big.gif");	
}

.epFormButton .middle img{
	width:32px;
	height: 32px;
	float:left;
}

.createSignerButton{
	margin-left:15px;
}

/*** Slider **/
.slider{
	width:250px;
	height:26px;
	position:relative;
}

.slider .handle{
	background: url("images/slider_handle.png");
	width:40px;
	height:26px;
	position: absolute;
	cursor:pointer;
	top:0px;
}

.slider .left{
	margin-top:1px;
	float:left;
	width:18px;
	height:25px;
	background: url("images/slider_left.png");
}

.slider .right{
	top:1px;
	position:absolute;
	right:3px;
	width:11px;
	height:25px;
	background: url("images/slider_right.png");
}

.slider .fillUnactivated{
	margin-top:1px;
	float:left;
	width:218px; /* 250 - 11 - 18 - 5  : taille slider - taille left - taille right - margin right de right*/
	height:25px;
	background: url("images/slider_under_deactivated.png");
}

.slider .fillActivated{
	margin-top:1px;
	float:left;
	width:0px;
	height:25px;
	background: url("images/slider_under_activated.png");
}

/*******************************************/
/** Panels                                 */
/*******************************************/

.longRoundedPanel{
	width:1024px;
}

.longRoundedPanel .top{
	background: url("images/long_panel_top_bottom.png") -42px -0px;
	width:1024px;
	height:21px;
}

.longRoundedPanel .content{
	background: url("images/long_panel_middle.png") -46px -0px;
	width:992px;
	min-height:250px;
	padding-left:16px;
	padding-right:16px;
}

.longRoundedPanel .bottom{
	background: url("images/long_panel_top_bottom.png");
	width:1024px;
	height:30px;
	background-position: -42px -27px;
}

.largeRoundedPanel .top{
	width:746px;
	height:19px;
	background: url("images/long_panel_top_746.png") 0px -6px;
}

.largeRoundedPanel .content{
	width:696px;
	/*
	modifié pour création parapheur
	padding:11px 40px;*/
	
	padding:11px 25px;
	background: url("images/long_panel_middle_746.png");
}

.largeRoundedPanel .bottom{
	width:746px;
	height:19px;
	background: url("images/long_panel_bottom_746.png");
}


.mediumRoundedPanel .top{
	width:624px;
	height:19px;
	background: url("images/menu_action_under_top.png");
}

.mediumRoundedPanel .content{
	width:574px;
	padding:15px 25px;
	background: url("images/menu_action_under_middle.png");
}

.mediumRoundedPanel .bottom{
	width:624px;
	height:19px;
	background: url("images/menu_action_under_bottom.png");
}

.smallRoundedPanel .top{
	width:278px;
	height:14px;
	background: url("images/box_278_top.png");
}

.smallRoundedPanel .content{
	width:228px;
	padding:15px 25px;
	background: url("images/box_278_middle.png");
}

.smallRoundedPanel .bottom{
	width:278px;
	background: url("images/box_278_bottom.png");
	height:19px;
}

.littleRoundedPanel .top{
	width:355px;
	height:24px;
	background: url("images/little_panel_top.png");
}

.littleRoundedPanel .content{
	width:305px;
	padding:15px 25px;
	background: url("images/little_panel_middle.png");
}

.littleRoundedPanel .bottom{
	width:355px;
	background: url("images/little_panel_bottom.png");
	height:19px;
}

/**************************************************/
/** Pagination d'une liste                        */
/**************************************************/
.paginator{
	
}

.paginator .previousPage, .paginator .nextPage, .paginator .pagesDirectAccess, .paginator .previousPages{
	float:left;
}

.paginator .previousPage, .paginator .nextPage{
	width:33px;
	height:33px;
	background: url("images/changer_de_page_bouton.png");
	cursor:pointer;
}

.paginator .previousPage:hover, .paginator .nextPage:hover{
	background-position: 0px -35px;
}

.paginator .previousPage .button, .paginator .nextPage .button{
	width:37px;
	height:37px;
	background: url("images/icon_sprite.png") -2493px -8px;
}

.paginator .previousPages{
	cursor: pointer;
    height: 10px;
    padding-left: 5px;
    padding-top: 11px;
    width: 10px;
}
.paginator .previousPages:hover{
	color:#03ABD6;
}

.paginator .nextPage .button{
	background: url("images/icon_sprite.png") -2468px -8px;
}

.paginator .previousPage:hover .button{
	background-position: -2493px -54px;
}

.paginator .nextPage:hover .button{
	background-position: -2468px -54px;
}

.paginator .pagesDirectAccess{
	max-width: 550px;
}

.paginator .pagesDirectAccess .pageDirectAccess{
	float:left;
	width:36px;
}

.paginator .pageDirectAccess .button{
	width:36px;
	height:31px;
	background: url("images/changer_de_page_on.png") 0px -38px;
	cursor:pointer;
}

.paginator .pageSelected .button, .paginator .pageDirectAccess:hover .button{
	background-position: 0px -4px;
}

.paginator .pageSelected .number{
	color:#03ABD6;
}

.paginator .pageDirectAccess .number{
	text-align:center;
}

.paginator .loader{
	background: url("images/loader_orange.gif");
	float: left;
    height: 16px;
    margin-left: 16px;
    margin-top: 7px;
    width: 16px;
}

/*********************************************/
/** Zone de transit                          */
/*********************************************/

.docTransitSpace{
	position:relative;
	margin-top:4px;
}

.docTransitSpace .top, .docTransitSpaceHover .top, .docTransitSpaceHover2 .top{
	background: url("images/transitSpace_borders.png") 0px -7px no-repeat;
	width:204px;
	height:16px;
}

.docTransitSpaceHover .top{
	background-position: 0px -122px;
}

.docTransitSpaceHover2 .top{
	background-position: 0px -132px;
}

.docTransitSpace .content, .docTransitSpaceHover .content, .docTransitSpaceHover2 .content{
	background: url("images/transitSpace_content.png") -205px 0px;
	width:204px;
	min-height:164px;
	padding:0px;
}

.docTransitSpaceHover .content{
	background-position: -0px 0px;
}

.docTransitSpaceHover2 .content{
	background-position: -212px 0px;
}

.docTransitSpace .bottom, .docTransitSpaceHover .bottom, .docTransitSpaceHover2 .bottom{
	background: url("images/transitSpace_borders.png") 0px -36px no-repeat;
	width:204px;
	height:30px;
}
.docTransitSpaceHover .bottom{
	background-position: 0px -151px;
}

.docTransitSpaceHover2 .bottom{
	background-position: 0px -189px;
}

.docTransitSpace .content .transitSpaceSentence{
	margin: 0px auto;
	padding-top:40px;
	width: 70px;
	text-transform:none;
	text-align: center;
	font-weight: normal;
	line-height: 1.5;
}

.docTransitSpace .importDocButton{
	position:absolute;
	background: url("images/bouton_importer_sprite.png") no-repeat;
	width:176px;
	height:43px;
	bottom:10px;
	left:14px;
	cursor:pointer;
}

.docTransitSpace .importDocButtonHover{
	background-position: 0px -49px;
}
.docTransitSpace .importDocButton .icon, .docTransitSpace .importDocButton .title{
	float: left;
}

.docTransitSpace .importDocButton .title{
	margin-top:13px;
}
.docTransitSpace .importDocButtonHover .title{
	color:#03ABD6;
}

.docTransitSpace .importDocButton .icon{
	margin-left:20px;
	width:50px;
	height:40px;
	background: url("images/icon_sprite_2.png") -255px -7px no-repeat;
}
.docTransitSpace .importDocButtonHover .icon{
	background-position: -255px -102px;	
}

.docTransitSpace .swfupload{
	position:absolute;
	bottom: 10px;
    cursor: pointer;
    height: 43px;
    left: 14px;
    position: absolute;
    width: 176px;
    cursor:pointer;
}

.docTransitSpace .progressWrapper,
.progressWrapperMoving{
	padding:5px;
	margin-left:7px;
	width:180px;
	border-top:solid 1px #FFF2F6;
	border-bottom:solid 1px #A8AEB7;
	overflow:hidden;
	font-size:10px;
	text-transform: none;
}
.progressWrapperMoving{
	border: solid 1px #E18B7C;
	background-color:#D8DEEA;
}

.docTransitSpace .progressWrapper .progressContainer{
	background: url("images/transitSpace_sprite.png") -4px -14px no-repeat;
}
.docTransitSpace .progressWrapper .progressContainerComplete,
.progressWrapperMoving .progressContainerComplete{
	background: url("images/transitSpace_sprite.png") -4px -109px no-repeat;
}

.docTransitSpace .progressWrapper .progressContainer div,
.progressWrapperMoving .progressContainer div{
	margin-left:30px;
}

.docTransitSpace .progressWrapper .red, .docTransitSpace .progressWrapper .progressContainerError{
	background: url("images/transitSpace_sprite.png") -4px -225px no-repeat;
}


.docTransitSpace .progressWrapper .progressContainer .message {
    background-color: #FFFFCC;
    border: 1px solid #FFDD99;
    margin: 1em 0;
    overflow: hidden;
    padding: 10px 20px;
}

.docTransitSpace .progressWrapper .progressContainer .progressName,
.progressWrapperMoving .progressContainer .progressName{
    color: #555555;
    font-size: 8pt;
    font-weight: 700;
    min-height: 16px;
    /*height: 14px;*/
    overflow: hidden;
    text-align: left;
   /* white-space: nowrap;*/
}
.docTransitSpace .progressWrapper .progressContainer .progressBarInProgress, 
.docTransitSpace .progressWrapper .progressContainer .progressBarComplete, 
.docTransitSpace .progressWrapper .progressContainer .progressBarError {
    background-color: #E18B7C;
    font-size: 0;
    height: 2px;
    margin-top: 2px;
    width: 0;
}
.docTransitSpace .progressWrapper .progressContainer .progressBarComplete {
    background-color: green;
    visibility: hidden;
    width: 130px;
}
.docTransitSpace .progressWrapper .progressContainer .progressBarError {
    background-color: red;
    visibility: hidden;
    width: 100%;
}
.docTransitSpace .progressWrapper .progressContainer .progressBarStatus {
    font-family: Arial;
    font-size: 7pt;
    margin-top: 2px;
    text-align: left;
    white-space: nowrap;
}
.docTransitSpace .progressWrapper .progressContainer .progressBarInProgress{
	margin-left: 0px;
}

.docTransitSpace .progressWrapper .progressContainer a.progressCancel {
	background: url("images/transitSpace_sprite.png") -7px -203px no-repeat;
    display: block;
    float: right;
    font-size: 0;
    height: 14px;
    width: 14px;
}
.docTransitSpace .progressWrapper .progressContainer a.progressCancel:hover {
    background-position: -7px -249px;
}


/*******************************************/
/** BlockingBackground                     */
/*******************************************/

.floatingPanelBackground{
	position:absolute;
	z-index:9;
	background-color: #000000;
    opacity: 0.5;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;


    display:none;
}

.floatingPanel{
	position:absolute;
	z-index:10;
}

.floatingPanel .closeButton{
	position:absolute;
	height:45px;
	width:45px;
	cursor:pointer;
	right:5px;
	top:14px;
}



.floatingPanel .closeButton .image {
    background: url("images/icon_sprite_2.png") no-repeat -227px -9px;
    cursor: pointer;
    height: 30px;
    width: 30px;
}

.floatingPanel .closeButton:hover .image {
    background: url("images/icon_sprite_2.png") no-repeat -227px -104px;
    cursor: pointer;
    height: 30px;
    width: 30px;
}

.floatingPanel .centeredPanel{
	width:630px;
	margin: 0 auto;
}

.floatingPanel .smallPanel{
	width:335px;
}

.floatingPanel .mediumPanel{
	width:624px;
}

.floatingPanel .largePanel{
	width:1024px;
}

.floatingPanel .centeredPanel .top{
	background: url("images/menu_action_under_top.png") no-repeat;
	width:624px;
	height:19px;
}

.floatingPanel .centeredPanel .content{
	background: url("images/menu_action_under_middle.png");
	width:584px;
	min-height:32px;
	padding:20px;
}

.floatingPanel .centeredPanel .bottom{
	background: url("images/menu_action_under_bottom.png") no-repeat;
	width:624px;
	height:19px;
}


.floatingPanel .smallPanel .top{
	background: url("images/small_panel_top.png") no-repeat;
	width:335px;
	height:19px;
}

.floatingPanel .smallPanel .content{
	background: url("images/small_panel_middle.png");
	width:285px;
	min-height:32px;
	padding:20px;
}

.floatingPanel .smallPanel .bottom{
	background: url("images/small_panel_bottom.png") no-repeat;
	width:335px;
	height:19px;
}


.floatingPanel .largePanel .top{
	background: url("images/long_panel_top_1024.png") no-repeat;
	width:1035px;
	height:19px;
}

.floatingPanel .largePanel .content{
	background: url("images/long_panel_middle_1024.png");
	width:985px;
	min-height:32px;
	padding:20px;
}

.floatingPanel .largePanel .bottom{
	background: url("images/long_panel_bottom_1024.png") no-repeat;
	width:1035px;
	height:19px;
}


.signPad{
	border:solid 1px gray;
	background-color:#FFFFFF;
}

.createSignBook .generalInfos .warningSentence {
    display: none;
}
