-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmonCSS.css
More file actions
17 lines (17 loc) · 1.33 KB
/
monCSS.css
File metadata and controls
17 lines (17 loc) · 1.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
div#monEntete {width:100%;text-align:center;margin:auto;}
div#maDivMenu {padding:25px 15px 0 15px;background:#fcead9;}
ul#monMenu {list-style-type:none;width:100%;position:relative;height:27px;font-family:"Trebuchet MS",Arial,sans-serif;font-size:13px;font-weight:bold;margin:0;padding:11px 0 0 0;}
ul#monMenu li {display:block;float:left;margin:0 0 0 4px;height:27px;}
ul#monMenu li.left {margin:0;}
ul#monMenu li a {display:block;float:left;color:#e06c08;background:#fdf1e5;line-height:27px;text-decoration:none;padding:0 17px 0 18px;height:27px;}
ul#monMenu li a.right {padding-right:19px;}
ul#monMenu li a:hover {color:#fdf1e5;background:#e06c08;}
ul#monMenu li a.current {color:#fdf1e5;background:#e06c08;}
ul#monMenu li a.current:hover {color:#fdf1e5;background:#e06c08;}
div#contenuPage {width:100%;margin-top:10px;}
table.calc {width:200px;height:150px;margin:auto;border-spacing:0;border:10px solid #e06c08;}
table.calc td.ecran {padding:10px;background-color:#fdf1e5;border-bottom:5px solid #e06c08;}
table.calc td.boutons {padding:10px;background-color:#fdf1e5;border:0px;}
input.unBouton {width:40px;height:30px;text-align:center;font-family:System,sans-serif;font-size:25px;}
input.ecran {width:100%;height:30px;text-align:right;font-family:System,sans-serif;font-size:25px;}
div#piedPage {width:100%;text-align:center;margin-top:10px;margin:auto;}