.TitleOrangeArrow {
  padding: 0px 10px;
  font-size: 20px;
  font-weight: bold;
  color: #E73800;
}

.ProgramSearchBox {
  border: none;
  background: url(/images/program/programsearchgrid.gif) no-repeat bottom left;
  padding-bottom: 10px;
}

#MainContent .ProgramSearchBox H2 {
  background: white url(/images/program/header.gif) no-repeat top;
}

.MiniProgramView {
  margin: 5px 3px;
  background: url(/images/program/background.gif) no-repeat bottom left;
}

.MiniProgramView .header {
  font-size: 16px;
  background: white url(/images/program/header.gif) no-repeat;
  padding: 10px 0 5px 10px;
  height: 40px;
  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-right: 10px;
  color: white;
  text-transform: uppercase;
}
.MiniProgramView .header .city {
  font-size: 12px;
  text-transform: none;
  padding-top: 5px;
  margin: 0;
  height: 1em;
  overflow: hidden;
}
.MiniProgramView .header .city .law {
  font-size: 10px;
}

.MiniProgramView .header .rentability {
  text-align: right;
  color: white;
  font-size: 12px;
  margin: -32px 10px 0 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}

.MiniProgramView .active {
  color: white;
  margin: 0 5px;
  font-size: 10px;
  background: #E73800;
  padding: 2px;
  border: 1px solid white;
}

.MiniProgramView .content {
  padding: 1px; 
  font-size: 12px;
  color: black;
}
.MiniProgramView .content p {
  text-align: justify;
  margin: 7px 0;
}
.MiniProgramView .content .left,
.MiniProgramView .content .right {
  vertical-align: top;
}

.MiniProgramView .content .right p {
  padding: 0 10px 0 10px;
}

.MiniProgramView .content .image img {
  height: 120px;
  width: 170px;
  border: 0;
  margin-left: 10px;
}
.MiniProgramView .content .description {
  margin: 5px 0 0 0;
}

.MiniProgramView .detailedSheetLink {
  padding: 5px;
}

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

.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: #127DC9;
  font-size: 12px;
  background: url(/images/contenue/arrow-h3.gif) no-repeat 0 5px;
} 

/* NavigationLine */

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

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