@import "baseStyle.less";
/* ------------------------------------------------------------------------ */
#catalogue
{
  float:left;
  margin-left:30px;
}

#catalogue img
{
  height:470px;
}
    

#right
{
  float:right;
  width:55%;
  height:470px;
  position:relative;
}


#download
{
  /* Centrage vertical */
  position:absolute;
  margin-top:-65px;
  top:50%;

  /* Dimensions */
  width:400px;
  height:130px;
  
  /*Déco */
  padding-left:20px;
  border-left:1px solid black;
  font-size: 0.9em;
}


#download a p
{
  padding:0;
  margin:0;
  line-height:65px;
}



#download a, #download a:visited
{
  text-decoration: none;
  color:#333333;
}

#download a:hover
{
  text-decoration: underline;
  color:#A40000;
}

#download a:active
{
  color:darken(#A40000,5%);
}