	/* G-Maps CSS */
	
	#gmOverlay {
		position: absolute;
		left: 0;
		width: 100%;
		background-color: #4e4e4e;
		cursor: pointer;
		z-index: 8;
	}
	
	#gmCenter, #gmBottomContainer {
		position: absolute;
		left: 50%;
		overflow: hidden;
		background-color: #fff;
		z-index: 9;
	}
	
	.gmLoading {
		background: #fff url(../medias/images/map/loading.gif) no-repeat center;
	}
	
    /* Vous pouvez choisir ici la taille que fera la pop-up */
    
	#gmMap {
		width: 800px;
		height: 600px;
		border: 10px solid #5A5D5A;
	}
	
	#gmBottom {
		font-family: Verdana, Helvetica, sans-serif;
		font-size: 12px;
		color: #666;
		line-height: 1.4em;
		text-align: left;
        padding-left:10px;
        padding-top:5px;
		border: 10px solid #5A5D5A;
		border-top-style: none;
	}
	
    #gmBottom a{
    text-decoration:none;
    }
    
	#gmCloseLink {
		display: block;
		float: right;
		width: 80px;
		height: 22px;
		background: transparent url(../medias/images/map/close.gif) no-repeat center;
		margin-top:5px;
        margin-bottom:10px;
	}
	
	#gmCaption {
		margin-right: 71px;
	}

