/* Css page details.php */

body {
    background-image : url("../images/fond.png");/* couleur du fond de la page */
    font-family :  Arial, serif; /* Polices textes */
    font-weight : bold;
	font-size : 12px;
	text-align:justify
	vertical-align : middle;
}

a img

{

  border: none ;

}
table {
    border : none;
    margin-left: auto; 
    margin-right: auto;
    padding : 0px;
    border-collapse: collapse; /* Les bordures du tableau seront collées */
}

td {
    vertical-align :middle; /* Alignement vertical du texte centré */
	text-align : center; /* Alignement centré */
	
}

#white {
	color : white; /* couleur de police */
}

#red {
	color : red; /* couleur de police */
}

#details {
	height : 635px;
	width : 700px;
	background-image:url("../images/degrade.png");
	margin : auto;
	vertical-align : middle;
}

div#detail_haut{
    height : 35px;
	width : 700px;
}

div#detail_centre{
    height : 600px;
	width : 700px;
}

div#detail_bas{
    height : 35px;
	width : 700px;
}
div#zone_grise {
   
	width : 650px;
	height: 570px ;
	background-color :#cccccc;
	margin : auto;
	vertical-align : middle;
}

div#coordonnees {

    height : 135px;
	width : 650px;
}

div#reference {
    height : 25px;
	width : 650px;
}



#caracteristiques {
	width : 630px;
	background-color : #ffffff;
}
#caracteristiques td {
	border-collapse: collapse; /* Colle les bordures entre elles */
	border-top: 2px solid black;
	border-bottom: 2px solid black;
}

#caracteristiques td.maison {
	width : 24%;
	
}
#caracteristiques td.ref {
	width : 13%;
}

#caracteristiques td.lieu {
	width : 40%;
}
#caracteristiques td.prix {
	width : 23%;
}





div#description {

    height : 450px;
	width : 650px;
}




