html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}

img {  
  border: 0px;
}

p {
	line-height:20px;
}

a {
	color: #464544;
}
a:hover {
	color: #FF0000;
}

.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: #333333 url(../images/page_bg.jpg) repeat-x;
	text-align: center;
	font: 11px verdana, arial, sans-serif;
	color: #666666;
	padding-bottom: 10px;
	padding-top: 31px;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 900px;
  position: relative;
  background: url(../images/body_bg.jpg) repeat-y;
}

#header {
  position: absolute;
  top: 0;
  left: 238px;
  width: 662px;
  height: 279px;
 background: url(../images/header_2.jpg) no-repeat; 
}

#left {
  float: left;
  width: 238px;
}
#logo {
  width: 238px;
  height: 152px;
  background: url(../images/header_1.jpg) no-repeat;
  text-align: center;
  color: #595959;
}
#logo h1 {
  padding-top: 20px;
  font: 18px "arial narrow", arial, sans-serif;
}
#logo p {
  margin: 8px 25px 4px 25px;
  border-top: 1px solid #B8B8B8;
  border-bottom: 1px solid #B8B8B8;
  padding: 3px;
  letter-spacing: 0.2em;
  font-weight: bold;
}
/*---- IT --- */
#nav_it {
  background: url(../images/nav_left.jpg) no-repeat;
}
#nav_it ul {
  margin-left: 9px;
  padding-bottom: 29px;
  background: #670101 bottom left url(../images/nav_bot_it.jpg) no-repeat;
}
#nav_it li {
  list-style: none;
  font: 14px "arial narrow", arial, sans-serif;
  border-top: 1px solid #990000;
  padding: 7px 0 0 31px;
}
#nav_it a {
  color: #fff;
  text-decoration: none;
  border-left: 1px solid #990000;
  padding-left: 10px;
  display: block;
  width: 90%;
  padding: 2px 0 6px 8px;
}
#nav_it a:hover {
   text-decoration: none;
   color:#FF0000;
}

#nav_it .important {
  border-top: 1px solid #990000;
}

#nav_it .important a {
  color: #FF0000;
}
/*---- EN --- */
#nav_en {
  background: url(../images/nav_left.jpg) no-repeat;
}
#nav_en ul {
  margin-left: 9px;
  padding-bottom: 29px;
  background: #670101 bottom left url(../images/nav_bot_en.jpg) no-repeat;
}
#nav_en li {
  list-style: none;
  font: 14px "arial narrow", arial, sans-serif;
  border-top: 1px solid #990000;
  padding: 7px 0 0 31px;
}
#nav_en a {
  color: #fff;
  text-decoration: none;
  border-left: 1px solid #990000;
  padding-left: 10px;
  display: block;
  width: 90%;
  padding: 2px 0 6px 8px;
}
#nav_en a:hover {
   text-decoration: none;
   color:#FF0000;
}

#nav_en .important {
  border-top: 1px solid #990000;
}

#nav_en .important a {
  color: #FF0000;
}
/*---- FR --- */
#nav_fr {
  background: url(../images/nav_left.jpg) no-repeat;
}
#nav_fr ul {
  margin-left: 9px;
  padding-bottom: 29px;
  background: #670101 bottom left url(../images/nav_bot_fr.jpg) no-repeat;
}
#nav_fr li {
  list-style: none;
  font: 14px "arial narrow", arial, sans-serif;
  border-top: 1px solid #990000;
  padding: 7px 0 0 31px;
}
#nav_fr a {
  color: #fff;
  text-decoration: none;
  border-left: 1px solid #990000;
  padding-left: 10px;
  display: block;
  width: 90%;
  padding: 2px 0 6px 8px;
}
#nav_fr a:hover {
   text-decoration: none;
   color:#FF0000;
}

#nav_fr .important {
  border-top: 1px solid #990000;
}

#nav_fr .important a {
  color: #FF0000;
}
/*---- FINE --- */

#news {
  background: url(../images/news_bg.jpg) repeat-y;
  padding-left:9px;
  padding-bottom: 3px;
  min-height: 300px;
}

#support {
  background: url(../images/support.jpg) no-repeat;
  padding: 1px;
  height: 97px;
  color: #1A1A18;
}
#support p {
  margin: 0.7em 2.6em;
}

#right {
  float: right;
  width: 613px;
  padding-right: 9px;
  padding-top: 301px;
}
#right h2 {
  font: 18px arial, sans-serif;
  color: #670101;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 6px;
  margin-bottom: 1em;
}
#right h3 {
  font: 14px arial, sans-serif;
  color: #333333;
  border-bottom: 1px solid #9fc0d5;
  padding-bottom: 6px;
  margin-bottom: 1em;
  margin-top: 2em;
}
#welcome {
  margin-right: 20px;
}
#profile {
  margin-right: 16px;
}
#right .left {
  margin-right: 18px;
}
#right .more {
  font-weight: bold;
  font-size: 10px;
}

#corp, #indu {
  float: left;
  width: 49%;
}
#corp {
  margin-right: 1%;
}
#corp-img, #indu-img {
  background: url(images/pic_2.jpg) no-repeat;
  width: 112px;
  height: 23px;
  float: left;
  margin-right: 18px;
  text-align: center;
  padding-top: 90px;
  font-size: 9px;
  font-weight: bold;
}
#indu-img {
  background: url(../images/pic_3.jpg) no-repeat;
}
#spacer {
  height: 2em;
}

#footer {
  background: url(../images/footer_bg.jpg) repeat-y;
}
#copyright {
  text-align: center;
  padding: 22px 0px 30px 00px;
  font-size: 9px;
  color: #333333;
  font-weight: bold;
}
#footerline{
	background: url(../images/footerline.jpg) no-repeat;
	height:10px;
	margin-top:0px;
	display:block;
	font-size:1px;
}
#lingue{
float: right;
}
/* --- BOX ------------------------------------------------------------------ */

div.box_lingua
{
	width: 90px;
	_width: 95px;
	padding-left: 5px;

	height: 16px;
	_height: 50px;
	padding-top: 34px;

	float: right;

	border-color: #9e9a99;
	border-style: dotted;
	border-width: 0px 0px 0px 2px;

	color: #FFFFFF;
	text-align: left;
	
	
}
div.box_lingua a
{
	

	color: #FFFFFF;
	text-align: left;
	
}
div.box_lingua a:hover
{
	

	color: #CC0000;
	text-align: left;
	
}


div.box_lingua img
{
	vertical-align: text-bottom;
}

/* --- BOX ------------------------------------------------------------------ */
