
body, textarea {
  font-family:  arial,helvetica,sans-serif;
  font-size:    13px;
}
a:link,
a:visited{
	color:black;
	text-decoration:none;
}
a:hover{
	color:black;
	text-decoration:underline;
}
/*
#header {
  color:      #000000;
  margin-top: 0;
  clear:      both;
  height:     70px;
  padding:     5px;
  background:#FCFDFD url('../../librerie/jQuery/plugins/tabsUI/css/redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png') repeat-x scroll 50% bottom;
}

#header #header_logo {
  float:      left;
  width:      25%;
  -x-system-font:none;
  font-family:"Impact",Arial,Helvetica,sans-serif;
  font-size:53px;
  font-size-adjust:none;
  font-stretch:normal;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  letter-spacing:-2px;
  line-height:normal;
  margin:0;
}

#header #header_menu {
  float:        right;
  width:        60%;
  text-align:   right;
  margin-right: 20px;
  margin-top: 45px;
}*/

#header_menu a:link,
#header_menu a:visited,
#header_menu a:hover{
	color:#000000;
	text-decoration:none;
	margin-right:5px;
	margin-left:5px;
}

#container{
	width:99%;
	margin:0px auto;
	position:relative;
}


