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



/*--- Menu ---*/
#menue{
	float:left;
	position: relative;
	width: 926px;
	height:38px;
	z-index:1;
	background-image: url(../images/menu/fondmenurepeat.jpg);
	background-repeat:repeat-x;
	text-align:left;

}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li ul ul {
	margin: -1.2em 0 0 10em;
	width:10em;
	background-color:#00FF00;
}

#nav a {
	display:block;
	font-family: Century gothic;
	font-family:"Century Gothic", ITC Avant Garde Std Bk, Verdana;
	color:#CCCCCC;
	font-weight:100;
	font-size: 1.05em;
	text-decoration:none;
}

#nav ul {

	
	
}

#nav ul li {
	width:auto;
	padding:.5em;
	
	
}

#nav ul li a {
	min-width:5em;
	padding:.1em;
}

#nav ul li a:hover {
	width:auto;
	padding:.2em;
}

.first{
margin-top:8px;
	margin-left: 28px;
	text-align:left;
	padding:.1em 1em .1em .2em;
}

.first2 a{

margin-top:10px;
	text-align:left;
	margin-right:20px;
	margin-left:100px;
}

.second a{

	margin-right:20px;

}

.first a:hover {
	font-family:"Century Gothic",ITC Avant Garde Std, Verdana;
	color:#CCCCCC;
	background-color:#402d26;
	font-weight:100;
	padding-bottom:5px;

}

.first a {
	font-family:"Century Gothic",ITC Avant Garde Std, Verdana;
	color:#CCCCCC;
	font-weight:100;
	padding-bottom:5px;
	

}

#nav ul a {
	font-family:"Century Gothic",ITC Avant Garde Std, Verdana;
	color:#000000;
}

#nav ul a:hover {
	font-family:"Century Gothic",ITC Avant Garde Std, Verdana;
	color:#000000;
	background-color:#CCCCCC;
}


#nav li {
	float: left;
	text-align:left;

}

#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}

.sous{
	font-size:.8em;
	background-color:#FFFFFF;
}

.sous li a:hover {
	font-size:.8em;
	background-color:#CCCCCC;
	color:#333333;
}

#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}

.numeros{
float:right;
font-weight:500;
}


/*--- fin menu ---*/