.DetailedProgram {
  margin: 10px;
  font-size: 12px;
  background: url(/images/program/backgroundDetailed.gif) no-repeat bottom;
}

.DetailedProgram .header {
  padding: 15px 10px 0 10px;
  font-size: 16px;
  color: white;
  height: 70px;
  background: white url(/images/program/headerDetailed.gif) no-repeat 1px;
}

.DetailedProgram h2.title {
  margin-left: 0;
}

.DetailedProgram .header p {
  margin: 2px 0;
}

.DetailedProgram .header a {
  color: white;
  text-decoration: none;
}
.DetailedProgram .header .active {
  font-size: 10px;
  background: #e50000;
  border: 1px solid white;
  padding: 0 2px;
  margin-right: 5px;
}
.DetailedProgram .header .FlashPicto {
  background: transparent url(/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(/images/pictos/coeur.png) no-repeat;
  width: 45px;
  height: 45px;
  display: block;
  float: left;
  margin: -13px 5px 0 -5px;
}
/* hack ie7 */
*:first-child+html .DetailedProgram .header .FavoritePicto {
  position: relative;
}
/*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 .header table {
  width: 100%;
}
.DetailedProgram .header .left{
  text-align: left;
  width: 60%;
}
.DetailedProgram .header .right {
  text-align: right;
  width: 40%;
  vertical-align: top;
}
.DetailedProgram .header .name {
  color: white;
  font-size: 14px;
  margin: 2px 0;
  text-transform: uppercase;
}
.DetailedProgram .header .city {
  font-size: 12px;
  font-weight: bold;
}
.DetailedProgram .header .small,
.DetailedProgram .header .law {
  font-size: 10px;
}
.DetailedProgram .header .price {
  font-weight: bold;
}
.DetailedProgram .rentability {
  font-weight: bold;
  font-size: 14px;
  margin: 0;
  text-transform: uppercase;
}

.DetailedProgram .content {
  padding: 5px;
}
.DetailedProgram .content h3 {
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 12px;
  font-weight: bold;
}
.DetailedProgram .content p {
  margin: 0 0 10px 0;
  text-align: justify;
}
.DetailedProgram .content ul {
  margin-left: 20px;
}
.DetailedProgram .content ul li {
  margin-bottom: 10px;
}
.DetailedProgram .content .video {
  float: left;
  margin: 0 5px 0 0;
}
.DetailedProgram .content .image a img {
  border: none;
}
.DetailedProgram .content .image img {
  height: 100px;
  width: 134px;
  margin-right: 2px;
}
.DetailedProgram .content .cleaner {
  clear: both;
  display: block;
}

.DetailedProgram .label {
  font-weight: bold;
}

#Map .gmnoprint span {
  display: none;
}

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