/* CSS Document */

@import "reset.css";

/* MISE EN FORME
-------------------------------------------------------------- */

html, body {
	height: 100%;
}
body {
	font: 80%/1.3 arial, sans-serif;
	font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	/*color: #7e7572;*/
	color: #8C8380;
	background: #7e7572 url(../images/bg.gif);
}

#container {	
	/*padding:1em;*/
	margin-left: 0;
	margin-top: 0;
}
#content {
	margin: 0px auto; /* avant "20px auto" */
	margin-bottom: 0px;
	width: 760px;
	min-height: 100%;
	padding: 20px 20px;
/*	-moz-box-shadow: 0 0 30px #000;  avant
	-webkit-box-shadow: 0 0 30px #000;
	box-shadow: 0 0 30px #000;
	-moz-border-radius:0.5em;
	-khtml-border-radius:0.5em;
*/
}
#header {
	/*background:url(../images/titre_content.png);*/
	margin-bottom: 6em; /* 4em */
	vertical-align:top;
	height: 10px; /* avant 40 */
	width: 760px;
}
#header img {
	top: 10px; /* avant 30px */
	position:absolute;
}
#maincol {
	/*text-align: left;*/
    margin: 0px;
	pading: 0px;
	/*padding-left: 40px;
    padding-right: 40px;
    background-attachment: scroll;
	background-image: url(../img/BackgroundTop.jpg);
	background-repeat: no-repeat;
	font-family: "Lucida Grande", sans-serif;
    text-shadow: 0px -1px rgba(0,0,0,0.8); */
	clear:both;
	border-top: 1px solid #413a37;
}
#maincol ul {
	list-style-type: square;
	list-style-position: inside;
}
#maincol ol {
	list-style-type: decimal;
	list-style-position: inside;
}
#leftcol {
	position: relative;
	margin: 2em 2em 0 0;
	float: left;
	width: 15em;
}
#rightcol {
	margin: 0;
	text-align: justify;
}
#rightcol ul {
	list-style-type: square;
	list-style-position: inside;
}
#footer {
	margin: 4em auto 1em auto;
	font-size: xx-small;
	text-align:center;
	border-top: 1px solid #413a37;
	clear: both;	
}
#listing { /* le listing des biens */
	margin:1em 10em 1em 10em;
}
#langue {
	text-align: right;
}
/* AFFICHAGE DES LANGUES */
/*#langue {
	float: right;
}
#langue ul {
	list-style-type: none;
}
#langue li {
	margin-left:2px;
	float:left;
}
*/
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	/*text-decoration: underline;*/
	color: #25aaf9;
}
a:active {
	text-decoration: none;
}
.txterror { /* celui du formulaire de contact (à changer) */
	color: #CCCCCC;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular
}
.indexLeft {
	float: left;
	margin: 0px 0px 0px 7em;
	text-align:right;
}
.indexRight {
	float:right;
	margin: 0px 12em 0px 0px;
	text-align:left;
}
.photo_left {
	float:left;
	margin: 1em 1em 1em 0;
	text-align:center;
	/* -- for IE -- */
	/*filter:alpha(opacity=50);*/
	/* -- CSS3 standard -- */
	/*opacity:0.5;*/
	/* -- for Mozilla <1.6 -- */
	/*-moz-opacity:0.5;*/
}
.photo_right {
	float:right;
	margin: 1em 0 1em 1em;
}
.adsense {
	text-align:center;
}
.warning {
	background-color: #69F;
	color: #036;
	font-style: italic;
	width: 400px;
	position: relative;
	margin-left: 300px;
	padding: 1em;
	-moz-box-shadow: 0 0 30px #000;
	-webkit-box-shadow: 0 0 30px #000;
	box-shadow: 0 0 30px #000;
	-moz-border-radius:0.5em;
	-khtml-border-radius:0.5em;
}

h1, h2, h3, h4, legend {
	text-shadow: 0px -1px rgba(0, 0, 0, 0.8);
}
h1 {						/* XXXXXXXXXX TEST XXXXXXXXXXXX */
	text-align:center;
	font-size: 14px;
	line-height: 21px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #a8a09d;
	margin-top: 2em;
	margin-bottom: 1em;
}
h2 {
	font-size: 12px;
	line-height: 21px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #a8a09d;
	margin-top: 2em;
	margin-bottom: 1em;
}
.bouton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #886600;
}
.majuscule {
	font-size:16px;
}
.machine {
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
}
.cadre { /* copie de fieldset */
	border:1px solid #4d4542;
	background-color: #2b2422;
	padding:1em;
}
.encadre {
	margin: 0 0 0 1em;
	float: right;

}
.paragraphe {
	clear: both;
	text-align: justify;
}

/* Liste de définition
-------------------------------------------------------------- */
dl.dico { /* pour le dictionnaire */
	margin: 2em 0;
}
.dico dt {
	position: relative;
	left: 0;
	top: 2em;
	width: 12em;
	font-weight: bold;
}
.dico dd {
	border-left: 1px solid #413a37;
	margin: 0.5em 0 0 13em;
	padding: 0 0 .5em .5em;
}

.contact dt { /* pour le formulaire de contact */
	position: relative;
	left: 0;
	top: 1em;
}
.contact dd {
	margin: -1em 0 0 3em;
	padding: 0 0 0 .5em;
}

/* Tableau
-------------------------------------------------------------- */
table#liste {
	border-width: 0px;
	border-collapse: separate;
	border-spacing: 1px;
	clear:both;
	vertical-align: top;
}
table#liste th {
	padding: 0px;
	background-color: #2b2422;
	border-top: 1px solid #4d4542;
	border-bottom: 1px solid #4d4542;
	color: #a8a09d;
}
table#liste tr td {
	/*position: relative;*/
	/*padding: 0px;*/
	vertical-align: top;
	padding-bottom: 1em;
}
/* Pour la loupe et le sia */
table#liste tr td img {
	position: relative;
}
table#liste tr td img.photo {
	width: 150px;
}
table#liste tr td img.loupe {
	right: -145px;
	top: -120px;
	z-index: 103;
}
table#liste tr td img.sia {
	top: -130px;
	right: 40px;
	z-index: 103;
}

/* Pour vendu ou option */
table#liste tr td div {
	position: relative;
	bottom: 59px;
	width: 150px;
	background-color: black;
	/*background: url(../images/trans_bg_25.png) repeat scroll transparent;*/
    height: 20px;
	filter:alpha(opacity=75); /* IE's opacity*/
	opacity: 0.75;
	right: -7px;
	z-index: 101;
}
table#liste tr td div p {
	background-color:transparent;
	z-index: 101;
	color: #F33;
	text-align:center;
	font-size:14px;
}

table#liste tr td ul li { /* pour enlever l'effet de liste */
	list-style: none;
	padding-left: 0;
}
table#liste tr td ul { /* pour enlever l'effet de liste */
	padding-left: 0;
}

table.element {
	margin: 0 0 2em 0;
	width: 100%;
	vertical-align:top;
}
/*table.element th:hover {
	color:#FFF;
}*/
table.element em {
	color: #F66;
}
.vignette {
	border: 1px solid #4d4542; /* Pour la bordure, nécessaire image taille fixe */
	background-color: #3d3634; /* Pour la couleur interne de la bordure */
	padding: 6px;
	/*	border-left: 3px solid #2b2422;
	border-right: 3px solid #2b2422;
	padding:0px;
	background:none;*/
	/*top:auto;*/
}
.pages {
	float:right;
	margin-top:20px;
	color: #a8a09d;
}
#navigation {
	margin: 1em 0 0 20em;
}
#types_direct {
	text-align:center;
	clear:both;
}
/* VOIR AVEC CE QUI A ETE AJOUTE DANS ACHAT_IMMOBILIER.PHP */
/*#navigation a.readmore {
	background:url(../images/footer-navigation-left.png) no-repeat;
	float:right;
	padding: 0px 0px 0px 11px;
	display:block;
}
#navigation a.readmore span {
	background:url(../images/footer-navigation-right.png) no-repeat;
	display:block;
	padding: 3px 11px 5px 0px;
}*/

/* MISE EN FORME
-------------------------------------------------------------- */


/* POUR LES FORMULAIRES
-------------------------------------------------------------- */

/*form {
	background:#666;
	padding:1em;
	border:1px solid #eee;
}*/
#recherche_simple {
	/*background:url(../gfx/email2.gif) no-repeat 95% 1em;*/
	margin:1em 10em 1em 10em;
	list-style-type:none;
	padding: 0px;
}
#recherche_simple h4 {
	text-align:center;
}
#recherche_simple a {
	display: block;
	margin-left: -4px;
	padding: 0px;
	text-decoration: none;
}
#recherche_simple a:hover, #recherche_simple a:focus {
	text-decoration: none;
	/*background: #a1b55d;*/
	background: #25aaf9; /* bleu plutôt que vert */
	color:black;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
#recherche_reference {
	/*background:url(../images/cles-32.png) no-repeat 95% 1em;*/
	margin:1em 10em 1em 10em;
}
#recherche_critere {
	/*background:url(../images/cles-32.png) no-repeat 95% 1em;*/
	margin:1em 10em 1em 10em;
}
fieldset {
	border:1px solid #4d4542;
	background-color: #2b2422;
	padding:1em;
}
fieldset div {
	margin:2px 0 2px 0;/*clear:both; JE SAIS PLUS POURQUOI FAIRE*/
}
/*form {
	margin:1em;
	width:27em;
}
*/
label {
	float:left;
	width:10em;
	text-align:right;
	margin-right:1em;
}
legend {
	color:#D6D5C2;
	font-size:1.2em;
}
legend span {
	width:10em;
	text-align:right;
}
input {
	padding:0.15em;
	width:7em;
	border:1px solid #ddd;
	/*background:#fafafa;*/
	font:bold 0.95em arial, sans-serif;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}
input:hover, input:focus {
	border-color:#c5c5c5;
	background:#f6f6f6;
}
.radio, .date {
	position:relative;
}
.radio fieldset, .date fieldset {
	border:none;
	width:auto;
	padding:1px 0 0 11em;
}
.radio legend, .date legend {
	font-size:1em;
	color:#ccc;
}
.radio legend span, .date legend span {
	position:absolute;
	left:0;
	top:0.3em;
	width:10em;
	display:block;
}
.radio label, .radio input {
	vertical-align:middle;
	display:inline;
	float:none;
	width:auto;
	/*background:none;*/
	border:none;
}
.radio div {
	float:left;
	white-space:nowrap;
	clear:none;
}
input.default {
	color:#bbb;
}
/* POUR LE MENU
-------------------------------------------------------------- */

ul#menu {
	list-style-type: none;
	/* width: 100%;  précision pour Opera */
	/*margin-top: 10px;*/
	/*margin-left: 488px;*/
	float: right;
	display:block;
}
ul#menu li {
	float: left;
}
ul#menu a {
	float: left;
	margin: 0 2px;
	padding: 5px 15px;
	text-align: center;
	border: 1px solid gray;
	text-decoration: none;
	color: #a8a09d;
	background: #2b2422;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
ul#menu a:hover {
	color: #fff;
}

/* FICHE DU BIEN */
#illustration {
	width: 350px;
	position: relative;
}
#descriptif {
	position: relative;
	width: 300px;
	right: 0px;
}
#details {
}

