@charset "utf-8";
#choixphoto img {
	height: auto;
	width: 100%;
}
#choixphoto {
	display: block;
	height: 100px;
	width: 150px;
	background-image: url(../images-page/photodef.png);
	background-repeat: no-repeat;
	background-position: center center;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px;
}
h2 {
	font-size: 120%;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
h1 {
	font-size: 130%;
}
body h1 a {
	margin: 10px;
	padding: 5px;
	background-color: #FC3;
	color: #333;
	text-decoration: none;
	border-radius: 5px;
}
p {
	line-height: 130%;
}
#map_canvas {
	height: 400px;
	width: 100%;
}




.item_carte {
	height: 20px;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
.pair {
	background-color: #eee;
}
.impair:hover {
	background-color: #FC3;
}
.pair:hover {
	background-color: #F60;
}
.Boutonn_nouvellecarte {
	margin: 10px;
}
hr {
	clear: both;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.Boutonn_nouvellecarte li {
	display: block;
	width: 150px;
	float: right;
}
.Boutonn_nouvellecarte li a {
	display: block;
	background-color: #FC3;
	padding: 5px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	border-radius: 5px;
}






.item_carte .titre.carte {
	float: left;
	width: 50%;
}
.item_carte  img {
	float: left;
	display: block;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 0px;
}
input[type=text]
{
    background-color: #eee;
    border:solid 1px #eee;
    color: #333;
    height: 28px;
    padding-left:10px;
    width: 300px;
    box-shadow: 2px 2px 0 #828181 inset;
}
input[type=submit]
{

	background-color: #FC3;
	padding: 5px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	border-radius: 5px;
    box-shadow: 2px 2px 0 #828181 inset;
}.clear {
	clear: both;
	height: 20px;
	margin: 20px;
}
.ui-autocomplete {
	background-color: white;
	width: 300px;
	border: 1px solid #cfcfcf;
	list-style-type: none;
	padding-left: 0px;
}
.ui-helper-hidden-accessible{
	display: none;
}
.ouyalacarte {
	width: 60%;
}
