/* BREVETS */

#Texte {
	height:340px;
	width : 800px;
	overflow : auto;
	font-size: 12px;
}

#Texte P.Texte{
  text-align: justify;
  margin : 5px 10px 5px 305px;
}

#brevets{
  display : block;
  position : absolute;
  width : 280px;
  height : 260px;
  top : 50px;
  left : 10px;
  border-right: 1px solid #fff;
    background-position: center left;
    background-repeat: no-repeat;
}

#Texte P.Image{
  text-align: center;
  margin : 5px 10px 3px 305px;

}

#Texte P.Image a{
  margin-right: 5px;
}

#Texte P.Image a img{
  margin : 2px;
}

#Texte P.ImageGauche{
  display : block;
  position : absolute;
  width : 280px;
  height : 260px;
  top : 50px;
  left : 10px;
  text-align: center;
  border-right: 1px solid #fff;
}

#Texte P.ImageGauche a{
  margin-right: 5px;
}

#Texte P.ImageGauche a img{
position : relative;
top : 45px;
  margin : 2px;
}

