 /*------------------------------------------------------*
  *-------------    ICARE-NET.COM - agence web ---  CSS  ----*
  *------------------------------------------------------*/
		
html {
   margin: 0;
   padding: 0;
}


body {
	scrollbar-face-color: #CCC;
	scrollbar-shadow-color: #000;
	scrollbar-highlight-color: #FFF;
	scrollbar-3dlight-color: #FFF;
	scrollbar-darkshadow-color: #FFF;
	scrollbar-track-color: #FFF;
	scrollbar-arrow-color: #000;
	margin: 0;
	padding: 0;
	background-color: #FFF;
	background-image:url(../images/deco/back_body.gif);
	background-position:top left;
	background-repeat:repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #1A4774;

}

body#maisons a#maisons, body#appartements a#appartements, body#programmes a#programmes, body#estimation a#estimation, body#terrains a#terrains, body#locations a#locations, body#partenaire a#partenaire, body#contact a#contact  {
	background-color:#FFF;
	background-image:url(../images/deco/back_a_hover.gif);

}

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
} 


form, input {
	margin: 0px;
	padding: 0px;
}

select {
	color: #666;
	background-color: #F5F5F5;
	font-size: 9px;
	border: 1px solid #666;
	font-weight: bold;
}
.tab_part{
	width:100%;
	background-color: #F7F7F7;
	color: #666666;
	margin:15px 0 5px 0;
	border: 1px solid #1F92FF;
}

a.lien_part, a:hover.lien_part, a:visited.lien_part{
	border:0px;
	color:#666666;
	text-decoration:none;
}
img {
	border:0px;
}

p {
	margin: 0px;
 padding: 0px;
}




 /*------------------------------------------------------*
  *-----------------------------------     CSS BLOCS     ----*
  *------------------------------------------------------*/


#general{
	margin:0 auto;
	padding:0;
	width:100%;
	
}

/*Haut de page*/
#flash_intro{
	margin:28px 0 0 0;
}
#header{
	margin:25px auto 0 auto;
	padding:0;
	width:820px;
	height:166px;

}


#flash_anim{
	border-width:5px 0 0 0;
	border-color:#1F92FF;
	border-style:solid ;
}
/*Contenu de page*/

#content {
	margin:0 auto;
	padding:0;
	width: 815px;
	background-color:#FFFFFF;
}
#content_index {
	margin:0 auto;
	padding:0 0 20px 0;
	width: 828px;
	
}
.td_pad{
	padding:30px 0 0 10px;
	
	}

#contentfiche {
	margin:0 auto;
	padding:0 10px 0 16px;
	border-width:0 1px 0 0 ;
	border-color:#CCCCCC;
	border-style:dotted solid solid solid;
	
}
#contenttitre{
		margin:0 auto;
	padding:0 10px 0 16px;
}
/*CSS du menu horizontal*/
#navcontainer {
	margin:0;
	padding:0 5px  0 10px;
	width: 820px;
	background-color:#1F92FF;
}
#navcontainer img{
	border:0px;
}
#navcontainer ul{
	margin:5px 0 0 0;
	padding:0;
}
#navcontainer li{
	margin:0 5px 0 0;
	padding:0;
	display:inline;
	background-image:url(../images/deco/back_li.gif);
	background-repeat:repeat-x;
	background-position:top left;
	float:left;
}
#navcontainer a {
	margin:0 ;
	padding:2px 5px 2px 5px;
	display:inline;
	float:left;
	text-decoration: none;
	color:#666666;
	font-weight:bold;
	background-color:none;
	background-image:url(../images/deco/back_a_hover.gif);
	background-repeat:no-repeat;
	background-position:top right;
	
}
#navcontainer  a .lettrine{
	color:#999999;
}
#navcontainer a:hover {
	color:#333333;
	background-color:#FFF;
}
#navcontainer  a:hover .lettrine{
	color:#666;
}
/*Fin du Menu Horizontal*/
/*Bas de page*/
#adresse{
	margin:0 auto;
	padding:10px 0 0 0;
	text-align: center;
}

#footer{
	margin:0 auto 20px auto;
	padding:0;
	width:815px;
	height:34px;

	color: #666666;
	border-width:0 1px 1px 0 ;
	border-color:#CCCCCC;
	border-style:dotted solid solid solid;
}

#footer a{
	color:#666666;
	text-decoration:none;
}

#footer a:hover{
	color:#333333;
}


/*clear*/

.clear {
   clear: both;
   overflow: hidden;
   width: 1px;
   height: 1px;
   margin: 0 -1px -1px 0;
   border: 0;
   padding: 0;
   font-size: 0;
   line-height: 0;
}

 /*------------------------------------------------------*
  *--------------------------     CSS PLANS     ----*
  *------------------------------------------------------*/
  
/*page plans*/

#plan {
	width: 310px;
}

#plan img {
 margin-top: 10px;
	margin-bottom: 10px;
}

/*pop up plans*/
#popup_plan {
 margin-top:20px;
	width: 550px;
	position: absolute;
	left: 50%;
	margin-left: -275px;
}

#popup_plan a {
	color:#333;
	text-decoration:none;
}

#popup_plan a:hover {
	color:#666;
}

#popup_plan img {
	border: 1px solid #333;
}




 /*------------------------------------------------------*
  *--------------------------     CSS TITRES     ----*
  *------------------------------------------------------*/
.lettreineh2{
  color:#3399CC;
  }
.lettrinecouer{
  color:#333;
  }
   h1 {
	margin: 0px;
	padding: 0 0 10px 0;
	color:#899797;
	text-align: left;
	font-size: 14px;

  }
  
   h2 {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	color: #899797;
	font-size:22px;
	border-bottom:1px #0099CC dotted;
  }
  
   h3 {
   	margin: 0px;
    padding: 0px;
  	color:#000;
	
  }
  
   h4 {
   	margin: 0px;
    padding: 0px;
  	 color:#000;
  }
  
   h5 {
	margin: 0px;
	color:#899797;
	font-size: 14px;
	padding: 6px 0 6px 0;
  }
  
   h6 {
	margin: 0px;
	padding: 0px;
	color:#899797;
	text-align: center;
	font-size: 12px;
  }

 
.ville_surface {
	background-color: #EEEEEE;
	color: #333333;
	font-weight: bold;
	text-indent: 10px;
	padding: 5px 0px 5px 0px;
	height: 8px;
}
.cellule {
	background-color: #EEEEEE;
	color: #666666;
	margin:15px 0 5px 0;
	border: 1px solid #1F92FF;
	text-align: left;
}
#div_coupdoeur{
margin:5px 5px 5xp 10px;
padding:5px;
border:1px #666666 solid;
}
.cellulecoeur {
	background-color: #FFF;
	background-image:url(../images/deco/house_coeur.gif);
	background-position:top left;
	background-repeat:no-repeat;
	color: #000000;
	margin:15px 0 5px 0;
	border: 1px solid #999;
	padding: 2px 2px 2px 5px ;
}

.cellule_photo {
	
	margin:15px 0 5px 0;
	border-bottom: 1px solid #CCC;
	
}
.type_prix {
	background-color: #F9F9F7;
	color: #999999;
	font-weight: bold;
	text-indent: 10px;
	padding: 5px 0px 5px 0px;
}
.titre_fiche {
	height:15px;
	background-color: #D2D3D4;
	background-image:url(../images/deco/back_titre2.gif);
	background-repeat:repeat-x;
	color: #333333;
	text-indent: 10px;
	padding: 0;
	font-weight: bold;
	letter-spacing: 1px;
}
.titre_fiche2{
	background-color: #1F92FF;	
	color: #FFF;
	text-indent: 10px;
	padding: 2px 0px 2px 0px;
	font-weight: bold;
	letter-spacing: 1px;
}
.descriptif {
	padding: 8px;
	text-align: justify;
	vertical-align:top;
}
.descriptifcoeur {
	color: #666666;
	font-size: 9px;
	border:1px #666666 solid;
	background-color:#F4F4F4;
}
.descriptifcoeur a{
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
.descriptifcoeur a:hover{
	color: #CE0404;
	text-decoration: underline;
}
.image_coeur {
	border: 2px solid #F1BE35;
	margin: 11px 0px 9px 0px;
}
.img_agence {
	border-width:2px;
	border-style: solid;
	border-color:#006699;
	margin: 4px 0 4px 0;
}
.img_coeur {
	border-width:2px;
	border-style: solid;
	border-color:#333 ;
	margin: 4px 0 4px 0;
}
.retour {
	padding: 0 4px 0 0;
	margin: 0 auto;
}
.retour a{
	color:#003366;
	text-decoration: none;
	padding: 1px;
}

.retour a:hover{
	text-decoration:none;
	color: #CC0000;
	background-color: #F1F0EC;
}

#menu_index {
	margin: 0 auto;
	padding: 4px 0 4px 0;
	text-align: center;
}
#menu_index a{
	color:#1A4774;
	text-decoration: none;
	font-weight: bold;
}
#menu_index a:hover{
	color:#333;
	text-decoration: underline;
}

a.fiche_coeur
{
	color:#CC0000;
	text-align: right;
	text-decoration: none;
	font-weight: bold;
}
a:hover.fiche_coeur
{
	text-decoration:underline;
	color: #666666;
}
a.fiche
{
	color:#006699;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}

a.fiche:hover
{
	text-decoration:underline;
	color: #666666;
}
 /*-----------------------------------------------------------*
  *-----------------------------------     CSS EFFETS     ----*
  *----------------------------------------------------------*/

#zone {
	margin:5px;
	width: 300px;
	height: 250px;
	overflow: auto;
	}


.transparence {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
	}

.title_biens {
	color: #fff;
	padding: 5px;
	background-color: #1F92FF;
	width: 100%;
}

.liste_bien {
	width : 795px;
}

.lien_liste_biens{
	color:#006699;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	padding: 3px;
}

.lien_liste_biens:hover{
	text-decoration:underline;
	color: #666666;
}





 /*---------------------------------------------------------*
  *----        CSS PAGE CONTACT  DEBUT                  ----*
  *---------------------------------------------------------*/
/* NE_PAS_TOUCHER_CETTE_LIGNE_POUR_MAIL_PAGE_CONTACT_DEBUT */

/* DIV contenant l'ensemble du formulaire */
div.formulaire_general {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	width: 300px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 50px;

}
.contact_texte {
	font-size: 12px;
	color: #019EE0;
	margin-left: 192px;
}

/* DIV général des erreurs de saisie */
div.formulaire_erreursSaisie {
	border: solid 1px #009EE0;
	background-color: #FFFFFF;
	color: #009EE0;
	padding: 5px;
	margin-bottom: 3px;
}
/* DIV pour chaque erreur de saisie */
div.formulaire_erreursSaisie_ligne {
}

/* DIV message une fois le message envoyé */
div.formulaire_msgRetour {
	background-color: #E2EDF5;
	color: #003366;
	text-align: center;	
	padding: 10px;
}
/* Lien "Retour" un fois le message envoyé */
a.formulaire_msgRetour_lien {
}
/* Tableau de champ général */
table.formulaire_table {
	border: 1px solid #ccc;
	width: 100%;
	background-color: #FFFFFF;
}
/* Regroupement de champs : ligne en-tête de table */
.formulaire_table th {
	background: #ccc none;
	
	
}
/* Regroupement de champs : en fielset */
.formulaire_table fieldset {
}
/* Légende du fielset ci-dessus */
.formulaire_table legend {
}
/* Lignes qui séparent les lignes avec les champs */
.formulaire_cell_espacement {
	height: 15px;
}
/* Libelle des champ dans le formulaires : dans tous les cas */
td.formulaire_nom_champ, td.formulaire_nom_champ_erreur {
	padding-left: 5px;
padding-right: 5px;
font-size: 10px;
text-align: left;
color: #009ee0;
font-style: normal;
width: 120px;

}
/* Libelle des champ dans le formulaires : sans erreur */
td.formulaire_nom_champ {
}
/* Libelle des champ dans le formulaires : sans erreur */
td.formulaire_nom_champ_erreur {
	color: #009ee0;
	font-weight: bold;
}
/* Cellules qui contiennent les champs : dans tous les cas */
td.formulaire_td_champ, td.formulaire_td_champ_erreur {
	padding-right: 10px;
}
/* Cellules qui contiennent les champs : en cas d'erreur */
td.formulaire_td_champ, td.formulaire_td_champ_erreur {
}
/* Cellules qui contiennent les champs : sans erreur */
td.formulaire_td_champ, td.formulaire_td_champ_erreur {
}
/* Champs dans les formulaires (input, textarea) : dans tous les cas */
.formulaire_champ, .formulaire_champ_erreur {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	width: 200px;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
/* Champs dans les formulaires (input, textarea) : sans erreur */
.formulaire_champ {
	background-color: #DCDCDC;
	border: 1px solid #999999;
	color: Black;
	font-weight:bold;
}
/* Champs dans les formulaires (input, textarea) : en cas d'erreur */
.formulaire_champ_erreur {
	background-color: #42a2ff;
	color: #FFFFFF;
	border: none;
}
/* Texte qui s'ajoute après les champ (€, kg, /jour...) */
span.formulaire_champ_suffixe, span.formulaire_champ_suffixe_erreur {
	font-style: italic;
}
/* Libelle des champ dans le formulaires : dans tous les cas */
td.formulaire_td_checkbox, td.formulaire_td_checkbox_erreur {
	padding: 0px 10px 0px 10px;
}
/* TD du Bouton "Envoyer" du formulaire */
td.formulaire_td_envoyer {
	padding-right: 5px;
	text-align: right;
}
/* Bouton "Envoyer" du formulaire */
input.formulaire_envoyer {
background-color: #3399cc;
color: #cccccc;
margin-right: 5px;
margin-bottom: 5px;
font-weight: bold;
font-size: 10px;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #666666;
border-right-color: #666666;
border-bottom-color: #666666;
border-left-color: #666666;
}

/* Texte en bas du formulaire concernant les astérisques */
.formulaire_note {
	font-style: italic;
}
/* NE_PAS_TOUCHER_CETTE_LIGNE_POUR_MAIL_PAGE_CONTACT_FIN */
 /*-------------------------------------------------------*
  *----        CSS PAGE CONTACT  FIN                  ----*
  *-------------------------------------------------------*/
  
  
  #pages {
	text-align: right;
	margin-top: 4px;
	margin-bottom: 4px;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}


#pages ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#pages li {
	display: inline;
	height:40px;
	margin: 0px;
	padding: 0px;
}

#pages .inactif {
	color: #bbbbbb;
}

.aucun_produit {
	font-size: 13px;
	color: #000;
	margin: 5px auto 0px auto; 
	width: 360px;
}

#pages a {
	text-decoration: none;
}

#pages a:hover {
	text-decoration: none;
	background: #DEE0EC;
	color: #003399;
}

#pages a.texte_page 
{
	background: #F4F4F4;
	color: #899797;
	font-weight: bold;
}

#pages a.lien_page
{
	color: #2195C5;
}

