/*--- le fond de la page */
body {
	color : #FCC200;
	background-attachment: fixed;
    background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
}

html>body #right {
  position: fixed;
}


#barreHaut 
{    
  position: fixed;
  top: 0px;
  left: 0px;
  color : #fdffc6;
  background-color: inherit;
  
  background: url(../images/barreHaut.png) no-repeat;

  height: 100px;
  width: 100%;
  padding: 0.3ex 0.3ex 0.3ex 25px;
  z-index: 2; 
  font-style: italic;
  font-size: 20px;
  
}


#barreBas 
{ 
  position: fixed;
  bottom: 0px;
  left: 0px; 
  color : #fdffc6;
  text-align:right;
  background-color: inherit;
   
  background: url(../images/barreBas.png) no-repeat top right;
  
  width: 100%;
  padding: 0.9ex 0ex 0.5ex;
  font-size: 12px;

}

.fond1{background-image : url(../images/fond.png)}



#head{
	background: #ffffff;
	position:absolute; 
	left:170px; top:0;
	padding: 2px 5px;
	width:590px;
	height:70px;
	border-style:solid;
	border-width: 0 0px 0px 0;
    border-color:  #d1d2d3;
	z-index:3;
	color:black
}


.decoLigne{
  text-decoration: underline;
}

.decoImage{
  vertical-align: middle;
}

.decoCentre9{
  text-align: center;
  font: italic bold 9px sans-serif; 
}

.decoCentre{
  text-align: center;

}

