#btn-localisation
{
	background-color: #FFFFFF;
	background-image: url(../image/pictogramme/localisation.jpg);
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	float: left;
	border: solid 1px rgb(204, 204, 204);
	border-radius: 5px;
	margin-left: 5px;
}

#btn-localisation:hover
{
	border-color: rgb( 175, 5, 111 );
}

#ctn-geoloc
{
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 100;
	width: 100%;
	height: 100%;
	
	background-image: url(../image/fond-overlay.png);
	background-repeat: repeat;
	
}

#modal-geoloc
{
	background: #fff;
    padding: 2px;
    border: 2px solid #ddd;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    min-height: 600px;
    width: 950px;
    box-shadow: 0px 0px 20px #000;
    border-radius: 10px;
}

#control-modal
{
	height: 40px;
	padding: 5px 5px 0px 5px;
	text-align: center;
}

#control-modal > span
{
	line-height: 30px;
}

#btn-valider-geoloc
{
	height: 30px;
	margin-right: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 5px;
	color: rgb(255, 255, 255);
	border: 1px solid rgb( 175, 5, 111 );
	background-color: rgb( 175, 5, 111 );
	font-weight: bold;
	cursor: pointer;
	float: right;
}

#btn-annuler-geoloc
{
	height: 30px;
	margin-right: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 5px;
	color: rgb(255, 255, 255);
	border: 1px solid rgb( 255, 0, 0 );
	background-color: rgb( 255, 0, 0 );
	font-weight: bold;
	cursor: pointer;
	float: right;
}

#btn-chercher-geoloc
{
	height: 30px;
	margin-right: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 5px;
	color: rgb(255, 255, 255);
	border: 1px solid rgb( 5, 175, 111 );
	background-color: rgb( 5, 175, 111 );
	font-weight: bold;
	cursor: pointer;
	float: right;
}

#map_address
{
	margin-right: 10px;
	width: 290px;
	float: right;
	padding-left: 10px;
}

#ctn-carte
{
	height: 650px;
    width: 950px;
}
