@charset "utf-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*---MonReset---*/
*{
	outline:none;
}

.clear{
	clear:both;
}



/* ---------------------------------------------- */
/* ---------------DOMOTIQUE---CSS---------------- */
/* ---------------------------------------------- */

body{
	font-family:"Ubuntu Condensed", Helvetica, Arial, Verdana, sans-serif;
	color:#7C7E80;
	font-size:16px;
	background-color:#89A45E; /* terre */
}

#ciel{
	width:100%;
	height:550px;
	background-color:#82A5BF; /* ciel */
}
	
#arriereplan{
	min-width:960px;
	height:914px;
	background-image:url(images/arriere-plan.png);
	background-repeat:no-repeat;
	background-position:center 55px;
	}
	
#wrapper{
	width:960px;
	margin:auto;
}
	
#logo{
	background-image:url(images/logotique.png);
	background-repeat:no-repeat;
	background-position:0 23px;
	display:block;
	width:199px;
	height:165px;
	margin-left:120px;
	padding-top:23px;
	float:left;
}

#logo span{
	display:none;
}

h1{}
h2{}
h3{
	font-size:1.2em;
}

small{
	font-size:0.8em;
}

.blanc{
	color:#FFF;
}

#whodunnit{
	float:left;
	padding-top:40px;
	font-size:1.2em;
	color:#fff;
	margin-left:25px;
	line-height:118%;
}

#infoexterieur{
	float:left;
	margin-top:20px;
	font-size:1.2em;
	color:#7C7E80;
	margin:25px 0 0 25px;
	padding:14px 25px 0;
	width:283px;
	height:134px;
	line-height:150%;
	background-color:#D7D8DA;
}

#map{
	width:675px;
	height:435px;
	margin: 0 auto;
	padding: 56px 19px 0;
}

/*---CHAUFFAGE---*/
.chauffagesol{
	width:50px;
	height:50px;
	margin:0 35px 190px;
	display:inline-block;
	position:relative;
	background-repeat:no-repeat;
	background-position:center 48.5%;
}

.un{
	background-image:url(images/picto-chauffe-g.png);
	}

.deux{
	background-image:url(images/picto-chauffe-d.png);
}


/*---NEONS---*/
.neon{
	display:inline-block;
	width:30px;
	height:400px;
	top:-15px;
	background-image:url(images/neon.png);
	background-repeat:no-repeat;
	background-position:0 0;
	position:relative;
	margin-top:35px;
}

.premier{
	margin-left:70px;
}

.troisieme{
	margin-left:160px;
}

.eteint{ /* class="neon eteint" */
	background-position:-30px 0;
}


/*---CLIMATISATION---*/
#climatisation{
	width:105px;
	height:20px;
	display:inline-block;
	position:relative;
	top:-3px;
	left:112px;
}


/*---INFOBULLES---*/
.chauffagesol span, .neon span, #climatisation span{
	display:none;
	position:absolute;
	color:#7C7E80;
}

.chauffagesol:hover span, .neon:hover span, #climatisation:hover span{
	display:block;
	position:absolute;
	z-index:999;
	
	width:254px;
	height:114px;
	background-image:url(images/infobulle-g.png);
	background-repeat:no-repeat;
	
	padding:22px 0 0 46px;
	
	top:50%;
	margin-top:-64px;
	left:50%;
}

#map h3{
	background-repeat:no-repeat;
	line-height:120%;
	padding:0 0 0 45px;
}

.button-panel{
	padding:7px 0 0 10px;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
}

#map button{
	width:32px;
	height:32px;
	border:none;
	text-align:center;
	vertical-align:central;
	padding:0;
	margin:0 5px 0 0;
	cursor:pointer;
	background-color:transparent;
}

#map button img{
	width:30px;
	height:30px;
	border:outset 1px #A7A9AB;
	border-radius:7px;
	padding:0;
	margin:0;
}

#map button:active img{
	border:inset 1px #A7A9AB;
}

/*---TABLEAUDBORD---*/
#tableaudbord{
	width:674px;
	padding:70px 0 100px;
	margin:0 auto;
}

.piece{
	width:285px;
	background-color:#D7D8DA;
	padding:20px;
	float:left;
	margin-bottom:20px;
}

.no1{
	margin-right:20px;
}

#tableaudbord table{
	width:100%;
}

#tableaudbord tr{
	height:56px;
}

#tableaudbord tr.court{
	height:38px;
}

#tableaudbord tr.a{
	border-bottom:1px #999999 solid;
}

#tableaudbord td.b{
	border-right:1px #999999 solid;
}

#tableaudbord td.c{
	text-align:left;
}

#tableaudbord td{
	padding:10px;
	text-align:center;
	vertical-align:middle;
}


#tableaudbord input{
	text-align:right;
}

input[type=text]{
	width:85px;
	height:20px;
	border:solid #A7A9AB 1px;
	border-radius:1px;
	font-size:1em;
	font-family:"Ubuntu Condensed", Helvetica, Arial, Verdana, sans-serif;
}

.ok{
	width:27px;
	height:27px;
	padding:0;
	font-size:0.8em;
	border:none;
	text-align:center !important;
	vertical-align:central;
	background-color:#A7A9AB;
	border:outset 1px #A7A9AB;
	border-radius:7px;
	font-family:"Ubuntu Condensed", Helvetica, Arial, Verdana, sans-serif;
}

.ok:active{
	border:inset 1px #A7A9AB;
}