| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112 | 
							- /* ***** BEGIN LICENSE BLOCK *****
 
-  * This file is part of DotClear.
 
-  * Copyright (c) 2004 Olivier Meunier and contributors. All rights
 
-  * reserved.
 
-  *
 
-  * DotClear is free software; you can redistribute it and/or modify
 
-  * it under the terms of the GNU General Public License as published by
 
-  * the Free Software Foundation; either version 2 of the License, or
 
-  * (at your option) any later version.
 
-  * 
 
-  * DotClear is distributed in the hope that it will be useful,
 
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
 
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
-  * GNU General Public License for more details.
 
-  * 
 
-  * You should have received a copy of the GNU General Public License
 
-  * along with DotClear; if not, write to the Free Software
 
-  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
-  *
 
-  * ***** END LICENSE BLOCK ***** */
 
- body {
 
- 	background : #fcfcfc url("fond.jpg");
 
- 	font-family : Verdana,Arial,Helevetica,sans-serif;
 
- 	color : #000;
 
- 	font-size : 0.8em;
 
- 	margin : 2em 8% 2em 8%;
 
- }
 
- a { color : #039; }
 
- html*a:hover, html*a:focus { text-decoration : none; }
 
- h1, h2 {
 
- 	font-family : sans-serif;
 
- }
 
- h1 {
 
- 	background : transparent url(../images/logo.png) no-repeat 0 20%;
 
- 	color : #666;
 
- 	padding-left : 200px;
 
- 	height : 60px;
 
- 	margin : 0;
 
- }
 
- h1 span {
 
- 	font-size : 0.5em;
 
- }
 
- h2 {
 
- 	color : #f90;
 
- }
 
- #main {
 
- 	background:#fff;
 
- 	color:#000;
 
- 	border:2px solid #000;
 
- 	padding : 1em;
 
- }
 
- .install { border-collapse : collapse; }
 
- .install td { padding : 0.5em 1em 0.2em 0; }
 
- .install .t { white-space: nowrap; }
 
- .important { font-weight: bold; color: #f00; }
 
- /* FORMULAIRES
 
- -------------------------------------------------------- */
 
- input, textarea, option, select {
 
- 	background : #eef3f5;
 
- 	color : #000;
 
- 	font-family : Verdana,Arial,Helvetica,sans-serif;
 
- 	font-size : 1em;
 
- }
 
- input, textarea {
 
- 	border-width : 1px;
 
- }
 
- *>input, *>textarea {
 
- 	border-color : #333;
 
- }
 
- label, span.label {
 
- 	display : block;
 
- }
 
- input.submit {
 
- 	border-style : outset;
 
- 	background : #d2e0e6 url(degrade_bleu.png) repeat-x 0 100%;
 
- 	font-weight : bold;
 
- }
 
- input.submit:hover, input.submit:focus {
 
- 	background : #fc3 url(degrade_orange.png) repeat-x 0 100%;
 
- }
 
- input.submit:active {
 
- 	border-style : inset;
 
- }
 
- p.field {
 
- 	clear : left;
 
- 	margin : 0;
 
- 	padding : 1em 0 0 0;
 
- }
 
- label.float, span.label {
 
- 	position : relative;
 
- 	float : left;
 
- 	width : 25%;
 
- 	padding-right : 0.5em;
 
- }
 
 
  |