body {
	background-color : #a79dc5;
	margin : 0;
}

* {
	font-family : arial, helvetica, sans-serif;
	font-size : 12px;
}

span {
	display : none;
}

label {
	display : none;
}

a {
	text-decoration : none;
	color : #ffffff;
	font-weight : bold;
}

a:hover {
	text-decoration : underline;
	color : #6adcfd;
}

form {
	margin: 0;
	padding: 0;
}

legend {
	display : none;
}

fieldset {
	border : 0;
}

a.accueil_liens {
	font-size : 28px;
}

#bandeau {
	position: absolute;
	left : 50%;
	top : 0;
	margin-left : -380px;
}

#bandeau img {
	border : 0;
}

#menu {
	position: absolute;
	left : 50%;
	top : 119px;
	margin-left : -375px;
	width : 750px;
}

#menu ul{
	list-style-type: none ;
	margin : 3px 0 0 0;
	padding-left : 5px;
}

#menu li{
}

#menu h1.ventes_fr {
	float: left;
	margin: 0;
	width : 177px;
	height : 35px;
	background-image : url('../../images/menu_ventes_fr.gif');
}

#menu h1.ventes_gb {
	float: left;
	margin : 0;
	width : 177px;
	height : 35px;
	background-image : url('../../images/menu_ventes_gb.gif');
}

#menu_ventes {
	float: left;
	clear: both;
	margin-top: 1px;
	padding-bottom: 5px;
	width : 175px;
	height : 152px;
	border: 1px solid #ffffff;
	background-color: #9166ff;
}

#menu h1.locations_fr {
	float: left;
	clear: both;
	margin-top: 5px;
	margin-bottom: 0px;
	width : 177px;
	height : 35px;
	background-image : url('../../images/menu_locations_fr.gif');
}

#menu h1.locations_gb {
	float: left;
	clear: both;
	margin-top: 5px;
	margin-bottom: 0px;
	width : 177px;
	height : 35px;
	background-image : url('../../images/menu_locations_gb.gif');
}

#menu_locations {
	float: left;
	clear: both;
	margin-top: 1px;
	padding-bottom: 5px;
	width : 175px;
	height : 106px;
	border: 1px solid #ffffff;
	background-color: #9166ff;
}

#zone_reference_fr {
	float: left;
	clear: both;
	margin-top : 5px;
	padding-left: 35px;
	width : 175px;
	height : 32px;
	background-image : url('../../images/img_ref_fr.gif');
	background-repeat : no-repeat;
}

#zone_reference_gb {
	float: left;
	clear: both;
	margin-top : 5px;
	padding-left: 35px;
	width : 175px;
	height : 31px;
	background-image : url('../../images/img_ref_gb.gif');
	background-repeat : no-repeat;
}

#zone_reference_fr input.reference {
	float: left;
	width : 100px;
	background-color : #ffffff;
	border : 1px solid #757576;
}

#zone_reference_fr input.validation {
	float: left;
	width : 29px;
	height : 30px;
	background-image : url('../../images/ok_haut.gif');
	background-repeat : no-repeat;
	border : 0;
}

#zone_reference_fr input.validation:hover {
	float : left;
	width : 29px;
	height : 30px;
	background-image : url('../../images/ok_bas.gif');
	background-repeat : no-repeat;
	border : 0;
}

#zone_reference_gb input.reference {
	float : left;
	width : 100px;
	background-color : #ffffff;
	border : 1px solid #757576;
}

#zone_reference_gb input.validation {
	float : left;
	width : 29px;
	height : 30px;
	background-image : url('../../images/ok_haut.gif');
	background-repeat : no-repeat;
	border : 0;
}

#zone_reference_gb input.validation:hover {
	float : left;
	width : 29px;
	height : 30px;
	background-image : url('../../images/ok_bas.gif');
	background-repeat : no-repeat;
	border : 0;
}

#menu_complementaire {
	float: left;
	clear: both;
	width : 175px;
	height: 49px;
	padding-bottom : 5px;
	border: 1px solid #ffffff;
	background-color: #9166ff;
}

#contenu {
	position : absolute;
	top : 119px;
	left : 50%;
	margin-left : -192px;
	width :567px;
	height : 425px;
	background-image : url('../../images/haut_titre.gif');
	background-repeat : no-repeat;
}

#contenu h1 {
	border-left : 1px solid #ffffff;
	border-right : 1px solid #ffffff;
	border-bottom : 1px solid #ffffff;
	padding-left : 15px;
	padding-right : 15px;
	padding-bottom : 9px;
	margin-top : 11px;
	margin-bottom: 0px;
	font-size : 24px;
	font-style : italic;
}

#detail {
	float: left;
	margin-top: 1px;
	width : 535px;
	height : 379px;
	padding-left : 15px;
	padding-right : 15px;
	padding-top : 5px;
	padding-bottom : 5px;
	overflow : auto;
	border: 1px solid #ffffff;
	/*background-color : #a79dc5;*/
}

#detail h1 {
	font-size : 18px;
	font-weight : bold;
}

#detail h2 {
	font-size : 18px;
	border-left : 1px solid #9166ff;
	border-bottom : 1px solid #9166ff;
	padding-left : 5px;
}

.liste_biens_impaire {
	clear : left;
	border : 1px solid #9166ff;
	display: block;
	float : left;
	margin-top : 10px;
	margin-right : 5px;
	width : 250px;
}

.liste_biens_paire {
	clear : right;
	border : 1px solid #9166ff;
	display: block;
	float : right;
	margin-top : 10px;
	margin-left : 5px;
	width : 250px;
}


p.titre_bien {
	clear : both;
	margin : 0;
	font-size : 15px;
	padding-left : 5px;
	padding-right : 5px;
	padding-bottom : 5px;
	text-align : left;
}

.titre_bien a {
	font-size : 15px;
	color : #e4ff00;
}

.liste_biens_paire img {
	float : left;
	margin-right : 5px;
	width : 120px;
	/* height : 100px; */
	border-left : 0;
	border-top : 0;
	border-right : 1px solid #9166ff;
	border-bottom : 1px solid #9166ff;
}

.liste_biens_impaire img {
	float : left;
	margin-right : 5px;
	width : 120px;
	/* height : 100px; */
	border-left : 0;
	border-top : 0;
	border-right : 1px solid #9166ff;
	border-bottom : 1px solid #9166ff;
}

p.type_pieces {
	margin : 0;
	background-color : #9166ff;
	text-align : center;
}

p.commune {
	background-color : #ffffff;
	margin : 0;
	text-align : center;
	border-bottom : 1px solid #9166ff;
}

p.prix {
	text-align : center;
	font-weight : bold;
	font-size:	150%;
	margin:	10px 0;
	padding:0;
}

p.prix_francs {
	text-align : center;
	font-style:italic;
	margin:	0;
	padding:0;
}

p.frais_agence {
	margin:	0;
	padding:0;
	text-align : center;
	font-style:italic;
}

p.detail {
	clear : both;
	text-align : justify;
	padding-left : 5px;
	padding-right : 5px;
}

.liste_biens_paire p.liens {
	margin : 0;
	padding-right : 5px;
	border-top : 1px solid#9166ff;
	text-align : right;
}

.liste_biens_impaire p.liens {
	margin : 0;
	padding-right : 5px;
	border-top : 1px solid#9166ff;
	text-align : right;
}

#photo {
	float : left;
	margin-right : 10px;
}

#photo img {
	width : 250px;
	border : 1px solid #9166ff;
}

#liste_photos {
	float : left;
	border : 1px solid #9166ff;
	width : 250px;
	height : 188px;
	overflow : auto;
}

#liste_photos img {
	border : 0;
	margin : 2px;
	vertical-align : top;
}

#commentaires {
	clear : both;
	font-size : 16px;
	border-bottom : 1px solid #000000;
	padding-top : 10px;
	padding-bottom : 10px;
}

#caracteristiques p {
	margin-top : 2px;
	margin-bottom : 2px;
}

#caracteristiques span {
	display : inline;
	font-weight : bold;
}

#donnees {
	width : 48%;
	float : left;
}

#donnees p {
	padding-left : 5px;
	background-color : #9166ff;
}

#pieces {
	width : 48%;
	float : right;
}

#pieces p {
	padding-left : 5px;
	background-color : #ffffff;
}

p.liens_biens {
	clear : both;
	border-top : 1px solid;
	padding-top : 10px;
}

#detail fieldset {
	border : 1px solid;
}

#detail legend{
	display : inline;
	font-style : italic;
	font-weight : bold;
}

#detail label {
	display : inline;
}

#detail p.message {
	color : #ffF000;
	font-weight : bold;
}

#detail textarea {
	vertical-align : top;
}

#detail p.miniatures {
	float : left;
}

#detail .client {
	display : block;
	width : 100%;
	border-bottom : 1px solid #9166ff;
}

#identification {
	z-index:99999;
	float: left;
	clear: both;
	margin-top : 5px;
	width : 760px;
}

#utilisateur {
	float : left;
	width : 640px;
	background-color : #9166ff;
	border : 1px solid #ffffff;
	padding : 5px;
}

#utilisateur p.liens {
	margin-top : 3px;
}

#utilisateur label {
	display : inline;
}

#utilisateur input.login {
	width : 100px;
	background-color : #ffffff;
	border-left : 1px solid #757576;
}

#utilisateur input.password {
	width : 100px;
	background-color : #ffffff;
	border-left : 1px solid #757576;
}

#utilisateur input.validation {
	width : 100px;
}

#utilisateur a.sign_up {
}

#choix_langage {
	float : left;
	margin-top : 1px;
	margin-left : 5px;
	width : 94px;
	height : 45px;
	text-align : right;
}

#choix_langage img {
	border : 0;
}

.fontItalic {
    font-style: italic;
}
