@charset "utf-8";
/* CSS Document */

#aOverlay {
	background-color:#6C6C6C;
	cursor:pointer;
	display:none;
	height:100%;
	left:0px;
	opacity:0.6;
	filter: alpha(opacity=60); /* IE 7 */
	position:fixed;
	top:0px;
	visibility:hidden;
	width:100%;
	z-index:10;
}
#boite-over {
	height: 50%;
	width: 50%;
	position: fixed;
    top: 25%;
    left: 25%;
	z-index: 20;
	background-color: #FFFF99;
	left: -1000px;
	padding-top: 5px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 5px;
}
#infomap {
	background-color: #545B3C;
	height: 100%;
	width: 100%;
	padding: 1px;
}
#infoselect {
	height: 200px;
	width: 200px;
	display: none;
}
#moteur {
  width: 98%;
  margin: 10px auto;
}
.w-box {
    line-height: 50px;
}
#meschoix div {
	text-align: center;
}
#meschoix label {
    margin-left: 5px;
} 
#meschoix label:nth-child(3) {
	margin-left: 8px;
}
#annonces select {
	background-color: #EDEFF1;
	color: #6B6B6B;
	margin-right: 3px;
	margin-left: 8px;
}
#annonces input {
	background-color: #EDEFF1;
	color: #6B6B6B;
	margin-right: 2px;
	margin-left: 8px;
	padding-left: 8px;
    height: 21px;
    border: 1px;
    bor
}
#annonces input[type="submit"] {
    cursor:pointer;
    margin-left: 5%;
    margin-right: 5%;
    padding: 6px;
    background-color: blue;
    color: white;
    height: 40px;
    line-height: 20px;
}
#conditions {
    text-align: center;
    margin-top: 20px;
    color: steelblue;
}
#conditions a {
    padding: 25px;
    color: steelblue;
}
.icone-map {
	background-image: url(../images/map.png);
    background-repeat: no-repeat;
    background-position: left center;
}
.icone-pdf {
	background-image: url(../images/gopdf.png);
    background-repeat: no-repeat;
    background-position: left center;
    margin-left: 15px;
}
#geoloc {
	text-align: right;
}
.boite-pages {
	background-color: #DBE6F0;
	color: #695BA8;
	margin-top: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 88%;
	font-weight: bold;
}
.boite-pages em {
	padding-left: 3px;
	padding-right: 3px;
	text-decoration: underline;
	font-weight: bold;
	font-style: normal;
}
.boite-pages a {
	padding-left: 3px;
	padding-right: 3px;
	color: #841891;
	text-decoration: none;
}
.boite-pages div {
	display: inline;
}
#pasderesultat {
	margin-top: 30px;
	margin-bottom: 60px;
}
@media screen and (min-width: 800px) {
    #moteur {
        font-size: 90%;
    }
}
@media screen and (max-width: 799px) {
    #moteur {
        font-size: 70%;
    }
	#annonces select {
		margin-right: 1%;
		margin-left: 2px;
	}
	#annonces input {
		margin-right: 2px;
		margin-left: 3px;
		padding-left: 3px;
	}
	#meschoix label:nth-child(3) {
		margin-left: 1%;
	}
}