@charset "UTF-8";

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	color:#666;
	font: 13px Arial, Helvetica, sans-serif;

}


div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	background:#f0f0f0;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

div#header {
	background:#FFFFFF 98% 10px no-repeat;
	padding:1em;
	line-height: 35px;
}

div#content {
	padding:5px 10px;
	padding-bottom:7% /* bottom padding for footer */

}

div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	background:#ddd;
	border-top:1px solid gray;
	height:93%;
}


#content select {
	width:130px;
	font: 13px Arial, Helvetica, sans-serif;
	margin-left:5px;	
	}	
#input {
	font: 13px Arial, Helvetica, sans-serif;
	}
	
input#nom_etab{
	width:130px;
	}
	
.search{
	line-height:35px;
	}
.result hover{
	border:1 px solid #333333;
	}
	
#mapContainer {
	width: 100%;
    height: 100%;

  }
  


 .spip-admin-float, .zone{
 display:none;
 }

/* Affichage des établissements */



#etab {
	margin-bottom:20px;
	line-height:115%;
	padding-right:10px;
	width:200px;
	font-family: Arial, Helvetica, sans-serif;
}


#etab .new_icons {
	margin-top: 3px;
	diplay:block;
	width: 150px;
}

#etab .clear_icones {
	clear:both;
}

/*
Signalez un PB
*/

#etab form {
	padding-top: 0;
}



#etab .new_icons img {
	float:left;
	margin-right: 1px;
}

#etab .new_icons .icone-signalez {
	float:right;
}

#etab h5 {
	font-weight:normal;
	color: #993300;
	font-size: 14px;
	line-height: 18px;
}

/*
Etab
*/

#etab a {
	text-decoration:none;
}

#etab a:hover {
	color: #088B09;
}

#etab h6 {
	text-transform:uppercase;
	font-weight:bold;
	font-size:105%;
	margin:0px;
	display:inline;
	padding-bottom:3px;
}
#etab .cv {
	width:150px;
	height:60px;
	margin-top:3px;
	margin-bottom:3px;
	display:block;
	border:1px solid;
}

#etab img.flag {
	border:1px solid #000000;;
	float:left;
	margin:3px;
	margin-bottom:0;
}

#etab .oeil {
	 width:23px;
	 height:14px;
	 margin-right:0px;
}
#etab .sup {
	color:#990000;
}
#etab h2 {
	color:#993300; 
	font-weight:bold;
	font-size:10px;
	display:block;
	margin:0px;
}
#etab h3 {
	color:#000000; 
	font-weight:bold;
	font-size:10px;
	display:block;
	margin:0px;
}

.icones {
	margin-top:3px;
	margin-right:1px;
}

#etab .cap_accueil {
	font-size:16px;
	font-weight:bold;
	margin-right:5px;
}



