/* =============================== */
/* GESTION DU BODY */

body {
	margin:0;
	padding:0;
	font-family: Tahoma, Helvetica, sans-serif;
	/*background-color:#d5d5d5;*/
	background-image:url("../images/background.jpg");
	background-position:center;
	background-repeat:repeat-y;
}

p {
	margin:0;
	padding:0;
}

img {
	border:0;
	vertical-align:middle;
}


/* =============================== */
/* GESTION DU HEADER */

#header {
	margin-left:auto;	
	margin-right:auto;
	width:960px;
	height:89px;
	padding:0;
	background-image:url("../images/background-content-inv.jpg");
}

#logo {
	width:515px;
	height:20px;
	padding:65px 0 0 20px;
	margin:0;
	border:none;
	float:left;
	background-image:url("../images/logo_excellence_immo.png");
	background-repeat:no-repeat;
	color:#FFF;
	font-size:13px;
}


#blocDrapeaux {
	float:right;
	margin:15px 15px 0 0;
}

.float-right {
	float:right;	
}

.float-left {
	float:left;	
}

/* =============================== */
/* GESTION DU MENU */

#menu {
	margin-left:auto;	
	margin-right:auto;
	padding:0 0 0 20px;
	width:940px;
	height:25px;
	background-image:url("../images/back-menu.png");
}

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

#menu ul li {
	display:inline-block;
	float:left;
	height:24px;
	margin:0 10px 0 0;
	padding:1px 15px 0 0;
	background-image:url("../images/vert-sep.png");
	background-position:right;
	background-repeat:no-repeat;
	font-size:12px;
	line-height:21px;
}

#menu ul li#contactLi {
	display:inline-block;
	float:right;
	height:24px;
	margin:0 15px 0 0;
	padding:1px 0 0 0;
	font-size:12px;
	line-height:21px;
	background-image:none;
}

#menu ul li a {color:#FFF;font-weight:bold;}
#menu ul li a:hover {color:#00CCFF;}
#menu ul li a.selected {color:#00CCFF;}


#menu ul li:hover ul{
	display:block;
}


#menu ul li ul /* Sous-listes */
{ 
        position: absolute;
		display:block;
        width: 144px;
        display:none;
		margin:2px 0 0 0;
		padding:0;
}


#menu li ul li /* Eléments de sous-listes */
{
    min-width:150px;
	padding:0 10px 0 10px;
	margin:0;
	height:24px;
	display:block;
	background-image:url("../images/back-menu.png");
	background-repeat:repeat-x;
	border-bottom: solid 1px #000;
}

#menu ul li ul li a/* Sous-listes */
{ 
	color:#FFF;
}


/* =============================== */
/* GESTION DU FLASH */

#flashContent {
	margin-left:auto;	
	margin-right:auto;
	width:961px;
	padding:0;
}

/* =============================== */
/* GESTION DU CONTENU */

#content {
	margin-left:auto;	
	margin-right:auto;
	width:940px;
	padding:0 10px;
	background-image:url("../images/background-content.jpg");
	background-repeat:no-repeat;
}

#colonneGauche {
	width:620px;
	padding:20px;
	float:left;
}

#colonneDroite {
	width:220px;
	margin-left:20px;
	padding:20px;
	float:left;
}

#colonneGaucheIndex {
	width:565px;
	margin-top:15px;
	float:left;
}

#colonneDroiteIndex {
	width:350px;
	margin-left:20px;
	margin-top:15px;
	float:left;
}

p.blocDesc {
	margin:0 0 25px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px dotted #666;
}

.myButton {
	width:211px;
	height:31px;
	padding : 13px 0px 0px 15px;
	background: url("../images/back_buttons.png") top left no-repeat;
}

#paraf3_italic {
	font-style:italic;
}

/* =============================== */
/* INFOBULLE */
.infobulle{
    position: absolute;   
    visibility : hidden;
    font-size: 12px;
	color:#FFF;
}

.infobulleTop{
	height:9px;
	background:url('../images/bulle-top.png');
}

.infobulleMiddle{
	padding:0 10px 10px 10px;
	background:url('../images/bulle-middle.png');
	text-align:center;
}

/* =============================== */
/* COUP DE COEUR */

#coupDeCoeur {
  padding:0 0 15px 0;
}

#coupDeCoeur img {
	padding:5px;
	background-color:#1C1C1C;
	border:1px solid #666;
}


/* =============================== */
/* GESTION DU BOUTON */

.bigButton {
	display:inline-block;
	background-image:url("../images/button-big-left.png");
	background-position:left;
	background-repeat:no-repeat;
	padding-left:12px;
	height:34px;
	text-decoration:none;
}

.bigButton a {
	display:inline-block;
	background-image:url("../images/button-big-right.png");
	background-position:right;
	background-repeat:no-repeat;
	padding:0 12px 0 0;
	line-height:26px;
	height:34px;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

.bigButton a:hover {
	text-decoration:underline;	
}

/* =============================== */
/* GESTION DES NEWS */

.newsBloc {
	padding:0 0 15px 0;
	margin: 0 0 15px 0;
	border-bottom:1px dotted #666;
}


/* =============================== */
/* GESTION DU FOOTER */

#footer {
	margin-left:auto;	
	margin-right:auto;
	width:960px;
	height:77px;
	padding:20px 0 20px 0;
	background-image:url("../images/background_fonce.jpg");
}

