.TitleOrangeArrow {
  padding: 6px 10px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: #FF7F00;
}

.MiniProgramView {
  margin: 10px;
  border: 1px solid white;
}

.MiniProgramView .header {
  margin: 10px 10px 10px 10px;
  font-size: 16px;
  color: #CFE7FF;
  cursor: pointer;
}

.MiniProgramView .header .FlashPicto {
  background: transparent url(http://www.diagnostic-expertise.com/images/pictos/vente-flash.gif) no-repeat;
  width: 45px;
  height: 45px;
  display: block;
  float: left;
  margin: -13px 5px 0 -5px;
}
.MiniProgramView .header .FavoritePicto {
  background: transparent url(http://www.diagnostic-expertise.com/images/pictos/coeur.png) no-repeat;
  width: 45px;
  height: 45px;
  display: block;
  float: left;
  margin: -13px 5px 0 -5px;
}
.MiniProgramView .header .VideoPicto {
  background: transparent url(http://www.diagnostic-expertise.com/images/pictos/video.gif) no-repeat;
  width: 41px;
  height: 44px;
  display: block;
  float: left;
  margin: -13px 5px 0 0;
}

/*ie6 and below hack*/

* html .MiniProgramView .header .FavoritePicto {
  background: transparent url(http://www.diagnostic-expertise.com/images/pictos/coeur.gif) no-repeat;
}
* html .MiniProgramView .header .FlashPicto ,
* html .MiniProgramView .header .FavoritePicto,
* html .MiniProgramView .header .VideoPicto {
  margin: 0 5px 0 0;
}

.MiniProgramView .header .city,
.MiniProgramView .header .name {
  font-size: 14px;
  margin: 0;
  text-transform: uppercase;
}
.MiniProgramView .header .city {
  font-size: 12px;
  text-transform: none;
  margin: 0;
  height: 1em;
  overflow: hidden;
}
.MiniProgramView .header .city .law {
  font-size: 10px;
}

.MiniProgramView .header .rentability {
  text-align: right;
  font-size: 12px;
  margin-top: -30px;
  text-transform: uppercase;
  font-weight: bold;
}

.MiniProgramView .active {
  color: white;
  margin: 0 5px;
  font-size: 12px;
  background: red;
  padding: 3px;
  border: 1px solid white;
}

.MiniProgramView .content {
  padding: 5px; 
  font-size: 12px;
  color: white;
}
.MiniProgramView .content p {
  margin: 0;
  text-align: justify;
}
.MiniProgramView .content .left,
.MiniProgramView .content .right {
  vertical-align: top;
}
.MiniProgramView .content .image {
  margin: 5px 5px 0 0;
}
.MiniProgramView .content .image img {
  height: 120px;
  width: 170px;
  border: 0;
}
.MiniProgramView .content .description {
  margin: 5px 0 0 10px;
}

.MiniProgramView .content .disponibilityDate,
.MiniProgramView .content .state {
  margin: 5px 0 0 10px;
}

.MiniProgramView .detailedSheetLink {
  padding: 10px;
}

.MiniProgramView .detailedSheetLink a {
  padding: 0 10px;
  color: white;
  font-size: 12px;
  background: url(/images/contenue/arrow-h3.gif) no-repeat 0 2px;
}

.MiniProgramView .documentLink a {
  padding: 0 10px;
  color: #CFE7FF;
  font-size: 12px;
  background: url(/images/contenue/arrow-h3.gif) no-repeat 0 2px;
}

.linkLaw {
  font-size: 12px;
  text-align: center;
}

.linkLaw a {
  padding: 0 10px;
  color: #CFE7FF;
  font-size: 12px;
  background: url(/images/contenue/arrow-h3.gif) no-repeat 0 2px;
} 

/* NavigationLine */

.text {
  font-size: 12px;
  margin: 10px;
  color: white;
}

.NavigationLine {
  text-align: center;
  margin: 5px;
  color: white;
  font-weight: bold;
  font-size: 12px;
}
.NavigationLine a {
  margin: 0;
  padding: 2px;
  color: #CFE7FF;
  text-decoration: underline;
}
.NavigationLine a:hover {
  color: black;
  background: #CFE7FF;
  text-decoration: none;
}