#teleconsultations {
	position: fixed;
	top: 0;
	left: 50%;
	margin-left:-50px;

	z-index: 20;
	color: #FFFFFF;
	font-size: 12px;
}

#teleconsultations #texte {
	background: #FF9900;
	padding: 5px 12px 10px 12px;
	width: 289px;
}

#teleconsultations #boxOut {
	background: url(../../images/fond_teleconsultation.png) no-repeat left bottom;
	width: 306px;
	height: 26px;
}

#teleconsultations h5 {
	font-size: 11px;
}

#teleconsultations .choix {
	/*position: absolute;
	bottom: 40px;
	left: 28px;*/
	margin: 10px 0;
	height: 18px;
}


#teleconsultations .choix li {
	float: left;
	padding: 0 10px;
}

#teleconsultations .choix li.item1 {
	width: 60px;
	margin: 0 0 0 20px;
}

#teleconsultations .choix li.item2 {
	width: 130px;
	margin: 0 0 0 20px;
}

#teleconsultations .choix a {
	color: #835004;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

#teleconsultations .choix a:hover {
	text-decoration: underline;
}


#teleconsultations a.fermer {
	position: absolute;
	bottom: 8px;
	right: -5px;
	background: url(../../images/bouton_teleconsultation.png) no-repeat top left;
	width: 59px;
	height: 21px;
	color: #ff9900;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	padding: 4px 0 0 18px;
}

#teleconsultations a.fermer:hover {
	bottom: 7px;
	right: -6px;
}