aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/users_guide_french/USERS-GUIDE.css
blob: 1deba456663a2f31aefe955a69aca6a24a9a872d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
/************************************************************************************
 * USERS-GUIDE.css                                                					*
 * auteur Emmanuel Brun     < manub91[at]gmail.com >                  				*
 * date  : 28/12/06 mise en conformité avec W3C xhtml 1.0 strict 					*
 *					test Firefox + IE6 												*
 *                                                                      			*
 * Fichier CSS du Guide de l'utilisateur de EasyTAG (version 1.99.11) 				*
 *																					*
 ************************************************************************************/

	body {
		font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
        margin: 0;
        padding: 0 30px 0 30px;
        background-color: #FDFDE7;
        font-size: 0.9em;
        line-height: 1.5em;        
		}
		
	/* LISTES */
	/* ====== */		
	/* Table des matières */	
	.TM1 li {	 
		margin-top:0.5em;
		margin-left: 3em;
		list-style-type: none;
		list-style-position: outside;
		text-indent: 0em;
		line-height: 1.5em;		
		}
		
	.TM2 li {
		margin-top:0em;
		margin-left: 3em;
		list-style-type: none;
		list-style-position: outside;
		text-indent: 0em;
		line-height: 1.5em;		
		}

	.TM3 li {
		margin-top:0em;
		margin-left: 3em;
		list-style-type: none;
		list-style-position: outside;
		text-indent: 0em;
		line-height: 1.5em;
		}

	/* Liste - paragraphe */
	.liste1	li {
		margin-top:0.5em;
		margin-left: 3em;
		list-style-type: disc;
		list-style-position: outside;
		text-indent: 0em;
		line-height: 1.5em;
		}
		
	.liste2	li {
		margin-top:0em;
		margin-left: 3em;
		list-style-type: circle;
		list-style-position: outside;
		text-indent: 0em;
		line-height: 1.5em;
		}
		
	/* Chapitre */		
	h1	{
		font-size: 1.5em;
		font-weight: bold;
		text-align: center;
		line-height: 1.5em;		
		border-top: 1px solid #CCCCCC;
		border-bottom: 1px solid #CCCCCC;
		border-left: 1px solid #CCCCCC;
		border-right: 1px solid #CCCCCC;
		color: blue;
		background-color: #D2E6FF;
		}
	h2	{
		font-size: 1.1em;
		text-decoration: none;
		text-indent: 0em;
		margin-top: 2em;
		border-top: 1px solid #CCCCCC;
		border-bottom: 1px solid #CCCCCC;
		border-left: 1px solid #CCCCCC;
		border-right: 1px solid #CCCCCC;
		color: blue;
		background-color: #D2E6FF;
		}
	h3	{
		font-size: 1.1em;
		text-decoration: none;
		margin-top: 1.5em;
		margin-left: 2em;
		color: blue;
		}
	h4 {
		font-size: 1.1em;
		text-decoration: none;
		margin-top: 1.5em;
		margin-left: 5em;
		color: blue;
		}
		
	p { text-align: justify; text-indent: 2em; line-height: 1.5em; }
		
	.sans-retrait {	text-align: justify; text-indent: 0em; }

	/* CARACTERES */
	/* ========== */
	#titre_TM {	font-size: 1.5em; color: blue; }
	
	.entree { font-weight: bold; }
	
	.souligne {	text-decoration: underline;	}
		
		
	/* TABLEAU */
	/* ======= */	
	table { border: 1px solid #666666; margin: 0px; padding: 0px; }
	
	th { background-color: #CCCCCC; border: 1px solid; font-size: 0.8em; text-align: center; }
	
	td { background-color: #F9F9F9; border: 1px solid #CECECE; font-size: 0.8em; text-align: center; }

	/* IMAGES */
	/* ====== */
	.img_c { margin-top: 2em; margin-bottom:2em; text-align: center; } /* image centree */
	
	.droite { margin-bottom: 1em; margin-left: 2em; margin-right: 0; float: right; } /* image à droite */

	.fin_img { clear: both; visibility: hidden; } /* cale les paragraphes sur les images */	
	
	/* LIENS */
	/* ===== */
	a {	text-decoration: none; }
	
	a:hover { background-color: #E8F8FC; color: #FF02F5; }	
	
	.tab_c {margin: 1em auto 1em auto; }