/* CSS Document */

* {
	padding: 0px;
	margin: 0px;
	border: none;
	border-collapse: collapse;
	text-decoration: none;
	list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	background: #2e533c;
}

.compromis {
	float: left;
	z-index: 10000;
	position: absolute;
	margin-top: 20px;
}

.ptcompromis {
	float: left;
	z-index: 10000;
	position: absolute;
	margin-top: 10px;
}

hr {
	clear: both;
	background: none;
	margin: 0;
	visibility: hidden;
	border: none 0px;
}
sup {
	line-height:4px;
}
a.pdf {
	background: url(../img/pic_pdf.png) no-repeat !important;
	padding: 3px 0 6px 28px;
	display: inline-block;
	color: #b1cb64;
}
a.doc {
	background: url(../img/pic_doc.png) no-repeat !important;
	padding: 3px 0 3px 28px;
	display: inline-block;
	color: #b1cb64;
}
a.xls {
	background: url(../img/pic_xls.png) no-repeat !important;
	padding: 3px 0 3px 28px;
	display: inline-block;
	color: #b1cb64;
}
a.url {
	background: url(../img/pic_url.png) no-repeat 7px center !important;
	padding: 3px 0 3px 28px;
	display: inline-block;
	color: #b1cb64;
}
a.mail {
	background: url(../img/pic_mail.png) no-repeat !important;
	padding: 3px 0 3px 28px;
	display: inline-block;
	color: #b1cb64;
}

div#globalG {
	min-width: 960px;
	max-width: 1260px;
	margin: 0 auto;
	width: 90% !important;
	width: 960px;
	background: url(../img/degradeGauche.gif) repeat-y;
}
div#globalD {
	margin: 0 0 0 8px;
	width: 100%;
	background: url(../img/degradeDroit.gif) repeat-y right top;
	position: relative;
}

/* bandeau */
h1#header {
	margin: 0 8px 0 0;
	height: 208px;
	background: url(../img/immobilier-brenne-france.jpg) no-repeat;
}
h1#header span {
	display: none;
}
div#globalD a#logo {
	display: block;
	position: absolute;
	top: 25px;
	right: 5%;
}
div#globalD a#logo {
	padding-top: 30px;
}
div#globalD a#langue {
	background: url(../img/bouton-english.gif) no-repeat right 7px;
	width: 120px;
	height: 19px;
	display: block;
	position: absolute;
	top: 7px;
	right: 8px;
	color: #ffffe7;
	font-size: 0.6em;
	padding: 9px 0 0 6px;
}


div#contenu {
	background: url(../img/bg_menu.gif) repeat-y;
	overflow: hidden;
	height: 100%;
	position: relative;
	clear: both;
}
div#contenu div#page {
	float: left;
	width: 71%;
	position: relative;
}



/* PIED DE PAGE */
div#contenu div#piedepage {
	background: #0f2317;
	border: solid 1px #ffffe7;
	margin: 15px 23px 15px 15px;
	overflow: hidden;
	font-size: 0.7em;
	color: #ffffe7;
	-moz-opacity:0.8;
	opacity: 0.8;
	filter:alpha(opacity=80);
	
	/* coins arrondis */
	-moz-border-radius: 6px 6px 6px 6px; 
	-webkit-border-top-right-radius:6px;
    -webkit-border-bottom-right-radius:6px;
    -webkit-border-bottom-left-radius:6px;
    -webkit-border-top-left-radius:6px;
    -khtml-border-radius: 6px 6px 6px 6px; 
    border-radius: 6px 6px 6px 6px; 
}
div#contenu div#piedepage li {
	width: auto;
	max-width: 40%;
	float: left;
	margin: 15px 15px;
}
div#contenu div#piedepage li#mail a {
	display: block;
	background: url(../img/pic_mail_grand.png) no-repeat;
	width: 36px;
	height: 36px;
}
div#contenu div#piedepage li#fnaim a {
	display: block;
	background: url(../img/fnaim.gif) no-repeat;
	width: 82px;
	height: 60px;
}
div#contenu div#piedepage li#mentionsLegales a {
	position: absolute;
	bottom: 40px;
	right: 60px;
}
div#contenu div#piedepage li a {
	color: #ffffe7;
}
div#contenu div#piedepage li a span {
	display: none;
}
