.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */

/* clear float */
.clearit {
  height: 1px;
  font-size: 1px;
  line-height: 1px;
  padding:0;
  border: 0;
  margin:0;
}

.no-pad {
  margin:0 !important;
  padding:0 !important;
}

a.home {
  float: left;
  margin: 4px 10px 0;
  padding-left: 16px;
  font-size: 14px;
  color: #000000;
  background: left top url(/images/home.png) transparent no-repeat;
}
a.home:active, a.home:link, a.home:visited, a.home:hover {color: #000000;}

#search{
margin:0;
padding:0;
border:0;
}

#search img{
vertical-align:top;
border:0;
float: left;
}

#search input{
vertical-align:top;
float: left;
}

.search-submit {
	width: 15px;
	height: 21px;
	margin-right: 10px;
}

.speaker-wrapper{float: left;}
a.speaker {
  padding-left: 20px;
  background: left top url(/images/speaker.gif) no-repeat transparent;
  color: #0078A2;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}
a.speaker:active, a.speaker:link, a.speaker:visited, a.speaker:hover {color: #0078A2; text-decoration: none;}

.print {float: right;}
.print-link {float: left; color: #0078A2;}
.print-img {border: 0;}

#read-out-loud{}
#read-out-loud-flash {clear: both; float: left; width: 200px; height: 20px;}

p#util{
  padding:0;
  border: 0;
  margin:0;
}

.tiret {padding: 0 3px;}

/* Overlayer */

.translucent {
  background: url(/images/_common/overlayer-bg.png);
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1000;
  display: none;
  behavior: url(/css/iepngfix.htc);
}

.overlayer {
	position: absolute;
	top: 120px;
	left: 50%;
	width: 400px;
	height: 300px;
	margin-left: -200px;
	padding: 0;
	display: none;
	z-index: 1001;
}


ul {
  padding-left: 20px;
  margin:0;
}
ul.up{
  margin-top:-15px;
}

.bleu{color:#0078A2;}
