@charset "UTF-8";

@import "contact-popup.css";
@import "lightbox.css";

/* Structure
-------------------------------------------------------- */
html > body {
	margin: 0;
	padding: 0;
	text-align: justify;
	background: url(../img/bg-body.png) repeat-x left top;
	background-color:#003f6b;
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #fff;
}

* html body {
	margin: 0;
	padding: 0;
	text-align: left;
	background-color:#013d69;
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #fff;
}

#intro {
	width: 600px;
	margin:70px auto 0px auto;
}

/* Conteneur
-------------------------------------------------------- */
div#page {
	width: 855px;
	margin:0px auto 0px auto;
	padding: 0;
	background: url(../img/bg-top.png) no-repeat top left;
}

* html div#page {
	width: 855px;
	margin:0px auto 0px auto;
	padding: 0;
	background: url(../img/bg-top.gif) no-repeat top left;
}

div#pageInt {
	width: 855px;
	height: 800px;
    margin:0px auto 0px auto;
	padding: 0;
	background: url(../img/bg-top.png) no-repeat top left;
}

* html div#pageInt {
	width: 855px;
	height: 800px;
    margin:0px auto 0px auto;
	padding: 0;
	background: url(../img/bg-top.gif) no-repeat top left;
}

/* Partie Top
-------------------------------------------------------- */
div#top {
	width: 798px;
	height: 188px;
	padding: 0px 0 0px 0;
	margin: 0px auto 0px auto;
	background: url(../img/top.png) no-repeat bottom left;
	border-bottom: solid 2px #fff;
}

#logoTop {
	display: block;
	float: left;
	margin: 40px 0 0 20px
}

#rappel{
	display: block;
	float: right;
	margin: 125px 15px 0 0;
}

/* scroll img
-------------------------------------------------------- */
div#scroll {
	width: 798px;
	height: 94px;
	padding: 0px;
	margin: 0px auto 0px auto;
	border-bottom: solid 2px #fff;
	/*background: url(../img/bg-corps.png) repeat-y left top;*/
}

/* corps
-------------------------------------------------------- */
div#corps {
	width: 855px;
	/*min-height: 280px;*/
	/*/height: 280px;*/
	margin:0 auto;
	padding: 0;
	background: url(../img/bg-corps.png) repeat-y left top;
	border: 0px solid #fff;
}

* html div#corps {
	width: 855px;
	/*min-height: 280px;*/
	/*/height: 280px;*/
	margin:0 auto;
	padding: 0;
	background: url(../img/bg-corps.gif) repeat-y left top;
	border: 0px solid #fff;
}

/* photo en biais
--------------------------------------------------------- */
#norme {
	display: block;
	float: left;
	width: 122px;
	height: 74px;
	margin: 208px 0 0 0;
	border: 0px solid #fff;
}

#photo {
	width: 441px;
	height: 280px;
	margin: 0 0 0 435px;
	border: 0px solid #fff;
}

*html #photo {
	display: block;
	float: right;
	width: 441px;
	height: 300px;
	margin: 0;
	padding: 0;
	border: 0px solid #fff;
}

*+ html #photo {
	width: 441px;
	height: 280px;
	display: block;
	float: right;
	margin: 0;
	padding: 0;
	border: 0px solid #fff;
}

#photoMaison {
	width: 441px;
	height: 280px;
}

/* Contenu
--------------------------------------------------------- */

div#contenu {
	width: 545px;
	margin: 0px 40px 0 270px;
	padding: 20px 0 0 0;
}

* html div#contenu {
	display: block;
	float: right;
	width: 545px;
	margin: 20px 20px 0 0;
	padding: 0;
}

div#contentTop {
	width: 542px;
	height: 34px;
	margin: 0;
	padding: 0;
	background: url(../img/bgContent-top.png) no-repeat top left;
}

* html div#contentTop {
	width: 542px;
	height: 34px;
	margin: 0;
	padding: 0;
	background: url(../img/bgContent-top.gif) no-repeat top left;
	border: 0px solid #fff;
}

h2 {
	display: block;
	font-family: frutiger,arial;
	color:#FF9900;
	font-size: 13px;
	font-weight: bold;
	height: 13px;
	padding: 15px 10px 0px 10px;
	margin: 0;
}

#contentBody {
	font-family: frutiger,arial;
	color: #000;
	font-size: 11px;
	font-style: normal;
	background: url(../img/bgContent-body.png) repeat-y top left;
	padding: 20px 10px 10px 10px;
}

#contentBody a {
	font-family: frutiger,arial;
	color:#009EE0;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#contentBody a:hover {
	font-family: frutiger,arial;
	color:#ff9900;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

h3 {
	font-family: frutiger,arial;
	color:#009EE0;
	font-size: 13px;
	font-weight: bold;
	padding: 15px 10px 0px 10px;
}

div#contentBottom {
	width: 542px;
	height: 113px;
	margin: 0;
	padding: 0;
	background: url(../img/bgContent-bottom.png) no-repeat top left;
}

* html div#contentBottom {
	width: 542px;
	height: 113px;
	margin: 0;
	padding: 0;
	background: url(../img/bgContent-bottom.gif) no-repeat top left;
}

/* footer
-------------------------------------------------------- */
div#footer {
	width: 855px;
	height: 128px;
	margin:0;
	padding: 0;
	background: url(../img/bg-footer.png) no-repeat left top;
	border: 0px solid #fff;
}

* html div#footer {
	width: 855px;
	height: 128px;
	margin:0;
	padding: 0;
	background: url(../img/bg-footer.gif) no-repeat left top;
	border: 0px solid #fff;
}

html > body #filiales {
	width: 785px;
	height:150;
	display: block;
	float: left;
	margin : 20px 0 0 28px;
	list-style: none;
	font-weight:bold;
	border: 0px solid #fff;
	background: url(../img/bandeauTel.png) no-repeat top left;
}

*html #filiales {
	width: 785px;
	height:150;
	display: block;
	float: left;
	margin : 20px 0 0 14px;
	padding-left: 20px;
	list-style: none;
	font-weight:bold;
	border: 0px solid #fff;
	background: url(../img/bandeauTel.gif) no-repeat top left;
}

*+ html #filiales {
	width: 785px;
	height:150;
	display: block;
	float: left;
	margin : 20px 0 0 17px;
	padding-left: 20px;
	list-style: none;
	font-weight:bold;
	border: 0px solid #fff;
	background: url(../img/bandeauTel.gif) no-repeat top left;
}

#filiales li {
	display: block;
	float: left;
	height: 30px;
	margin: 13px 12px 0 0;
	vertical-align: text-bottom;
}

html > body #first {
	display: block;
	float: left;
	height: 30px;
	margin: 13px 12px 0 0;
	padding: 0;
	vertical-align: text-bottom;
}

*html #first {
	display: block;
	float: left;
	height: 30px;
	margin: 13px 12px 0 10px;
	padding: 0 0 0 10px;
	vertical-align: text-bottom;
}

#filiales li a {
	color: #fff;
	text-decoration: none;
}

#filiales li a:hover {
	color: #fff;
	border-bottom: 2px solid #fff;
}

#logoA {
	display: block;
	float: right;
	margin: 0 90px 0 0;
}

#logoB {
	display: block;
	float: right;
	margin: 0 5px 0 0;
}

#logos {
	display: block;
	float: right;
	margin: 0 60px 0 0;
}

/* menu
--------------------------------------------------------- */
ul#menu {
	width: 220px;
	height:160px;
	display: block;
	float: left;
	margin : 15px 0 0 5px;
	list-style: none;
	border: 0px solid #fff;
}

* html ul#menu {
	width: 220px;
	height:150;
	display: block;
	float: left;
	margin : 30px 0 0 20px;
	list-style: none;
	border: 0px solid #fff;
}

*+ html ul#menu {
	width: 220px;
	height:290px;
	display: block;
	float: left;
	margin : 30px 0 0 40px;
	list-style: none;
	border: 0px solid #fff;
}

ul#menu li {
	height: 25px;
	background: url(../img/puce.png) no-repeat top left;
	text-indent: 15px;
}

ul#menu li#nf {
	height: 60px;
	background: none;
	text-indent: 15px;
}

ul#menu li a {
	color: #fff;
	text-decoration: none;
}

ul#menu li a:hover {
	color: #fff;
	border-bottom: 2px solid #fff
}

ul#skip {
	width: 220px;
	height:160px;
	display: block;
	float: right;
	margin : 15px 0 0 0px;
	list-style: none;
	border: 0px solid #fff;
}

* html ul#skip {
	width: 220px;
	height:150;
	display: block;
	float: right;
	margin : 15px 0 0 0px;
	list-style: none;
	border: 0px solid #fff;
}

ul#skip li {
	height: 25px;
	text-indent: 0px;
	text-align: right;
}

ul#skip li a {
	color: #fff;
	text-decoration: none;
}

ul#skip li a:hover {
	color: #fff;
	border-bottom: 2px solid #fff
}

ul#menuBottom {
	display: block;
	float: left;
	margin: 5px 0 0 10px;
}

* html ul#menuBottom {
	display: block;
	float: left;
	margin: 5px 0 0 20px;
}

*+ html ul#menuBottom {
	display: block;
	float: left;
	margin: 5px 0 0 40px;
}

ul#menuBottom li {
	display: block;
	float: left;
	height: 30px;
	margin: 0 5px 0 0;
	padding: 0;
	vertical-align: text-bottom;
	/*border: 1px solid #000;*/
}
li#mail {
	font-size: 1.4em;
	font-weight: bold;
	vertical-align: top;
}
ul#menuBottom li a {
	color: #fff;
	text-decoration: none;
}

ul#menuBottom li a:hover {
	color: #fff;
	border-bottom: 2px solid #fff;
}


/* maisons dispo à la vente
--------------------------------------------------------- */

.cellule {
	height: 190px;
	border-bottom: 1px solid #bfe7f7;
}

.gallerie {
	border: 1px solid #fff;
	text-decoration: none;
}

.planMaison {
	width: 140px;
	display: block;
	float: left;
}
.description {
	width: 350px;
	margin: 0 0 0 150px;
}

.description h3 {
	font-family: frutiger,arial;
	color:#009EE0;
	font-size: 13px;
	font-weight: bold;
	padding: 0;
}

.description span {
	font-family: frutiger,arial;
	color:#000;
	font-size: 12px;
	font-weight: bold;
	padding: 0;
}

.realisation {
	margin: 5px 5px 0 0;
	padding: 0;
	border: 1px solid #ccc;
}

#contentBody span {
	font-family: frutiger,arial;
	color:#009EE0;
	font-size: 11px;
	font-weight: bold;
	padding: 0;
}

.highlight {
	font-family: frutiger,arial;
	color:#FF9900;
	font-size: 11px;
	font-weight: bold;
	padding: 0;
	margin: 0px;
}

/* formulaire
--------------------------------------------------------- */

input {
	border: 1px solid #999;
}

/* plan
--------------------------------------------------------- */

.plan{
	height: 300px;

}

#gauche {
	display: block;
	float: left;
	width: 250px;
	margin: 0;
}

#droite {
	width: 200px;
	margin: 10px 0 0 280px;
}

#macaron {
	position: absolute;
	margin: auto;
}

#couple {
	display: block;
	float: left;
	margin: 0 10px 0 0;
}

#sport {
	display: block;
	float: right;
	margin: 0;
}
#plan {
	border: 1px solid #009ee0;
	margin-top: 10px;
}

/* Flash Anniversaire
-----------------------------------------------------------------*/

#anniversaire {
	width: 800px;
	height: 600px;
	margin:30px auto 0px auto;
	padding: 0;
}

#close {
	width: 480px;
	height: 15px;
	text-align: right
}