Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1204 Rev 1206
Line 1... Line 1...
1
	/* La ligne suivante ne sert qu'à régler le bug d'affichage des listes déroulantes */
1
/* La ligne suivante ne sert qu'à régler le bug d'affichage des listes déroulantes */
2
select {
2
select {
3
	background: #FFF;
3
	background: #FFF;
4
}
4
}
5
/** Add css rules here for your application. */
5
/** Add css rules here for your application. */
6
body,html {
6
body,html {
Line 51... Line 51...
51
 
51
 
52
#zoneTitre {
52
#zoneTitre {
53
	width:45%;
53
	width:45%;
54
	margin-top:13px;
54
	margin-top:13px;
55
}
-
 
56
#zoneIdentification {
-
 
57
    background: url("./img/carre_orange.png") no-repeat scroll 83px 10px transparent;
-
 
58
    float: right;
-
 
59
    padding-bottom: 35px;
-
 
60
    padding-left: 26px;
-
 
61
    margin-top:50px;
-
 
62
    margin-right:80px;
-
 
63
    width: 40%;
-
 
64
}
-
 
65
#zoneLogos {
-
 
66
	position: absolute;
-
 
67
	width:400px;
-
 
68
	height:50px;
-
 
69
	margin-left:620px;
-
 
70
	padding-top:5px;
-
 
71
}
-
 
72
 
-
 
73
#zoneLogos span {
-
 
74
	margin-right:12px;
-
 
75
}
-
 
76
 
55
}
77
#zoneLiens {
56
#zoneLiens {
78
	clear:both;
57
	clear:both;
79
}
58
}
80
#zoneTitre h1 {
59
#zoneTitre h1 {
Line 685... Line 664...
685
	text-align:center;
664
	text-align:center;
686
	color:#555;
665
	color:#555;
687
	font-family:arial;
666
	font-family:arial;
688
	font-size:11px;
667
	font-size:11px;
689
	font-weight:bold;
668
	font-weight:bold;
-
 
669
	margin-top:30px;
690
}
670
}
Line 691... Line 671...
691
 
671
 
692
#zoneFooter a {
672
#zoneFooter a {
-
 
673
	margin-right:30px;
-
 
674
	
-
 
675
}
-
 
676
 
-
 
677
#zoneEntete {
-
 
678
	width:1000px;
-
 
679
	margin:0 auto;
693
	margin-right:30px;
680
	min-height:230px;
694
}
681
}