| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208 |
- body
- {
- font-size: smaller;
- font-family: Verdana;
- }
- #conteneur
- {
- margin-left:10px;
- }
- .libelle
- {
- width:350px;
- }
- .titre
- {
- width: 250px;
- }
- .valeur
- {
- width: 300px;
- }
- .classe
- {
- width: 200px;
- }
- .nbEleves
- {
- width: 75px;
- }
- .totalbordure
- {
- border-top: black 1px solid;
- border-right-style: none;
- border-left-style: none;
- border-bottom-style: none;
- }
- .sansbordure
- {
- border-top-style: none;
- border-right-style: none;
- border-left-style: none;
- border-bottom-style: none;
- }
- #graphique
- {
- text-align: center;
- }
- #dotation
- {
- table-layout: fixed;
- border-collapse: collapse;
- }
- .typedotation
- {
- width: 160px;
-
- }
- .mtn
- {
- width:80px;
- text-align: right;
-
- }
- .mtn1
- {
- width:80px;
- text-align: right;
-
- }
- .ecart
- {
- width:80px;
- text-align: right;
-
- }
- .bordure
- {
- border-right: #ffd700 1px solid;
- border-top: #ffd700 1px solid;
- border-left: #ffd700 1px solid;
- border-bottom: #ffd700 1px solid;
- }
- .bordurecentre
- {
- border-right: #ffd700 1px solid;
- border-top: #ffd700 1px solid;
- border-top: #ffd700 1px solid;
- border-left: #ffd700 1px solid;
- border-bottom: #ffd700 1px solid;
- text-align:center;
- }
- #travaux
- {
- table-layout: fixed;
- border-collapse: collapse;
- }
- .travannee
- {
- width: 80px;
- }
- .typetravaux
- {
- width:120px;
- }
- .travlibelle
- {
- width:600px;
- }
- .travmontant
- {
- width:100px;
- text-align: right;
- }
- .travstatus
- {
- width:100px;
- }
- .travimprevu
- {
- width:80px;
- }
- h2
- {
- background-color: #ffd700;
- }
- table
- {
- table-layout: fixed;
- border-collapse: collapse;
- }
- td
- {
- border-right: #ffd700 1px solid;
- border-top: #ffd700 1px solid;
- border-left: #ffd700 1px solid;
- border-bottom: #ffd700 1px solid;
- }
- #catouche
- {
- margin-top: 10px;
- font-size: smaller;
- font-family: Arial;
- }
- #listeagentscg
- {
- width:100%;
- }
- #listeagentsaide
- {
- width:100%;
- }
- .Zone
- {
- width:200px;
- }
- .Nb_Eleves
- {
- width:150px;
- text-align: right;
- }
- .Montant_Subvention
- {
- width:150px;
- text-align: right;
- }
- .atcnom
- {
- width:80px;
- text-align:left;
- }
- .atcprenom
- {
- width:80px;
- text-align: left;
- }
- .atcfonction
- {
- width:150px;
- text-align: left;
- }
- .atcqtew
- {
- width:100px;
- text-align: right;
- }
- .atcstatut
- {
- width:80px;
- text-align: center;
- }
- .atcgrade
- {
- width:150px;
- text-align: left;
- }
|