

.menuIdentificationSeparateur{
  background-image:url(../../image/template/menuSurvol.png);
  width:1px;
  height:30px;
  float:left;
}

.menuIdentification{
  float:left;
  height:25px;
  padding-left:10px;
  padding-right:10px;
  cursor:pointer;
  text-shadow: black 0.1em 0.1em 0.2em;
  padding-top:5px;
}

.menuIdentification:hover{
  background-image:url(../../image/template/menuSurvolBleu.png);
}


.menuIdentificationSelection{
  float:left;
  height:25px;
  padding-left:10px;
  padding-right:10px;
  cursor:pointer;
  text-shadow: black 0.1em 0.1em 0.2em;
  padding-top:5px;
  background-image:url(../../image/template/menuSurvolBleu.png);
}




#div_actualite_gauche{
  width:50%;
  height:50px;
  float:left;
}

#div_actualite_droite{
  position:absolute;
  width:300px;
  height:50px;
  float:right;

}


