/* 
    Document   : googlemaps
    Created on : 19 nov. 2012, 10:49:34
        Feuille de style par défaut du type de contenu Google Maps dans le template de base
*/

#content_body div.contenu-type-googlemaps{
}

#content_body div.contenu-type-googlemaps div.googlemap div.map,
#content_body div.contenu-type-googlemaps div.googlemap img.googlemap-static{
    border:1px solid #cccccc;
}

#content_body div.contenu-type-googlemaps div.googlemap img.ombre{
    border:0 none;
}

#content_body div.contenu-type-googlemaps div.texte div.googlemap.gauche_texte{
    float:left;
    margin-right:10px;
    margin-bottom:4px;
}

#content_body div.contenu-type-googlemaps div.texte div.googlemap.droite_texte{
    float:right;
    margin-left:10px;
    margin-bottom:4px;
}

#content_body div.contenu-type-googlemaps div.googlemap.avant_titre,
#content_body div.contenu-type-googlemaps div.googlemap.avant_texte{
    margin-bottom:1em;
}

#content_body div.contenu-type-googlemaps div.googlemap.apres_texte{
    margin-top:1em;
}