<!-- raw : NE PAS SUPPRIMER CETTE LIGNE -->

<style>
 .defaultInfosEtabsDetaille
 {
   background-image:url(assets/images/bg.jpg);
 } 
 
 .defaultInfosEtabsDetaille table
 {
   border:none;
 }
 
 .defaultInfosEtabsDetaille th {
    vertical-align:top;
 }
 
 .defaultInfosEtabsDetaille img {
    border:1px solid white;
    border-radius:5px;
 }
 .defaultInfosEtabsDetaille th.InfosEtab {
 	background-color:rgba(0,0,0,0.8);
    padding:20px;
 }
 
 .defaultInfosEtabsDetaille th.map {
 	background-color:rgba(0,0,0,0.9);
    padding:10px;
 }
 
 .defaultInfosEtabsDetaille th.map .infos {
    color:white;
 }
</style>

<div class='defaultInfosEtabsDetaille'>
  <table cellpading=0 cellspacing=0>
    <tr>
    <th class='InfosEtab'>
        <include ref='defaultInfosEtabsLateral'/>
    </th>
    <th class='map'>
        <div class='infos'>
          Coordonnées GPS: {infosetabs.lat_precis} , {infosetabs.lon_precis} 
        </div>
        <img src='http://maps.googleapis.com/maps/api/staticmap?size=400x400&markers=color:blue|{infosetabs.lat_precis},{infosetabs.lon_precis}&sensor=true&zoom=15'>
    </th>
    </tr>
  </table>
</div>
