#carteLieux{
    background: none repeat scroll 0 0 #F9F9F9;
    height: 660px;
    margin-top: 10px;
    padding-bottom: 10px;
    width: 100%;
}

#main-map{
   background-color: #E5E3DF;
    height: 600px;
    margin-right: 0;
    margin-top: 70px;
    overflow: hidden;
    position: absolute;
    width: 100%;
}

#map_canvas{
	background-color: #97B6FF;
}


#carteLieux_attente{
    width: 100%;
    height: 660px;
    position: absolute;
	background : white;
	filter:alpha(opacity=50);-moz-opacity:0.5;opacity: 0.5;
}

#carteLieux_recherche{
   background-color: transparent;
    height: 60px;
    margin-left: 60px;
    margin-top: 0;
    position: absolute;
    width: 900px;
}

#carteEvenement_recherche{
   background-color: transparent;
    height: 60px;
    margin-left: 20px;
    margin-top: 0;
    position: absolute;
    width: 940px;
}


#carteLieux_tiroir{
   background-color: transparent;
   position: absolute;

}


#carteLieux_tiroir_container{
   background-color: #F3F3F3;
    border-color: #392512;
    border-style: solid;
    border-width: 1px;
    margin-left: 0;
    padding-bottom: 10px;
}


.pinsLegende{
	color: gray;
	font-size: 12px;
	margin-top: 5px;
}

#carteLieux_tiroir_tirette{
   	background-color: transparent;
	background-image: url("./images/parametres.png");
    height: 50px;
    margin-top: 10px;
    width: 50px;
    margin-bottom: 10px;
}

#carteLieux_tiroir_tirette:hover{
    background-image: url("./images/parametres_hover.png");
}


#carteLieux_recherche_input{
	width: 235px;
	height: 60px;
	float: left;
}

#carteLieux_recherche_separator{
	width: 2px;
	height: 50px;
	margin-top: 5px;
	background: gray;
	float: left;
}

#carteLieux_recherche_center{
	width: 60px;
	height: 60px;
	float: right;
}


#carteLieux_recherche_input input[type=text]{
	width: 170px;
	height: 21px;
	margin-top: 16px;
}

#carteLieux_recherche_center_btn{
	margin-top: 5px;
	margin-left: 5px;
	width: 50px;
	height: 50px;
	float: left;


}


#carteLieux_recherche_input_btn{
	margin-top: 5px;
	margin-right: 5px;
	width: 50px;
	height: 50px;
	float: right;

}