/* ORPI Immobilier / Site Franchises 2007 Développement 2007-10 // WebAgency SeLoger */

/* ----------------------- Mise à jour Ph: le 2007-11-06 -------------------------- */

* {margin: 0; padding: 0; text-decoration:none}

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	margin: 0;
	background: url(../images/bg_ombres.gif) center repeat-y #D4DDE8;
}

#Container{
  position: relative;
  margin: auto;
  width: 999px;
  text-align: left;
  background: #fff;
  border: 1px solid #fff;
  padding-bottom: 20px;
} /* Contenu du site */

/* ----------------------------- Header ------------------------------------- */


#Upline {
  height: 100%;
  width: 999px;
  position: relative;
  margin: auto;
  color: #5F8BCB;
  background: #D4DDE8;
} /* Upline */

#Upline h1 {
  font-size: 10px; 
  padding: 4px 0 0 4px; 
  color: #565A5E;
}

#Upline a {
  color: #565A5E; 
  text-decoration: underline;
}

#Upline a:hover {
  text-decoration: underline;
}

#Upline a:visited{}

#Logo {
  position: absolute; 
  top: 14px; 
  left: 0px;
  z-index:50;
} /* Logo */

#Logo img {
  border: 0;
}

#Logo h1 {
  display: none;
}

#Coordonnees {
  color: #fff; 
  font-size: 14px; 
  padding: 30px 0 0 150px;
  float: left;
} /* Coordonnées */
 
#Coordonnees h1 a{
  color: #fff; 
  font-size: 20px; 
}

#Bienvenue {
  float: right; 
  width: 450px; 
  height: 88px; 
  color: #F39192; 
  font-weight: bold;
}

#Bienvenue a {
  color: #fff;
}

#Bienvenue img {
	float:right;
	padding-right:10px;
  border: 0;
}

#Bienvenue h2 {
  color: #fff;
  padding-top: 1px;
  font-size: 15px;
}
#Bienvenue span{
  color: #F39192;
  padding-top: 1px;
  font-size: 9px;
  font-weight: normal;
}

#Drapeaux {
  position: absolute;
  top: 63px;
} /* Drapeaux */

#Drapeaux a img {
  border: 0px;
}

/*#Drapeaux a:hover img{
  opacity: 0.8;
  filter: alpha(opacity=80);
}*/

#Header {
  position: relative;
} /* Header */

#HeaderRouge {
  height: 88px;
  margin: auto;
  color: #5F8BCB;
  background: url(../images/bg_header.gif) top center repeat-x #fbfcfe;
} /* HeaderRouge */

.BandFlash{position:relative; width:1004px; z-index:0; margin-top:25px;}
#HeaderBlancFlash { margin: auto; color: #5F8BCB; background: #fff url($$_$$images/FondBlanc.gif) repeat-x;} 
#HeaderBlancFlash img {position:absolute; left:151px; top:92px;}



#HeaderBlanc {
  height: 43px;
  margin: auto;
  color: #5F8BCB;
  background: #fff url(../images/bg_HeaderBlanc.gif) repeat-x;
} /* HeaderBlanc */

#HeaderBlanc img {
  position: absolute;
  left: 151px;
  top: 92px;
}

#HeaderBlanc h1, #HeaderBlancFlash h1{
  position: absolute;
  left: 515px;
  top: 92px;
  font-size: 12px;
  color: #DF0003;
}

#HeaderBlanc h1 a, #HeaderBlancFlash h1 a{
  text-decoration:underline;
  color: #DF0003;
}

#BlocAnnonces {
  position: relative;
  height: 27px;
  font-size: 11px;
  background: #fff;
}

#BlocAnnoncesFlash {
  position: relative;
  height: 27px;
  font-size: 11px;
  background: #fff;
}

#BlocAnnoncesFlash span {
  position: absolute;
  width: 120px;
  left: 20px;
  top: 7px;
  color: #565A5E;
  font-weight: normal;
  padding: 0 20px 0 0px;
  background: url(../images/puce.gif) right no-repeat #fff;
}

#BlocAnnoncesFlash Marquee {
  position: absolute;
  width: 785px;
  left: 180px;
  top: 7px;
  color: #565A5E;
  padding: 0 20px 0 0px;
  background: url(../images/puce.gif) right no-repeat #fff; font-weight:normal;
}

#BlocAnnoncesFlash marquee a {
color: #565A5E;
text-decoration: underline;
}

#BlocAnnoncesFlash marquee a:hover{
color: #DF0003;
}

#BlocAnnonces span {
  position: absolute;
  width: 120px;
  left: 153px;
  top: 7px;
  color: #565A5E;
  font-weight: normal;
  padding: 0 20px 0 0px;
  background: url(../images/puce.gif) right no-repeat #fff;
}

#BlocAnnonces Marquee {
  position: absolute;
  width: 655px;
  left: 310px;
  top: 7px;
  color: #565A5E;
  padding: 0 20px 0 0px;
  background: url(../images/puce.gif) right no-repeat #fff; font-weight:normal;
}

#BlocAnnonces marquee a {
color: #565A5E;
text-decoration: underline;
}

#BlocAnnonces marquee a:hover{
color: #DF0003;
}

/* --------------------------- Menu Haut Horizontal ------------------------- */

#hautgauche, #hautdroit, #basgauche, #basdroit {
	height: 4px;
	width: 5px;
	background-repeat: no-repeat;
	font-size:1px;
} /* Propriétés communes des 4 coins */

/* Propriétés spécifiques coin */
#hautgauche {
	background: url(../images/menu_haut_gauche.gif) left no-repeat;
}

#hautdroit {
	float: right;
	background: url(../images/menu_haut_droite.gif) right no-repeat;
}

#basgauche {
	background: url(../images/menu_bas_gauche.gif) left no-repeat;
}

#basdroit {
	float: right;
	background: url(../images/menu_bas_droite.gif) right no-repeat;
}



/* ---------------------------------- Contenu ------------------------------- */

#Content {
  margin: auto;
  /*padding: 80px 0 0 0;*/
  width: 967px;
}

#Left {
  float: left;
  width: 232px;
  margin-left: 0px;
}

#Right {
  float: right;
  width: 232px;
  margin-left: 0px;
  background: #fff;
}

#Centerindex {
  float: left;
  width: 483px;
  background: #F5F4F1;
  margin: 0px 10px 0 10px;
}

#Center {
  float: left;
  width: 700px;
  background: #F5F4F1;
  margin: 0px 10px 0 10px;
  font-size: 11px;
}

#Centerindex #Texte {
  width: 452px;
  background: #F5F4F1;
  margin: 0px 10px 0 14px;
  font-size: 11px;
  color:#757676;
}

#Centerindex #Texte h3 {
	margin-top:10px;
  font-size: 18px;
  color:#DF0003;
}

#Center {
  float: left;
  width: 700px;
  background: #F5F4F1;
  margin: 0px 10px 0 10px;
  font-size: 11px;
}

#CenterNav {
width: 100%;
text-align: center;
border: 1px solid #ffcc00;
}

#Center h1 {
  color: #E35A5F;
  padding: 0 0 0 10px;
  font-size: 17px;
}

#Center h2 {
  color: #DF0003;
  padding: 10px 0 0 10px;
  font-size: 14px;
}

#Center h3 {
  color: #565757;
  padding: 10px 0 0 10px;
  font-size: 11px;
}

#Center p {
  color: #757676;
  padding: 0 10px 10px 10px;
  font-size: 11px;
}

#Center .Trait {
  background: url(../images/bg_trait_agence.gif) left repeat;
  margin-left: 10px;
  height: 2px;
  width: 680px;
  display: block;
}

.Clear {
  clear: both;
  height: 1px;
  font-size: 1px;
}

/* Pour le LG:RUBRIQUE */
#Rubrique {
  /*float: right;*/
  clear: right;
  width: 100%;
  margin-top: 40px !important;
  margin-top: 10px;
  margin-bottom:5px;
  font-size: 11px;
  text-align: right;
}

#Rubrique a {
  font-weight: bold;
  color: #000;
  padding-left: 14px;
  text-decoration: underline;
  background: url(../images/puce3.gif) left no-repeat;
}

#Rubrique a:hover {
  color: #DF0003;
}

/* Propriétés communes à tout les coins de Blocs */
#HautAgence, #HautAcheterVendreLouer,
#HautService, #HautEstimer, #HautCdc, #HautInfos {
  height: 8px;
  width: 232px;
  background-repeat: no-repeat;
  font-size: 1px;
}

#BasAgence, #BasAcheterVendreLouer,
#BasService, #BasEstimer, #BasCdc, #BasInfos {
  height: 8px;
  width: 232px;
  background-repeat: no-repeat;
  font-size: 1px;
  margin-bottom: 3px;
}

/* Bloc Agence */
#Agence {
  background: #E6EBF2;
  color: #656A6E;
  text-align: justify;
}

#HautAgence {
  background: url(../images/bg_haut_agence.gif) left no-repeat;
}

#BasAgence {
  background: url(../images/bg_bas_agence.gif) left no-repeat;
}

#Agence h1 {
  font-size: 13px;
  color: #DF0003;
  margin: 0 0 5px 10px;
}

#Agence h2 {
  font-size: 11px;
  color: #DF0003;
  margin: 5px 0 5px 10px;
  padding: 0 0 0 15px;
  font-weight: normal;
  background: url(../images/puce2.gif) left no-repeat;
}

#Agence h3 {
  font-size: 11px;
  margin: 0 10px 5px 10px;
  font-weight: normal;
}

#Agence h3 a{
  color: #DF0003;
  font-weight: bold;
  padding: 3px;
  text-decoration: underline;
}

#Agence h3 a:hover{
  background: #fff;
  padding: 3px;
}

#Agence span img {
  background: url(../images/bg_trait_agence.gif) left repeat;
  height: 2px;
  width: 210px;
  display: block;
  padding: 0;
}

#Agence img {
  margin-left: 10px;
  width: 210px;
  height: 110px;
  padding: 3px 0 3px 0;
}

/* Bloc Acheter Vendre Louer */
#AcheterVendreLouer {
  background: #CDD2D8;
  height: 127px;
  color: #656A6E;
  text-align: center;
}

#HautAcheterVendreLouer {
  background: url(../images/bg_haut_achetervendrelouer.gif) left no-repeat;
}

#BasAcheterVendreLouer {
  background: url(../images/bg_bas_achetervendrelouer.gif) left no-repeat;
}

#AcheterVendreLouer a img{
  border: 0px;
}
#AcheterVendreLouer a:hover img{
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* Bloc Estimer */
#Estimer{
  background: #F39192;
  height: 154px;
  color: #fff;
  text-align: justify;
}

#HautEstimer {
  background: url(../images/bg_haut_estimer.gif) left no-repeat;
}

#BasEstimer {
  background: url(../images/bg_bas_estimer.gif) left no-repeat;
}

#Estimer h1 {
  font-size: 13px;
  color: #fff;
  margin: 0 0 5px 10px;
}

#Estimer h2 {
  font-size: 11px;
  color: #DF0003;
  margin: 5px 0 5px 10px;
  padding: 0 0 0 15px;
  font-weight: normal;
  background: url(../images/puce2.gif) left no-repeat;
}

#Estimer h2 a {
  color: #fff;
  text-decoration: underline;
}

#Estimer h2 a:hover {
  color: #575757;
  text-decoration: underline;
}
#Estimer h3 {
  font-size: 11px;
  margin: 0 10px 5px 10px;
  font-weight: normal;
}

#Estimer span img {
  background: url(../images/bg_trait_estimer.gif) left repeat;
  margin-left: 10px;
  height: 3px;
  width: 210px;
  display: block;
  padding: 0;
}

/* Bloc Cdc Defilant */

#Cdc #div_C2C img {
	margin-left: 10px;
  width: 209px;
  height: 112px;
  border: 1px solid #fff;
  padding: 0;
}

#Cdc #div_C2C p {
	margin-left: 10px;
	width: 209px;
}

#Cdc #div_C2C h1 {
	margin-left: 10px;
	font-weight:bold;
	width: 209px;
}

#Cdc #div_C2C h2 {
	color:#F29191;
	margin-left: 10px;
	width: 215px;
}

/* Bloc Cdc */

div.blocCDC{
	
}

#Cdc{
  background:#DF0003;
  height: 300px;
  color:#fff;
  text-align:left;
  position:relative;
}

#HautCdc {
  background: url(../images/bg_haut_cdc.gif) left no-repeat;
}

#BasCdc {
  background: url(../images/bg_bas_cdc.gif) left no-repeat;
}

#Cdc h1 {
  font-size: 13px;
  color: #fff;
  margin: 0 0 5px 10px;
  font-weight: bold;
}

#Cdc h2 {
  font-size: 11px;
  color: #fff;
  margin: 0 0 0 9px;
  font-weight: bold;
  height:30px;
}

#Cdc h3 {
  font-size: 12px;
  color:#000;
  font-weight: bold;
}

#Cdc h4 {
  font-size: 10px;
  color:#fff;
  margin: 0 0 0 9px;
  font-weight: normal;
}

#Cdc span img {
  margin-left: 10px;
  background: url(../images/bg_trait_cdc.gif) left repeat;
  height: 2px;
  width: 210px;
  display: block;
  padding: 0;
  border: 0;
}

#Cdc img {
  margin: 8px 0 0 8px;
  width: 94px;
  height: 67px;
  border: 1px solid #fff;
  padding: 0;
}

#Cdc a {
  color: #fff;
  font-size: 10px;
}

#Cdc a:hover {
  color: #E1DDD4;
}

#Cdc a.Plus {
  color: #DF0003;
  font-size: 12px;
  background: url(../images/bg_bouton_plus.png) left no-repeat;
  height: 14px;
  width: 211px;
  display: block;
  margin: 0 0px 0 10px;
  padding: 4px 0px 4px 0px;
  text-align: center;
}

#Cdc a.Plus:hover {
  color: #424242;
}

/* descriptif express */
#Cdc .blocCDC a.photoCDC {position:relative;}
#Cdc .blocCDC a.photoCDC span {display:none;}
#Cdc .blocCDC a.photoCDC:hover {border: 0; text-decoration:none; z-index:500;}
#Cdc .blocCDC a.photoCDC:hover span {
		position: absolute;
		font-size: 11px;
		display: inline;
		z-index: 500;
    font-weight: normal;
    top: 10px;
    left: 0px;
    color: #000;
    width: 180px;
    padding: 10px 10px 10px 10px;
  	margin: 0 !important 0 0 5px;
    margin:0px 10px 10px 8px;
  	background: url(../images/fond.gif) no-repeat top left #fff;
  	filter:alpha(opacity=95);
		-moz-opacity:0.97;
		opacity: 0.97;
    cursor: pointer;
		border-bottom: 4px #666666 solid;
}

/* Bloc Infos */
#Infos {
  background: #989898;
  height: 100%;
  color: #fff;
  text-align: justify;
}

#HautInfos {
  background: url(../images/bg_haut_infos.gif) left no-repeat;
}

#BasInfos {
  background: url(../images/bg_bas_infos.gif) left no-repeat;
}

#Infos h1 {
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 5px 10px;
}

#Infos h2 {
  font-size: 11px;
  color: #fff;
  margin: 5px 0 5px 10px;
  padding: 0 0 0 15px;
  font-weight: bold;
  background: url(../images/puce2.gif) left no-repeat;
}

#Infos h3 {
  font-size: 11px;
  margin: 0 10px 5px 10px;
  font-weight: normal;
}

#Infos h3 a {
  font-size: 11px;
  margin: 0 0 0 15px;
  font-weight: normal;
  text-decoration: underline;
  color: #fff;
}

#Infos h3 a:hover {
  color: #575757;
}

#Infos span img {
  background: url(../images/bg_trait_infos.gif) left repeat;
  margin-left: 10px;
  height: 2px;
  width: 210px;
  display: block;
  padding: 0;
}

/* Propriétés communes des 4 coins */
#HautGaucheCenter, #HautDroitCenter, #BasGaucheCenter, #BasDroitCenter {
  height: 10px;
  width: 13px;
  background-repeat: no-repeat #fff;
  font-size:1px;
}

/* Propriétés spécifiques 4 coins du contenu (center) */
#HautGaucheCenter {
  background: url(../images/center_haut_gauche.gif) left no-repeat;
}

#HautDroitCenter {
  float: right;
  background: url(../images/center_haut_droite.gif) right no-repeat;
}

#BasGaucheCenter {
  background: url(../images/center_bas_gauche.gif) left no-repeat;
}

#BasDroitCenter {
  float: right;
  background: url(../images/center_bas_droite.gif) right no-repeat;
}

a.Savoir {
  background: url(../images/bg_bouton_savoir.png) left no-repeat;
  color: #fff;
  height: 14px;
  width: 106px;
  display: block;
  margin: 0 10px 0 103px;
  padding: 4px 4px 4px 8px;
}

a:hover.Savoir {
  color:#CDD2D8;
}

a.Savoir2 {
  background: url(../images/bg_bouton_savoir_2.png) left no-repeat;
  color: #fff;
  height: 14px;
  width: 170px;
  display: block;
  margin: 0 10px 0 33px;
  padding: 4px 4px 4px 8px;
}

/* ---------------------------- Footer -------------------------------------- */
#Footer {
  padding: 10px;
  height: 26px;
  text-align: center;
  margin: auto;
  background: #424242;
  font-size: 11px;
  color: #fff;
  width: 947px;
}

#Footer a {
  color: #BDBDBD;
}

#Footer a:hover {
  color: #fff;
}

#Footer h1{
  font-size: 10px;
  color: #6F6F6F;
  font-weight: normal;
}

/* Moteur */
#Moteur {
  background: url(../images/fond_moteur.jpg) #F5F4F1 bottom left no-repeat;
  position: relative;
  width: 452px;
  height: 283px;
  margin: auto;
  color:#fff;
}

#Moteur2  {
  background: url(../images/fond_moteur.jpg) #F5F4F1 bottom left no-repeat;
  position: relative;
  width: 452px;
  height: 283px;
  margin: auto;
  color:#fff;
}

#Moteur h1, #Moteur2 h1 {
  color: #DF0003;
  padding: 10px;
  font-size: 14px;
  font-weight: bold;
  float: left;
  background: url(../images/puce2.gif) right no-repeat;
  padding-right: 15px;
}

#Moteur img, #Moteur2 img {
  position:absolute;
  top:0px;
  left:0px;
  
}

#Moteur a.Ven {
  background: url(../images/fond_ventes_on.gif) center bottom no-repeat;
  font-size: 11px;
  font-weight: bold;
  position:absolute;
  top:3px;
  left:255px;
  width:91px;
  height:23px;
  color: #FFF;
  margin:auto;
}

#Moteur a.Loc {
  background: url(../images/fond_loc_off.gif) center bottom no-repeat;
  padding:0;
  font-size: 11px;
  font-weight: bold;
  width:91px;
  height:23px;
  position:absolute;
  top:3px;
  left:350px;
  color: #DF0003;
  margin:auto;
}

#Moteur2 a.Ven {
  background: url(../images/fond_ventes_off.gif) center bottom no-repeat;
  padding: 0;
  font-size: 11px;
  font-weight: bold;
  position:absolute;
  top:3px;
  left:255px;
  width:91px;
  height:23px;
  color: #DF0003;
  margin:auto;
}

#Moteur2 a.Loc {
  background: url(../images/fond_loc_on.gif) center bottom no-repeat;
  padding: 0;
  font-size: 11px;
  font-weight: bold;
  position:absolute;
  top:3px;
  left:350px;
  width:91px;
  height:23px;
  color: #fff;
  margin:auto;
}

#Moteur span a, #Moteur2 span a {
  background: transparent;
  padding: 0;
  font-size: 10px;
  font-weight: normal;
  color: #DF0003;
  padding-right: 30px;
  border-bottom: 0px solid #000;
  float: right;
}

#Moteur .Parametres, #Moteur2 .Parametres {
  margin-left:10px;
  color:#fff;
  font-size:10px;
  font-weight:bold;
  width:248px;
  float:left;
  padding:5px;
}

#Moteur .ParametresType, #Moteur2 .ParametresType,
#Moteur .ParametresPieces, #Moteur2 .ParametresPieces,
#Moteur .ParametresSurface, #Moteur2 .ParametresSurface,
#Moteur .ParametresBudget, #Moteur2 .ParametresBudget,
#Moteur .ParametresVilles, #Moteur2 .ParametresVilles,
#Moteur .ParametresListe, #Moteur2 .ParametresListe {
color: #fff;
font-size: 10px;
font-weight: bold;
width: 280px;
float:left;
padding-left:16px;
height:25px;
}

#Moteur .ParametresChambres {
color: #fff;
font-size: 10px;
font-weight: bold;
width: 280px;
float:left;
padding-left:16px;
height:32px;
}

#BtRechercher, #BtRechercher {
  position: absolute;
  top: 263px;
  left: 17px;
  width: 100px;
}

#Moteur .Rechercher, #Moteur2 .Rechercher {
  font-weight: bold;
  width: 400px;
  float: left;
  padding: 5px 5px 15px 5px;
}

#Moteur .ParametresListe .Form, #Moteur2 .ParametresListe .Form {
  width: 250px;
  background: #fff;
  border: 0px;
  font-size: 10px;
}

#Moteur .ParametresType .FormType, #Moteur2 .ParametresType .FormType {
  width:185px;
  background:#fff;
  border:0px;
  font-size:10px;
}

#Moteur .ParametresBudget .Form, #Moteur2 .ParametresBudget .Form, #Moteur .ParametresSurface .Form, #Moteur2 .ParametresSurface .Form {
  background:#fff;
  border:0px;
  font-size:10px;
  margin-left:2px;
}

.FormVille {
  width:163px;
  background:#fff;
  border:0px;
}

.Form {
  width:73px;
  background:#fff;
  border:0px;
  font-size:10px;
  padding:1px 1px 1px 5px;
}

.Check {
  margin-left:3px;
  margin-right:1px;
}

#PlusRecherche {
  position:absolute;
  top:243px;
  left:0px;
}

#PlusRecherche a {
  color:#DF0003;
  padding-left:15px;
  margin-left:13px;
  font-size:11px;
  font-weight:bold;
}

#ListeVilles {
  color:#838281;
  font-size:10px;
  line-height:8px;
  width:452px;
  margin:auto;
}

#ListeVilles a {
  color:#B4B3B1;
  font-size:10px;
}

#ListeVilles a:hover {
  color:#6B6A69;
}

#ListeVilles2 {
	padding:5px;
  color:#3D3D3C;
  font-weight:normal;
  font-size:11px;
  line-height:9px;
  margin:auto;
}

#ListeVilles2 a {
  color:#8C9399;
  font-size:11px;
}

#ListeVilles2 a:hover {
  color:#3D3D3C;
}

/* Réseau */
#Service{
  margin-left: 10px;
  text-align: justify;
}

#Service ul li {
  padding: 1px 0px 4px 17px;
  list-style: none;
  font-weight: bold;
  color: #DF0003;
  background: url(../images/puce_rouge.gif) left top no-repeat;
  margin-left: 5px;
}
#Service ul li p {
  padding: 1px 12px 4px 0px;
  font-weight: normal;
  color: #757676;
}

#Center td {
  color: #565757;
  padding: 5px 0 0 25px;
  font-size: 11px;
}

#Center td strong {
  font-size: 11px;
}

#Centerindex #Texte a {
  color: #DF0003;
  font-weight: bold;
  padding: 3px;
  text-decoration: underline;
}

#Centerindex #Texte a:hover {
  background: #fff;
  padding: 3px;
}

#Center p a {
  color: #DF0003;
  font-weight: bold;
  padding: 3px;
  text-decoration: underline;
}

#Center p a:hover {
  background: #fff;
  padding: 3px;
}

#Center td a {
  color: #DF0003;
  font-weight: bold;
  padding: 3px;
  text-decoration: underline;
}

#Center td a:hover {
  background: #fff;
  padding: 3px;
}

#Center td .tabTitre {
  background: url(../img/picto_fleche.gif) no-repeat left #F5F4F1;
  height: 20px;
  padding-left: 20px;
  color: #504f54;
  line-height: normal; 
  border-bottom: 1px solid #BFBFBF;
  font-size: 17px;
  text-align: left;
  margin: 0 0 10px 10px;
}

#Center td .tabTitre strong {
  color: #DF0003;
  line-height: normal;
  font-size: 17px;
}

#Center .imputForm {
  border: 1px solid #95939C;
  margin: 5px;
}
#Center input {
  margin-right: 5px;
}

#Center textarea  {
  border: 1px solid #95939C;
  margin: 5px;
  height: 65px;
  width: 490px;
}

#Center td form strong {
  font-size: 14px;
}

#Service ul li a {
  color: #DF0003;
  font-weight: bold;
  padding: 3px;
  text-decoration: underline;
}

#Service ul li a:hover {
  background: #fff;
  padding: 3px;
}

#Annonces {
  background: #E9E8E5;
  text-align:justify;
  margin:8px;
  height:90px;
}

#Annonces h2 {
  color:#565757;
}

#Annonces ul li {
	float:left;
	padding:5px 10px 0 7px;
}

#Annonces li a{
	color: #DF0003;
  font-weight: bold;
  text-decoration: underline;
  background: url(../images/puce2.gif) left no-repeat;
  padding: 3px 3px 3px 15px;
  margin-left:4px;
}

#Annonces li a:hover {
  padding: 3px 3px 3px 15px;
  background: url(../images/puce2.gif) left no-repeat #fff;
}

#Annonces .Trait {
  background: url(../images/bg_trait_agence.gif) left repeat;
  margin-left: 10px;
  margin-top: 10px;
  height: 2px;
  width: 659px;
  display: block;
}

#Link {
	margin:10px auto;
  color: #686C74;
  width:452px;
  text-align:justify;
}

#Link h1 {
  font-size: 11px; 
  color: #DF0003;
}


#Link a {
  font-size: 10px;
  text-transform:lowercase;
  text-decoration: none;
  color:#565757;
  text-decoration:underline;
}

#Link a:hover {
	font-size: 10px;
	text-decoration: underline;
	color:#8E9090;
}

blockquote {
	font-size: 11px;
	color:#565757;
	font-weight:normal;
	margin-left:10px;
}

blockquote p b{
	color: #E35A5F;
	font-weight:bold;
  padding: 0 0 0 0px;
  font-size: 17px;
}

blockquote a{
  font-size: 12px;
}

blockquote p{
	font-weight:normal;
	font-size: 13px;
	margin:10px 0 0 0;
}

blockquote b{
	font-weight:normal;
}

blockquote font{
	font-size: 11px;
	color:#565757;
	font-weight:bold;
}

/* ------------------- debut deparametrage des styles ----------------------- */
body, dl, dt, dd, p, ul, li, div, span {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.clear {clear:left}
/* ------------------ fin deparametrage des styles -------------------------- */

/* ------------------ debut structure menu ---------------------------------- */
#menu {
  margin-left: 16px;
  height: 31px;
  font-family: arial, sans-serif;
  font-size: 12px;
}

#menu dl {float: left}


#sous-menu {
  clear: left;
  width: 967px !important;
  width: 965px;
  background: #F39192;
  margin-left: 1px !important;
  margin-left: 0;
} /* Alignement Haut de l'ensemble des sous-menu */
/* ------------------ fin structure menu ------------------------------------ */

/* ------------------ debut liens sous-menu --------------------------------- */
#menu li {
  text-align: left;
  display: block;
  background: #F39192;
  margin:2px 0 2px 10px;
  float: left;
} /* Couleur de fond du sous-menu */

#menu li a,
#menu li a:link,
#menu li a:visited,
#menu li a:active {
	font-weight: bold;
  color: #DF0003;
  text-decoration: none;
  display: block;
  padding:3px 8px 3px 8px;
  margin:3px;
} /* Couleur liens sous-menu */

#menu li a:hover {
  background: #fff;
  color: #DF0003;
} /* Couleurs survol sous-menu */

#menu #sous-menu dd {
  display: none;
} /* Ne pas afficher le sous menu au load de la page */
/* ------------------ fin liens sous-menu ----------------------------------- */

/* --------------------- debut liens menu ----------------------------------- */
#menu dt a,
#menu dt a:link,
#menu dt a:visited,
#menu dt a:active {
  color: #757676;
  text-decoration: none;
  height: 100%;
  font-weight: bold;
} /* Couleur liens du menu */

#menu dt a span.MenuTexte,
#menu dt a:link span.MenuTexte,
#menu dt a:active span.MenuTexte,
#menu dt a:visited span.MenuTexte {
  background: url(../images/bg_menutexte.gif) top left repeat-x #FBFBFB;
  display: block;
  height: 31px;
  line-height: 31px;
  padding: 0 7px 0 7px;
  float: left;
}

/* Couleurs survol lien menu */
#menu  dt a:hover span.MenuTexte {
  background: #F39192;
  color: red;
  background: url(../images/bg_menutexte_over.gif) top left repeat-x #FBFBFB;
}

#menu dt a:hover {
  background: #F39192;
  color: red;
}
/* --------------------- fin liens menu ------------------------------------- */

/* --------------------- debut image sur les liens -------------------------- */
#menu dt a span .OngletGauche, #menu dt a:link span.OngletGauche,
#menu dt a:active span.OngletGauche, #menu dt a:visited span.OngletGauche,
#menu dt a span .OngletDroit, #menu dt a:link span.OngletDroit,
#menu dt a:active span.OngletDroit, #menu dt a:visited span.OngletDroit,
#menu dt a:hover span.OngletGauche, #menu dt a:hover span.OngletDroit {
  width:7px;
  height:31px;
  display:block;
  float:left;
}

/* Taille pour parametrer les images de contour */
#menu dt a span .OngletGauche, #menu dt a:link span.OngletGauche,
#menu dt a:active span.OngletGauche, #menu dt a:visited span.OngletGauche {
  background: transparent url(../images/bg_ongletgauche.gif) top left no-repeat;
}

#menu dt a span.OngletDroit, #menu dt a:link span.OngletDroit,
#menu dt a:active span.OngletDroit, #menu dt a:visited span.OngletDroit {
  background: transparent url(../images/bg_ongletdroite.gif) top left no-repeat;
}

#menu dt a:hover span.OngletGauche {background: #F39192 url(../images/bg_ongletgauche_over.gif) top left no-repeat}
#menu dt a:hover span.OngletDroit {background: #F39192 url(../images/bg_ongletdroite_over.gif) top left no-repeat}
/* --------------------- fin image sur les liens ---------------------------- */

/* -------------------- debut autres ---------------------------------------- */
.nb_biens {
  margin-right:15px;
  padding:7px;
  margin-left:14px;
  font-weight:normal;
}
/* -------------------- fin autres ------------------------------------------ */


/* 2008.11.06 : mentions légales sur carte_visite.htm [Lisbonne] */
#Orpi_ML{font-size: 10px; text-align: justify; line-height: 11px; margin: 10px; padding: 10px 0 0 0; border-top: 1px solid #ccc; color: #999;}

$$REM$$
/* 
>> 2008.11.25 : mentions légales sur offres.htm  [Lisbonne] 
>> pour les autres styles voir slagence_x/styles/mentions.css
*/
$$END$$
#MentionsLegales *{color: #757676;}
#MentionsLegales hr{margin: 1em 0; border: 1px solid #bbb;}
#MentionsLegales a{color: #df0003;}
#MentionsLegales ul{padding: 0 1em;}

