@CHARSET "UTF-8";

body {
	background-color: #EEEEEE;
	font-family: Arial;
	font-size: 10px;
}

.time-picker {
	font-size: 1.5em;
}

#site {
	width: 900px;
	margin: auto;
	box-shadow: 10px 10px 10px #888888;
	background-color: #FFFFFF;
	font-size: 12px;
}

#enTete {
	background-color: #990000;
	color: #FFFFFF;
	height: 90px;
}

#logo {
	background-image: url("../medias/logoEkimmobilier.png");
    background-position: 5px -35px;
    background-repeat: no-repeat;
    float: left;
    width: 400px;
    height: 90px;
}

#enTete h1 {
	display: none;
	font-size: 1.5em;
    font-weight: normal;
    margin: 6px 0;
    text-align: center;
    text-decoration: underline;
}

#enTete h2 {
	display: none;
	font-size: 1em;
    font-weight: normal;
    margin: 6px 0;
    text-align: center;
}

#enTete #flags {
	float: right;
	height: 75px;
	width: 56px;
}

#enTete #flags ul {
	list-style-type: none;
	margin: 15px 8px;
	padding: 0;
}

#enTete #adresse {
	float: right;
    font-size: 1em;
    height: 75px;
    margin: 8px 0;
    text-align: center;
    width: 200px;
}

#contenu {
	padding: 10px;
}

#contenu h1 {
	text-align: center;
	color: #888888;
	box-shadow: 5px 5px 5px #990000;
	border-radius: 10px;
}

#contenu p {
	width: 600px;
	margin: 40px auto;
	padding: 10px;
	border: dashed 1px #000000;
	text-align: center;
}

#formulaire {
	display: inline-block;
	width: 450px;
	vertical-align: top;
	margin-right: 10px;
}

.mapCanvas {
	width: 400px;
	height: 300px;
	margin: 10px auto;
}

#type label {
	display: inline-block;
	width: 140px;
}

#qrCode {
	display: inline-block;
	width: 400px;
	height: 400px;
	vertical-align: top;
	border: solid 1px #000000;
	margin-left: 10px;
	margin-top: 7px;
}

.wait {
	background-image: url('medias/wait.gif');
	background-repeat: no-repeat;
	background-position: center center;
}

#generatedImage {
	width: 400px;
}

.nomChamp {
	width: 190px;
	display: inline-block;
	vertical-align: middle;
}

.valeurChamp {
	width: 232px;
	display: inline-block;
	vertical-align: middle;
}

.valeurChamp textarea, .valeurChamp select {
	width: 206px;
}

.valeurChamp textarea {
	height: 60px;
}

#piedPage {
	background-color: #990000;
	color: #FFFFFF;
	padding: 5px;
	font-size: 10px;
}

#piedPage a {
	color: #FFFFFF;
	text-decoration: none;
}

#intro {
	position: relative;
}

#jaime {
	position: absolute;
	right: 10px;
	text-align: left;
	top: 3px;
	width: 100px;
}

#like {
	margin: 3px auto;
}

.like {
	margin: 3px auto;
}

.like a {
	text-decoration: none;
}

#msgLike {
	background-color: white;
	border: 1px solid blue;
	border-radius: 10px;
	color: blue;
	font-weight: bold;
	padding: 5px;
	position: absolute;
	right: 140px;
	text-align: center;
	top: 90px;
	z-index: 2;
}

#msgLike img {
	position: absolute;
	right: -20px;
	top: -43px;
}

#deliciousCount {
	border: 1px solid grey;
    border-radius: 3px;
    margin: 2px;
    padding: 1px 4px;
}
