Subversion Repositories Applications.papyrus

Rev

Rev 1164 | Rev 1566 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1164 Rev 1497
Line 1... Line 1...
1
/*****************Proprietes generales******************************************/
1
/*****************Proprietes generales******************************************/
2
* {margin: 0; padding: 0;}
2
* {margin: 0; padding: 0;}
3
body {background:#FFF;font:12px Myriad, Arial, sans-serif;color:#000;text-align:center;}
3
body {background:#FFF;font:12px Myriad, Arial, sans-serif;color:#000;text-align:center;}
4
hr {margin:2px; width:100%; color: #7F8343;  background-color: #7F8343; height: 1px;}
4
hr {margin:2px; width:100%; color: #7F8343;  background-color: #7F8343; height: 1px;}
5
a {margin:0;padding:0;text-decoration: underline;color: #000;}
5
a {margin:0;padding:0;text-decoration: underline;color: #000;}
6
a:hover {text-decoration: underline;color:#C3D759;}
6
a:hover {text-decoration:underline; color:#000;}
7
table {width:480px;margin:0 auto; border: 1px solid #006495;border-spacing:0;border-collapse:collapse;}
7
table {width:480px;margin:0 auto; border: 1px solid #006495;border-spacing:0;border-collapse:collapse;}
8
.table_cadre {width:480px;margin:2px;}
8
.table_cadre {width:480px;margin:2px;}
9
th {font-size:11px;padding:2px;text-align:center;border: 1px solid #006495;font-weight: normal;background:#3082AA;height:23px;}
9
th {font-size:11px;padding:2px;text-align:center;border: 1px solid #006495;font-weight: normal;background:#3082AA;height:23px;}
10
td {font-size:11px;text-align:center;border: 1px solid #006495;background:#FFF;height:23px;}
10
td {font-size:11px;text-align:center;border: 1px solid #006495;background:#FFF;height:23px;}
11
td:hover {background: #C3D759;}
11
td:hover {background: #C3D759;}
12
.navi {padding:0;margin:0;text-align:center;}
12
.navi {padding:0;margin:0;text-align:center;}
13
.other_month {color:#AAA;}
13
.other_month {color:#AAA;}
14
.current_day {background: #FBB63C; color: #FFF;}
14
.current_day {background: #FBB63C; color: #FFF;}
-
 
15
.formulaire_element {float:left; clear:both; margin:2px; width:100%; }
-
 
16
.formulaire_element input, .formulaire_element select, .formulaire_element textarea {float:left; border:1px solid #000; background:#FFE; margin:o;}
-
 
17
.formulaire_element select, .formulaire_element textarea {width:300px;}
-
 
18
.form_label {float:left; text-align:right; width:200px; margin:0 4px 0 0; padding:0;}
-
 
19
fieldset {clear:both; width:100%; margin:2px; padding:2px;}
-
 
20
.symbole_obligatoire {float:left; color:red; margin:0; padding:0;}
-
 
21
.liste_bouton li {display:inline;}
15
/*****************Titres********************************************************/
22
/*****************Titres********************************************************/
16
h1, h2, h3, h4, h5, h6 {font-family: Myriad, Arial, sans-serif;text-align:left;margin:4px 0;}
23
h1, h2, h3, h4, h5, h6 {font-family: Myriad, Arial, sans-serif;text-align:left;margin:4px 0;}
17
h1 {font-size:22px; color: #BBD049;border-bottom: solid #7FB1CA 1px ;}
24
h1 {font-size:22px; color: #BBD049;border-bottom: solid #7FB1CA 1px ;}
18
h2 {font-size:18px; color: #A81106;}
25
h2 {font-size:18px; color: #A81106;}
19
h3 {font-size:17px; color: #000;}
26
h3 {font-size:17px; color: #000;}