Line 15... |
Line 15... |
15 |
.current_day {background: #FBB63C; color: #FFF;}
|
15 |
.current_day {background: #FBB63C; color: #FFF;}
|
16 |
.label_inscription {margin: 2px;float:left; clear:both; width:170px; text-align:right; }
|
16 |
.label_inscription {margin: 2px;float:left; clear:both; width:170px; text-align:right; }
|
17 |
.symbole_obligatoire {color:red;}
|
17 |
.symbole_obligatoire {color:red;}
|
18 |
.input_inscription {float:left; width:180px;}
|
18 |
.input_inscription {float:left; width:180px;}
|
19 |
.input_inscription input, .input_inscription select {margin: 2px;border: 1px solid #000;font:12px Myriad, Arial, sans-serif; }
|
19 |
.input_inscription input, .input_inscription select {margin: 2px;border: 1px solid #000;font:12px Myriad, Arial, sans-serif; }
|
- |
|
20 |
.erreur {background-color:#FFEEEE;border:1px;
|
- |
|
21 |
border: 1px dotted #A81106;padding:1px;margin:3px;}
|
20 |
/*****************Titres********************************************************/
|
22 |
/*****************Titres********************************************************/
|
21 |
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;}
|
22 |
h1 {font-size:22px; color: #BBD049;border-bottom: solid #7FB1CA 1px ;}
|
24 |
h1 {font-size:22px; color: #BBD049;border-bottom: solid #7FB1CA 1px ;}
|
23 |
h2 {font-size:18px; color: #A81106;}
|
25 |
h2 {font-size:18px; color: #A81106;}
|
24 |
h3 {font-size:17px; color: #000;}
|
26 |
h3 {font-size:17px; color: #000;}
|
Line 28... |
Line 30... |
28 |
/*****************Boutons et formulaires****************************************/
|
30 |
/*****************Boutons et formulaires****************************************/
|
29 |
a img {border: none;}
|
31 |
a img {border: none;}
|
30 |
form li {list-style-type:none;color:#000;}
|
32 |
form li {list-style-type:none;color:#000;}
|
31 |
form table, form td, form th {border:0}
|
33 |
form table, form td, form th {border:0}
|
32 |
form td:hover {background: transparent;}
|
34 |
form td:hover {background: transparent;}
|
- |
|
35 |
label {padding-right:10px;}
|
- |
|
36 |
input {margin:2px;background:#EEEEE9;}
|
33 |
/*****************Listes********************************************************/
|
37 |
/*****************Listes********************************************************/
|
34 |
ul {padding:0;margin: 0 0 0 10px;}
|
38 |
ul {padding:0;margin: 0 0 0 10px;}
|
35 |
li {padding:0;margin: 2px 0 0 0;color:#000;}
|
39 |
li {padding:0;margin: 2px 0 0 0;color:#000;}
|
36 |
/*--------------------------------------------------------------------------------------------------------------*/
|
40 |
/*--------------------------------------------------------------------------------------------------------------*/
|
37 |
/* Structure de la page */
|
41 |
/* Structure de la page */
|