Subversion Repositories Sites.obs-saisons.fr

Rev

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

Rev 155 Rev 156
Line 801... Line 801...
801
	border: solid 1px #DFDBD1;
801
	border: solid 1px #DFDBD1;
802
	background-color: #DFDBD1;	
802
	background-color: #DFDBD1;	
803
	padding : 10px
803
	padding : 10px
804
}
804
}
Line 805... Line 805...
805
 
805
 
806
.bouton_contact {
806
.bouton {
807
	-moz-border-radius: 5px 5px 5px 5px;
807
	-moz-border-radius: 5px 5px 5px 5px;
808
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
808
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
809
	color: #FFFFFF !important;
809
	color: #FFFFFF !important;
810
	cursor: pointer;
810
	cursor: pointer;
Line 814... Line 814...
814
	position: relative;
814
	position: relative;
815
	text-decoration: none !important;
815
	text-decoration: none !important;
816
	width: auto;
816
	width: auto;
817
}
817
}
Line 818... Line 818...
818
 
818
 
819
.bouton_contact.orange, .bouton_contact.orange:hover {
819
.bouton.orange, .bouton.orange:hover {
820
	background-color: #58A61E;
820
	background-color: #58A61E;
821
	border: 1px solid #4B8D1A;
821
	border: 1px solid #4B8D1A;
Line 822... Line 822...
822
}
822
}
823
 
823
 
824
.bouton_contact.medium {
824
.bouton.medium {
825
	font-size: 12px;
825
	font-size: 12px;
Line -... Line 826...
-
 
826
	padding: 6px 14px;
-
 
827
}
-
 
828
 
-
 
829
.bouton a {
-
 
830
	color: #FFFFFF;
-
 
831
}
-
 
832
 
-
 
833
.bouton a:hover {
826
	padding: 6px 14px;
834
	color: black;
827
}
835
}
828
 
836
 
829
/* Now we add the backgrounds for the main content shading */
837
/* Now we add the backgrounds for the main content shading */
830
#wrapper #container #center #squeeze {
838
#wrapper #container #center #squeeze {