1/*	*	*	*	*	*	*	*	*	**
2**	Style pour plugin serverinfos	**
3**	Créé: 23/04/2016				**
4**	MàJ : 02/07/2016				**
5**	*	*	*	*	*	*	*	*	*/
6
7.categorie 	{background-color: #c5c5c5;}
8.valeur		{background-color: #e3e3e3;}
9.online		{color: green;}
10.offline	{color: red;}
11
12#corps	{
13width: 100%;
14height: 100%;
15float: left;
16margin: auto;
17position: relative;
18background-position: center;
19visibility: visible;
20z-index: 10;
21}
22
23	#infos {
24	width: 90%;
25	float: left;
26	margin: auto;
27	position: relative;
28	background-position: center;
29	visibility: visible;
30	z-index: 10;
31	}
32
33#categorie	{
34width: 100%;
35background-color: lightblue;
36text-align: center;
37float: left;
38margin: auto;
39position: relative;
40background-position: center;
41visibility: visible;
42z-index: 10;
43}
44
45#entete	{
46width: 100%;
47float: left;
48margin: auto;
49position: relative;
50background-position: center;
51visibility: visible;
52z-index: 10;
53}
54
55	#texte	{
56	width: 70%;
57	float: left;
58	margin: auto;
59	position: relative;
60	background-position: center;
61	visibility: visible;
62	z-index: 10;
63	}
64
65	#logos	{
66	width: 30%;
67	float: left;
68	margin: auto;
69	position: relative;
70	background-position: center;
71	visibility: visible;
72	z-index: 10;
73	}
74
75		#logoA	{
76		height: 100%;
77		width: 25%;
78		float: left;
79		margin: auto;
80		position: relative;
81		background-position: center;
82		visibility: visible;
83		z-index: 10;
84		}
85
86		#logoB	{
87		height: 100%;
88		width: 25%;
89		float: left;
90		margin: auto;
91		position: relative;
92		background-position: center;
93		visibility: visible;
94		z-index: 10;
95		}
96
97		#logoC	{
98		height: 100%;
99		width: 25%;
100		float: left;
101		margin: auto;
102		position: relative;
103		background-position: center;
104		visibility: visible;
105		z-index: 10;
106		}
107
108		#logoD	{
109		height: 100%;
110		width: 25%;
111		float: left;
112		text-align: center;
113		margin: auto;
114		position: relative;
115		background-position: center;
116		visibility: visible;
117		z-index: 10;
118		}
119
120	#categorie_contenu	{
121	width: 100%;
122	/*background-color: lightyellow;*/
123	float: left;
124	margin: auto;
125	position: relative;
126	background-position: center;
127	visibility: visible;
128	z-index: 10;
129	}
130
131		#categorie_contenu_cpu	{
132		width: 45%;
133		float: left;
134		text-align: center;
135		margin: auto;
136		position: relative;
137		background-position: center;
138		visibility: visible;
139		z-index: 10;
140		}
141			#categorie_contenu_cpu_mark	{
142			width: 33%;
143
144			float: left;
145			margin: auto;
146			position: relative;
147			background-position: center;
148			visibility: visible;
149			z-index: 10;
150			}
151
152			#categorie_contenu_cpu_model	{
153			width: 33%;
154
155			float: left;
156			margin: auto;
157			position: relative;
158			background-position: center;
159			visibility: visible;
160			z-index: 10;
161			}
162
163			#categorie_contenu_cpu_freq	{
164			width: 33%;
165
166			float: left;
167			margin: auto;
168			position: relative;
169			background-position: center;
170			visibility: visible;
171			z-index: 10;
172			}
173
174		#categorie_contenu_ram	{
175		width: 10%;
176
177		float: left;
178		text-align: center;
179		margin: auto;
180		position: relative;
181		background-position: center;
182		visibility: visible;
183		z-index: 10;
184		}
185
186			#categorie_contenu_ram_total	{
187			width: 100%;
188
189			float: left;
190			margin: auto;
191			position: relative;
192			background-position: center;
193			visibility: visible;
194			z-index: 10;
195			}
196
197		#categorie_contenu_dd	{
198		width: 45%;
199
200		float: left;
201		text-align: center;
202		margin: auto;
203		position: relative;
204		background-position: center;
205		visibility: visible;
206		z-index: 10;
207		}
208
209		#categorie_contenu_os	{
210		width: 33%;
211
212		float: left;
213		text-align: center;
214		margin: auto;
215		position: relative;
216		background-position: center;
217		visibility: visible;
218		z-index: 10;
219		}
220
221		#categorie_contenu_system	{
222		width: 33%;
223
224		float: left;
225		text-align: center;
226		margin: auto;
227		position: relative;
228		background-position: center;
229		visibility: visible;
230		z-index: 10;
231		}
232
233		#categorie_contenu_vmac	{
234		width: 33%;
235
236		float: left;
237		text-align: center;
238		margin: auto;
239		position: relative;
240		background-position: center;
241		visibility: visible;
242		z-index: 10;
243		}
244
245		#categorie_contenu_web	{
246		width: 25%;
247
248		float: left;
249		text-align: center;
250		margin: auto;
251		position: relative;
252		background-position: center;
253		visibility: visible;
254		z-index: 10;
255		}
256
257		#categorie_contenu_php	{
258		width: 50%;
259
260		float: left;
261		text-align: center;
262		margin: auto;
263		position: relative;
264		background-position: center;
265		visibility: visible;
266		z-index: 10;
267		}
268
269		#categorie_contenu_service	{
270		width: 14.2857%;
271		float: left;
272		text-align: center;
273		margin: auto;
274		position: relative;
275		background-position: center;
276		visibility: visible;
277		z-index: 10;
278		}
279