/** formulaire de recherche page annnonces **/
.formAnnonces{
	width: 320px;
	margin: auto;
	/* background-color: green; */
	text-align: left;
	font-size: 1em;
	/* vertical-align: baseline; */
}

.formAnnonces input
{	
	color:Navy;
	}
	
#rdoTT 
{	color:Navy;
	font-weight:bold;
	font-size:0.9em;
	margin-left:60px;
	}

#rdoTT input
{width:30px;
}

.formAnnonces .wLabel{
	text-align: left;
	font-size:0.8em;
	color:Navy;
	font-family:Arial;
	font-weight:bold;
}
#cmdFind{
	color: #C90e0e;
	font-weight: bold;
	margin-top:7px;
}
/* style des annonces affichées dans liste résultats */
.annonceResult{
	width: 400px;
	border: white 1px solid;
	background-color:white;/* #e07474;*/
	margin: auto;
	margin-bottom: 10px;
}
.annonceResult #NbP{
	float: left;
	margin-left: 5px;
}
.annonceResult #prix{
	float: right;
	/*background-color: #d95454;
	color: white;*/
}
.annonceResult #dossier{
	font-size: 0.7em;
	font-family: verdana;
	font-weight: bold;
}
.annonceResult #ville{
	float: left;
	background-color: #c90e0e;
	color: white;
	width: 100%;
	font-weight: bold;
}
.annonceResult #titre{
	font-weight: bold;
}



.annonceResult #texteAnnonce{
	font-size:0.9em;
}

.annonceResult #TelAgence
{
	font-weight: bold;
	font-size: 11px;
	background-color: gainsboro;
}

.annonceResult #TelAgence a
{
color:Black;
}


#spanACRond
{
	/*border-right: #c90e0e 1px solid;
	border-top: #c90e0e 1px solid;
	font-weight: bold;
	border-left: #c90e0e 1px solid;
	line-height: 15pt;
	border-bottom: #c90e0e 1px solid;
	background-color: gainsboro;*/
	line-height:25px;
}

#lnkAC
{color:White;
	}

#lnkPasTrouve
{color:White;
	}
/** fin style pour page annonces **/

/** fin formulaire de recherche page annnonces **/

/** titre niveau 2 pour page service.aspx **/
#main .titre2{
	font-family: garamond;
	color: #c90e0e;
	font-size: 1.6em;
	font-weight: bold;
	text-decoration:underline;
}

#main H4
{	
	font-size: 1em;
	font-weight: bold;
	color:navy;
	}

#main .txt2{
	font-family: arial;
	font-weight: normal;
	font-size: 0.8em;
	padding-top:0px;
	padding-bottom: 10px;
	padding-left:10px;
	padding-right:10px;
}
/** fin titre niveau 2 pour page service.aspx **/

/** page estimations **/
#main #t4{
	font-family: arial;
	font-weight: bold;
	font-size: 0.8em;
	color: gray;
	/*background-color: #c90e0e;*/
	margin: auto;
	margin-bottom: 10px;
	width: 380px;
}
fieldset{
	font-family: arial;
	font-size: 0.7em;
	color: black;
	width: 400px;
	margin: auto;
}
legend{
	color: black;
	font-weight: bold;
}
.containForm{
	text-align: left;
	width: 300px;
	margin: auto;
	font-size: 1em;
}
.containForm label{
		width: 80px;
}
.containForm input{
	width: 170px;
}
.containForm textarea{
	width: 170px;
}
/** fin page estimations **/

/** page gerance**/

#lnkComptesGerance
{
	color:Navy;
	font-style:italic;
	margin-bottom:10px;
	font-size:12px;
	display:none;
	}

#titreB
{
	font-size:14px;
	font-weight:bold;
	width:360px;
	padding-bottom:20px;
	
	}

#texte
{	font-size:12px;
	width:360px;
	}

/** fin gerance**/
/** page postes **/
.annoncesPoste{
	font-family: arial;
	font-weight: normal;
	font-size: 0.9em;
	padding-bottom: 10px;
	width: 400px;
	margin: auto;
	text-align:center;
}
.annoncesPoste table{
	border: 1px solid #c90e0e;
	background-color:#ffffcc;
	font-size:12px;
	margin-top:20px;
	margin-bottom:20px;
}
.annoncesPoste td{
	text-align: left;
	padding-right:5px;
}
.annoncesPoste a{
	text-decoration: none;
}

.alertEmail
{	color: white;
	font-family: arial;
	font-weight: bold;
	font-size:12px;
	
	}

.alertEmail input
{	
	width:30px;}

.alertEmail label
{	width:80%;
	vertical-align:bottom;
}



/** fin page poste **/

