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

h2.title {
  margin: 10px 10px 5px 0px;
  font-size: 12px;
  text-transform: uppercase;
  color: black;
  border-bottom: 1px solid white;
}


.DetailedProgram {
  background: white;
  margin-right: 10px;
  width: 565px;
  font-size: 12px;
}

.DetailedProgram .header {
  padding: 5px;
  border-bottom: 1px solid black;
}

.DetailedProgram .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;
}
.DetailedProgram .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;
}

/*ie6 and below hack*/

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

.DetailedProgram {
  
}

.DetailedProgram .header {
  margin: 10px 10px 5px 0px;
  font-size: 16px;
  //color: #CFE7FF;
}
.DetailedProgram .header table {
  width: 100%;
}
.DetailedProgram .header .left{
  text-align: left;
  width: 50%;
}
.DetailedProgram .header .right {
  text-align: right;
  width: 50%;
  vertical-align: top;
}
.DetailedProgram .header .city,
.DetailedProgram .header .name {
  //color: white;
  font-size: 14px;
  margin: 0;
  text-transform: uppercase;
}
.DetailedProgram .header .city {
  font-size: 12px;
}

.DetailedProgram .header .city a {
  color: black;
  text-decoration: none;
}
.DetailedProgram .header .city .law {
  font-size: 10px;
}

.DetailedProgram .header .rentability {
  color: black;
  font-size: 14px;
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
}

.DetailedProgram .header .price {
  font-weight: bold;
}

.DetailedProgram .content {
  color: black;
  padding: 0 5px;
}
.DetailedProgram .content p {
  margin: 10px 0;
  text-align: justify;
}

.DetailedProgram .content .video {
  float: left;
  margin: 0 5px 0 0;
}
.DetailedProgram .content .image img {
  height: 100px;
  width: 133px;
  margin-right: 2px;
}
.DetailedProgram .content .cleaner {
  clear: both;
  display: block;
}

.DetailedProgram .content ul li {
  margin: 10px 10px 0 32px;
  text-align: justify;
}

.DetailedProgram .content .description {
  margin: 10px 0;
}

.DetailedProgram .table {
  margin: 10px 5px;
}
.DetailedProgram .table tr th,
.DetailedProgram .table tr td {
  border: 1px solid #fff;
}
.DetailedProgram .table tr th {
  width: 100px;
  padding: 5px;
}
.DetailedProgram .table tr td {
  width: 70px;
  padding: 5px;
  background: #f6f6f6;
}
.DetailedProgram .table th,
.DetailedProgram .table .type {
  background: #C9D1D5;
  padding: 5px;
  font-weight: bold;
}
.DetailedProgram .table .none {
  background: none;
}
.DetailedProgram .table .type {
  text-align: center;
}
.DetailedProgram .table .MinMax {
  background: #e4e4e4;
  padding: 2px 5px;
  text-align: center;
}

.DetailedProgram .AutoForm .error,
.DetailedProgram .AutoForm .required {
  color: red;
}
.DetailedProgram .AutoForm {
  margin: 10px;
}
.DetailedProgram .AutoForm table tr td{
  padding: 2px;
}
.DetailedProgram .AutoForm .DrWIButton  {
  margin-left: 72px;
}

.back  {
  text-align: center;
  margin-bottom: 20px;
}

.back a {
  color: white;
  font-size: 12px;
}