#gMapWrapper
{
    background 		: #FFF url('/c/i/maps/bg.png') no-repeat;
    width 			: 638px;
    height 			: 442px;
    position:relative;
}

.post-content #gMapWrapper, #sidebar #gMapWrapper
{
    background 		: none;
    width 			: auto;
    height 			: auto;
    position:relative;
}


#geopoint_map
{
    width			: 610px;
    height			: 340px;
    margin 			: 4px 0 0 14px;
    border			: 1px solid #FFF	;
    position		: relative;
    overflow		: hidden;
}

#geopoint_map span
{
    white-space		: wrap;
}


.post-content #geopoint_map
{
    width			: 630px;
    height			: 250px;
    border			: 1px solid #F90	;
    margin 			: 4px;
}

#sidebar #geopoint_map
{
    width			: 320px;
    height			: 320px;
    border			: 1px solid #F90	;
    margin 			: 4px;
}


#gMapMenu
{
    height 			: 36px;
    margin			: 0px 0 0 10px ;

}

#contenu #gMapMenu label
{
    width			: auto;
    margin			: 0 8px 0 0 ;
    border			: 0;
    padding			: 2px;
    color			: #F0F0F0;
}
#gMapMenu select, #gMapMenu input
{
    width 			: 160px;
    margin 			: 0px 0 0px 15px;
    border 			: 1px solid #F0F0F0;
}

#gMapMenu input#geopoint_placer
{
    width 			: auto
    margin-left		: 20px;
}


#gMapMenu input.gps
{
    width 			: 60px;
}
#gMapWrapper #typeSelector
{
    color 			: #F0F0F0;
    margin			: 8px 0 0 0;
    padding			: 4px 14px 0 0;
    text-align 		: right;
}

#typeSelector input
{
    border			: 0;
    margin			: 0;
    vertical-align	: middle;
}
#typeSelector label
{
    width			: auto;
    margin			: 0 16px 0 0 ;
}

#gMapWrapper #typeSelector img
{
    margin			: 0 3px 0 2px;
    vertical-align	: middle;
}
#geopoint_place_liste
{
    position		: relative;
    z-index 		: 50;
}

#geopoint_place_liste table
{
    margin-left		: 370px;
    border			: 1px solid #000;
    border-collapse	: collapse;
    background-color: #fff;
    position		: absolute;
    width			: 250px;
    font-size		: 9px;
    color			: #000;
}

#geopoint_place_liste thead, #geopoint_place_liste tfoot
{
    text-align: center;
}
#geopoint_place_liste th
{
    text-align: left;
}
#geopoint_place_liste tbody td
{
    text-align: right;
}
#geopoint_place_liste tr.selected
{
    background-color: #656598;
    color: #fff;
}

div.geoPointContextDroit {
    width:10em;
    background-color:#fff;
    border : 2px solid #056FB7;
    padding:0;
}

div.geoPointContextDroit a {
    padding:5px ;
    display:block;
    color:#106FCF;
}

div.geoPointContextDroit a:hover {
    background-color:#FFDBAE;
}

div.geoPointContextDroit hr {
    padding:0;
    margin:0;
    border-bottom:1px solid #056FB7;
    border-width:0px 0px 1px;
    height:1px;
}

hr.geopoint_dashed {
    border-bottom:1px dashed #666666;
    border-width:0px 0px 1px;
    height:1px;
}

div.geopoint_form {
    display:none;
}

.geopoint_form label
{
    float 				: left ;
    width 				: 80px ;
    display 			: inline ;
    margin				: 0;
    color				: #FFF;
}

#geopoint_form_1 input
{
    float 				: left ;
    width 				: 100px ;
    display 			: inline ;
    margin				: 0 8px 0 0;
}


ul.geopoint_menu {
    display:block;
    list-style-type: none;
    margin				: 0 0 -1px 20px;
    position			: relative;
    z-index				: 100;
}

ul.geopoint_menu li {
    display:inline;
    border:1px solid #c0dbd8;
    padding:5px;
}

ul.geopoint_menu li.selected {
    background-color 	 :#c0dbd8;
}
ul.geopoint_menu li.selected a {
    color				: #F0F0F0;
}
#geopoint_map_container {
    background-color:#DFDBc7;
    border:2px solid #ccc;
    padding:0;
    margin:0;
    position:relative;

}


div#geopoint_toolbar {
    width: 50px;
    position: absolute;
    padding: 0px;
    top: 60px;
    left: 89%;
    cursor: move;
    z-index: 100;
}
div#geopoint_toolbar div.geopoint_top {
    background-image: url(../i/geopoint/tb_top.png);
    background-repeat: no-repeat;
    height: 23px;
    padding: 2px;
}
div#geopoint_toolbar div.geopoint_top a,
div#geopoint_toolbar div.geopoint_top a:hover {
    margin: 0px;
    padding: 0px;
    height: 18px;
    width: 16px;
    position: absolute;
    left: 22px;
    top:5px
}

div#geopoint_toolbar div.geopoint_icons {
    background-image: url(../i/geopoint/tb_icons.png);
    background-repeat: repeat-y;
    border-bottom: 1px solid #98b2d3;
    padding: 2px;
    text-align: center;
}
div#geopoint_toolbar div.geopoint_icons div {
    width: 30px;
    margin-left: auto;
    margin-right: auto;
    padding: 2px 0;
}
div#geopoint_toolbar div.geopoint_icons div a,
div#geopoint_toolbar div.geopoint_icons div img {
    padding: 0px;
    margin: 0px;
}
div#geopoint_toolbar div.geopoint_bottom {
    background-image: url(../i/geopoint/tb_bottom.png);
    background-repeat: no-repeat;
    height: 7px;
}

