/* Project : Visitadom 2.0
*  Author  : PL
*  History : 2009-05-31 Original version
*
*  Subject : Styles for the Front End
*
*
*/
html {
	font-size: 100%; /* Évite un bug d'IE 6-7 */
}
body {
	margin: 0;
	padding: 0;
	background-color: #666;
	background-image: url(../images/bg.png);
	background-position: top center;
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #333;
}
p, h1, h2, h3, h4, h5, h6, ul, li, table, form {
	margin: 0;
	padding: 0;
}
img { border: none; }

a:link, a:visited {
	color: #f60;
	text-decoration: none;
}
a:hover, a:active {
	color: #aaa;
	text-decoration: none;
}

#root {
	width: 960px;
	margin: 0 auto;
	background-color: #fff;
}

#header {
	width: 100%;
	height: 100px;
	background-image: url(../images/bg-header1.png);
	background-position: top left;
	background-repeat: no-repeat;
}
#header #logo {
	width: 220px;
}
#header #imglogo {
	margin-top: 30px;
}
#header #slogan {
	font-size: 18px;
	font-weight: normal;
	color: #ff6600;
	width: auto;
	padding-top: 10px;
}
#header #slogan #slogan360 {
	font-size: 24px;
}
#header #indigo {
	width: 400px;
}
#header #imgindigo {
	margin-top: 40px;
}

#footer {
	width: 100%;
	height: 40px;
	background-color: #dfdfdf;
	margin-top: 15px;
}
#footer A:link, #footer A:visited {
	color: #333;
}
#footer A:active, #footer A:hover {
	color: #f60;
}

#menus {
	width: 100%;
	height: 164px;
	background-image: url(../images/bg-header2.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	margin-top: 5px;
}
#menus .titre15 {
	font-size: 15px;
	font-weight: bold;
	color: #ff6600;
	text-transform: uppercase;
}

#shadow {
	width: 100%;
	height: 10px;
	background-image: url(../images/shadow.png);
	background-position: top left;
	background-repeat: repeat-x;
}

#main {
	width: 100%;
	height: 340px;
	margin-top: 15px;
}

#zoneleft {
	width: 220px;
}
#actu-titre {
	width: 205px;
	height: 38px;
	line-height: 32px;
	background-image: url(../images/actu-titre.png);
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-transform: uppercase;
	text-align: left;
}
#actu-top {
	width: 205px;
	height: 10px;
	background-image: url(../images/actu-top.png);
	background-repeat: no-repeat;
}
#actu-body {
	width: 205px;
	background-image: url(../images/actu-bg.png);
	background-repeat: repeat-y;
}
#actu-bottom {
	width: 205px;
	height: 10px;
	background-image: url(../images/actu-bottom.png);
	background-repeat: no-repeat;
}
.actu-resume {
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	text-align: left;
	padding: 0 15px 5px 15px;
}
.actu-suite {
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	text-align: left;
	padding: 0 15px 15px 15px;
}
.actu-suite A:link, .actu-suite A:visited {
	color: #fff;
	text-decoration: underline;
}
.actu-suite A:active, .actu-suite A:hover {
	color: #333;
	text-decoration: none;
}

#zonecentre {
	width: auto;
}

.zonehtml {
	width: 435px;
	background-image: url(../images/zonehtml-bg.png);
	background-repeat: repeat-y;
}
.zonehtml li {
	margin:10px 0 10px 20px;
}
.zonehtml-top {
	width: 435px;
	height: 19px;
	background-image: url(../images/zonehtml-top.png);
	background-repeat: no-repeat;
	font-size: 1px;
}
.zonehtml-bottom {
	width: 435px;
	height: 19px;
	background-image: url(../images/zonehtml-bottom.png);
	background-repeat: no-repeat;
	font-size: 1px;
}

.selection {
	width: 280px;
	background-image: url(../images/selection-bg.png);
	background-repeat: repeat-y;
}
.selection img {
	border: 1px solid #333;
}
.selection-top {
	width: 280px;
	height: 10px;
	background-image: url(../images/selection-top.png);
	background-repeat: no-repeat;
	font-size: 1px;
}
.selection-bottom {
	width: 280px;
	height: 14px;
	background-image: url(../images/selection-bottom.png);
	background-repeat: no-repeat;
	font-size: 1px;
}
.selection-titre {
	width: 280px;
	height: 38px;
	line-height: 32px;
	background-image: url(../images/selection-titre.png);
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-transform: uppercase;
	text-align: left;
}

.gd-titre {
	font-size: 18px;
	font-weight: normal;
	color: #f60;
	text-transform: uppercase;
}
.gris {
	color: #666;
}
.mid-titre {
	font-size: 14px;
	font-weight: normal;
	color: #666;
	text-transform: uppercase;
}
.ss-titre {
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
.texteintro {
	font-size: 11px;
	font-weight: normal;
	color: #666;
}

.no-result {
	width: 340px;
	font-size: 12px;
	font-weight: normal;
	text-align: justify;
	line-height: 18px;
	background-color: #dfdfdf;
	padding: 15px 20px;
	margin: 30px auto;
}
.contenu {
	padding: 15px 20px;
	margin: 30px auto;
}

.cadre {
	background-color: #fff;
	border: 1px solid #adadad;
}
.cadre-right {
	background-image: url(../images/cadre-right.png);
	background-position: top center;
	background-repeat: repeat-y;
}
.cadre-bottom {
	background-image: url(../images/cadre-bottom.png);
	background-position: center left;
	background-repeat: repeat-x;
}
.cadre-contenu {
	font-size: 12px;
	font-weight: normal;
	text-align: justify;
	line-height: 18px;
}
.cadre-texte {
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
}
.cadre-deco {
	width: 9px;
	font-size: 1px;
	background-image: url(../images/cadre-border-orange.png);
	background-position: top center;
	background-repeat: repeat-y;
}

/***** Formulaires *****/
button {
	padding: 0;
	margin: 0;
	font-size: 11px;
	color: #484847;
	width: 110px;
	height: 25px;
}

button img {
	padding: 1px 5px 0 2px;
	margin: 0;
}

.form p {
	margin: 0;
	padding: 0;
	clear: both;
	padding-bottom: 5px;
}

.form .legend {
	color: #67674e;
	font-size: 11px;
	font-weight: normal;
	padding: 0 5px 5px 5px;
}

.form label {
	float: left;
	width: 25%;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	text-align: right;
	margin: 0 5px 5px 10px;
	padding: 3px 0;
}
.form .label2 {
	float: none;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	margin: 0 2px 5px 2px;
}

.form input, .form textarea, .form select {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #333;
	background-color: #FFF;
    border: solid 1px #888;
    margin: 0;
	padding: 1px 3px;
}

.form .asterisque {
	color: #f00;
}

.form .radio {
	border: none;
}

/***** sitemap *****/
.sitemap {
	color: #666;
}
.sitemap A:link, .sitemap A:visited {
	color: #666;
    text-decoration: none;
}
.sitemap A:active, .sitemap A:hover {
	color: #f60;
    text-decoration: none;
}
.sitemap-n1 {
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	line-height: 20px;
	padding-left: 40px;
}
.sitemap-n2 {
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	line-height: 18px;
	padding-left: 40px;
}
.sitemap-n3 {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	line-height: 16px;
	padding-left: 40px;
}
.sitemap-n4 {
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	line-height: 14px;
	padding-left: 40px;
}

/***** Listes *****/
.bloc {
	width: 500px;
	height: 27px;
	background-image: url(../images/bloc-bg.png);
	background-repeat: repeat-x;
	margin:10px 0;
	font-size: 11px;
	font-weight: normal;
}
.bloc-left {
	width: 10px;
	height: 27px;
	background-image: url(../images/bloc-left.png);
	background-position: top center;
	background-repeat: no-repeat;
}
.bloc-right {
	width: 10px;
	height: 27px;
	background-image: url(../images/bloc-right.png);
	background-position: top center;
	background-repeat: no-repeat;
}

.list-p1 {
	width: 500px;
	height: 50px;
	background-image: url(../images/bg-list.png);
	background-position: top left;
	background-repeat: repeat-x;
	border: 1px solid #333;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	padding: 6px;
}
.list-titre {
	font-size: 12px;
	font-weight: normal;
	color: #f60;
	text-transform: uppercase;
}
.list-prix {
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-transform: uppercase;
}
.list-texte {
	padding-left: 15px;
}
.list-textesmall {
	font-size: 11px;
	font-weight: normal;
	color: #333;
}
.list-p2 {
	width: 500px;
	height: 50px;
	border: 1px solid #999;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	padding: 6px;
	margin-top: 2px;
}
.list-agence {
	text-transform: uppercase;
	padding-top: 5px;
}
.list-vignette img {
	border: 1px solid #333;
}

/***** Pager *****/
.pager {
	width: 500px;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	line-height: 20px;
}
.pager .page-off {
	width: 22px;
	height: 22px;
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: -1px;
	cursor: pointer;
	margin-left:1px;
}
.pager A:link .page-off, .pager A:visited .page-off {
	background-image: url(../images/pagine-off.png);
	color: #333;
    text-decoration: none;
}
.pager A:active .page-off, .pager A:hover .page-off {
	background-image: url(../images/pagine-on.png);
	color: #fff;
    text-decoration: none;
}
.pager .page-on {
	width: 22px;
	height: 22px;
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: -1px;
	cursor: pointer;
	margin-left:1px;
}
.pager A:link .page-on, .pager A:visited .page-on {
	background-image: url(../images/pagine-on.png);
	color: #fff;
    text-decoration: none;
}
.pager A:active .page-on, .pager A:hover .page-on {
	background-image: url(../images/pagine-off.png);
	color: #333;
    text-decoration: none;
}

/***** Fiche bien Immo *****/

.fiche-titre {
	font-size: 18px;
	font-weight: normal;
	color: #f60;
	text-transform: uppercase;
}
.fiche-ss-titre {
	font-size: 12px;
	font-weight: normal;
	color: #666;
	text-transform: uppercase;
}

.fiche-resume-offre {
	font-size: 13px;
	font-weight: normal;
	color: #666;
	text-transform: uppercase;
}

.fiche-contact-titre {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
.fiche-contact {
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
}

.btn360 {
	width: 90px;
	height: 30px;
	background-image: url(../images/btn360.png);
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 28px;
}
A:link .btn360, A:visited .btn360 {
	color: #fff;
}
A:active .btn360, A:hover .btn360 {
	color: #f60;
}
.btn360_off {
	width: 90px;
	height: 30px;
	background-image: url(../images/btn360_off.png);
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 28px;
}

.fiche-dispo {
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	padding-bottom: 3px;
}
.fiche-descr {
	font-size: 11px;
	font-weight: normal;
	text-align: justify;
}
.fiche-cadre-prox {
	background-color: #dfdfdf;
	border: none;
	padding: 6px 10px;
}
.fiche-titre-prox {
	font-size: 12px;
	font-weight: normal;
	color: #666;
	text-transform: uppercase;
	padding-bottom: 3px;
}
.fiche-prix-big {
	font-size: 18px;
	font-weight: bold;
	color: #f60;
}
.fiche-prix-francs {
	font-size: 12px;
	font-weight: normal;
	color: #666;
}
.fiche-item-label {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #333;
	padding-left: 10px;
}
.fiche-item-data {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #f60;
}
.fiche-item-label2 {
	font-size: 12px;
	font-weight: bold;
	color: #666;
	font-style: italic;
	padding-left: 10px;
}
.fiche-item-data2 {
	font-size: 11px;
	font-weight: normal;
	color: #333;
	padding-left: 10px;
	font-style: italic;
	line-height: 14px;
}

/***** Illustration de gauche (photo avec légende en incrustation) *****/
#illustration li {
	float: left;
	position: relative;
	overflow: hidden;
}
#illustration img {
	display: block;
	border: 1px solid #666;
}
#illustration #lalegende {
	padding: 3px 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	background-color: #000;
	text-align: left;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#illustration #lalegende span {
	color: #FFF;
	font-size: 11px;
	opacity: 1;
	filter: alpha(opacity=100);
}

.cadre-vignette img {
	border: 1px solid #666;
}
.fiche-vignette-legende {
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	color: #666;
	padding-top: 15px;
	padding-bottom: 5px;
}
.fiche-vignette-vide {
	border: 1px solid #666;
	background-color: #dfdfdf;
}

/***** Popup *****/
#ecran {
	position: fixed;
	visibility: hidden;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	background-color: white;
}
#popup {
	position: absolute;
	display: none;
	background-color: #FFF;
	border: 2px solid #484847;
	z-index: 3000;
	top: 0;
	left: 0;
}

#popup #close {
	position: absolute;
}

#popup #legende {
	padding: 3px 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	background-color: #000;
	text-align: left;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#popup #legende span {
	color: #FFF;
	font-size: 11px;
	opacity: 1;
	filter: alpha(opacity=100);
}