Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1689 Rev 1703
Line 225... Line 225...
225
}
225
}
Line 226... Line 226...
226
 
226
 
227
.nettoyage {
227
.nettoyage {
228
	clear: both
228
	clear: both
-
 
229
}
-
 
230
hr.nettoyage {
-
 
231
	width:0;
-
 
232
	height:0;
229
}
233
	border:none;
230
 
234
}
231
hr {
235
hr {
232
	border: none;
236
	border: none;
233
	border-bottom: solid 1px #DDD;
237
	border-bottom: solid 1px #DDD;
234
	border-top: solid 1px #AAA
238
	border-top: solid 1px #AAA
Line 390... Line 394...
390
 
394
 
391
.limiteMax {
395
.limiteMax {
392
	max-width:1150px;
396
	max-width:1150px;
393
	margin:0 auto;
397
	margin:0 auto;
-
 
398
}
-
 
399
.limiteMaxResultat {
-
 
400
	max-width:1000px;
-
 
401
	margin:0 auto;
Line 394... Line 402...
394
}
402
}
395
 
403
 
396
.arrondi {
404
.arrondi {
397
	border-radius:10px;
405
	border-radius:10px;
Line 708... Line 716...
708
 
716
 
709
.pictoplante-contact a:hover {
717
.pictoplante-contact a:hover {
710
	color: #FD8C13;
718
	color: #FD8C13;
711
	text-decoration : none;
719
	text-decoration : none;
-
 
720
}
712
}
721
/*----------------------------------------------------------------------------------------------------------*/
713
 
722
/* ONGLETS */
714
.zone-onglets {
723
.zone-onglets {
715
	margin-bottom:5px;
724
	margin-bottom:5px;
716
	width:100%;
725
	width:100%;
717
	height:31px;
726
	height:31px;
718
	text-align:left;
727
	text-align:left;
719
	border:solid 1px #AAA;
728
	border:solid 1px #AAA;
720
	border-width:0 0 1px 0;
729
	border-width:0 0 1px 0;
721
	padding-left:5px;	
730
	padding-left:5px;	
722
}
-
 
723
 
731
}
724
.onglet {
732
.onglet {
725
	border:solid 1px #AAA;
733
	border:solid 1px #AAA;
726
	border-width:1px;
734
	border-width:1px;
727
	padding:3px 15px;
735
	padding:3px 15px;
728
	padding-top:6px;
736
	padding-top:6px;
729
	padding-left:25px;
737
	padding-left:25px;
730
	border-radius:12px 12px 0 0;
738
	border-radius:12px 12px 0 0;
731
	width:150px;
739
	width:100px;
732
	float:left;
740
	float:left;
733
	background:#C2C0AD;
741
	background:#C2C0AD;
734
	cursor:pointer;
742
	cursor:pointer;
735
	height:21px;
743
	height:21px;
736
	font-size:16px;
744
	font-size:16px;
737
	color:#598000
-
 
738
	
745
	color:#598000
739
}
-
 
740
 
746
}
741
.onglet * {
747
.onglet * {
742
	cursor:pointer;
748
	cursor:pointer;
743
}
-
 
744
 
749
}
745
.onglet:hover {
750
.onglet:hover {
746
	background:#d0ccaa;
751
	background:#d0ccaa;
747
}
-
 
748
 
752
}
749
.onglet-actif {
753
.onglet-actif {
750
	font-weight:bold;
754
	font-weight:bold;
751
	background:white;
755
	background:white;
752
	color:#FD8C13;
756
	color:#FD8C13;
753
	text-transform:uppercase;
757
	text-transform:uppercase;
754
	
758
	width:140px;
Line 755... Line 759...
755
}
759
}
756
 
760
 
757
.elementMasque {
761
.elementMasque {