@charset "utf-8";
body {
	background: #707070;
	color: #707070;
	/* background: url(bg.jpg) repeat-x #51473a; */
	/* background: url(site-fond.jpg) #b7b1af repeat-x; */
}
/*********************************************/
/* centrer le site						    */
/*********************************************/
.centrer {
	width: 900px;
	margin: auto;
	background: #FFFFFF;
}
/***********************************************************************/
/* Affichage du bandeau  (barre de menu du site + logo du site )	   */
/***********************************************************************/
.bandeau {
	width: auto;
	background-color: #F0F0E7;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
}
/*********************************************/
/* Affichage du corps					    */
/*********************************************/
.corps {
	width: 900px;
	height: 1650px;
}
/*********************************************/
/* Affichage du pied de page				    */
/*********************************************/
.pieds {
	width: 900px;
	height: 65px;
	/* background-image: url(foot.png);
	background-repeat: repeat-y; */
	font-family: Arial;
	font-size: 10px;
}
/*********************************************/
/* Affichage du bloc du menu de gauche	    */
/*********************************************/
.menu {
	/* height: 300px; */
	width: 210px;
	margin-left: 20px;
	margin-top: 13px;
	background-color: #FFFFFF;
	float: left;
	font-family: Arial;
	font-size: 13px;
	color: #707070;
}
/*********************************************/
/* Menu de gauche "Recherche" 			    */
/*********************************************/
.menurecherche {
	/* height: 300px; */
	width: 210px;
	border: 1px dashed #000000;
	background-color: #FFD154;
	font-family: Arial;
	font-size: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* recherche par region et age */
.menu_rech { 
	width: 210px;
	background: #F0F0E7;
	margin-bottom: 20px;
	text-align: center;
}
/* recherche par numero d'annonce */
.menu_annonce { 
	width: 210px;
	background: #F0F0E7;
	margin-bottom: 20px;
	text-align: center;
}
/* recherche par mot clef */
.menu_motcle { 
	width: 210px;
	background: #F0F0E7;
	margin-bottom: 20px;
	text-align: center;
}
/*********************************************/
/* Menu de gauche "PUB"				 	    */
/*********************************************/
.menupub {
	/* height: 300px; */
	width: 210px;
	/* border: 1px dashed #000000; */
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: -5px;
}
/*********************************************/
/* Affichage des messages d'erreurs		    */
/*********************************************/
#message {
	color: red;
	font-weight: bold;
}
#message2 {
	color: red;
	font-weight: bold;
}
#message3 {
	color: red;
	font-weight: bold;
}
/*********************************************/
/* Bloc du milieu						    */
/*********************************************/
.bloc {
	/* height: 550px; */
	width: 640px;
	margin-left: 10px;
	background-color: #FFFFFF;
	float: left;
	font-family: Arial;
	font-size: 12px;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
}
/*********************************************/
/* Bloc d'affichage du nombre d'annonce	    */
/*********************************************/
.compt_annonce { 
	float: left;
	width: 210px;
	background: #F0F0E7;
	text-align: center;
}
/************************************************************************/
/* Bloc d'affichage des derniers commentaires sur la page d'accueil	    */
/************************************************************************/
.accueil_comm {
	margin-left: 220px;
	width: 420px;
	background: #F0F0E7;
	margin-bottom: 10px;
	text-align: center;
}
/************************************/
/* Bloc d'affichage des news	    */
/***********************************/
.accueil_news {
	width: 640px;
	background: #F0F0E7;
	margin-bottom: 10px;
	text-align: center;
}
/************************************************************/
/* Bloc d'affichage des annonces sur la page d'accueil	    */
/************************************************************/
.bloc_annonce {
	width: 640px;
	background: #F0F0E7;
	margin-bottom: 10px;
	text-align: center;
}
/************************************/
/* Bloc d'affichage des news		*/
/***********************************/
.bloc_news {
	width: 640px;
	background: #F0F0E7;
	margin-bottom: 10px;
	text-align: left;
}
/**********************************************************/
/* Affichage de la descriptionn dans les profils  	     */
/*********************************************************/
.profil_description  {
	text-align: left;
	width: 140px;
	background-color: #FFFFFF;
	border: 1px dashed #707070;
	text-decoration: none;
}
/*********************************************************/
/* Affichage de la description	dans la gallerie	    */
/********************************************************/
.gallerie_description  {
	text-align: left;
	width: 150px;
	background-color: #FFFFFF;
	border: 1px dashed #707070;
	text-decoration: none;
	padding: 5px;
}
/*****************************************************/
/* Affichage de la photo dans les profils		    */
/****************************************************/
.profil_photos, .img {
	text-align: center;
	width: 120px;
	height: 120px;
	text-decoration: none;
	border: 1px solid #707070;
}
/*****************************************************/
/* Affichage de la description detaillee		    */
/****************************************************/
.profil_description_detail {
	width: 640px;
	background: #F0F0E7;
	text-align: center;
	text-decoration: none;
}
/*****************************************************/
/* Affichage des photos pour la description detailee */
/****************************************************/
.profil_description_photos {
	width: 500px;
	background-color: #F0F0E7;
	border: 0px dashed #000000;
	text-align: center;
	text-decoration: none;
	padding: 5px;
}
/*******************************************************/
/* Affichage de l'annonce pour la description detailee */
/*******************************************************/
.profil_description_annonce {
	margin-left: 10px;
	width: 600px;
	background-color: #FFFFFF;
	border: 1px dashed #707070;
	text-align: left;
	text-decoration: none;
	padding: 5px;
}
/********************************************************/
/* Affichage du mailing pour la description detailee    */
/********************************************************/
.profil_description_mailing {
	margin-left: 10px;
	width: 600px;
	background-color: #FFFFFF;
	border: 1px dashed #707070;
	text-align: center;
	text-decoration: none;
	padding: 5px;
}
/******************************************************************************/
/* Affichage des commentaires et du formulaire pour la description detailee   */
/******************************************************************************/
.profil_description_commentaire_et_formulaire {
	margin-left: 10px;
	width: 600px;
	background-color: #FFFFFF;
	border: 1px dashed #707070;
	text-align: center;
	text-decoration: none;
	padding: 5px;
}
/*************************************************************/
/* Affichage du tableau pour deposer un commentaire			*/
/*************************************************************/
.profil_tableau_depot_commentaire {
	text-align: left;
	background-color: #F0F0E7; 
	padding-left: 17px;
	padding-right: 19px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 0px solid #707070;
}
/*************************************************************/
/* Affichage du tableau des commentaires					*/
/*************************************************************/
.profil_tableau_commentaires {
	width: 500px;
	border: 0px dashed #000000;
	text-align: center;
	text-decoration: none;
	padding: 5px;
}
/**********************************************************************/
/* Affichage du ou des messages d'erreurs  pour l'ajout de commentaire */
/**********************************************************************/
.erreur_formulaire_commentaire {
	width: 650px;
	text-align: center;
	text-decoration: none;
	padding: 5px;
}
/*********************************************/
/* Affichage de la photo dans la gallerie    */
/*********************************************/
.gallerie_photos, .img {
	width: 100px;
	height: 100px;
	text-align: center;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #707070;
}
/*********************************************/
/* Affichage de l'inscription				  */
/*********************************************/
.inscription {
	width: 640px;
	background: #F0F0E7;
	text-decoration: none;
	text-align: center;
}
/*********************************************/
/* Affichage du login					    */
/*********************************************/
.identification {
	width: 305px;
	margin: auto;
	background: #F0F0E7;
	text-align: center; 
	text-decoration: none;
}
/*********************************************/
/* Affichage du bandeau detection iphone	*/
/*********************************************/
.bandeauiphone {
	width: 1024px;
	margin: auto;
	border: 2px solid #000000;
	background-color: red;
	color: #FFFFFF;
	font-size: 65px;
	font-weight : bold;
	text-align: center;
	padding: 10px;
}
/*********************************************/
/* Bouton et input style 			   	 */
/*********************************************/
#bouton {
	border: 2px solid #707070;
	background-color: #F0F0E7;
	color: #707070;
	font-weight : bold;
}
#bouton:hover, bouton:active, bouton:link {
	border: 2px solid #ea69a0;
	background-color: #F0F0E7;
	color: #707070;
	font-weight : bold;
}
#balise-texte {
	border: 1px solid #707070;
	background-color: #FFFFFF;
	color: #707070;
	font-weight : bold;
}
/*********************************************/
/* Balise H1 H2 H3...					   	 */
/*********************************************/
h1 {
	font-size: 12px;
	font-weight : bold;
	font-family: Arial;
	text-align: center;
	padding: 0px;
	margin-top: 5px;
}
h2, h4, h5, h6 {
	font-size: 13px;
	font-weight : normal;
	text-align: center;
	font-family: Arial;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 0px;
}
h3 {
	font-size: 15px;
	font-weight : bold;
	margin-top: 0px;
	margin-bottom: 3px;
}

.menu_rech  .menu_titre {
	font-size: 100%;
	margin:0;
	padding: 0 0 3px;
	background: #ea69a0;
	color: #F0F0E7;
	text-align: center;
}
.menu_annonce .menu_titre {
	font-size: 100%;
	margin:0;
	padding: 0 0 3px;
	background: #ea69a0;
	color: #F0F0E7;
	text-align: center;
}
.menu_motcle .menu_titre {
	font-size: 100%;
	margin:0;
	padding: 0 0 3px;
	background: #ea69a0;
	color: #F0F0E7;
	text-align: center;
}
p {
	text-align: center; 
	font-size: 12px;
	font-weight : normal;
	padding: 0px;
	margin: 0px;
}		
img {
	text-decoration: none;
	border:none;
}
fieldset {
	border: 1px groove #000000;
}	
legend {
	border: 1px groove #000000;
}
a:link {
	color: #707070;
	text-decoration: none;
}
a:visited {
	color: #707070;
	text-decoration: none;
}
a:hover {
	color: #ea69a0;
	text-decoration: none;
}
a:active {
	color: #707070;
	text-decoration: none;
}