source: ether_eccad/trunk/ECCAD_INTERFACE/css/Copy of Eccad.css @ 68

Last change on this file since 68 was 68, checked in by cbipsl, 14 years ago

commit v1 eccad

  • Property svn:executable set to *
File size: 7.8 KB
Line 
1body{
2        background-color:#f7f0f9;
3}
4
5/*********************************************************/
6/* Définition générale de la page                        */
7/*********************************************************/
8#page{
9        margin: 0;
10        padding: 0;
11        width:950px;
12        margin-right: auto;
13        margin-left: auto;
14        background-color:#ffffff;
15        color: #000099;
16        font-size: 10pt;
17        position: relative;
18}
19
20/*********************************************************/
21/* Définition du bandeau haut de la page                 */
22/*********************************************************/
23#bandeau_haut{
24        margin:0;
25        padding: 0;
26        width:950px;
27        height:100px;
28        background:  url(../images/fond_menu_top.jpg);
29        color: #ffffff;
30}
31/*---------------------------------------------*/
32/* colonne contenant le logo Ether             */
33/*---------------------------------------------*/
34.colLogo{
35        float:left;
36        width:150px;
37}
38/*---------------------------------------------*/
39/* colonne contenant le reste de l'en-tête     */
40/*---------------------------------------------*/
41.colEntete
42{
43        float:left;
44        width:800px;
45}
46/*---------------------------------------------*/
47/* zone de copyright                           */
48/*---------------------------------------------*/
49.copyright{
50        width:100%;
51        height:25px;
52        float:left;
53        text-align: right;
54        font-size:small;
55}
56/*---------------------------------------------*/
57/* zone contenant le titre du site (ECCAD)     */
58/*---------------------------------------------*/
59.titre_site{
60        float:left;
61        width:100%;
62        height:45px;
63        color:#cdecff;
64        font-size:x-large;
65        font-weight:bold;
66}
67/*---------------------------------------------*/
68/* zone de navigation horizontale              */
69/*---------------------------------------------*/
70.navigH{
71        float:left;
72        width:100%;
73        text-align:center;
74        font-size:medium;
75        height:30px;
76}
77.navigH a{
78        color:#ffffff;
79        text-decoration:none;
80        padding-right:50px;
81        padding-left:50px;
82}
83.navigH a:hover{
84        color:#ffcc00;
85        text-decoration:none;
86}
87
88
89/*********************************************************/
90/* Définition de la zone principale de la page           */
91/*********************************************************/
92#centre{
93        width: 950px;
94        background: #ffffff;
95        min-height:600px;
96        color:#000099;
97        margin:0;
98        padding: 0;
99        position: relative;
100}
101/*---------------------------------------------*/
102/* zone de navigation verticale                */
103/*---------------------------------------------*/
104.navigV{
105        font-family:Arial, Helvetica, sans-serif;
106        background:#ffcc00;
107        float:left;
108        width:150px;
109        min-height:600px;
110        font-size:medium;
111}
112.navigV ul{
113        margin-left:10px;
114        padding-left:10px;
115        line-height:200%;
116}
117.navigV a{
118        color:#0c0cef;
119        text-decoration:none;
120}
121.navigV a:hover{
122        color:#cc0066;
123}
124
125
126/*---------------------------------------------*/
127/* zone contenant le logo du site (ECCAD)      */
128/*---------------------------------------------*/
129.logo2{
130        text-align:center;
131        padding:10px;
132}
133
134/*---------------------------------------------*/
135/* zone contenant la page sélectionnée         */
136/*---------------------------------------------*/
137.contenu{
138        position: relative;
139        float: left;
140        width:800px;
141        min-height:600px;
142}
143/*---------------------------------------------*/
144/* chemin de la page                           */
145/*---------------------------------------------*/
146.chemin{
147        font-weight:bold;
148        font-family:Verdana, sans-serif;
149        font-size:11px;
150        color:#066aa2;
151        text-align:right;
152        padding:10px;
153}
154.chemin a{
155        color:#066aa2;
156        text-decoration:underline;
157}
158
159/*---------------------------------------------*/
160/* zone contenant le texte de la page          */
161/*---------------------------------------------*/
162.pageEccad{
163        font-family:Arial, Helvetica, sans-serif;
164        font-size:10pt;
165        position: relative;
166}
167.pageEccad h1{
168        font-size:12pt;
169        color:#990099;
170}
171.pageEccad h2{
172        width:100%;
173        color:#33cc33;
174        font-size:10pt;
175        margin:2px;
176/*      padding-top:5px; */
177}
178.pageEccad h3{
179        margin:1px;
180        margin-left: 5px;
181        width: 125px;
182        font-size:10pt;
183}
184.pageEccad a{
185        color:#ff9900;
186        text-decoration:none;
187}
188.pageEccad p{
189        width:100%;
190        margin:5px;
191}
192
193/*********************************************************/
194/* Propriétées du formulaire de sélection des produits   */
195/*********************************************************/
196.selection label{
197        margin-left: 25px;
198        margin-top: 0px;
199        width: 125px;
200        font-size:12pt;
201        color:#000099;
202/*      border: solid 1px; */
203}
204.selection select{
205        margin-left: 25px;
206        background:#d8edf8;
207/*      max-width:100px; */
208}
209.selection option{
210        background:#d8edf8;
211}
212
213.selection input{
214        margin-left:5px;
215        margin-top: 0px;
216        background:#d8edf8;
217}
218
219.selection input[type="submit"], input[type="reset"] {
220        margin-left:100px;
221        margin-top:5px;
222}
223
224/*********************************************************/
225/* Propriétés de la colonne de gauche en visualisation   */
226/*********************************************************/
227.visuCommon{
228        margin:25px;
229        font-size:10pt;
230}
231.visuCommon h1{
232        font-size:12pt;
233        margin:0;
234        margin-top:0.5em;
235        margin-bottom:0.5em;
236        margin-left:-15px;
237}
238.visuCommon h2{
239        margin:0;
240        margin-left:-5px;
241        margin-top:0.2em;
242        margin-bottom:0.2em;
243        font-size:11pt;
244        font-weight:normal;
245        text-decoration:underline;
246}
247.visuCommon label{
248        float: left;
249        margin-left: 10px;
250        margin-top: 5px;
251        width: 75px;
252/*      border: solid 1px; */
253}
254.visuCommon input{
255        float: left;
256        margin-left:5px;
257        margin-top: 3px;
258/*      background:#d8edf8; */
259        background:#fff2bf;
260        text-align:right;
261}
262.visuCommon input[type="submit"], input[type="reset"] {
263        float: left;
264        margin-left:25px;
265        margin-top:5px;
266/*      background:#806600; */
267        background:#000099;
268/*      color:#ffcc00; */
269        color:#fff2bf;
270}
271/*********************************************************/
272/* Propriétés de la colonne d'affichage des données      */
273/*********************************************************/
274/*---------------------------------------------*/
275/* menu par onglets                            */
276/*---------------------------------------------*/
277.menu_onglets {
278        float:left;
279        width:100%;
280        height:25px;
281        text-align:center;
282        color:#ffffff;
283        font-weight:bold;
284}
285.menu_onglets a { 
286        text-decoration:none;
287        color:#ffffff;
288        font-weight:bold;
289} 
290.onglet {
291        float: left;
292        margin-left:5px;
293        height:100%;
294        width:125px;
295        background:  url(./images/onglet_clair.gif);
296}
297
298.onglet-actif {
299        margin-left:5px;
300        float: left;
301        height:100%;
302        width:125px;
303        background:  url(./images/onglet_fonce.gif);
304}
305/*---------------------------------------------*/
306/* bloc de visualisation                       */
307/*---------------------------------------------*/
308.bloc_visu{
309        width:100%;
310        float: left;
311        height:500px;
312        border:solid 1px;
313}
314.zone_affich{
315        float:left;
316        width:90%;
317        margin-left:5%;
318        margin-right:5%;
319        margin-top:10px;
320        margin-bottom:10px;
321        border:solid 1px;
322}
323/*---------------------------------------------*/
324/* menu pour la zone d'affichage               */
325/*---------------------------------------------*/
326.col1_menu{
327        float:left;
328        width:200px;
329        height:30px;
330        margin-top:5px;
331}
332.col2_menu{
333        float:left;
334}
335/*---------------------------------------------*/
336/* paramètres pour l'affichage des images      */
337/*---------------------------------------------*/
338.image{
339        position: relative;
340        width:722px;
341        height:362px;
342        border:solid 1px;
343}
344.legend{
345        float:left;
346        width:100px;
347        height:270px;
348        border:solid 1px;
349        margin:5px;
350}
351
352span.position {
353        font-family: tahoma, sans-serif;
354        color: #ffffff;
355        font-size: 10pt;
356        position: relative; 
357        background-color: #09577d;     
358        }
359/*------------------------------------------------*/
360/* boutons et erreur                              */
361/*------------------------------------------------*/
362div.bouton {
363        font-family: tahoma, sans-serif;
364        color: #ffffff;
365        background-color: #09577d;
366        width: 200px;
367        height: 30px;
368        border-style: solid;
369        border-width: 2px;
370        text-align: center;
371        vertical-align: middle;
372        /*cursor: pointer;*/
373}
374
375div.errorArea{
376        color:#ff0000;
377        font-style: italic;
378        font-weight: bold;
379        font-family: sans-serif;
380        width: 530px;
381}
382
383
384div.conteneurBouton {
385        height: 70px;
386        width: 100%;
387}
Note: See TracBrowser for help on using the repository browser.