Subversion Repositories Applications.referentiel

Rev

Rev 80 | Rev 103 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 80 Rev 87
Line 44... Line 44...
44
	font-style:italic;
44
	font-style:italic;
45
	margin:4px 0 1px 0;}
45
	margin:4px 0 1px 0;}
46
a{
46
a{
47
	color:black;
47
	color:black;
48
	text-decoration:none;
48
	text-decoration:none;
49
	background:url(http://www.tela-botanica.org/sites/commun/generique/images/graphisme/img_underline_plan_site_black.png) repeat-x center bottom;}
49
	background:url(images/img_underline_atelier.png) repeat-x center bottom;}
50
a:hover{
50
a:hover{
51
	color:black;
51
	color:black;
52
	text-decoration:none;
52
	text-decoration:none;
53
	background:url(http://www.tela-botanica.org/sites/commun/generique/images/graphisme/img_underline_hover_plan_site_black.png) repeat-x center bottom;}
53
	background:url(images/img_underline_hover_atelier.png) repeat-x center bottom;}
54
hr{
54
hr{
55
	color:#62210F;}
55
	color:#62210F;}
56
table{
56
table{
57
	border-collapse: collapse;
57
	border-collapse: collapse;
58
	width:100%;
58
	width:100%;
Line 86... Line 86...
86
	top:2px;
86
	top:2px;
87
	z-index:1;}
87
	z-index:1;}
88
#zone-entete{
88
#zone-entete{
89
	height:121px;
89
	height:121px;
90
	margin:0;
90
	margin:0;
91
	background:url("http://www.tela-botanica.org/sites/atelier/generique/images/graphisme/bandeau_atelier_fond.png") repeat-x scroll 0 0 transparent;}
91
	background:url("images/bandeau_atelier_fond.png") repeat-x scroll 0 0 transparent;}
92
#zone-entete-contenu{
92
#zone-entete-contenu{
93
	height:120px;
93
	height:120px;
94
	background:url("http://www.tela-botanica.org/sites/atelier/generique/images/graphisme/bandeau_atelier.jpg") no-repeat scroll 0 0 transparent;}
94
	background:url("images/bandeau_atelier.jpg") no-repeat scroll 0 0 transparent;}
95
#zone-titre-site{
95
#zone-titre-site{
96
	height:38px;
96
	height:38px;
97
	margin:0;
97
	margin:0;
98
	text-align:right;}
98
	text-align:right;}
99
#zone-titre-site h1{
99
#zone-titre-site h1{
Line 169... Line 169...
169
	list-style:none;}
169
	list-style:none;}
170
#zone-navigation li {
170
#zone-navigation li {
171
	float:left;
171
	float:left;
172
	margin:0;
172
	margin:0;
173
	padding:0;
173
	padding:0;
174
	background:url(http://www.tela-botanica.org/sites/commun/generique/images/graphisme/norm_right_both.gif) no-repeat right top;}
174
	background:url("images/norm_right_both.gif") no-repeat right top;}
175
#zone-navigation a {
175
#zone-navigation a {
176
	float:left; /* ligne ajoutee pour compatibilite IE5-Mac */
176
	float:left; /* ligne ajoutee pour compatibilite IE5-Mac */
177
	display:block;
177
	display:block;
178
	background:url("http://www.tela-botanica.org/sites/commun/generique/images/graphisme/norm_left_both.gif") no-repeat left top;
178
	background:url("images/norm_left_both.gif") no-repeat left top;
179
	width:.1em;
179
	width:.1em;
180
	white-space:nowrap;/*2 lignes ajoutees pour compatibilite IE : extension de la zone cliquable a l'ensemble de l'onglet*/
180
	white-space:nowrap;/*2 lignes ajoutees pour compatibilite IE : extension de la zone cliquable a l'ensemble de l'onglet*/
181
	padding:5px 15px 4px;
181
	padding:5px 15px 4px;
182
	text-decoration:none;}
182
	text-decoration:none;}
183
/* On retablit le float a sa valeur correct mais le hack de l'antislash commente cache cette regle a IE5-Mac \*/
183
/* On retablit le float a sa valeur correct mais le hack de l'antislash commente cache cette regle a IE5-Mac \*/
Line 223... Line 223...
223
	background-color:yellow !important;}
223
	background-color:yellow !important;}
224
.obligatoire{
224
.obligatoire{
225
	color:red;}
225
	color:red;}
226
.attention {
226
.attention {
227
  display:block;
227
  display:block;
228
  background: #ffffcc url(http://www.tela-botanica.org/sites/commun/generique/images/graphisme/attention.png) no-repeat 2% 50%;
228
  background: #ffffcc url("images/attention.png") no-repeat 2% 50%;
229
  text-align:center;
229
  text-align:center;
230
  border: 1px solid red;
230
  border: 1px solid red;
231
  min-height: 30px;
231
  min-height: 30px;
232
  max-width: 800px;
232
  max-width: 800px;
233
  padding:10px 5px 5px 50px;}
233
  padding:10px 5px 5px 50px;}
234
.information {
234
.information {
235
 background: #e7ebfd url(http://www.tela-botanica.org/sites/commun/generique/images/graphisme/information.png) no-repeat 2% 50%;
235
 background: #e7ebfd url("images/information.png") no-repeat 2% 50%;
236
  text-align:center;
236
  text-align:center;
237
  border:1px solid #5D81BA;
237
  border:1px solid #5D81BA;
238
  max-width: 800px;
238
  max-width: 800px;
239
  min-height:30px;
239
  min-height:30px;
240
  padding:10px 5px 5px 50px;}
240
  padding:10px 5px 5px 50px;}