#container {
	width: 578px;
	height: 310px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px;
}

.searchBox {
	width: 245px;
	height: 90px;
	background-color: #e6eeff;
	border: 1px solid #d2dbe4;
	float: left;
}

.searchBox h1 {
	display: block;
	height: 28px;
	padding: 7px 10px 0 10px !important;
	margin: 0 !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 17px !important;
	color: #015198 !important;
	background-color: #b4d333;
}

.searchBox p { /*padding: 10px 10px 0 10px;*/
	padding-left: 10px !important;
	margin-left: 5px 0 !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px !important;
	font-weight: 600 !important;
	color: #125d9f !important;
}

.searchBox input[type="text"] {
	margin: 5px 5px 5px 10px;
	border: 1px solid #d2dbe4;
}

.submit {
	border: 3px;
	color: #fff;
	background: transparent url(../interface/public/bouton.png) no-repeat
		top left;
	width: 144px;
	height: 22px;
	font-weight: bold;
	font-size: 11px;
}

#mapBox {
	width: 320px;
	height: 400px;
	border: 1px solid #d2dbe4;
	float: right;
}

.resultBox {
	width: 235px;
	margin-top: 5px;
	padding: 10px 10px 10px 0px;
	border: 1px solid #d2dbe4;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	clear: left;
}

.resultBox h1 {
	font-size: 11px !important;
	font-weight: 800 !important;
	color: #005c9c !important;
	text-transform: uppercase !important;
	margin: 0 !important;
}

.resultBox p {
	font-size: 11px !important;
	color: #000 !important;
}

.resultBox a {
	font-size: 11px !important;
	color: blue !important;
}

.resultBox ul li {
	list-style: none !important;
	font-size: 11px !important;
	color: #7798b4 !important;
}

.resultBox ul li span#jour {
	display: block;
	width: 15px;
	float: left;
	list-style: none;
	font-size: 11px;
	color: #000;
}

.resultBox ul li span#heure {
	list-style: none;
	font-size: 11px;
	color: #7798b4;
}

div.classement,div.classementTech,div.coordonnees,div.horaires,div.description {
	float: left;
	clear: right;
}

.coordonnees {
	width: 120px;
}

.coordonnees p { /*background-color:#E6EEFF;*/
	margin: 3px 0 10px 0;
	padding: 3px 0 3px 3px;
	width: 120px;
	text-align: left !important;
}

#description {
	padding-left: 29px;
	clear: both !important;
	width: 300px;
}

.horaires {
	float: right !important;
}

.horaires table {
	width: auto !important;
}

.horaires td {
	padding: 0 !important;
	color: black !important;
	background: white !important;
}

.classement {
	width: 16px;
	height: 16px;
	margin: 0 5px;
	padding-left: 3px;
	background: transparent url(../interface/public/classement.png)
		no-repeat top left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #015198;
}

.classementTech {
	width: 16px;
	height: 16px;
	margin: 0 5px;
	padding-left: 3px;
	background: transparent url(../interface/public/classement.png)
		no-repeat top left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #015198;
}

.divSelectVille {
	margin-left: 10px;
}

#selectville {
	margin-bottom: 5px;
}
