#Menu_Point{
	display: none;
    height: auto !important;
    width: 286px;
    margin-left: 19px;
    border-radius: 10px;
    background-color: #20355e;
	text-align: center;
}
#Menu_Point_Canvas {
    
    height: 260px;
    width: 260px;
    margin-top: 13px;
    background-color: white;
    border-radius: 10px;

}
#Menu_Point_Input {
    width: 64px;
    height: 44px;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    border: none;
    background-color: white;
    color: #1F345D;
    font-size: 22px;
    font-weight: bold;
	margin-top: 0px;
}
#Menu_Point_Input:focus {
    outline: none;
}
#SelectTypeCross{
	width: 200px;
	height: 40px;
	text-align: center;
	margin-top: 10px;
	margin-left: 43px;
	background-color: #284378;
	border-radius: 5px;
	line-height: 40px;
	color: white;
	font-size: 30px;
	font-weight: bold;
	cursor: pointer;
}
#OtherTypeCross{
	display: none;
	position:absolute;
	width: 200px;
	height: 40px;
	text-align: center;
	margin-left: 43px;
	background-color: #284378;
	border-radius: 5px;
	line-height: 40px;
	color: white;
	font-size: 30px;
	font-weight: bold;
	cursor: pointer;
}

.PopUp_F_Reseau {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 120px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.PopUp_F_Reseau-content {
    background-color: #254177;
    margin: auto;
    width: 480px;
    height: 220px;
    padding: 20px;
    border-radius: 20px;
    text-align: center;
}

#PopUp_F_Reseau_Text {
    font-size: 24px;
    text-align: center;
	color: white;
}
#PopUp_F_Reseau_Im {
	margin-top: 20px;
	margin-right: 80px;
}

#PopUp_F_Reseau_Im, #PopUp_F_Reseau_Im_P {
	cursor: pointer;
}