style_std.css 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542
  1. body {
  2. height:100%;
  3. margin:0;
  4. padding:0;
  5. font-family:arial, helvetica, sans-serif;
  6. }
  7. form {
  8. margin: 0px;
  9. padding: 0px;
  10. border: 0px;
  11. }
  12. input {
  13. margin: 0px;
  14. padding: 0px;
  15. font-family:arial, helvetica, sans-serif;
  16. font-size:11pt;
  17. }
  18. input.cloche {
  19. text-align: right;
  20. }
  21. input.submit {
  22. font-size: 7pt;
  23. margin: 0px;
  24. padding: 0px;
  25. }
  26. input.button {
  27. cursor:pointer;
  28. }
  29. button {
  30. cursor:pointer;
  31. }
  32. .bouton_menu {
  33. width: 240px;
  34. height: 67px;
  35. }
  36. .styled {
  37. border: 0;
  38. padding: 5px 20px;
  39. font-size: 1rem;
  40. text-align: center;
  41. color: #fff;
  42. text-shadow: 1px 1px 1px #000;
  43. border-radius: 10px;
  44. background-color: #457d96;
  45. background-image: linear-gradient(to top left,
  46. rgba(0, 0, 0, .2),
  47. rgba(0, 0, 0, .2) 30%,
  48. rgba(0, 0, 0, 0));
  49. box-shadow: inset 2px 2px 3px rgba(255, 255, 255, .6),
  50. inset -2px -2px 3px rgba(0, 0, 0, .6);
  51. }
  52. .styled:hover {
  53. background-color: #006466;
  54. }
  55. .styled:active {
  56. box-shadow: inset -2px -2px 3px rgba(255, 255, 255, .6),
  57. inset 2px 2px 3px rgba(0, 0, 0, .6);
  58. }
  59. td {
  60. font-size: 9pt;
  61. }
  62. th {
  63. color:#000000;
  64. background-color: #00aadb;
  65. font-family:arial, helvetica, sans-serif;
  66. font-size:10pt;
  67. }
  68. a {
  69. text-decoration: none;
  70. font-family:arial, helvetica, sans-serif;
  71. }
  72. a.bouton{
  73. background:url(../images/button2.gif);
  74. display:block;
  75. color:#555555;
  76. font-weight:bold;
  77. height:30px;
  78. line-height:29px;
  79. text-decoration:none;
  80. width:191px;
  81. }
  82. a.rapport{
  83. background:url(../images/button2.gif);
  84. display:block;
  85. color:#555555;
  86. font-weight:bold;
  87. height:30px;
  88. line-height:35px;
  89. text-decoration:none;
  90. width:500px;
  91. }
  92. a.tri :link{
  93. color:#ffffff;
  94. }
  95. a.tri :hover{
  96. color:#ffffff;
  97. }
  98. a.tri :visited{
  99. color:#ffffff;
  100. }
  101. a.tri :active{
  102. color:#ffffff;
  103. }
  104. a.page :link {
  105. text-decoration: none;
  106. color:#000000;
  107. width:30px;
  108. }
  109. a.page :hover {
  110. text-decoration: none;
  111. background: #387580;
  112. width:30px;
  113. }
  114. a.page :visited {
  115. text-decoration: none;
  116. background: #387580;
  117. width:30px;
  118. }
  119. a.lien{
  120. text-decoration:none;
  121. color:#387580;
  122. }
  123. a.mailto{
  124. text-decoration:none;
  125. color:#9f3ed5;
  126. }
  127. .lien_tri {
  128. font-family:arial, helvetica, sans-serif;
  129. font-size:9pt;
  130. color:#ffffff;
  131. background-color:#00aadb;
  132. text-align:left;
  133. }
  134. #surbrillance tr {
  135. background-color: #b3ebf5;
  136. }
  137. #surbrillance tr:hover {
  138. background-color: #bbbbbb;
  139. }
  140. #tagupdate {
  141. position: absolute;
  142. visibility: hidden;
  143. width: 600px;
  144. left: 20px;
  145. background-color: #ccc;
  146. border: 1px solid #000;
  147. }
  148. #tagupdate2 {
  149. visibility: visible;
  150. }
  151. #tagupdate3 {
  152. visibility: visible;
  153. }
  154. #tagupdate4 {
  155. position: absolute;
  156. visibility: hidden;
  157. width: 600px;
  158. left: 20px;
  159. background-color: #ccc;
  160. border: 1px solid #000;
  161. }
  162. #table {
  163. background-color: #ccc;
  164. }
  165. #close {
  166. float: right;
  167. }
  168. #red {
  169. background-color: #ff0000;
  170. }
  171. .titremodule {
  172. margin-left:2%;
  173. color:#ffffff;
  174. font-size:18pt;
  175. font-family:arial, helvetica, sans-serif;
  176. float:left;
  177. width:45%;
  178. background-color:#006466;
  179. }
  180. .horloge {
  181. margin-right:2%;
  182. color:#ffffff;
  183. font-family:arial, helvetica, sans-serif;
  184. float:left;
  185. width:45%;
  186. background-color:#006466;
  187. text-align:right;
  188. padding-top:5px;
  189. font-size:10pt;
  190. }
  191. .horloge2 {
  192. color:#ffffff;
  193. background-color:#006466;
  194. font-family:arial, helvetica, sans-serif;
  195. font-size:10pt;
  196. border:0px;
  197. width:44px;
  198. }
  199. .positif {
  200. text-align: center;
  201. font-style: normal;
  202. color:#000000;
  203. }
  204. .negatif{
  205. text-align: center;
  206. font-weight: 700;
  207. font-style: normal;
  208. color:#ff0000;
  209. }
  210. .Style0 {
  211. text-align: justify;
  212. font-weight: 700;
  213. font-size: 15pt;
  214. font-family:arial, helvetica, sans-serif;
  215. font-style: normal;
  216. }
  217. input.modifier {
  218. background:url(../images/icones/icones_20.png) no-repeat;
  219. cursor:pointer;
  220. color:transparent;
  221. width:24px;
  222. height:24px;
  223. border:0;
  224. cursor:pointer;
  225. overflow:hidden;
  226. zoom: 1;
  227. filter: alpha(opacity=50);
  228. opacity: 50;
  229. }
  230. input.supprimer {
  231. background:url(../images/icones/icones_33.png) no-repeat;
  232. cursor:pointer;
  233. color:transparent;
  234. width:24px;
  235. height:24px;
  236. border:0;
  237. cursor:pointer;
  238. overflow:hidden;
  239. zoom: 1;
  240. filter: alpha(opacity=50);
  241. opacity: 50;
  242. }
  243. .user{
  244. background:url(../images/icones/icones_31.png) no-repeat;
  245. text-indent:30px;
  246. display:table-cell;
  247. }
  248. .pdf{
  249. background:url(../images/pdficon_small.gif) no-repeat 10px 8px;
  250. text-indent:30px;
  251. display:block;
  252. }
  253. #voirsolde {
  254. position: absolute;
  255. width: 195px;
  256. background-color: #ccc;
  257. border: 1px solid #000;
  258. }
  259. #vsolde {
  260. width: 195px;
  261. }
  262. #rechercheEmploye {
  263. position: absolute;
  264. visibility: hidden;
  265. width: 600px;
  266. left: 20px;
  267. background-color: #ccc;
  268. border: 1px solid #000;
  269. }
  270. #message {
  271. color: #cc0000;
  272. background-color: #ccc;
  273. }
  274. /* Boîte de recherche */
  275. #zonerecherche {
  276. font-size: 16px;
  277. width: 220px;
  278. }
  279. #zoneresultats {
  280. background: #bb44ff;
  281. display: block;
  282. overflow: auto;
  283. position: absolute;
  284. width: 280px;
  285. z-index: 99;
  286. }
  287. #zoneresultats a {
  288. color: #FFFFFF;
  289. display: block;
  290. padding: 5px 5px 5px 15px;
  291. text-decoration: none;
  292. text-align:left;
  293. cursor:pointer;
  294. }
  295. #zoneresultats a .highlight {
  296. color: #0000ff;
  297. }
  298. #zoneresultats a:hover {
  299. color: #333333;
  300. background-color: #CCCCFF;
  301. }
  302. #zoneresultats a:hover span{
  303. color: #333333;
  304. background-color: #fffe51;
  305. }
  306. #zonerecherche2 {
  307. font-size: 16px;
  308. width: 280px;
  309. }
  310. #zoneresultats2 {
  311. background: #bb44ff;
  312. display: block;
  313. overflow: auto;
  314. position: absolute;
  315. width: 280px;
  316. z-index: 99;
  317. }
  318. #zoneresultats2 a {
  319. color: #FFFFFF;
  320. display: block;
  321. padding: 5px 5px 5px 15px;
  322. text-decoration: none;
  323. text-align:left;
  324. cursor:pointer;
  325. }
  326. #zoneresultats2 a .highlight {
  327. color: #0000ff;
  328. }
  329. #zoneresultats2 a:hover {
  330. color: #333333;
  331. background-color: #CCCCFF;
  332. }
  333. #zoneresultats2 a:hover span{
  334. color: #333333;
  335. background-color: #fffe51;
  336. }
  337. #voirsolde {
  338. display: block;
  339. overflow: auto;
  340. position: absolute;
  341. z-index: 99;
  342. }
  343. #loupe {
  344. position:relative;
  345. top:10px;
  346. }
  347. .hiddenInViewSource {
  348. width:1200px;
  349. margin:auto;
  350. vertical-align:middle;
  351. background-color:#006466;
  352. margin-top:5px;
  353. text-align:center;
  354. }
  355. /* Boîte avec ombre pour le titre*/
  356. .ombre2 {
  357. margin:0;
  358. border:2px solid #a1a1a1;
  359. padding:20px;
  360. color:#ffffff;
  361. font-weight:900;
  362. background:#00aadb;
  363. width:446px;
  364. border-radius:5px;
  365. -moz-border-radius:5px; /* Firefox 3.6 and earlier */
  366. box-shadow:10px 10px 5px #888888;
  367. -webkit-box-shadow: 10px 10px 5px #888888; /* Safari */
  368. font-size:24pt;
  369. font-family:arial, helvetica, sans-serif;
  370. text-align:center;
  371. float:right;
  372. position:relative;
  373. left:-10px;
  374. }
  375. #fenetremodale {
  376. background-color: #f2f6f7;
  377. font-family:arial, helvetica, sans-serif;
  378. font-size:11pt;
  379. line-height:25px;
  380. height:80px;
  381. }
  382. #fenetremodale input {
  383. font-family:arial, helvetica, sans-serif;
  384. font-size:11pt;
  385. line-height:25px;
  386. }
  387. #fenetremodale td {
  388. text-align:left;
  389. }
  390. .calendrier {
  391. border:0px;
  392. background:url(../images/calendar.gif) 16px 15px;
  393. }
  394. .fermer {
  395. border:1px solid #000000;
  396. border-radius:5px;
  397. -moz-border-radius:5px;
  398. -webkit-border-radius: 5px;
  399. }
  400. td.liberationsdetail {
  401. border:1px solid #cfcfcf;
  402. overflow:hidden;
  403. white-space:nowrap;
  404. }
  405. th.liberationsdetail {
  406. font-family:arial, helvetica, sans-serif;
  407. font-size:9pt;
  408. background-color:#00aadb;
  409. text-align:left;
  410. }
  411. .detail_liste {
  412. border:1px solid #cfcfcf;
  413. font-size:9pt;
  414. margin-left:5px;
  415. margin-right:5px;
  416. padding-right:10px;
  417. overflow-x:hidden;
  418. white-space:nowrap;
  419. }
  420. div.depasselargeur {
  421. text-decoration:none;
  422. overflow-x:hidden;
  423. word-wrap:break-word;
  424. white-space:nowrap;
  425. }
  426. .pagination{
  427. font-family:arial, helvetica, sans-serif;
  428. font-size:11pt;
  429. }
  430. .center {
  431. padding-top:50px;
  432. margin: auto;
  433. width: 573px;
  434. }
  435. .hors-service{
  436. height:40px;
  437. text-align: center;
  438. }
  439. .profil {
  440. float:right;
  441. margin-right:20px;
  442. }
  443. .droits {
  444. clear:both;
  445. float:right;
  446. margin-right:20px;
  447. }
  448. .espace_icone_menu {
  449. padding-left:15px;
  450. }
  451. .img_center {
  452. vertical-align: top;
  453. padding:0;
  454. padding-top:10px;
  455. text-align: center;
  456. }
  457. /* Define the default color for all the table rows */
  458. .hoverTable tr{
  459. background: #f2f6f7;
  460. }
  461. /* Define the hover highlight color for the table row */
  462. .hoverTable tr:hover {
  463. background-color: #b3ebf5;
  464. }