Subversion Repositories Sites.tela-botanica.org

Rev

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

Rev 1004 Rev 1006
Line 965... Line 965...
965
#boutonPrecedent,#boutonSuivant {
965
#boutonPrecedent,#boutonSuivant {
966
	position:absolute;
966
	position:absolute;
967
}
967
}
968
#boutonPrecedent {
968
#boutonPrecedent {
969
	margin-left:-66px;
969
	margin-left:-66px;
970
	margin-top:-99px;
970
	margin-top:-109px;
971
	height:100px;
971
	height:100px;
972
	background:white;
972
	background:white;
973
	cursor:pointer;
973
	cursor:pointer;
974
	width:70px;
974
	width:70px;
975
	border:dotted 1px #fd8c13;
975
	border:dotted 1px #fd8c13;
Line 977... Line 977...
977
	border-radius:10px 0 0 10px;-moz-border-radius:10px 0 0 10px;-webkit-border-radius:10px 0 0 10px;
977
	border-radius:10px 0 0 10px;-moz-border-radius:10px 0 0 10px;-webkit-border-radius:10px 0 0 10px;
978
	background:white url(../images/flecheGauche.jpg) no-repeat 5px 25px;
978
	background:white url(../images/flecheGauche.jpg) no-repeat 5px 25px;
979
}
979
}
980
#boutonSuivant {
980
#boutonSuivant {
981
	margin-left:799px;
981
	margin-left:799px;
982
	margin-top:-99px;
982
	margin-top:-109px;
983
	width:30px;
983
	width:30px;
984
	cursor:pointer;
984
	cursor:pointer;
985
	background:white url(../images/flecheDroite.jpg) no-repeat 15px 25px;
985
	background:white url(../images/flecheDroite.jpg) no-repeat 15px 25px;
986
	padding:28px 8px 58px 8px;
986
	padding:28px 8px 58px 8px;
987
	border:dotted 1px #fd8c13;
987
	border:dotted 1px #fd8c13;