/* feuille CSS pour guide.php */

input, select { 
	margin:0 0 10px 0;
	width:150px;
	background:white;
	border:1px solid #999;
	height:20px;
	line-height:20px;
}

input { 
	height:17px;
	line-height:17px;
}

#pvmap{
	position:absolute;
	left:50%;
	margin:100px 0 0 -500px;
	top:0px;
	width:1000px;
	display:none;
}
#pvmap #close{
	background:#DDD;
	text-align:right;
	padding:5px;
}

#expolist{
	color:#444;
}

#expolist table{
	margin:30px 0 0 0;
}

#expolist table tr td{
	padding:5px;
	font-size:0.8em;
}

#expolist .tablehead{
	background:#09f;
	color:white;
}

#expolist .line1{
	background:white;
}

#expolist .line2{
	background:#ddd;
}

#searchbar{
	padding:20px 0 0 0;
	width:550px;
}

#searchbar h3{
	margin-bottom:0px;
}

#download{
	float:right;
	width:200px;
	padding:10px; 
	background:#009ee0;
	margin-top:-45px;
	-moz-border-radius:5px;
}
#download a{
	color:white;
}

#showlist{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

#showlist li{
	list-style-type:none;
	float:left;
	width:170px;
	height:80px;
	background:#EEE;
	margin:0 10px 10px 0;
	padding:0px;
	font-size:1.5em;
	line-height:1em;
	text-align: center;
	-moz-border-radius:10px;
	
}

#showlist li .subevent{
	font-size:0.7em;
	display:block;
	background:#DDD;
	padding:2px;
	margin:10px 0 0 0;
}

#showlist li a {
	display:block;
	margin:10px 0 0 0;
}

#countexposants{
	margin:20px 0 0 0;
}

.bouton{
	padding:5px;
	background:#EEE;
	-moz-border-radius:10px;
}


