/************* jquery infobulle css ***************/
.tinyTip {
	width: auto;
	/*padding: 10px 0 5px 0;*/
	}

.tinyTip .content {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width: auto;
	padding: 3px;
	border: 2px solid #A4BF01;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #A4BF01;
	color: #020202;
	opacity:0.8;
	font-size:11

	}

.tinyTip .bottom {

	height: 20px;
	/*background: url(http://www.cotraitel.com/services2/viameca/images/notch-yellow.png) top center no-repeat;*/
	}