﻿
 a.tipper {
	/*background-color: #FFF;
	color: #00F;*/
}
.tool-tip {
	color: #fff;
	z-index: 13000;
}
 
.tool-title {
	visibility:hidden;
}
 
.tool-text {
	font-size: 11px;

}
.tool-loading {

	width: 30px;
	height: 30px;
	/*margin: 0 auto;*/
}
#deroulant{
	width:197px;
	margin:0;
	position:relative;
	top:-9px;
}
 #deroulant p {
	background:url(../img/menu_droite_bcg.png) top left repeat-y;
}

#deroulant ul{
	background:url(../img/menu_droite_bcg.png) top left repeat-y;
}

.mypets{
	margin:0;
	padding:5px 0;
	text-indent:10px;
	background:url(../img/menu_droite_bcg.png) top left repeat-y;
	cursor:pointer;
}

.openpet{
	/*background: #eb6501;        couleur du titre quand il est ouvert*/
	
}

.thepet {
	display:none;
}

.thepet li {
	margin:0;
	list-style:none;

	padding-bottom: 5px;

	text-indent: 20px;
}

.thepet li a {
	color:#3399FF;
	text-decoration:none;
	font-size:18px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.thepet li a:hover {
	color:#00668F;
}


#deroulant img{
	border:none;
	margin:0;
	position:relative;
	margin-bottom:-5px;
	
}
