/* CSS Document */

.texte-normal{
	font-family:"Century Gothic";
	font-size:12px;
	color:#0088FF;
}

.texte-normal-gris{
	font-family:"Century Gothic";
	font-size:12px;
	color:#999999;
}

.texte-normal-gris-mini{
	font-family:"Century Gothic";
	font-size:13px;
	color:#999999;
}

.texte-normal-GRAN{
	font-family:"Century Gothic";
	font-size:18px;
	color:#0088FF;
}

.texte-normal-GRAN a{
	font-family:"Century Gothic";
	font-size:18px;
	color:#0088FF;
	text-decoration:none;
}

.texte-normal-GRAN-gris{
	font-family:"Century Gothic";
	font-size:18px;
	color:#999999;
}

.texte-normal-GRAN-gris a{
	font-family:"Century Gothic";
	font-size:18px;
	color:#999999;
	text-decoration:none;
}

.texte-normal-GRAN-gris a:hover{
	text-decoration:underline;
}


.texte-normal-GRAN-gris22{
	font-family:"Century Gothic";
	font-size:24px;
	color:#999999;
}

.texte-normal-BLANC{
	font-family:"Century Gothic";
	font-size:14px;
	color:#FFFFFF;
}

.border-gris{
	border-color:#F2F2F2;
	color:#F2F2F2;
	border-collapse:collapse;
}

.border-blau{
	border-color:#0088FF;
	color:#0088FF;
	
}

.border-blanc{
	border: 4px solid #FFFFFF;
}

.menu
{
	width: 950px;
}
#menu-desarrollo-web-webstylemallorca
{
	position: relative;
	display: block;
	height: 39px;
	font-size: 13px;
	background: transparent url(../imatges/menu/bgOFF.gif) repeat-x top left;
	font-family: Arial;
	border-top: 4px solid #0088FF;
}
#menu-desarrollo-web-webstylemallorca ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: auto;
}
#menu-desarrollo-web-webstylemallorca ul li
{
	display: block;
	float: left;
	margin: 0;
}
#menu-desarrollo-web-webstylemallorca ul li a
{
	display: block;
	float: left;
	color: #ADADAD;
	text-decoration: none;
	padding: 11px 21px 0 70px;
	height: 23px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
	background: transparent url(../imatges/menu/bgDIVIDER.gif) no-repeat top right;
}
#menu-desarrollo-web-webstylemallorca ul li a:hover, #menu-desarrollo-web-webstylemallorca ul li a.current
{
	color: #0088FF;
	font-weight: bold;
	background: #fff url(../imatges/menu/bgON.gif) no-repeat top right;
}
