* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Open Sans', sans-serif; font-size: 14px; width: 100%; height: 100%; box-sizing: border-box; }
table { border-collapse: collapse; }

a { text-decoration: none; color: #249F38; transition: all 0.5s ease; }
a:hover { text-decoration: none; color: #FF0000; }

.notes { font-size: 90%; }

.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; overflow: none; }

/* main layout */
#header { display: block; position: fixed; z-index: 999; width: 100%; margin: 0 0 40px 0; padding: 5px 0 10px 0; box-shadow: 5px 5px 5px 0px #C0C0C0; background-color: #FFFFFF; }
.header_basic { height: 80px; }
.header_open { height: 500px; }

#footer { display: block; clear: both; height: 50px; width: 100%; }
#main { display: block; width: 98%; max-width: 100%; padding-top: 100px; } 
#main_left { display: block; position: fixed; z-index: 100; width: 240px; margin-left: -200px; background: #EEEEEE url('pictos/icon_actionmenu.png') no-repeat top right; transition: all 0.5s ease; border-top: 1px solid #000099; border-bottom: 1px solid #000099; border-right: 1px solid #000099; border-radius: 0 4px 4px 0; box-shadow: 3px 3px 10px 0 #C0C0C0; padding-left: 0; margin-top: 40px; }
#main_left:hover { margin-left: 0; background: #FFFFFF; border-top: 1px solid #FF6600; border-bottom: 1px solid #FF6600; border-right: 1px solid #FF6600; width: 200px; padding-left: 10px; min-height: 160px; }
body.accueil #main_left, body.error #main_left { display: none; }
#main_right { display: block; float: left; padding: 20px 15px 0 70px; width: 100%; }

#main_right h2 { font-size: 130%; margin: 0 0 20px 0; }
#main_right h5 { font-size: 110%; margin: 20px 0 10px 0; }

/* header */
#header img { float: left; margin: 10px 0 20px 70px; }
#header h2 { float: left; margin: 0 0 10px 40px; font-size: 160%; line-height: 70px; color: #8F847E; margin: 0 0 0 40px; padding: 0 0 0 20px; font-weight: normal; }
#header #header_right { display: block; float: right; margin: 0 10px; }
#header #header_right p { font-size: 90%; font-weight: normal; }
#header .menu_widget { display: block; list-style-type: none; float: right; }
#header .menu_widget li { display: inline-block; margin: 8px 2px 0 0; padding: 0; text-align: center; }
#header .menu_widget li:last-child { margin: 16px 0 0 0; }

#header .menu_widget li a { display: block; border-radius: 4px; width: 50px; height: 22px; border: 1px solid #FF6600; background-color: #FFFFFF; }
#header .menu_widget li a:hover { background-color: #FFFFFF; }

/*#header .menu_widget li a { display: block; border-radius: 15px; width: 30px; height: 30px; border: 1px solid #FF6600; background-color: #FFFFFF; }
#header .menu_widget li a:hover { background-color: #FFFFFF; }*/
#header .menu_widget li a#calc_caller { background: #FF6600 url('pictos/widget_calc.png') no-repeat 50% 50%; transition: all 0.5s ease; }
#header .menu_widget li a#calc_caller:hover { background: #FFFFFF url('pictos/widget_calc.png') no-repeat 50% 50%; }
#header .menu_widget li a#infos { background: #FF6600 url('pictos/widget_infos1.png') no-repeat 50% 50%; transition: all 0.5s ease; }
#header .menu_widget li a#infos:hover { background: #FFFFFF url('pictos/widget_infos0.png') no-repeat 50% 50%; }
#header .menu_widget li a#shutoff { background: #FF6600 url('pictos/widget_shutoff1.png') no-repeat 50% 50%; transition: all 0.5s ease; }
#header .menu_widget li a#shutoff:hover { background: #FFFFFF url('pictos/widget_shutoff0.png') no-repeat 50% 50%; }
#header .menu_widget li a#users { background: #FF6600 url('pictos/widget_user1.png') no-repeat 50% 50%; transition: all 0.5s ease; }
#header .menu_widget li a#users:hover { background: #FFFFFF url('pictos/widget_user0.png') no-repeat 50% 50%; }
#header .menu_widget li a#support { background: #FF6600 url('pictos/widget_support1.png') no-repeat 50% 50%; transition: all 0.5s ease; }
#header .menu_widget li a#support:hover { background: #FFFFFF url('pictos/widget_support0.png') no-repeat 50% 50%; }


/* buttons */
.button_small { display: block; float: left; margin: 0 3px 0 3px; height: 20px; width: 20px; opacity: 0.6; transition: all 0.6s ease; }
.button_small_inline { display: inline-block; margin: 0 3px 0 3px; height: 20px; width: 20px; opacity: 0.6; transition: all 0.6s ease; }
.button_small:hover, .button_small_inline:hover { opacity: 1; }
.button_small_text { display: block; margin: 0 3px 0 3px; height: 20px; width: 20px; opacity: 1; transition: all 0.6s ease; padding: 0 0 0 25px; color: #249F38; }
.item_view { background: transparent url('pictos/action_search.png') no-repeat top left; }
.item_edit { background: transparent url('pictos/action_edit.png') no-repeat top left; }
.item_key { background: transparent url('pictos/action_key.png') no-repeat top left; }
.item_delete { background: transparent url('pictos/action_delete.png') no-repeat top left; }
.item_add { background: transparent url('pictos/action_add.png') no-repeat top left; }
.item_return { background: transparent url('pictos/action_return.png') no-repeat top left; }
.item_convert { background: transparent url('pictos/action_validate.png') no-repeat top left; }
.item_duplicate { background: transparent url('pictos/action_duplicate.png') no-repeat top left; }
.item_pdf { background: transparent url('pictos/action_pdf.png') no-repeat top left; }
.item_pay { background: transparent url('pictos/action_pay.png') no-repeat top left; }
.item_mail { background: transparent url('pictos/action_mail.png') no-repeat 50% 50%; }
.item_save { background: transparent url('pictos/action_save.png') no-repeat 50% 50%; }
.item_go { background: transparent url('pictos/action_go.png') no-repeat 50% 50%; }
.item_stats { background: transparent url('pictos/action_stats.png') no-repeat top left; }



#export_link a { display: block; float: none; max-width: 290px; cursor: pointer; padding: 4px 20px; margin: 20px 0 20px 40px; font-size: 120%; border-radius: 6px; border: 1px solid #000099; background-color: #000099; color: #FFFFFF; transition: all 0.5s ease; }
#export_link a:hover { background-color: #FFFFFF; color: #000099; }

.validequipe_button { display: inline-block;cursor: pointer; padding: 2px 10px; margin: 0; font-size: 100%; border-radius: 4px; border: 1px solid #000099; background-color: #000099; color: #FFFFFF; transition: all 0.5s ease; }
.validequipe_button:hover { background-color: #FFFFFF; color: #000099; }
.deleteequipe_button { display: inline-block; cursor: pointer; padding: 2px 10px; margin: 0; font-size: 100%; border-radius: 4px; border: 1px solid #FF6600; background-color: #FF6600; color: #FFFFFF; transition: all 0.5s ease; }
.deleteequipe_button:hover { background-color: #FFFFFF; color: #FF6600; }

a.home_module { display: block; float: right; padding: 6px 24px; border-radius: 4px; border: 1px solid #FF6600; color: #FFFFFF; font-size: 110%; background-color: #FF6600; transition: all 0.5s ease; }
a.home_module:hover { color: #FF6600; background-color: #FFFFFF; }

/* table */
table.display { display: block; width: 100%; margin: 20px 0; font-size: 90%; }
table.display tbody tr td { background: #FFFFFF; cursor: pointer; transition: all 0.6s ease; }
table.display tbody tr:hover td { background: #EFEFEF; }
table.display th, table.display td { vertical-align: middle; font-weight: normal; padding: 6px 4px; min-width: 80px; }
table.display tbody td { border: 1px solid #EEEEEE; }
table.display input.datatable-input-text { width: 100%; max-width: 100px; font-size: 90%; }
table.display .button_small { margin-top: 4px; display: inline-block; }
table.display tfoot th { color: #EEEEEE; }
table.display th.action_col, table.display td.action_col { min-width: 120px; }
table tbody td.currency { padding: 20px 10px; text-align: center; }
table tbody td.currency p { display: inline-block; margin: 20px 5px 0 5px; }
table tbody tr.precurrency td { padding: 0 0 20px 0; }

/* messages */

/*#service_mssg { display: block; position: absolute; z-index: 100; top: 0; padding: 20px; background-color: #000000; color: #FFFFFF; width: 100%; }*/
#service_mssg { display: block; position: absolute; top: 0; z-index: 10000; padding: 20px; background-color: rgba(0, 0, 0, 0.8); color: #FFFFFF; width: 100%; margin-top: 85px; }
a#close_service_mssg { display: block; float: right; margin: 10px 20px 0 0; color: #FFFFFF; }

/* action ajax */
#ajax_action { }
#bloc_action_ajax { display: block; position: absolute; z-index: 200; background-color: #FFFFFF; border: 1px solid #FF6600; border-radius: 4px; padding: 20px; top: 100px; left: 150px; width: 600px; box-shadow: 3px 3px 10px 1px #C0C0C0; }
#bloc_action_ajax p { margin: 0 0 10px 0; }
#bloc_action_ajax h2 { margin: 0 0 20px 0; }
.ajax_inline_response_outer { display: inline-block; margin-left: 16px; }
#ajax_inline_response, .ajax_inline_response { display: inline-block; padding: 1px 10px; border-radius: 4px; }
.ajax_block_response { display: inline-block; padding: 1px 10px; border-radius: 4px; margin: 0 0 5px 0; }
p.success, .success_inline { background-color: #006600; color: #FFFFFF; }
p.error, .error_inline { background-color: #FF0000; color: #FFFFFF; }
p.success, p.error { display: inline-block; border-radius: 4px; margin: 0 0 6px 0; padding: 4px 12px; }

div#sum_error { padding: 1px 10px; border-radius: 4px; margin: 0 0 5px 0; background-color: #FF0000; color: #FFFFFF; }

	/* panel ajax */
	#bloc_action_ajax.presta_panel { z-index: 9999; top: 20px; left: 20px; width: 95%; }
	#bloc_action_ajax.presta_panel ul { display: block; overflow: hidden; list-style-type: none; }
	#bloc_action_ajax.presta_panel ul li { display: block; width: 33.33%; float: left; padding: 0 10px; margin: 5px 0; font-size: 90%; }
	#bloc_action_ajax.presta_panel textarea { max-height: 40px; }
	#bloc_action_ajax.presta_panel input[type="text"] { outline: none; }
	#bloc_action_ajax.presta_panel textarea { display: block; outline: none; width: 300px; height: 60px; }


/* menus modules */
ul#menu_module { margin: 0 0 0 5px; list-style-type: none; }
#main_left ul#menu_module li:first-child { opacity: 1; width: 100%; text-align: right; margin: 5px 5px 0 0; }
#main_left ul#menu_module li:first-child img { width: 30px; height: auto; }
#main_left:hover ul#menu_module li:first-child { opacity: 0.6; }
ul#menu_module h6 { font-size: 110%; margin: 20px 0 10px 25px; }
a.module_menu_item { display: block; line-height: 20px; margin: 6px 20px 6px 0; width: 140px; padding: 4px 10px 4px 35px; background-color: #FFFFFF; border: 1px solid #CCCCCC;border-radius: 6px; transition: all 0.5s ease; color: #000099; }
a.module_menu_item:hover { color: #FFFFFF; background-color: #FF6600; border: 1px solid #FF6600; }
a.link_add { background: transparent url('pictos/action_add.png') no-repeat 5% 50%; }
a.link_view { background: transparent url('pictos/action_search.png') no-repeat 5% 50%; }
a.link_excel { background: transparent url('pictos/action_xls.png') no-repeat 5% 50%; }
a.link_pdf { background: transparent url('pictos/action_pdf.png') no-repeat 5% 50%; }
a.link_stats { background: transparent url('pictos/action_stats.png') no-repeat 5% 50%; }
a.link_edit { background: transparent url('pictos/action_edit.png') no-repeat 5% 50%; }
a.link_options { background: transparent url('pictos/action_options.png') no-repeat 5% 50%; }
a.link_pay { background: transparent url('pictos/action_pay.png') no-repeat 5% 50%; }
a.link_go { background: transparent url('pictos/action_go.png') no-repeat 5% 50%; }
a.link_mail { background: transparent url('pictos/action_mail.png') no-repeat 5% 50%; }
a.link_retour { margin-top: 20px; background: transparent url('pictos/action_return.png') no-repeat 5% 50%; }

ul.subheader_menu { display: block; list-style-type: none; clear: both; float: right; padding: 0 5% 0 0; }
ul.subheader_menu li { display: block; clear: both; float: none; }

/* form */
.globalform { margin: 20px 0 0 0; }
.globalform h5 { font-size: 110%; margin: 10px 0 10px 0; width: 100%; border-bottom: 1px solid #EDEDED; padding: 0 0 10px 0; }
.globalform h3 { font-size: 120%; margin: 0 0 20px 0; }
.globalform table { width: 100%; padding: 20px; margin: 0 0 20px 0; }
.globalform table td { padding: 2px 5px 2px 0; vertical-align: middle; text-align: left; }
.globalform table td.first { width: 250px; padding-left: 4px; }

.globalform input[type="text"], .globalform input[type="password"], .globalform input[type="email"] { outline: 0; padding: 3px; color: #003781; width: 300px; border-radius: 2px; border: 1px solid #666666; background-color: #FFFFFF; transition: all 0.5s ease; }
.globalform input[type="text"]:focus, .globalform input[type="password"]:focus, .globalform input[type="email"]:focus { border: 1px solid #FF0000; color: #FF0000; background-color: #F7F7F7; cursor: text; }
.globalform input.classreadonly, .globalform input.classreadonly:focus { outline: 0; padding: 3px 16px 3px 3px; color: #003781; width: 300px; border-radius: 2px; border: 1px solid #666666; background-color: #FFFFFF; background: url('pictos/readonly.png') no-repeat 98% 50%; }
.globalform input.currency { outline: 0; padding: 3px 3px 3px 23px; background: url('pictos/icon_euro.png') no-repeat 0% 50%; color: #003781; width: 120px; height: 26px; line-height: 26px; border-radius: 4px; border: 1px solid #FF6600; background-color: #FFFFFF; transition: all 0.5s ease; }
.globalform input.currency:focus { border: 1px solid #FF0000; color: #FF0000; background-color: #F7F7F7; cursor: text; }
.globalform select { outline: 0; padding: 3px; color: #003781; width: 300px; border-radius: 2px; border: 1px solid #666666; }

.globalform input[type="submit"] { display: block; float: right; cursor: pointer; padding: 4px 20px; margin: 20px 0 20px 0; font-size: 120%; border-radius: 6px; border: 1px solid #000099; background-color: #000099; color: #FFFFFF; transition: all 0.5s ease; }
.globalform input[type="submit"]:hover { background-color: #FFFFFF; color: #000099; }

.globalform select.date_select { width: 60px; max-width: 60px; }

.formajax input[type="submit"] { display: block; float: right; cursor: pointer; padding: 4px 20px; margin: 20px 0 20px 0; font-size: 120%; border-radius: 6px; border: 1px solid #000099; background-color: #000099; color: #FFFFFF; transition: all 0.5s ease; }
.formajax input[type="submit"]:hover { background-color: #FFFFFF; color: #000099; }
.formajax input[type="reset"] { display: block; float: right; cursor: pointer; padding: 4px 20px; margin: 20px 20px 20px 0; font-size: 120%; border-radius: 6px; border: 1px solid #FF6600; background-color: #FF6600; color: #FFFFFF; transition: all 0.5s ease; }
.formajax input[type="reset"]:hover { background-color: #FFFFFF; color: #FF6600; }

.formexport { width: 50%; max-width: 800px; min-width: 400px; }

.jqte { max-width: 600px; }
select[name="association_id"] { max-width: 600px; }

#captcha_outer { display: block; width: 100%; margin-bottom: 10px; }
.captcha_error { display: block; border: 1px solid #FF0000; width: 100%; text-align: center; font-size: 100%; color: #FF0000; padding: 10px 0 10px 0; }
input#num1, input#num2 { width: 20px; background-color: #FFFFFF; text-align: center; color: #FF0000; }
input#num1:focus, input#num2:focus { border: 1px solid #666666; }
input.captcha { width: 20px!important; }
#captcha_outer em { display: online-block; color: #FF0000; font-style: normal; }

label.error { display: inline-block; margin-left: 5px; background-color: #FF0000; color: #FFFFFF; border-radius: 3px; font-size: 90%; padding: 4px 20px; }

a#open_select_client, a[id^=open_select_client] { display: inline-block; line-height: 30px; height: 30px; width: 20px; opacity: 1; margin: 0 0 -10px 6px; transition: all 0.5s ease; }
a#open_select_client:hover, a[id^=open_select_client]:hover { opacity: 0.6; }
#inner_select_client, div[id^=inner_select_client] { display: block; position: absolute; z-index: 50; border-radius: 6px; background-color: #F5F5F5; border: 1px solid #FF6600; padding: 16px; width: 400px; margin: -25px 0 0 340px; }
#inner_select_client select, div[id^=inner_select_client] select { width: 270px; }
#inner_select_client p, div[id^=inner_select_client] p { margin: 10px 0; }
#inner_select_client a#close_select_client, div[id^=inner_select_client] a[id^=close_select_client] { display: inline-block; float: right; color: #FF6600; transition: all 0.5s ease; }
#inner_select_client a#close_select_client:hover, div[id^=inner_select_client] a[id^=close_select_client]:hover { color: #666666; }

.datetypelabel { display: inline-block; width: 25px; }
.date_select { margin: 4px 0 0 10px; }
a#datetypelink_duree, a#datetypelink_date { display: inline-block; margin: 0 0 0 10px; padding: 2px 8px; color: #FFFFFF; background-color: #FF6600; border: 1px solid #FF6600; border-radius: 4px; transition: all 0.5s ease; }
a#datetypelink_duree:hover, a#datetypelink_date:hover { color: #FF6600; background-color: #FFFFFF; }

/* exports */

table.tableexport { display: block; width: 100%; margin: 20px 0; font-size: 90%; }
table.tableexport td { vertical-align: middle; font-weight: normal; padding: 6px 4px; min-width: 80px; }

a.exportpdf { display: inline-block; cursor: pointer; padding: 1px 10px; margin: 0 0 0 30px; border-radius: 4px; border: 1px solid #000099; background-color: #000099; color: #FFFFFF; transition: all 0.5s ease; }
a.exportpdf:hover { background-color: #FFFFFF; color: #8F847E; }

/* connection */

#login_connect { display: block; width: 340px; margin: 160px auto 0 auto; }
#login_connect h2 { font-size: 120%; }
#login_connect form { display: block; padding: 20px; width: 100%; border: 1px solid #444444; border-radius: 6px; background-color: #FFFFFF; transition: all 0.5s ease; }
#login_connect form:hover { background-color: #EFEFEF; }

.login_form_error { display: inline-block; font-size: 90%; color: #FFFFFF; background-color: #FF0000; padding: 1px 4px; border-radius: 4px; margin-left: 8px; }
form#password_intranet input[name='email'] { width: 160px; }

/* common modules */

h3.action_title { display: block; font-weight: normal; font-size: 180%; margin: 0; padding: 6px 0; float: left; }
h3.subpart_title { display: block; width: 100%; font-weight: normal; font-size: 180%; margin: 0; padding: 6px 0; border-bottom: 1px dotted #000099; }
h4.subpart_title { display: block; width: 100%; font-weight: normal; font-size: 180%; margin: 20px 0; padding: 6px 0; border-bottom: 1px dotted #000099; }
h5.subpart_title { display: block; width: 100%; font-weight: normal; font-size: 160%; margin: 20px 0; }

div#submodule_menu { display: block; border-radius: 4px; font-size: 110%; float: right; border: 1px solid #000099; background-color: #000099; color: #FFFFFF; margin-right: 10px; }
div#submodule_menu p { padding: 6px 16px; }
div#submodule_menu ul { display: block; list-style-type: none; width: 100%; position: absolute; z-index: 100; }
div#submodule_menu ul li { display: block; padding: 6px 16px; border-radius: 4px; font-size: 110%; border: 1px solid #000099; background-color: #FFFFFF; color: #000099; margin: 6px 0 0 0; max-width: 206px; transition: all 0.5s ease; }
div#submodule_menu p:hover, div#submodule_menu ul li:hover { cursor: pointer; }
div#submodule_menu ul li:hover, div#submodule_menu ul li.current { border: 1px solid #000099; background-color: #000099; color: #FFFFFF; }
div#submodule_menu ul li a { color: #000099; transition: all 0.5s ease; }
div#submodule_menu ul li:hover a, div#submodule_menu ul li.current a { color: #FFFFFF; }

/* home */

.intro { margin: 0 0 20px 0; }
.intro_block { display: block; float: left; margin: 20px; padding: 10px; border: 1px solid #3FB6B0; border-radius: 8px; min-height: 300px; width: 40%; }
.intro_block h4 { font-weight: normal; color: #3B97D3; font-size: 120%; margin: 0 0 8px 0; }
.intro_block table { font-size: 90%; }
.intro_block table td { padding-right: 10px; }

/* modules transversaux */

ul#submodule_menu { display: block; list-style-type: none; }
ul#submodule_menu li { display: inline-block; margin: 0 10px 10px 0; }
ul#submodule_menu li a { display: block; padding: 6px 24px; border-radius: 4px; border: 1px solid #000099; color: #000099; font-size: 110%; background-color: #FFFFFF; transition: all 0.5s ease; }
ul#submodule_menu li a:hover, ul#submodule_menu li a.current { color: #FFFFFF; background-color: #000099; }

/* documents */

#documents h3 { font-weight: normal; margin: 0 0 5px 0;  }
#documents ul { display: block; margin: 5px 0 20px 0; padding: 0; list-style-type: none; }
#documents ul li { display: block; margin: 4px 0; padding: 0; }
#documents ul li a { display: block; padding: 0 0 0 24px; margin: 4px 0; height: 30px; line-height: 30px; background: url('pictos/mime_div.gif') no-repeat 0% 50%; }
#documents ul li a.doc { background: url('pictos/mime_doc.gif') no-repeat 0% 50%; }
#documents ul li a.pdf { background: url('pictos/mime_pdf.gif') no-repeat 0% 50%; }
#documents ul li a.xls { background: url('pictos/mime_xls.gif') no-repeat 0% 50%; }
#documents ul li a.xlsx { background: url('pictos/mime_xlsx.gif') no-repeat 0% 50%; }
#documents ul li a.docx { background: url('pictos/mime_docx.gif') no-repeat 0% 50%; }
#documents ul li a.odt { background: url('pictos/mime_odt.gif') no-repeat 0% 50%; }
#documents ul li a.txt { background: url('pictos/mime_txt.gif') no-repeat 0% 50%; }
#documents ul li a.csv { background: url('pictos/mime_csv.gif') no-repeat 0% 50%; }
#documents ul li a.jpg { background: url('pictos/mime_jpg.gif') no-repeat 0% 50%; }
#documents ul li a.gif { background: url('pictos/mime_gif.gif') no-repeat 0% 50%; }
#documents ul li a.png { background: url('pictos/mime_png.gif') no-repeat 0% 50%; }
#documents ul li a.rar { background: url('pictos/mime_rar.gif') no-repeat 0% 50%; }
#documents ul li a.zip { background: url('pictos/mime_zip.gif') no-repeat 0% 50%; }

/* renew */

#renew_adh form { text-align: center; }
#renew_adh form input[type="image"] { text-align: center; margin-top: 10px; }

/* treso common */

td#first_treso, td#last_treso { vertical-align: top!important; padding: 20px 0 10px 0!important; }
#tresorerie_module_infos { max-width: 600px; width: 100%; font-size: 90%; border-radius: 4px; }
#tresorerie_module_infos td { border-bottom: 1px solid #666666; color: #666666; padding: 2px 4px!important; border-radius: 4px; }
#tresorerie_module_infos thead tr th { background-color: #666666; color: #FFFFFF; padding: 4px 4px 6px 4px!important; border-radius: 4px; font-weight: normal; cursor: pointer; }
#tresorerie_module_infos thead tr th span.empty { color: #66FF66; }
#tresorerie_module_infos thead tr th span.full { color: #FF0000; }
#tresorerie_module_infos thead tr th span.partial { color: #FF3300; }
#tresorerie_module_infos .notestreso_outer span { display: block; font-weight: bold; background-color: #FFFFFF; border-radius: 3px; text-align: center; color: #999999; padding: 0; cursor: pointer; font-size: 90%; transition: all 0.5s ease; }
#tresorerie_module_infos .notestreso_outer span:hover { background-color: #999999; color: #FFFFFF; }
#tresorerie_module_infos .notestreso_outer .notestreso_inner { display: none; position: absolute; z-index: 20; border: 1px solid #999999; background-color: #CCCCCC; padding: 10px; font-size: 90%; width: 300px; border-radius: 3px; margin: -20px 0 0 50px; }
#tresorerie_module_infos .notestreso_outer:hover .notestreso_inner { display: block; }

#show_tresorerie_detail { display: inline-block; margin: 0 8px; font-size: 140%; font-weight: bold; }

/* template common */

#template_content_outer { display: block; }
#template_content_outer select { outline: 0; padding: 3px; color: #003781; width: 300px; border-radius: 2px; border: 1px solid #666666; }

/* jquery UI combo box */

.ui-autocomplete-input { outline: 0; padding: 3px; color: #003781; width: 560px; border-radius: 2px; border: 1px solid #666666; background-color: #FFFFFF; transition: all 0.5s ease; }
.ui-autocomplete-input:focus { border: 1px solid #FF0000; color: #FF0000; background-color: #F7F7F7; cursor: text; }
a.ui-button { height: 24px; margin-left: 2px; }
ul.ui-widget-content { font-size: 90%; }

/* about */
#about_inner { display: block; position: absolute; top: 25%; left: 25%; z-index: 1000; border-radius: 4px; padding: 20px; min-width: 300px; background-color: #141414; color: #FFFFFF; }
#about_inner  h3 { width: 100%; padding-bottom: 6px; margin-bottom: 10px; border-bottom: 1px solid #FFFFFF; }
#about_inner .cont { margin-top: 20px; text-align: center; }
#about_inner .cont p { text-align: center; }
