@charset "utf-8";
/* CSS Document */

.validlink{
  background-color:#EEEEEE;
  background-image:url(../img/boutons.png);
  background-position:0 -3px;
  background-repeat:no-repeat no-repeat;
  border:1px solid #DDDDDD;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
  border-top-left-radius:6px;
  border-top-right-radius:6px;
  color:#339900;
  cursor:pointer;
  font-family: Helvetica, sans-serif;
  font-style:normal;
  font-variant:normal;
  font-weight:bold;
  line-height:normal;
  margin-right:10px;
  padding:5px 7px 6px 20px;
}
.validlink:hover{
	color:#666;background:#eee url(../img/boutons.png) 0 -43px no-repeat}
.invalidlink{
  background-color:#EEEEEE;
  background-image:url(../img/boutons.png);
  background-position:0 -83px;
  background-repeat:no-repeat no-repeat;
  border:1px solid #DDDDDD;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
  border-top-left-radius:6px;
  border-top-right-radius:6px;
  color:#f01414;
  font-family: Helvetica, sans-serif;
  font-style:normal;
  font-variant:normal;
  font-weight:bold;
  line-height:normal;
  margin-right:10px;
  padding:5px 7px 6px 20px;
}
.telelink{
  background-color:#EEEEEE;
  background-image:url(../img/boutons.png);
  background-position:0 -121px;
  background-repeat:no-repeat no-repeat;
  border:1px solid #DDDDDD;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
  border-top-left-radius:6px;
  border-top-right-radius:6px;
  color:#339900;
  cursor:pointer;
  font-family: Helvetica, sans-serif;
  font-style:normal;
  font-variant:normal;
  font-weight:bold;
  line-height:normal;
  margin-right:10px;
  padding:5px 7px 6px 20px;
}
.telelink:hover{
	color:#666;background:#eee url(../img/boutons.png) 0 -161px no-repeat}