Line 1... |
Line 1... |
1 |
/*****************Proprietes generales******************************************/
|
1 |
/*****************Proprietes generales******************************************/
|
2 |
* {margin: 0; padding: 0;}
|
2 |
* {margin: 0; padding: 0;text-indent: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:#C3D759;}
|
- |
|
7 |
table {width:480px;margin:0 auto; border: 1px solid #006495;border-spacing:0;border-collapse:collapse;}
|
- |
|
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;}
|
- |
|
10 |
td {font-size:11px;text-align:center;border: 1px solid #006495;background:#FFF;height:23px;}
|
- |
|
11 |
td:hover {background: #C3D759;}
|
7 |
.navi {padding:0;margin:0;text-align:center;}
|
12 |
.navi {padding:0;margin:0;text-align:center;}
|
8 |
.other_month {color:#AAA;}
|
13 |
.other_month {color:#AAA;}
|
9 |
.current_day {background: #FBB63C; color: #FFF;}
|
14 |
.current_day {background: #FBB63C; color: #FFF;}
|
- |
|
15 |
.label_inscription {margin: 2px;float:left; clear:both; width:170px; text-align:right; }
|
- |
|
16 |
.symbole_obligatoire {color:red;}
|
- |
|
17 |
.input_inscription {float:left; width:180px;}
|
- |
|
18 |
.input_inscription input, .input_inscription select {margin: 2px;border: 1px solid #000;font:12px Myriad, Arial, sans-serif; }
|
- |
|
19 |
.liste_inscription {margin: 2px;float:left; clear:both; }
|
- |
|
20 |
.inscription_bouton {float:left;margin: 3px;}
|
- |
|
21 |
.inscription_note_obligatoire {float:left; clear:both;}
|
- |
|
22 |
.bazar_checkbox {float:left;width:49%;}
|
- |
|
23 |
.bazar_fieldset {border: 1px solid #000;width:100%;margin-bottom:5px;}
|
- |
|
24 |
.bazar_fieldset legend {font-size:15px;font-weight: bold ;}
|
- |
|
25 |
.bazar_table {border:1px solid #000;width:100%;margin:5px;}
|
- |
|
26 |
.bazar_table td, .bazar_table tr, .bazar_table th {border:1px solid #000;}
|
10 |
/*****************Titres********************************************************/
|
27 |
/*****************Titres********************************************************/
|
11 |
h1, h2, h3, h4, h5, h6 {font: Myriad, Arial, sans-serif;text-align:left;margin:4px 0;}
|
28 |
h1, h2, h3, h4, h5, h6 {font-family: Myriad, Arial, sans-serif;text-align:left;margin:4px 0;}
|
12 |
h1 {font-size:22px; color: #BBD049;border-bottom: solid #7FB1CA 1px ;}
|
29 |
h1 {font-size:22px; color: #BBD049;border-bottom: solid #7FB1CA 1px ;}
|
13 |
h2 {font-size:18px; color: #A81106;}
|
30 |
h2 {font-size:18px; color: #A81106;}
|
14 |
h3 {font-size:17px; color: #000;}
|
31 |
h3 {font-size:17px; color: #000;}
|
15 |
h4 {font-size:16px; color: #FFF;background: #006495;border: 1px solid #C3D759;;-moz-border-radius:5px}
|
32 |
h4 {font-size:16px; color: #FFF;background: #006495;border: 1px solid #C3D759;;-moz-border-radius:5px}
|
16 |
h5 {font-size:16px; color: #006495;border-bottom: solid #006495 1px;}
|
33 |
h5 {font-size:16px; color: #006495;border-bottom: solid #006495 1px;}
|
17 |
h6 {font-size:32px; color: #006495;}
|
34 |
h6 {font-size:32px; color: #006495;}
|
18 |
/*****************Boutons et formulaires****************************************/
|
35 |
/*****************Boutons et formulaires****************************************/
|
19 |
a img {border: none;font: Myriad, Arial, sans-serif;}
|
36 |
a img {border: none;}
|
20 |
form li {list-style-type:none;color:#000;}
|
37 |
form li {list-style-type:none;color:#000;}
|
21 |
form table, form td, form th {border:0}
|
38 |
form table, form td, form th {border:0}
|
22 |
form td:hover {background: transparent;}
|
39 |
form td:hover {background: transparent;}
|
23 |
/*****************Listes********************************************************/
|
40 |
/*****************Listes********************************************************/
|
24 |
ul {padding:0;margin: 0 0 0 10px;}
|
41 |
ul {padding:0;margin: 0 0 0 10px;}
|
25 |
li {padding:0;margin: 2px 0 0 0;color:#000;}
|
42 |
li {padding:0;margin: 2px 0 0 0;color:#000;}
|
26 |
/*--------------------------------------------------------------------------------------------------------------*/
|
43 |
/*--------------------------------------------------------------------------------------------------------------*/
|
27 |
/* Structure de la page */
|
44 |
/* Structure de la page */
|
28 |
#page {position: relative;top:3px;width: 760px; text-align: left;margin: 0 auto;}
|
45 |
#page {position: relative;top:3px;width: 760px; text-align: left;margin: 0 auto;}
|
29 |
p, .page {clear:both;background-color:transparent;text-align: justify;line-height: 22px;}
|
46 |
.page {clear:both;background-color:transparent;text-align: justify;line-height: 22px;}
|
30 |
#zone_bandeau {height: 130px;background: url(../images/Bandeau_haut.png) no-repeat top left;}
|
47 |
#zone_bandeau {height: 130px;background: url(../images/Bandeau_haut.png) no-repeat top left;}
|
31 |
#logo {position: absolute;top: 10px;left: 30px;}
|
48 |
#logo {position: absolute;top: 10px;left: 30px;}
|
32 |
#site_nom {position: absolute;top: 40px;left: 210px;width:350px;}
|
49 |
#site_nom {position: absolute;top: 40px;left: 210px;width:350px;}
|
33 |
#site_nom h1 {margin: 0 auto;width:350px;font-size: 30px; font-family: Georgia, serif;color:#3082AA;border:0;}
|
50 |
#site_nom h1 {margin: 0 auto;width:350px;font-size: 30px; font-family: Georgia, serif;color:#3082AA;border:0;}
|
34 |
#site_nom h6 { margin: 0 auto;width:350px;}
|
51 |
#site_nom h6 { margin: 0 auto;width:350px;}
|
Line 61... |
Line 78... |
61 |
#zone_onglets li:hover a { background-position:0% -150px;}
|
78 |
#zone_onglets li:hover a { background-position:0% -150px;}
|
62 |
#zone_onglets .inactif { border-bottom:0px solid; font-weight:normal;}
|
79 |
#zone_onglets .inactif { border-bottom:0px solid; font-weight:normal;}
|
63 |
#zone_onglets .actif, #zone_onglets .actif { position:relative; background-position:100% -150px; padding-bottom:2px; font-weight:bold;}
|
80 |
#zone_onglets .actif, #zone_onglets .actif { position:relative; background-position:100% -150px; padding-bottom:2px; font-weight:bold;}
|
64 |
#zone_onglets .actif a, #zone_onglets .actif a { position:relative; background-position:0% -150px; padding-bottom:3px;}
|
81 |
#zone_onglets .actif a, #zone_onglets .actif a { position:relative; background-position:0% -150px; padding-bottom:3px;}
|
65 |
#zone_contenu_tete {float :left; width : 530px; padding : 10px 0 0 20px;}
|
82 |
#zone_contenu_tete {float :left; width : 530px; padding : 10px 0 0 20px;}
|
66 |
.zone_alert, .pap_erreur {text-indent : 0; text-align: left;min-height:76px;width : 684px; margin : 5px 0 5px 0; border: 1px solid #A81106; background: #FFF url(../images/Main_Erreur.png) no-repeat top left;padding: 5px 0px 5px 76px;-moz-border-radius:12px;}
|
83 |
.zone_alert, .pap_erreur {float:left;clear:both;text-indent : 0; text-align: left;min-height:56px;width : 460px; margin : 5px 0 5px 0; border: 1px solid #A81106; background: #FFF url(../images/Main_Erreur.png) no-repeat top left;padding: 5px 0px 5px 76px;-moz-border-radius:12px;}
|
67 |
.zone_info {-moz-border-radius:12px; text-indent : 0px; text-align: left;min-height:56px;width :460px; w\idth: 430; margin : 0 15px 15px 0; border: 1px solid #D0DF7F; background: #FFF url(../images/Infos.png) no-repeat top left;padding: 5px 0px 5px 76px;}
|
84 |
.zone_info {float:left;clear:both;-moz-border-radius:12px; text-indent : 0; text-align: left;min-height:56px;width :460px; margin : 0 15px 15px 0; border: 1px solid #D0DF7F; background: #FFF url(../images/Infos.png) no-repeat top left;padding: 5px 0px 5px 76px;}
|
68 |
#zone_contenu_corps {text-indent : 15px; float: left; width:521px; margin : 20px 0px 10px 20px;padding : 0 0px 10px 0; text-align: justify;}
|
85 |
#zone_contenu_corps {text-indent : 15px; float: left; width:521px; margin : 20px 0px 10px 20px;padding : 0 0px 10px 0; text-align: justify;}
|
69 |
.spacer {width:742px;clear: both;}
|
86 |
.spacer {width:742px;clear: both;}
|
70 |
#zone_pied {margin: 3px 0 10px 0;padding:0;float:left;width: 762px;height : 65px;background: url(../images/Bandeau_bas.png) repeat-x top left;}
|
87 |
#zone_pied {margin: 3px 0 10px 0;padding:0;float:left;width: 762px;height : 65px;background: url(../images/Bandeau_bas.png) repeat-x top left;}
|
71 |
#zone_pied a {font: 12px arial, sans-serif; color: #006495;}
|
88 |
#zone_pied a {font: 12px arial, sans-serif; color: #006495;}
|
72 |
#zone_pied a:hover {text-decoration: none;font: 12px arial, sans-serif; color: #FFF 50%;}
|
89 |
#zone_pied a:hover {text-decoration: none;font: 12px arial, sans-serif; color: #FFF;}
|
73 |
/*********Projets******************/
|
- |
|
74 |
#table_projet {border: 1px solid #01446c;border-collapse: collapse;}
|
- |
|
75 |
/****tableaux****/
|
- |
|
76 |
th {border: 1px solid #006495;background:#3082AA;padding:2px;}
|
- |
|
77 |
.ligne_impaire {background-color:#FFFFFF;font-size:85%;border: 1px solid #01446c;padding:2px;}
|
- |
|
78 |
.ligne2_impaire {background: #FFF;font-size: 85%;border: 1px solid #006495;padding:2px;}
|
- |
|
79 |
.ligne_paire {background:#C3D759;font-size:85%;border: 1px solid #006495;}
|
- |
|
80 |
.table_cadre {border: 1px solid #006495;width:480px;margin:2px;}
|
- |
|
81 |
/*-------------------------------APPLETTES--------------------------------------*/
|
90 |
/*-------------------------------APPLETTES--------------------------------------*/
|
82 |
#moteur_recherche {clear:both;float:right;margin:0 5px 0 0;padding:0;width:180px;height: 33px;text-align:right;}
|
91 |
#moteur_recherche {clear:both;float:right;margin:0 5px 0 0;padding:0;width:180px;height: 33px;text-align:right;}
|
83 |
#moteur_recherche legend {display:none;}
|
92 |
#moteur_recherche legend {display:none;}
|
84 |
#moteur_recherche fieldset {margin:0;padding:0;border: 0;}
|
93 |
#moteur_recherche fieldset {margin:0;padding:0;border: 0;}
|
85 |
#moteur_recherche label {display:none;}
|
94 |
#moteur_recherche label {display:none;}
|