body {
background:black;
font-size:12px;
color:white;
}

.global{
width:900px;
background:;
margin-left:auto;
margin-right:auto;
}

.header{
width:900px;
height:120px;
background-image:url('/images/header.png');
float:left;
}

.barreinfo {
width:900px;
height:15px;
float:left;
background:;
}

.barremenu {
width:150px;
height:20px;
float:left;
background:;
}

.barreportail{
width:600px;
height:20px;
float:left;
background:;
}
.menu{
width:150px;
float:left;
background:;
}
.portail{
width:600px;
float:left;
background:;
}
button
{
  border:none;
  background:none;
  padding:0;
  margin:0;
  width:150px;
  overflow:visible;					
  text-align:center;	
  white-space:nowrap;	
  height:20px;
  line-height:38px;			
}
button span, button em
{
  display:block;
  height:20px;
  line-height:15px;			
  margin:0;
  color:#954b05;
}
button span
{
  padding-left:20px;
  background:url(/images/bg_button.gif) no-repeat 0 0;
}	

button em
{
  font-style:normal;
  padding-right:20px;
  background:url(/images/bg_button.gif) no-repeat 100% 0;
}