/* CSS */

/* IMPORT CSS OPTIONS 
@import url("style.css"); Hides CSS from: * Netscape 4.x * Win IE 3 * Win IE 4 (not 4.72) * Mac IE 4.01 * Mac IE 4.5 * Konqueror 2.1.2 * Win Amaya 5.1
@import url(style.css);  Hides CSS from: * Netscape 4.x * Win IE 3 * Win IE 4 (reads css only when located in the same directory as html
@import url(style.css) screen;  Hides CSS from: * Netscape 4.x * Win IE 6 and below
@import "style.css";  Hides CSS from: * Netscape 4.x * Win IE 4 and lower * Mac IE 4.01 * Konqueror 2.1.2
*/

@import "style.css";


/* LLISTA DE COLORS

fons menú: #9950b2
fons menú selected: #b95ec2

*/

/************************************************************/
/***** STYLES GENERALS HTML       					********/
/************************************************************/

.clr {clear:both;} 	

/************************************************************/
/***** STYLES QUE AFECTEN A TAGS GENERALS HTML       ********/
/************************************************************/

/* estil de les llistes */
li {
	list-style-position: outside;
	line-height:16px;
	list-style-image:url(images/li_green.gif)
}

body {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#000000;
	background-color:#FFFFFF;
	margin: 10px;
	margin-top: 0px;
	text-align:center;
}

a { color:#4c73bd ;	text-decoration: none; font-weight:bold; }
a:visited { color:#4c73bd ;	text-decoration: none; font-weight:bold; }
a:active { color:#4c73bd ;	text-decoration: none; font-weight:bold; }
a:hover { color:#000000; text-decoration: underline; }

#footer a { color:#4c73bd ;	text-decoration: none; font-weight:bold; }

#footer2 a { color:#4c73bd ;	text-decoration: none; font-weight:bold; }

h1 {
	margin: 0px;
	text-transform: uppercase;
	margin-bottom: 10px;
	color:#4C73BD;
	font-size: 18px;
	font-weight:bold;
}

h2 {
	margin: 0px;
	text-transform: uppercase;
	margin-bottom: 10px;
	color:#4C73BD;
	font-size:16px;
	font-weight: normal;
}

.site_Title{
	color: #ffffff;
	font-size: 18px;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	background-image: url(images/bg_sitetitle.jpg);
	background-position:left top;
	background-repeat:repeat-y;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;	
	margin:0px;
}

.site_Category {
	margin-bottom: 10px;
	font-size: 14px;
	text-transform: uppercase;
	color:#4C73BD;
	margin-top: 15px;
}

#SC_contingut {
	margin-top: 10px;
}


/* estils de link default */

a:link, a:visited {
color:#000000;
text-decoration: underline;}

a:hover, a:visited:hover {
color:#666666;
text-decoration: underline;}


/************************************************************/
/***** STYLES DE LA PART SUPERIOR DE LA PLANTILLA    ********/
/************************************************************/

#bgtop {
	width: 400px;
	height: 54px;
}

#bgtop_banner {
	text-align:right;	
}

/************************************************************/
/***** STYLES DE LA PART FOOTER DE LA PLANTILLA      ********/
/************************************************************/

.footer {
	font-size: 10px;
	COLOR: #8c8c8c;	
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none; 
	font-weight:normal;
	border-top: #8c8c8c solid 1px;
	padding: 10px;
}

a.footer:link, a.footer:visited {
	font-size:10px;
	COLOR: #8c8c8c;	
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight:normal;
	border: 0px;
}

a.footer:hover, a.footer:visited:hover {
	font-size:10px; 
	COLOR: #8c8c8c;	
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:underline; 
	font-weight:normal;
	border: 0px;
}

/* s'apliquen a la part inferior del menú per nota lega i link al mail */
a.footer2:link, a.footer2:visited {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight:normal;
}

a.footer2:hover, a.footer2:visited:hover {
	font-size:10px; 
	COLOR: #8c8c8c;	
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:underline; 
	font-weight:normal;
}



/************************************************************/
/***** STYLES DEL MENU LATERAL                       ********/
/************************************************************/

/* relatiu als fons de la zona del menu */
.bgmenu {

}

.bgmenu_inf {
	text-align:left;
	vertical-align: bottom;
	padding-left: 10px;
	height:207px;
}

/* relatiu als TD dels items principals del menu */

.td_menu_lateral_general, .td_menu_lateral_general:link, .td_menu_lateral_general:visited,.td_menu_lateral_general:visited:hover,.td_menu_lateral_general:hover { 
	width:100%;
}

.td_menu_lateral_selected, .td_menu_lateral_selected:link, .td_menu_lateral_selected:visited,.td_menu_lateral_selected:visited:hover,.td_menu_lateral_selected:hover { 
	FONT-SIZE: 12px; 
	text-decoration:none; 
	font-family: Arial, Helvetica, sans-serif; 
	width:100%;
	color:#426bb9;
	margin-left: 20px;
}

.td_menu_border_general_lateral {
	width:100%;
	height: 26px;
	vertical-align: middle;
	background-color:#e7e2d8;
}

.td_menu_border_general_lateral_selected  { 
	height: 26px;
	width:100%;
	vertical-align: middle ;
	color: #666666;
	font-weight:bold;
	background-color:#e7e2d8;
	text-indent: 8px;
}

/* relatiu als A dels items principals del menu */

a.item_menu_lateral:link, a.item_menu_lateral:visited  {
	FONT-SIZE: 12px; 
	COLOR: #426bb9; 
	text-decoration:none; 
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 20px;

}


a.item_menu_lateral:hover, a.item_menu_lateral:visited:hover {
	FONT-SIZE: 12px; 
	COLOR: #666666; 
	text-decoration:none; 
	font-family: Arial, Helvetica, sans-serif; 
	margin-left: 20px;
	font-weight:bold;
}



/************************************************************/
/***** STYLES DEL SUBMENU LATERAL                    ********/
/************************************************************/


/* relatiu als TD dels items */

.tr_menuLink_desplegable_cats{
	height:18px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif; 
	padding-left: 20px;
}

.tr_menuLink_desplegable_cats_selected{
	height:18px;
	color:#000000;
	text-decoration:none; 
	font-family: Arial, Helvetica, sans-serif; 
	background-color:#CCCCCC;
	font-size: 11px;
	padding-left: 20px;
}

/* relatiu als A dels items */

.menuLink_desplegable_cats,.menuLink_desplegable_cats:link,.menuLink_desplegable_cats:visited{
	color:#666666;
	text-decoration:none; 
}

.menuLink_desplegable_cats:hover,.menuLink_desplegable_cats:visited:hover{
	color:#000000;
	text-decoration:none; 
}

.menuLink_desplegable_cats_selected,.menuLink_desplegable_cats_selected:link,.menuLink_desplegable_cats_selected:visited{
	text-decoration:none; 
}

.menuLink_desplegable_cats_selected:hover,.menuLink_desplegable_cats_selected:visited:hover{
	text-decoration:none; 
}

/************************************************************/
/***** STYLES SELECTOR LANG                          ********/
/************************************************************/

/**/
#lang {
	right: 0px;
	height: 35px;
	width: 300px;
	text-align:right;
	position:absolute;
	color:#333e59;
	vertical-align: middle;
}

/*lang menu TD
#Tdlang{
	height: 50px;
	vertical-align: middle;
	background-image:url(images/bg_tdlang.gif);
}*/

/*LINK TXT LANGS*/
.LangLink,.LangLink:link,.LangLink:visited{
	font-size:11px; 
	COLOR: #333e59;	
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none; 
	font-weight:normal;
}

.LangLink:link:hover,.LangLink:visited:hover{
	font-size:11px; 
	COLOR: #333e59;	
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:underline; 
	font-weight:normal;
}

.LangLink_selected,.LangLink_selected:link,.LangLink_selected:visited{
	font-size:11px; 
	COLOR: #333e59;	
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none; 
	font-weight:bold;
}

.LangLink_selected:link:hover,.LangLink_selected:visited:hover{
	font-size:11px; 
	COLOR:#333e59;	
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:underline; 
	font-weight:bold;
}

/************************************/
/***** CAIXES MODULS         ********/
/************************************/

.table_caixamodul {
	width: 95%;
	height: 30px;
	font-size: 10px;
/*	border-bottom: 1px solid #4E045A;*/
}

.lead_modul {
padding:10px; font-size:12px; line-height:130%;
}
	
.td_text_caixamodul {
	font-size: 11px;
	line-height: 14px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 10px;
}

.td_text_caixamodul_noborder {
	font-size: 11px;
	line-height: 14px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 10px;
}

.td_textficha_caixamodul {
	font-size: 11px;
	line-height: 14px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.td_titol_caixamodul {
	font-size: 11px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 10px;
	font-weight:bold;
}

.boto_caixamodul {
	float: right;
	overflow: auto;
}
a:link.boto_caixamodul , a:active.boto_caixamodul , a:visited.boto_caixamodul  {
	text-decoration: none;
	text-transform: lowercase;
	background-color:#CCCCCC;
	border: #999999 1px solid;
	padding: 2px;
}
a:hover.boto_caixamodul {
	text-decoration: none;
	text-transform: lowercase;
	background-color:#CCCCCC;
	border: #999999 1px solid;
	padding: 2px;
}


.td_titol_caixamodul_news {
	color: #4c73bd;
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, verdana, helvetica, sans-serif;
}


/***************************************/
/*****        INFO BOXES        ********/
/***************************************/

/* boxes seccions */

.td_title_infobox_modules {
	color: #837546;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, verdana, helvetica;
	height:25px;
	vertical-align:middle;
	padding-left:5px;
	padding-top:5px;
	background: #F1EBD5;
}

.td_title_infobox_modules:first-letter{
	font-size:120%; 
	color:#1A2250;
}

.td_infobox_modules {
	background-color: #FDF9EE;
	font-size:10px;
	padding-left: 5px;
	padding-right: 5px;
	height: 20px;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
}

a.infobox_modules:link, a.infobox_modules:visited {
	color: #837546;
	font-size:10px;
	text-decoration: none;
	font-weight: bold;
	line-height: 15px;
}

a.infobox_modules:hover, a.infobox_modules:visited:hover {
	color:#1A2250;
	font-size:10px;
	text-decoration:none;
	font-weight:bold;
	line-height:15px;
}



/* boxes items */


.td_title_infobox {
	color: #837546;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial;
	height:25px;
	vertical-align:middle;
	padding-left:5px;
	padding-top:5px;
	text-decoration: none;
	line-height: 17px;
	background: #F1EBD5;
}


.td_infobox {
	background-color: #FDF9EE;
	padding-left: 5px;
	padding-right: 5px;
	height: 25px;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
}


a.infobox:link, a.infobox:visited {
	color: #1A2250;
	text-decoration: none;
	line-height: 17px;
	font-size:10px;
}

a.infobox:hover, a.infobox:visited:hover {
	color:#1A2250;
	text-decoration:underline;
	line-height:17px;
}

/* PER LES RELACIONS */


a.boto_caixamodul_small:link, a.boto_caixamodul_small:visited {
	display:block;
	font-size: 9px;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 5px;
	font-weight:bold;
	color:#837546;
	text-decoration:none;
	border: 1px solid #D2CAAF;
	background-color:#FDF9EE;
	width: 150px;
}

a.boto_caixamodul_small:hover, a.boto_caixamodul_small:visited:hover {
	color:#1A2250;
	background-color:#F1EBD5;
}

/************************************************************/
/************************************************************/
/*****                                               ********/
/***** STYLES ALTRES ITEMS i WEBMODULES              ********/
/*****                                               ********/
/************************************************************/
/************************************************************/

/************************************************************/
/***** STYLES VARIS ITEMS WEBMODULES                 ********/
/************************************************************/

.pathway{
	background: #E9E9E9;
	font-size: 10px;	
	font-family: Arial, Helvetica, sans-serif; 
	COLOR: #666666;
	padding-left: 5px;
	padding-top: 5px; 
	padding-bottom:	5px;
}



/************************************/
/***** CAIXES HOME PAGE      ********/
/************************************/

.table_caixahome {
	border:1px solid #000000; 
	width: 380px;
	height: 30px;
}
	
.td_text_caixahome {
	font-size: 11px;
	line-height: 14px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 10px;
}

.table_border {
	border:#FFFFFF solid 2px;
}


/************************************************************/
/***** LINKS                                         ********/
/************************************************************/



/* menuidiomes NO USAR*/	
a.link1:link, a.link1:visited {
	color:#BEE3FF; 
	text-decoration:none;
}

a.link1:hover, a.link1:visited:hover {
	color:#FFFFFF; 
	text-decoration:none;
}

/* menu left */
a.link3:link, a.link3:visited {
	color: #0060AA;
	text-decoration: none;
	font-weight: bold;
	line-height: 17px;
}

a.link3:hover, a.link3:visited:hover {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	line-height:17px;
}

/* link home */
.link4 {
	color:#FFFFFF;
	text-decoration:none;
	line-height: 12px;
}

a.link4:link, a.link4:visited {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	line-height: 12px;
}

a.link4:hover, a.link4:visited:hover {
	color:#656565;
	text-decoration:none;
	font-weight:bold;
	line-height:  12px;
}

/*ESTILS FORMULARIS TPV*/

.tdTPV{
	background-color:#ffffcc;
}

.buttonTPV { 
	FONT-SIZE: 11px;
	COLOR: #663300; 
	background: #FDC46C; 
	text-decoration: none;
	font-weight: bold; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	border: 1px solid #CC6600;
	cursor: pointer;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 5px;
}

.tdTRANSFER{
	background-color:#ffff99;
}

.buttonTRANSFER { 
	FONT-SIZE: 11px;
	COLOR: #663300; 
	background: #FDC46C; 
	text-decoration: none;
	font-weight: bold; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	border: 1px solid #CC6600;
	cursor: pointer;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 5px;
}

.abutton, abutton:link, .abutton:visited, .abutton:hover, .abutton:visited:hover { 
	font-size: 11px;
	COLOR: #663300; 
	background: #FDC46C; 
	text-decoration: none;
	font-weight: bold; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	border: 1px solid #CC6600;
	cursor: pointer;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 5px;
}

/* MENU TOP */


#menutop ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#menutop li { /* all list items */
	float: left;
	position: relative;
	width: 14em;
	background-color: #e7e2d8;
}

#menutop li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 1em;
	left:-20px;
	background-color: #f7f8fa;
}

#menutop li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

#menutop li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}

/*#content {
	clear: left;
}*/


#menutop p {
	display: none;
}

#menutop {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	width: 12em;
	border-right: 1px solid #666;
	padding: 0;
	margin-bottom: 1em;
	background-color: #9cc;
	color: #333;
}

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

#menutop ul li {
	margin: 0;
	border-top: 1px solid #003;
}

#menutop ul li a {
	display:block;
	padding: 2px 2px 2px 0.5em;
	border-left: 10px solid #369;
	border-right: 1px solid #69c;
	border-bottom: 1px solid #369;
	background-color: #036;
	color: #fff;
	text-decoration: none;
	width: 100%;
}

html>body #menutop ul li a {
	width: auto;
}

#menutop ul li a:hover {
	border-left: 10px solid #369;
	border-right: 1px solid #69c;
	border-bottom: 1px solid #369;
	background-color: #69f;
	color: #fff;
}
/* MENU TOP */

.newsportada {
	background:url(images_temp/news_caixa.jpg);
	background-repeat: no-repeat;
	background-position: center top; 
	padding:11px; 
	padding-top: 37px; 
	width:252px; 
	height:103px; 
	text-align:left;
	position:absolute;
	float: left;
}


a.news_portada_title:link {
font-weight: bold;
text-decoration: underline;
}


.uppage {
	FONT-SIZE: 11px;
	COLOR: #666666; 
	text-decoration: none;
	font-weight: bold;	
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	cursor: default;
	background-image:url(images/ico_up.gif);
	background-position:top center;
	background-repeat:no-repeat;
	width: 100px;;
	height: 29px;
	border: 0px;
	padding-right: 15px;
	padding-top: 2px;
	text-align: right;
	margin-right: 10px;
	display:block;

}




/***************************************/
/* MENU TOP NOU AMB ESTILS DE CSS PLAY */
/***************************************/


.preload1 {background: url(images/blank_over.gif);}
.preload2 {background: url(images/blank_overa.gif);}


.menu_top {
	padding:0 0 0 0px;
	margin:0;
	list-style:none;
	height:33px;
	background:#E7E2D8;
	position:relative;
	z-index:500;
	font-family:arial, verdana, sans-serif;
}
.menu_top li.top {display:block; float:left;}
.menu_top li a.top_link {display:block; float:left; height:33px; line-height:27px; color:#fff; text-decoration:none; font-size:11px; font-weight:bold; padding:0 0 0 12px; cursor:pointer; width:114px; text-align:center;}
.menu_top li a.top_link span {float:left; display:block; padding:0 0px 0 0px; height:33px; background:url(images/bg_menutop.gif) no-repeat center top; text-align:center; width: 114px;}
.menu_top li a.top_link span.down {float:left; display:block; padding:0 0px 0 0px; height:33px; background:url(images/bg_menutop.gif) no-repeat center top;text-align:center;}
.menu_top li a.top_link:hover {color:#fff;text-align:center;}
.menu_top li a.top_link:hover span { text-align:center;}
.menu_top li a.top_link:hover span.down {text-align:center;}

.menu_top li:hover > a.top_link {color:#fff; width:114px;text-align:center;}
.menu_top li:hover > a.top_link span { width:114px;text-align:center;}
.menu_top li:hover > a.top_link span.down {width:114px;text-align:center;}


.menu_top table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

.menu_top a:hover {visibility:visible; position:relative; z-index:200;}
.menu_top li:hover {position:relative; z-index:200;}

/* keep the 'next' level invisible by placing it off screen. */
.menu_top ul, 
.menu_top :hover ul ul, 
.menu_top :hover ul :hover ul ul,
.menu_top :hover ul :hover ul :hover ul ul,
.menu_top :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

.menu_top :hover ul.sub {left:0; top:33px; background: #F7F8FA; padding:3px; border:0px solid #3a93d2; white-space:nowrap; width:111px; height:auto; z-index:300; margin-left:12px; text-align:left;}
.menu_top :hover ul.sub li {display:block; height:20px; position:relative; float:left; width:90px; font-weight:normal;}
.menu_top :hover ul.sub li a {display:block; font-size:11px; height:20px; width:111px; line-height:20px; text-indent:5px; color:#000; text-decoration:none;}
.menu_top :hover ul.sub li a.fly {background:#F7F8FA url(images/arrow.gif) 80px 7px no-repeat;}
.menu_top :hover ul.sub li a:hover {background:#DDDCD6; color:#666666;}
.menu_top :hover ul.sub li a.fly:hover {background:#DDDCD6 url(images/arrow_over.gif) 80px 7px no-repeat; color:#666666;}
.menu_top :hover ul li:hover > a.fly {background:#DDDCD6 url(images/arrow_over.gif) 80px 7px no-repeat; color:#666666;} 

.menu_top :hover ul :hover ul,
.menu_top :hover ul :hover ul :hover ul,
.menu_top :hover ul :hover ul :hover ul :hover ul,
.menu_top :hover ul :hover ul :hover ul :hover ul :hover ul
{left:90px; top:-4px; background: #fff; padding:3px; border:0px solid #3a93d2; white-space:nowrap; width:111px; z-index:400; height:auto;}


/*********************************************/
/* FINAL MENU TOP NOU AMB ESTILS DE CSS PLAY */
/*********************************************/




#newsv2_portada_list {
	width: 643px;
	overflow: auto;
	text-align: left;
	background-color: #e7e3d8;
}

#newsv2_portada_caption {
	background-image: url(images/portades.gif);
	background-position: top;
	background-repeat: no-repeat;
	height: 33px;
	padding-left: 13px;
	padding-top: 5px;
	font-size: 20px;
	color: #FFFFFF;
}

.newsv2_portada_caixa {
	border-left: 1px solid #676767;
	border-right: 1px solid #676767;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 10px;
	margin-top: -5px;
	overflow: auto;
	font-size: 10px;
	padding-bottom: 5px;
}

.newsv2_portada_titol a {
	color: #4C73BD;
	margin-bottom: 20px;
	font-size: 13px;
}

.newsv2_portada_lead{
	margin-top: 5px;
	}

.newsv2_portada_infolink {
	display: none;
}

.newsv2_portada_thumb {
	float: right;
}

.newsv2_portada_img {
	width: 70px;
	height: 70px;
	padding-left: 5px;
}




/*********************************************/
/* REVISTA */
/*********************************************/


.revista_caixa {
	margin-top: 10px;
	margin-bottom: 5px;
	overflow: auto;
	padding: 10px;
}

.revista_thumb {
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}
.revista_thumb img {
	width: 60px;
}

.revista_title {
	color:#4C73BD;
	font-size:14px;
	text-align: left;
	font-weight: bold;
}

.revista_description {
	margin-bottom: 10px;
}

.revista_descarrega {
	background-image: url(images/down.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 25px;
}

.revista_descarrega a {
	color: #0567B0;
	font-size: 10px;
	text-decoration: none;
}

.menu_mw a {
	color: #4C73BD;
	font-size: 10px;
	text-decoration: none;
}

.menu_mw li {
	list-style: disc;
	color: #4C73BD;
}

input {
	background-color: #F3F0EB;
	border: 1px solid #666666;
	width: 300px;
	margin-bottom: 5px;
	margin-left: 10px;
}

select {
	background-color: #F3F0EB;
	border: 1px solid #666666;
	width: 300px;
	margin-bottom: 5px;
	margin-left: 10px;
}


.verdana_titol_petit {
	font-size:10px;
	color:#000000;
	font-weight: bold;
}

.verdana_normal_petit {
	font-size:10px;
	color:#000000;
	font-weight: normal;
}