
* { margin:0; padding:0; border:0; }

body{

	background-color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;

}

a:link,a:hover,a:visited{

	text-decoration:none;
	margin:0;padding:0;
	color:#000;

} 

h1{

	font-family:"Times New Roman", Times, serif;
	
	font-size:20px;
	font-style:italic;
	
	color:#000;

}

h2{

	font-family:"Times New Roman", Times, serif;
	
	font-size:20px;
	font-style:italic;
	
	padding:2px 0 5px 10px;
	
	background-image:url(images/puce_recherche.gif);
	background-repeat:no-repeat;
	background-position:0 7px;
	
	text-indent:20px;

}



			/******* CONTENEUR GLOBAL DU SITE *******/

#global{

	color:#000;
	
	width:955px;
	
	margin: 17px auto 0 auto;

}

				/******* BANNIERE *******/

#banniere{

	width:955px;height:63px;

}

#banniere img{

	display:block;
	float:left;

}
			
				/******* Menu du haut ******/

#menu_haut{

	clear:left;
	
	width:955px;
	height:20px;
	
	color:#FFEAB7;
	background-color:#AC455C;
	
	border-bottom:1px solid #FFEAB7;
	border-top:1px solid #FFEAB7;

}

#menu_haut a{

	display:block;
	
	/** bug IE double float */
	display:inline;
	
	float:left;
	margin:3px 0 0 10px;
	
	color:#FFEAB7;
	font-weight:bold;
	
	background-image:url(images/puce1.gif);
	background-repeat:no-repeat;
	background-position: 0px 3px;
	
	text-indent:10px;

}


			/******* VISUEL *********/

#visuel{

	display:block;
	
	border-bottom:1px solid #900731;

}


/*********************************************************************************/
/*						CONTENU DE LA PAGE ACCUEIL
/*				
/*********************************************************************************/

	/* dimensions et couleur de fond */

#accueil{

	width:955px;
	
	border-top:1px solid #900731;
	
	background-color:#FFEAB7;

}

	/* TITRE RECHERCHE RAPIDE */

#accueil h1{

	margin:20px;
	
	margin-top:15px;

}

	/* BLOC DE GAUCHE CONTENANT LE TEXTE DE PRESENTATION + LA BARRE ACTIONS */
	
#presentation{

	float:left;
	
	width:585px;
	
	height:230px;

}

	/* classe pour un paragraphe du texte de presentation */
	
#presentation p{

	margin:20px 0 0 20px;

}

	/* barre actions du centre */

#action{

	width:565px;
	height:36px;
	
	background-image:url(images/liens_directes.gif);
	
	font-size:12px;
	color:#4DA0E4;
	
	list-style-type:none;
	
	margin:20px 0 0 20px;

}

#action a{

	color:#900731;
	font-weight:bold

}

#action li{

	float:left;
	margin:10px 0 0 10px;
	
	background-image:url(images/puce2.gif);
	background-repeat:no-repeat;
	background-position: 0px 1px;
	
	text-indent:20px;

}

/**********************************************************************/
/*				BLOC RECHERCHE RAPIDE
/*
/**********************************************************************/

#conteneur_rechRapide{

	width:370px;
	
	float:right;
	
	display:inline;
	
	margin:0px;

}

/** conteneur du formulaire de la recherche rapide **/

#formulaire_rechRapide{

	float:left;
	
	width:333px;
	
	border-left:1px solid #900731;
	border-right:1px solid #900731;
	
	/* IE */
	display:inline;

}

#formulaire_rechRapide h2{

	background-color:#900731;
	
	color:#FFEAB7;
	
	padding:2px 0 2px 10px;
	
	background-image:none;
	text-indent:0px;

}

/**********************************************************************/
/*				BLOC ACTUALITES
/*
/**********************************************************************/

/** conteneur actualités **/

#actualite{

	clear:both;
	border-top:1px solid #AC455C;
	
	width:955px;
	
	padding-bottom:15px;
	_padding-bottom:0;
	margin-bottom:0px
}

/** partie gauche **/
#actualite #left{

	float:left;
	
	width:269px;
	/*height:auto;*/

}

#actualite #actuIndice{

	display:block;
	float:left;
	
	width:210px;
	
	margin:15px 0 0 5px;
	
	color:#900731;
	font-size:11px;
	font-weight:bold;
}

#actualite #left a{

	display:block;

}

#actualite #left p{

	clear:left;
	margin-left:45px;

}


/** partie droite **/
#actualite #right{

	width:500px;
	float:right;

}

#actualite #right #description{

	clear:left;
	margin:0px 20px 0 10px;

}

#actualite img{

	/** bug IE double float **/
	display:inline;
	
	float:left;

}

/** Gros titre de l'actualité **/

#actualite ul{

	width:460px;
	
	list-style-type:none;
	
	float:left;
	
	color:#900731;
	font-size:11px;
	
	margin:13px 10px 0 5px;

}

#actualite ul li{
	
	background-image:url(images/puce_services.gif);
	background-repeat:no-repeat;
	background-position:0px 2px;
	
	padding-left:20px;
	
	margin-top:5px;
	
	height:20px;
}
	
/**********************************************************************/
/*				BLOC NOUVEAUTES
/*
/**********************************************************************/
	
	
	/** conteneur global des nouveautes **/
#nouveautes{

	float:left;
	
	width:955px;
	
	background-color:#FFEAB7;

}

#barre_nouveautes{

	float:left;
	
	width:955px;
	height:25px;
	
	background-color:#fff;
	border-top:1px solid #900731;

}

/** "Les Nouveautes" **/

#nouveautes #barre_nouveautes h1{

	display:block;
	
	/** IE double float **/
	display:inline;
	
	float:left;
	
	margin-left:20px;

}

/** "Une selection..." **/
#nouveautes #barre_nouveautes span{

	float:left;
	
	margin:6px 0 0 10px;
	
	font-size:11px;
	
	font-weight:normal;

}

	/**** contenu nouveautés ******/

/** classe pour une nouveauté */
.item{

	float:left;
	
	/** IE double float hack **/
	display:inline;
	
	width:290px;
	
	margin:15px 0 20px 10px;

}
	
/** h3 correspond à la ville **/
.item h3{

	margin:2px 0 0px 105px;
	
	font-size:11px;
	
	color:#900731;
	
	font-weight:bold;
	
	font-style:normal;

}

.vignette{

	clear:left;
	
	float:left;
	
	width:98px;
	
	height:75px;
	
	border:1px solid #975838;

}

/* Description de la nouveauté affichée */
.nouveaute_desc{

	margin:3px 0 10px 105px;
	
	width:180px;
	
	font-size:10px;

}

/* Prix d'une nouveauté */
.prix{

	font-size:11px;
	
	font-weight:bold;
	
	color:#FF0303;

}


/**********************************************************************/
/*							MENU DU BAS
/*
/**********************************************************************/
 
/** Conteneur global **/
#menu_bas{

	float:right;
	
	padding:2px 17px 0 0;
	
	/** La largeur du menu tient compte du padding-right de 17px : 938 + 17 = 955 px **/
	width:938px;
	height:16px;
	
	background-color:#AC455C;
	
	font-size:10px;
	
	color:#FFEAB7;
	
	text-align:right;

}


#menu_bas a{

	display:block;
	
	float:right;
	
	height:17px;
	
	color:#FFEAB7;
	
	background-image:url(images/puce1.gif);
	
	background-repeat:no-repeat;
	
	background-position: 0px 3px;
	
	text-indent:10px;
	
	margin-left:10px;

}


/**********************************************************************/
/*							PIED DE PAGE
/*
/**********************************************************************/

/** Conteneur global du pied de page **/
#footer{

	clear:both;
	
	text-align:center;
	
	font-size:10px;
	
	color:#FFEAB7;
	
	height:100px;
	
	padding-top:10px;

}

#footer p{

	margin:0px 10px 5px 0px;
}

#footer a{
	
	color:#FFEAB7;
}

#footer hr{

	color:#AC455C;
	
	background-color:#AC455C;
	
	border:0;
	
	height:1px;
	
	display:block;
	
	margin-top:0px;
	
	/** IE hack **/
	_margin-top:-7px;
	_margin-bottom:-7px;

}

/** Logo agoranet **/
#footer #agoranet{

	margin-top:2px;
	float:right;

}

/** Logo prestissimmo **/
#footer #prestissimo{

	margin-top:5px;
	float:left;
}



/****************************************************************************************/
/*
/*						!! PAGE LISTE_BIENS.PHP !!
/****************************************************************************************/

#liste_biens{

	float:left;
	
	width:955px;
	
	text-align:center;
	
	background-color:#FFEAB7;
	
	border-top:1px solid #900731;

}


/*********** PARTIE GAUCHE : LE TITRE DE LA PAGE ************/

#titre{

	text-align:left;
	float:left;
	height:80px;

}

#titre h1{

	margin:15px 0 0 20px;

}

#criteres{

	width:500px;
	
	margin:5px 0 0 20px;

}


/*********** PARTIE DROITE : RECHERCHE RAPIDE ************/


#recherche{


	text-align:left;
	float:right;
	height:80px;

}

#recherche img{

	float:left;

}

#recherche h2{


	margin-left:26px;
	background-color:#900731;
	color:#FFEAB7;
	width:360px;
	height:22px;
	padding:2px 0 2px 0;


}

#recherche h2 a{

	display:block;
	
	color:#FFEAB7;

}

#recherche .liensRech{

	clear:left;
	display:block;
	
	color:#9F2543;
	font-weight:bold;
	
	background-image:url(images/puce3.gif);
	background-repeat:no-repeat;
	background-position:0 3px;
	text-indent:10px;
	
	margin:5px 0 0 30px;

}


/***** STYLE DU MESSAGE "AUCUN RESULTATS" **************/


#aucun_resultat{

	clear:both;
	
	display:block;
	
	margin:130px 0 50px 0;
	_margin:50px 0 50px 0 ;  /* ie hack */
	
	
	font-weight:bold;

}


/******* AFFICHAGE DE LA PAGINATION + NAVIGATION ***********/


/** Nombre d'offres */
.offres{

	display:block;
	display:inline;
	text-align:left;
	clear:both;
	float:left;
	
	color:#000;
	
	font-weight:bold;
	
	margin-left:375px;
	
	width:240px;

}

#ordre{

	margin-top:20px;
	margin-left:30px;
	float:left;
	display:inline;
	
}

#ordre form * {

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;

}

#ordre form select {

	border:2px solid;
	border-left-color:#000;
	border-right-color:#9A9A9A;
	border-top-color:#000;
	border-bottom-color:#9A9A9A;

}

/** Liens de navigation **/
.nav{

	clear:both;
	display:block;
	color:#000;

}

.nav a{

	color:#000;

}

/** Séparateur horizontal **/
#liste_biens hr{

	clear:both;
	
	background-color:#FFBA4C;
	color:#FFBA4C;
	
	height:1px;
	
	margin:7px 20px 0 20px;
	
	_margin-top:0px;
	_margin-bottom:-7px; /* ie hack */

}


/******* LISTE DE BIENS SUR 2 COLONNES ********/

#liste_biens ul{

	float:left;
	display:inline;
	display:block;
	margin:0 0 20px 20px;
	_margin: 0 0 10px 10px;

}

#liste_biens ul li{

	text-align:left;
	text-indent:0;
	margin-top:10px;
	/*height:100px;*/
	
	vertical-align:top;
	list-style-type:none;

}

#liste_biens ul li a{

	font-size:12px;
	font-weight:bold;
	color:#900731;
}

#liste_biens ul li .desc{
	
	float:left;
	margin-left:5px;
	
}

#liste_biens ul li h5{

	font-weight:bold;
	font-size:14px;
}

.prix_euros{

	clear:left;
	float:left;
	font-weight:bold;
	
	font-size:12px;
	color:#FF0000;
	
	margin-top:5px;
}

.prix_francs{

	float:left;
	margin:5px 0 0 5px;
	font-size:11px;
	color:#FF0000;
}

/** lien détail de l'offre **/
#liste_biens ul li .detail{

	/*margin-top:60px;*/
	clear:both;
	/*float:right;*/
	margin-left:325px;
	
	text-indent:15px;
	
	background-image:url(images/puce_detail.gif);
	background-repeat:no-repeat;
	background-position:0px 1px;

}

#liste_biens ul li hr{

	clear:both;
	
	background-color:#AC455C;
	color:#AC455C;
	
	height:1px;
	
	margin:7px 0 0 0;
	_margin:-2px 0 0 0;

}

/****************************************************************************************/
/*
/*						!! FICHE_BIEN.PHP !!
/****************************************************************************************/

#fiche_bien{

	width:955px;
	float:left;
	background-color:#FFEAB7;
	border-top:1px solid #900731;

}

#fiche_bien hr{

	clear:both;
	color:#AC455C;
	background-color:#AC455C;
	height:1px;
	margin:0px 20px 0px 20px;
	_margin:-7px 20px -7px 20px;

}

#fiche_bien h3{

	font-size:12px;
	color:#A40831;
	font-weight:bold;
	margin-bottom:5px;

}

.etat_bien{

	font-weight:bold;
	font-size:12px;

}

.type_bien{

	font-weight:bold;
	font-size:14px;
}

#resume{

	display:inline;
	margin-left:20px;
	margin-top:15px;
	_margin-top:0px;
	float:left;
	width:915px;
	height:50px;

}

#situation_geo{

	float:left;
	margin-top:15px;
	width:456px;
	height:40px;
	margin-bottom:10px;

}

#description{

	display:inline;
	clear:left;
	float:left;
	width:915px;
	
	
	margin:10px 20px 10px 20px;
	_margin-top:0px;
	text-align:justify

}

#description #texte{

	float:left;
	width:400px;

}

#description #prestige{

	float:left;
	width:430px;
	margin-left:57px;

}

#description #surface{

	clear:left;
	margin:10px 0 0 455px;
	width:430px;

}

#description #sejour{

	margin:10px 0 0 455px;
	width:430px;

}

#description #refA{

	margin:10px 0 0 455px;
	width:430px;

}

#plus{

	display:inline;
	float:left;
	width:915px;
	height:80px;
	margin:10px 20px 10px 20px;

}

#photos{

	display:inline;
	float:left;
	width:915px;
	margin:10px 20px 10px 20px;

}

/***** GALERIE *****/

	/* Grande photo */
	
#photos img{

	float:left;
}

	/* Tableau des vignettes */
	
#galerie{

	margin-left:10px;
	width:500px;
	float:left;
}

#galerie td{

	width:100px;

}

#galerie td a:hover{

	cursor:pointer;

}


/**** MENU DU BAS (POUR LA FICHE BIEN) ****/

#menu_fiche_bien{

	display:block;
	width:915px;
	height:30px;
	margin:0px 20px 0px 20px;
}

#menu_fiche_bien a{

	display:block;
	float:left;
	
	color:#900731;
	font-size:12px;
	font-weight:bold;
	
	margin:8px 0 0 20px;
	_margin-top:0px;
	background-image:url(images/puce_detail.gif);
	background-repeat:no-repeat;
	background-position:0px 1px;
	
	text-indent:15px;

}

#fiche_bien #haut{

	clear:both;
	float:right;
	text-align:left;
	display:block;
	width:40px;
	height:15px;
	margin:5px 20px 10px 20px;

}

#haut a{


	display:block;
	
	background-image:url(images/puce_fiche_bien_haut.gif);
	background-repeat:no-repeat;
	background-position:0px 3px;
	
	text-indent:10px;
	
	color:#900731;

}


/****************************************************************************************/
/*
/*						!! RECHERCHE_RAPIDE !! (accueil)
/****************************************************************************************/


#formulaire_rechRapide #formRecherche{

	margin:10px 0 0 10px;

}

#formulaire_rechRapide #formRecherche *{

	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* Boutons radio catégories */

#formulaire_rechRapide #categories_catalogue{

	float:left;

}

#formulaire_rechRapide #categories_catalogue label{

	font-size:12px;
	font-weight:bold;
	margin-left:5px;
	margin-right:5px;
	_margin-top:2px;
	display:block;
	float:left;
}

#formulaire_rechRapide #categories_catalogue input{

	display:block;
	float:left;
	margin-left:0px;
	border:0px;

}


/* Toutes les listes (type, secteur) */

#formulaire_rechRapide .typeBiens, #formulaire_rechRapide .secteurs {

	height:17px;
	width:167px;
	font-size:10px;
	
	margin-top:10px;
	
	border:2px solid;
	border-left-color:#000;
	border-right-color:#9A9A9A;
	border-top-color:#000;
	border-bottom-color:#9A9A9A;

}

#formulaire_rechRapide .typeBiens{

	margin-top:10px;

}

/* RefAgence */

#formulaire_rechRapide #refAgence{

	display:block;
	float:left;
	
	font-size:10px;
	margin:1px 0 0 60px;
	border : 1px solid black;
}

/* Budget Min, Budget Max */

#formulaire_rechRapide #formRecherche .budget_min, #formulaire_rechRapide #formRecherche .budget_max {

	font-size:10px;
	width:80px;
	
	border:1px solid black;
	margin-top:10px;

}

/** bouton recherche avancée **/

#formulaire_rechRapide #rechercheAvance{

	display:block;
	float:left;
	
	font-weight:bold;
	color:#900731;
	font-size:11px;
	width:150px;
	
	background-image:url(images/puce3.gif);
	background-repeat:no-repeat;
	background-position: 0px 3px;
	
	text-indent:15px;
}


/****************************************************************************************/
/*
/*						!! RECHERCHE_AVANCE.PHP !!
/****************************************************************************************/

#recherche_avance{

	float:left;
	width:955px;
	background-color:#FFEAB7;
}

#recherche_avance #formRecherche{

	display:block;
	
	margin-left:10px;

}

#recherche_avance #formRecherche *{

	font-family:Verdana, Arial, Helvetica, sans-serif;

}


#recherche_avance h1{

	float:left;
	font-size:18px;
	font-style:italic;
	
	background-color: #900731;
	color:#FFEAB7;
	width:587px;
	height:24px;
	
	padding:3px 0 0 20px;

}

#recherche_avance img{

	display:block;
	float:left;

}

/**** CATEGORIES *****/
#recherche_avance #categories_catalogue{

	display:block;
	margin:0px 5px 0px 10px;
	
	font-size:12px;
	font-weight:bold;
}

#recherche_avance #categories_catalogue label{

	font-size:12px;
	font-weight:bold;
	margin-left:5px;
	margin-right:5px;
	_margin-top:2px;
	display:block;
	float:left;
}

#recherche_avance #categories_catalogue input{

	display:block;
	float:left;
	margin-left:0px;
	border:0px;

}

/**** TYPES *****/

#recherche_avance .typeBiens{

	border:2px solid;
	border-left-color:#000;
	border-right-color:#9A9A9A;
	border-top-color:#000;
	border-bottom-color:#9A9A9A;
	
	width:150px;
	
	margin-left:10px;

}

#recherche_avance .type_prive{

	width:150px;
	
	margin:10px 0 0 150px;
}

#recherche_avance #formRecherche select{

	border:2px solid;
	border-left-color:#000;
	border-right-color:#9A9A9A;
	border-top-color:#000;
	border-bottom-color:#9A9A9A;
	
	font-size:10px;

}

#recherche_avance #formRecherche .unite{

	width:50px;
}



/**** BUDGET *****/

#recherche_avance #formRecherche .budget_min,#recherche_avance #formRecherche .budget_max {

	font-size:10px;
	width:80px;
	
	border:1px solid black;
	margin-top:10px;
	margin-left:10px;

}

#recherche_avance #formRecherche .budget_max{
	
	margin-left:5px;
}

/***** SECTEURS *****/

#recherche_avance #formRecherche .secteurs{

	margin:10px 0 0 10px;

}

/**** DEPARTEMENT *****/
#recherche_avance #formRecherche .code{

	margin-left:122px;

}

/***** NB PIECES *****/
#formRecherche #nbpieces{

	margin:10px 0 0 100px;

}

/***** NB PIECES *****/
#formRecherche .checkbox{

	_margin:0 -1px 0 -1px;

}

/***** Surface Mini ******/
#formRecherche #surfaceMin{

	margin-left:300px;
	
	border:1px solid black;
	
	font-size:10px;
}

#formRecherche #surfaceTerrainMin{

	margin-left:50px;
	
	font-size:10px;
}

#formRecherche hr{

	height:1px;
	background-color:#900731;
	color:#900731;
	margin:15px;
	margin-left:10px;
	_margin:3px 10px 3px 5px

}

#formRecherche table{

	margin-left:10px;
	width:935px;
	height:45px;

}
	
#formRecherche tr{

	height:15px;
	width:935px;
}

#formRecherche td{

	width:233px;
}

#formRecherche #Rechercher{

	text-align:right;
	display:block;
	float:left;
	background-color:#FFEAB7;
	
	background-image:url(images/puce_detail.gif);
	background-repeat:no-repeat;
	background-position: 0px 2px;
	
	color:#900731;
	font-size:12px;
	font-weight:bold;
	
	margin-top:20px;
	margin-left:50px;
	
	text-indent:15px;
	
	cursor:pointer;

}

#recherche_avance #formRecherche #Rechercher{

	float:right;
	
	/*display:inline;*/
	background-color:#FFEAB7;
	
	background-image:url(images/puce_detail.gif);
	background-repeat:no-repeat;
	background-position: 0px 2px;
	
	color:#900731;
	font-size:12px;
	font-weight:bold;
	
	text-indent:15px;
	
	margin-right: 10px;
	margin-bottom:20px;
	
	cursor:pointer;
	
}

.envoyer{

	display:block;
	/*display:inline;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#FFEAB7;
	
	background-image:url(images/puce_detail.gif);
	background-repeat:no-repeat;
	background-position: 0px 1px;
	
	color:#900731;
	font-size:12px;
	font-weight:bold;
	
	text-indent:5px;
	padding-left:10px;
	
	margin-bottom:20px;
	
	border:0;
	
	cursor:pointer;

}

/*******************************************************************/
/*
/* 			PAGE CONTACT
/********************************************************************/

#contact{

	float:left;
	background-color:#FFEAB7;
	width:955px;
	
	border-top:1px solid #900731;

}

#contact h1{

	display:inline;
	float:left;
	margin: 20px;
	margin-top:15px;

}

#contact h3{

	font-size:12px;
	font-weight:bold;
	font-style:normal;
	background-color:#FFEAB7;
	color:#A40831;
	margin:10px 0 0px 20px;
	
	background-image:url(images/puce_services.gif);
	background-repeat:no-repeat;
	background-position:0 1px;
	
	text-indent:20px;
	height:20px;

}

#contact p{
	
	display:block;
	
	margin: 20px;
	margin-top:10px;

}

#contact hr{

	background-color:#AC455C;
	color:#AC455C;
	height:1px;
	margin:20px;

}

/*******************************************************************/
/*
/* 			CONTACT MAIL
/********************************************************************/


#formContact {

	margin-left:20px;

}

#formContact input{

	margin-top:5px;
	border:1px solid #000;
}

#formContact select{

	border:1px solid #000;
}

#formContact textarea{

	margin-top:5px;
	border:1px solid #000;
}

#formContact label{

	float:left;
	display:block;
	margin-top:5px;
	width:130px;
	text-align:right;
}


/*******************************************************************/
/*
/* 			CONTACT TEL
/********************************************************************/


#formTel{

	margin:0px;
	width:auto;

}

#formTel input{

	margin-top:5px;
	border:1px solid #000;
}

#formTel select{

	margin-top:5px;
	border:1px solid #000;
}

#formTel label{

	float:left;
	display:block;
	margin-top:5px;
	width:200px;
	text-align:right;
}


/*******************************************************************/
/*
/* 			PAGE SERVICE
/********************************************************************/

#service{

	float:left;
	width: 955px;
	background-color:#FFEAB7;
	
	border-top:1px solid #900731;

}

#service h1{

	float:left;
	margin: 20px;
	margin-top:15px;

}

#service ul{

	float:left;

	width:450px;

	font-weight:bold;
	
	margin:20px 0 20px 20px;
	
	list-style:inside

}

#service ul li{

	list-style-type:none;
	
	background-image:url(images/puce_services.gif);
	background-repeat:no-repeat;
	background-position:0px 4px;
	
	text-indent:20px;
	
	line-height:20px;
	
	margin-top:5px;
	
	color:#900731;
}

#service span{

	display:block;
	margin-left:20px;
}


/*******************************************************************/
/*
/* 			PAGE ACCES
/********************************************************************/

#acces{

	float:left;
	background-color:#FFEAB7;
	width:955px;
	
	border-top:1px solid #900731;
}

#acces h1{

	float:left;
	margin: 20px;
	margin-top:15px;

}

#carte{

	margin-bottom:50px;
	margin-left:60px;

}

#acces p{

	text-align:justify;
	margin:50px 50px 50px 20px;
}

/*******************************************************************/
/*
/* 			PAGE SAVOIR PLUS
/********************************************************************/

#savoirplus{

	float:left;
	background-color:#FFEAB7;
	
	width:955px;
	
	border-top:1px solid #900731;
}

#savoirplus #description{

	width:450px;
	height:170px;
	margin:15 0 0 20px;
}

#savoirplus .vignette{

	display:block;
	float:left;
}

#savoirplus .desc{

	text-align:left;
	float:left;
	
	margin-left:5px;
	width:320px;

}

#savoirplus h5{

	font-weight:bold;
	font-size:16px;
}

#savoirplus h1{

	margin: 15px 0 20px 0px;
}

#savoirplus #formSavoirPlus input, #savoirplus #formSavoirPlus textarea{

	margin-top:5px;
	border:1px solid #000;
	float:left;
}

#savoirplus #formSavoirPlus label{

	text-align:right;
	
	margin-top:5px;
	
	display:block;
	float:left;
	
	width:100px;
}

#savoirplus p{

	margin:20px;
	/*width:500px;*/
}

#coordonnees{

	float:right;
	width:335px;
	height:auto;
	margin-bottom:20px;
	
	/** IE **/
	display:inline;
}

#coordonnees .titre{

	margin:20px 0 0 0;
	font-weight:bold;
	height:auto;
	
	background-image:url(images/puce_services.gif);
	background-repeat:no-repeat;
	background-position:0px 2px;
	
	text-indent:20px;
	

}

#coordonnees p{

	height:auto;
	line-height:18px;
	font-size:10px;
	margin:0;
	margin-left:20px;

}



/*******************************************************************/
/*
/* 			PAGE VENDRE
/********************************************************************/

#vendre{

	float:left;
	background-color:#FFEAB7;
	
	width:955px;
	
	border-top:1px solid #900731;
}

#vendre h1{

	margin:15px 0 0 20px;

}

#vendre #libelle{

	clear:left;
	margin:20px;
	width:500px;
	height:50px;
}

#vendre #formVendre{

	width:580px;
}

#vendre #formVendre input, #vendre #formVendre select, #vendre #formVendre textarea{
	
	
	border:1px solid #000;
	margin-top:5px;
}

#vendre #formVendre select{

	/*font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;*/
}

#vendre #formVendre label{

	line-height:18px;
	
	display:block;
	float:left;
	
	width:110px;
	margin:5px 5px 0 0;
	text-align:right;
}

/*******************************************************************/
/*
/* 			PAGE MAIL OK
/********************************************************************/

#mail_ok{

	float:left;
	width:955px;
	
	background-color:#FFEAB7;
	
	border-top:1px solid #900731;
}

#mail_ok h1{

	margin:20px;

}

#mail_ok #description{

	width:450px;
	height:170px;
	margin:15 0 0 20px;
}

#mail_ok .vignette{

	display:block;
	float:left;
}

#mail_ok .desc{

	text-align:left;
	float:left;
	
	margin-left:5px;
	width:320px;

}

#mail_ok h5{

	font-weight:bold;
	font-size:16px;
}


/*******************************************************************/
/*
/* 			IMPRIMER
/********************************************************************/

#imprimer{

	float:left;
	
	
	background-color:#FFEAB7;
	
	border-top:1px solid #900731;
}

#impressionLeft{

	float:left;
	width:450px;
	margin:20px 0 0 20px;
	display:inline

}

#impressionRight{

	float:right;
	width:350px

}

#imprimer h3{

	font-size:12px;
	color:#A40831;
	font-weight:bold;
	margin-bottom:5px;

}

#imprimer h5{

	font-weight:bold;
	font-size:16px;
}


#imprimer .vignette{

	display:block;
	float:left;
}

#imprimer .desc{

	text-align:left;
	float:left;
	
	margin-left:5px;
	width:320px;

}

#imprimer .photosCatalogue{

	margin:20px;
	width:150px;
}

#imprimer .infos_generales{

	margin-left:20px;
	margin-bottom:20px;
}

#imprimer #retour{

	clear:both;
	
	display:block;
	background-image:url(images/puce_violet.gif);
	background-repeat:no-repeat;
	
	text-indent:25px;
	font-size:14px;
	font-weight:bold;
	height:20px;
	
	margin:20px;

}

#imprimer a{

	color:#A40831;
}

#imprimer p{

	margin:5px 0;
}

/*******************************************************************/
/*
/* 			ACTUALITES
/********************************************************************/

#actualites{

	width: 955px;
	float:left;
	
	background-color:#FFEAB7;
	
	border-top:1px solid #900731;
	
	padding-bottom:20px;
}

#actualites h1{

	margin:15px 0 0 20px;
}

#actualites #recherche{

	height:30px;
}


#actualites ul{

	float:left;
	width:440px;
	margin: 10px 0 0 20px;
	list-style-position:inside;
}

#actualites li{

	list-style-type:none;
	
	text-align:justify;
	
	background-image:url(images/puce_services.gif);
	background-repeat:no-repeat;
	background-position:0px 2px;
	
	/*text-indent:20px;*/
	padding-left:20px;
	
	margin-top:20px;

}

#actualites li p{

	margin:10px;
	margin-left:0;

}

#actualites .titreActu{

	display:block;
	font-size:12px;
	font-weight:bold;
	
}

#actualite .titreActu{

	display:block;
	font-size:11px;
	/*font-weight:bold;*/
}

/*******************************************************************/
/*
/* 			Page Envoyer ce bien à un ami
/********************************************************************/

#ami{

	float: left;
	
	width:955px;
	
	border-top:1px solid #900731;
	
	background-color:#FFEAB7;
	
}

#ami .vignette{

	display:block;
	float:left;
}

#ami .desc{

	text-align:left;
	float:left;
	
	margin-left:5px;
	width:320px;

}

#ami h5{

	font-weight:bold;
	font-size:16px;
}

#ami #formAmi *{
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

#ami #formAmi input{

	border:1px solid black;
	margin-top:10px;
	
}

#ami #formAmi label{

	display:block;
	float:left;
	
	width:200px;
	
	text-align:right;
	
	margin-top:10px;
}


/*******************************************************************/
/*
/* 			Page ALERTE EMAIL
/********************************************************************/
div#rapprochement{

	float:left;
	background-color:#FFEAB7;
	
	width:955px;
	
	border-top:1px solid #900731;
}

div#rapprochement #description{

	width:420px;

	margin:15 0 0 20px;
}

div#rapprochement .vignette{

	display:block;
	float:left;
}

div#rapprochement .desc{

	text-align:left;
	float:left;
	
	margin-left:5px;
	width:320px;

}

div#rapprochement h5{

	font-weight:bold;
	font-size:16px;
}

div#rapprochement h1{

	margin: 15px 0 20px 0px;
}

fieldset.alertemail{
	clear:left;float:left;
	margin:25px 0 0 100px;
	
	display:inline;
}

fieldset.alertemail label{
	display:block;width:100px;
	float:left;
	
	margin-bottom:3px;
	text-align:right;
}

fieldset.alertemail input, fieldset.alertemail select{
	margin-bottom:3px;
	
	border:1px solid black;
}

fieldset.submit{ clear:both;float:left; margin:15px 0 0 260px; display:inline; }


/******* CLASSES DE STYLE COMMUNES *********


/* Style de text */
.bold{
font-weight:bold;}

.rouge{
color:red}

.normal{

color:#000;
font-weight:normal}

.border{

border:1px solid #000;
}

