/* CSS Document */

.tooltip_langues_class
	{
	-moz-border-radius	: 5px;
	-webkit-border-radius:5px;
	border-radius		: 5px;
	
	width				: 100px;
	padding				: 7px 7px 12px 7px;
	font-family			: Verdana;
	font-size			: 11px;
	background			: #000; 
	border				: 1px solid #999;
	}
	
.tooltip_langues_class	li
	{
	margin-left			: 7px;
	margin-top			: 3px;
	margin-bottom		: 3px;
	text-align			: justify;
	cursor				: pointer;
	color				: #aaa;
	list-style-type		: none;
	}

.tooltip_langues_class	li:hover
	{
	color				: #fff;
	}
	
#tooltip_langues
	{
	z-index				: 3;
	}

.lien_lng:link					{ font-family:Arial; font-size:12px; color:#ffffff; font-weight:bold; }
.lien_lng:visited				{ font-family:Arial; font-size:12px; color:#ffffff; font-weight:bold; }
.lien_lng:hover					{ font-family:Arial; font-size:12px; color:#f8b600; font-weight:bold; }
.lien_lng:active				{ font-family:Arial; font-size:12px; color:#f8b600; font-weight:bold; }