summaryrefslogtreecommitdiff
path: root/maquette_old/newstyle_Awor.css
blob: 489019c6f586d024bea9d14ab17a9b2826cf8eb7 (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
145
146
img { border : none ; }
body {
	color: #000000;
	background-color:#C1C6FD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
	min-width:750px; /*Pour eviter le chevauchement pour FireFox, ne change rien pour IE (qui gere pas trop mal sans ca) */
}
table {
	border-spacing:0px;
	margin: auto;
	padding: 0px;
	width:98%;
	text-align:center;
	border: thin solid #000000;
	border-collapse:collapse; /* Imite le cellspacing=0 et fonctionne sous IE */
	background-color:#FFFF99;
}
th {
	border-right:none;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	font-size: small;
}
td {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
th a:link, th a:visited {
	font-size: x-small;
	color: #FFFFFF;
}
h1 {
	font-weight: bold;
	color: #9999FF;
	text-align: center;
}
h2 {
	color: #5C5CFF;
	margin: 0px;
}
select { width:auto; }
/***** Titre *****/
#titre h2 {
	color: #6666FF;
	margin-left: 70px;
}
#titre {
	padding: 10px 0px 10px;
	clear:left;
	background-color:#FFFF99;
	background-image:url(images/logo.png);
	background-position:left;
	background-repeat:no-repeat;
}

/*****************/
/***** Menu *****/
#menu {
	padding:0px;
	margin:0px;
	width:100%;
	height:20px;
	background-color:#000000;
}
#menu a {
	text-decoration:none;
	display:block;
	font-weight:bold;
	text-align:center;
	color:#FFFFFF; 
}
#menu a:hover {
	color:#000000;
	background-color:#FFFFFF;
}
/* Pour IE5/MAC \*/#menu a{float:none;}/**/
#menu li {
	list-style: none;
	float:left;
	padding:0;
	margin:0;
	width:120px;
	white-space:nowrap;/*Evite l'�talement sur deux ligne*/
	vertical-align:middle;
}
#menu #deconnection {
	float:right;
}

#main_menu {

}
/*********************/
/***** Sous Menu *****/
#sous_menu {
	clear:left;
	padding-top:5px;
	padding-bottom:3px;
	padding-left:15px;
	border-bottom:1px solid #000000;
}
/* -------------- Arbre -------------------*/
p.arbre {
	font-size: small;
	color: #1F1FFF;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
p.arbre a:link, p.arbre a:visited {color:#1F1FFF; }

/*******************/
/***** Contenu *****/
#contenu {
	padding-top:10px;
	padding-bottom:20px;
	padding-left:5px;
	padding-right:22%;/*225px;*/ /*200 + 5*2 + 2*2 + (pour ie 5*2) */
	background-color:#FFFF99;
}
#aide {
	text-align:justify;
	color:#000000;
	float:right;
	margin:5px;
	padding:5px;
	border:2px solid #000000;
	background-color:#FFFFFF;
	font-size:small;
	width:18%;
}
#aide h2
{
	text-align:center;
	font-size:medium;
	color:#FFFFFF;
	background-color:#000000;
	margin-top:0;
	margin-bottom:10px;
}