ADD copyright dans le pied de page + accès aux conditions d'utilisation
[euphorik.git] / css / 1 / euphorik.css
1 /* coding: utf-8 */
2
3 @import url(pageMinichat.css);
4 @import url(pageAdmin.css);
5 @import url(pageProfileRegister.css);
6 @import url(pageAbout.css);
7
8 * {
9 padding: 0px;
10 margin: 0px;
11 }
12
13 body {
14 font-family: sans-serif;
15 font-size: 12px;
16 color: #841919;
17 background-color: #f6dfc2;
18 }
19
20 #container {
21 position: relative;
22 height: auto;
23 margin: 0px;
24 }
25
26 /***** Menu *****/
27 ul#menu {
28 background-image: url(../../img/css1/logo_fond.png);
29 height:129px;
30 width: 100%;
31 font-size: 11px;
32 list-style-type:none;
33 }
34 #menu li:first-child {
35 margin-left: 340px;
36 }
37 #menu li {
38 margin-top: 47px;
39 font-size: 14px;
40 text-align: center;
41 cursor: pointer;
42 height:30px;
43 z-index: 20;
44 float: left;
45 min-width: 60px;
46 background-color: #f6dfc2;
47 line-height: 32px;
48 }
49 #menu li.courante {
50 background-color: #ffffff;
51 background-image: url(../../img/css1/triangle.png);
52 background-repeat: no-repeat;
53 background-position: center bottom
54 }
55 #menu li:hover {
56 background-color: #ffffff;
57 }
58
59 /***** Le menu pour le choix de la CSS *****/
60 #menuCss {
61 position: absolute;
62 z-index: 10;
63 left: 550px;
64 top:0px;
65 font-size: 9px;
66 }
67
68 /***** Le style du contenu des pages *****/
69 #page {
70 font-size: 12px;
71 background-color: #f6dfc2;
72 padding: 10px 10px 15px 10px;
73 }
74 #page > h1 {
75 margin-top: 10px;
76 margin-left: 0px;
77 font-size: 18px;
78 }
79 #page > h2 {
80 margin-top: 10px;
81 margin-left: 10px;
82 font-size: 16px;
83 }
84 #page > h3 {
85 margin-top: 10px;
86 margin-left: 20px;
87 font-size: 14px;
88 background-color : #FFFFFF
89 }
90 #page > h4 {
91 margin-top: 10px;
92 margin-left: 25px;
93 font-size: 12px;
94 }
95 #page > p {
96 margin-top: 3px;
97 margin-left: 35px;
98 }
99 #page > ul {
100 margin-top: 3px;
101 margin-left: 45px;
102 }
103 #logo {
104 z-index: 10;
105 background-image: url(../../img/css1/logo.png);
106 background-repeat: no-repeat;
107 width: 304px;
108 height: 129px;
109 position: absolute;
110 }
111
112 /***** Le pied de page *****/
113 #footer {
114 background-color: #e19671;
115 text-align: right;
116 font-size: 9px
117 }
118 #footer a img{
119 border-style: none;
120 vertical-align: middle;
121 margin-right: 5px;
122 }
123 #footer span{
124 margin-right: 10px;
125 }
126
127 /***** La boite d'information (s'apparente à une MessageBox) *****/
128 div#info {
129 text-align: center;
130 width:100%;
131 position: fixed;
132 left: 0px;
133 top: 0px;
134 background-color: #841919;
135 border-bottom: 1px solid #FFFFFF;
136 z-index: 20;
137 color: #f0df95
138 }
139 div#info div.fermer {
140 float:right;
141 cursor: pointer;
142 height:16px;
143 width: 16px;
144 background-image: url(../../img/fermer.gif)
145 }
146 div#info #icone {
147 float:left;
148 height:16px;
149 width: 16px;
150 }
151 div#info #icone.interrogation {
152 background-image: url(../../img/interrogation.gif)
153 }
154 div#info #icone.information {
155 background-image: url(../../img/information.gif)
156 }
157 div#info #icone.exclamation {
158 background-image: url(../../img/exclamation.gif)
159 }
160 div#info .boutons {
161 padding: 1px;
162 }
163 div#info .boutons div {
164 cursor: pointer;
165 background-color: #c62929;
166 display: inline;
167 padding: 0px 5px 0px 5px;
168 margin: 0px 5px 0px 5px;
169 }
170 div#info .boutons div:hover {
171 background-color: #e84747;
172 }
173
174 /***** Les infos bulles *****/
175 #flecheBulle {
176 position: absolute;
177 z-index: 50;
178 width: 15px;
179 height: 8px;
180 background-image: url(../../img/css1/fleche_bulle.png);
181 display: none
182 }
183 #messageBulle {
184 position: absolute;
185 z-index: 50;
186 color: #ffffff;
187 background-color: #841919;
188 display: none;
189 font-size: 10px;
190 }
191 #messageBulle p {
192 padding: 3px 6px;
193 }
194
195 /***** Le faux captcha *****/
196 .captcha {
197 display:none;
198 }
199
200 /***** Les formulaires *****/
201 form input,
202 form button,
203 form select {
204 background-color: #f0df95;
205 border: #841919 1px solid;
206 }
207 form input:hover, form input:focus,
208 form button:hover, form button:focus,
209 form select:hover, form select:focus {
210 background-color: #ffffff;
211 }
212 form input,
213 form select {
214 font-size: 12px;
215 }
216 form button {
217 font-size: 11px;
218 }
219
220 /***** Les liens *****/
221 .lien, a {
222 text-decoration: underline;
223 }
224 .lien {
225 cursor: pointer
226 }
227 a:link, a:visited {
228 color: #c62929;
229 }
230 .lien:hover, .lien:active, a:hover, a:active {
231 color: #e84747;
232 }