/*
****************************************
*
*  (c) YZALIS 2009
*
****************************************
*/

.yz_formationsrecentes {
  border:1px solid rgb(230,230,230);
  background:rgb(246,246,246) url(../images/bgr-box-trans.png) top repeat-x;
  width:240px;
  padding:10px;
  border-radius:0.5em;
  -webkit-border-radius:0.5em;
  -moz-border-radius:0.5em;
  margin-bottom:20px;
  xheight:105px;
}

.yz_formationsrecentes h2 {
  font-size:1.1em;
  font-weight:bold;
  color:rgb(234,71,42);
  margin:0 0 10px 0;
}

.yz_formationsrecentes .yz_logiciel {
  margin-top:15px;
}
.yz_formationsrecentes .yz_logiciel img{
  float:left;
}
.yz_formationsrecentes .yz_logiciel span {
  display:block;
  padding-top:5px;
  padding-left:50px;
}
.yz_formationsrecentes .yz_logiciel a,
.yz_formationsrecentes .yz_logiciel a span {
  text-decoration:none;
}
.yz_formationsrecentes .yz_logiciel a:hover,
.yz_formationsrecentes .yz_logiciel a:hover span {
  text-decoration:underline;
}
.yz_formationsrecentes .yz_logiciel .yz_logicielcategorie {
  font-style:italic;
  margin-left:5px;
}


.yz_formationsrecentes a.yz_linkmore {
  padding:2px 20px 4px 10px;
  float:right;
  display:block;
  text-decoration:none;
  color:rgb(230,230,230);
  background:rgb(75,75,77) url(../images/fleche_sidebaryzalis.png) 97% center no-repeat;
  width:80px;
  border-left:4px solid rgb(234,71,42);
  -moz-border-radius-bottomright:0.3em;
  -moz-border-radius-topright:0.3em;
  -khtml-border-radius-bottomright:0.3em;
  -khtml-border-radius-topright:0.3em;
  -webkit-border-bottom-right-radius:0.3em;
  -webkit-border-top-right-radius:0.3em;
  border-bottom-right-radius:0.3em;
  border-top-right-radius:0.3em;
}
.yz_formationsrecentes a.yz_linkmore:hover {
  color:rgb(0,0,0);
  background-color:rgb(230,230,230);
}