body{
background-image: url(../images/site/background.png);
}

#content {
	background-color:#F0F8FF;
	position: relative;
	border-left: 5px solid #007DAB;	border-right: 5px solid #007DAB;
	margin:0 auto; width:750px; height: 100%;
}

#header {
	height: 167px;
	position: relative;
	background: transparent url(../images/site/header_background.jpg) no-repeat top center;
	z-index:20;
}
#header > h0 {
width:260px; height: 107px;
}
#header > h1 {
	position:absolute;
	top:-19px; right:53px;
}

#header2 > h3 {
	position:absolute;
	z-index:15;
	margin-left:90px;
	margin-top:20px;
	}
#header2 > h2 {
	position:absolute;
	z-index:15;
	margin-left:440px;
}	
#header2 > h3 > a {text-decoration: none} 
#header2 > h3 > a:link {color: #00678A}
#header2 > h3 > a:visited {color: #00678A}
#header2 > h3 > a:hover, a:focus, a:active {color: #00678A}


#header > h4 {
	position:absolute;
	font-family: "Segoe Script";
	top:17px;
	left:524px;
	font-size: large;
}
/*MENU */
#menu, #menu ul /* Liste */     
{
        
		padding : 0; /* pas de marge intérieure */
        margin : 0; /* ni extérieure */
        list-style : none; /* on supprime le style par défaut de la liste */
        line-height : 21px; /* on définit une hauteur pour chaque élément */
        text-align : center; /* on centre le texte qui se trouve dans la liste */
		position:absolute;
}

#menu /* Ensemble du menu */
{
	position: absolute;
	bottom:5px;
	width:728px;
	margin: 0;
	text-align:center;
	opacity: 0.8;
	font-weight : bold; /* on met le texte en gras */
	font-family : Arial; /* on utilise Arial, c'est plus beau ^^ */
	font-size : 13px; /* hauteur du texte : 12 pixels */
	left: 12px;
	display:inline;
	z-index:21;
	visibility: visible;


}

#menu a /* Contenu des listes */
{
        display : block; /* on change le type d'élément, les liens deviennent des balises de type block */
        padding : 0; /* aucune marge intérieure */
        background : #000; /* couleur de fond */        
        color : #fff; /* couleur du texte */
        text-decoration : none; /* on supprime le style par défaut des liens (la plupart du temps = souligné) */
        width : 144px; /* largeur */
}

#menu li /* Elements des listes */      
{ 
        float : left; 
        /* pour IE qui ne reconnaît pas "transparent" */
        border-right : 1px solid #fff; /* on met une bordure blanche à droite de chaque élément */
		display:inline;
		font-weight:bold;
		
}

/* IE ne reconnaissant pas le sélecteur ">" */
html>body #menu li
{
        border-right: 1px solid transparent ; /* on met une bordure transparente à droite de chaque élément */
}

#menu li ul /* Sous-listes */
{
		position:absolute; /* Position absolue */
        width: 144px; /* Largeur des sous-listes */
        left: -999em; /* Hop, on envoie loin du champ de vision */
}


#menu li ul li /* Éléments de sous-listes */
{
        /* pour IE qui ne reconnaît pas "transparent" (comme précédemment) */
        border-top : 1px solid #fff; /* on met une bordure blanche en haut de chaque élément d'une sous liste */
}

/* IE ne reconnaissant pas le sélecteur ">" */
html>body #menu li ul li                
{
        border-top : 1px solid transparent; /* on met une bordure transparente en haut de chaque élément */
}

#menu li ul ul 
{
        margin    : -22px 0 0 144px ; /* On décale les sous-sous-listes pour qu'elles ne soient pas au dessus des sous-listes */ 
        /* pour IE qui ne reconnaît pas "transparent" (comme précédemment) */
        border-left     : 1px solid #fff ; /* Petite bordure à gauche pour ne pas coller ... */      
}

/* IE ne reconnaissant pas le sélecteur ">" ... je me répète ;-) */
html>body #menu li ul ul                
{
        border-left     : 1px solid transparent ; /* on met une bordure transparente sur la gauche de chaque élément */
}

#menu a:hover /* Lorsque la souris passe sur un des liens */    
{
        color: #000; /* On passe le texte en noir... */
        background: #fff; /* ... et au contraire, le fond en blanc */
}

#menu li:hover ul ul, #menu li.sfhover ul ul /* Sous-sous-listes lorsque la souris passe sur un élément de liste */
{
        left: -999em; /* On expédie les sous-sous-listes hors du champ de vision */
}

#menu li:hover ul, #menu li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul  /* Sous-listes lorsque la souris passe sur un élément de liste ET sous-sous-lites lorsque la souris passe sur un élément de sous-liste */
{
        left: auto; /* Repositionnement normal */
        min-height: 0; /* Corrige un bug sous IE */
}

/*FIN MENU*/

#main {
margin: 5em 2em;
height: 100%;
}
#main2 {
margin: 0 5px 2em 5px;
height: 100%;
}
#main > h2 {
	color:#01F75B;
	font-size:18px;
	font-weight:100;
	text-align:center;
}	
#main  h3 {
	color:#F0F8FF;
	font-size:5px;
	font-weight: bolder;
}
#news {
	background-color: #00FF88; 
	color: #FFFFFF;
	text-align: center;
	padding: 2em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 5px 5px 5px #888;
	-moz-box-shadow: 5px 5px 5px #888;
}

#news > h1 {
	margin: 0 0 1em;
	font-size: xx-large
}
#news p {
	font-size: large
}

.image{
	width:160px;
}
.img-shadow {
	-webkit-box-shadow: 5px 5px 5px #4F4F4F;
	-moz-box-shadow: 5px 5px 5px #4F4F4F;
	font-size: 0em;
}
.house {
	margin: 2px;
	position:relative;
	vertical-align:middle;
	width: 160px;
}
.house .info {
	opacity:0.8;
	left:0; top:0; width:100%;
	-webkit-box-shadow: 0 5px 5px #888;
	-moz-box-shadow: 0 5px 5px #888;
}
.house .info * {margin:0 .5em}
.house .info h3 {font-size:small}
.house .info p {margin-bottom: 1em}
.house .exclusive-house {background-color:#11D2FF;	color:#003366;}
.house .new-house {background-color:#00FF88;	color:#00361D;}
.house .prix-house {background-color:#CF05FA;	color:#4A015A;}

#footer {
	clear:both;
	font-size:x-small;
	text-align:center;
	padding: 1em 0;
	background-color:#B3ECFF;
	bottom: 0; width: 100%;
}
#footer a{
	color:#00678A;
}
#liens {
	clear:both;
	color: #000000;
}
#liens > h1 {
	color: #00678A;
}
#liens > h2 {
	position:absolute;
	top:195px; right:50px;
}
#contact {
	clear:both;
	color: #000000;
}
#contact > h1 {
	clear:both;
	color: #00678A;
}
#contact > h2 {
	font-weight: bolder;
	font-size: 1em;
}
.refprix {color: #B6B6B6}
#textg{
	margin:15px 0 10px 5px;
	float:left;
	font-weight: bolder;
	font-size: 12px;
	color:#006666;
}
#textd{
	margin:15px 5px 10px 0;
	float:right;
	font-weight: bolder;
	font-size: 12px;
	color:#006666;
}

#textg a{
text-decoration:none;
} 

#textd a{
text-decoration:none;
} 
div#photoflot p{
	margin:0;
	padding:0;
	text-align:justify;
}
div#photoflot img{
	float:left;
	background-color:#F0F8FF;
	margin:0 0 10px 10px;
	padding:5px;
}
#result {
	clear:both;
	padding: 30px 0 0 0;
	color: #000000;
	text-align:center;
	font-weight: bolder;
	font-size: 20px;
}
#result > h1 {
	font-size: 1em;
	text-align:left;
	color: #00678A;
}
#biens {
	clear:both;
	color: #000000;
}
#biens > h1 {
	clear:both;
	color: #00678A;
}

table {
	margin:5px 0 0 0;
 	border-width:0px;
	width:700px;
}
td { 
	border-style:none;
}

.cel1 {
	width:2px;
	background-color:#B7F0FF;
}
.cel2 {
	background-color:#B7F0FF;
	width:140px;
	height:0px;

}
.cel3 {
	text-align:center;
	font-weight: bolder;
	background-color:#B7F0FF;
	height:1px;
	width:350px;
}
.cel4 {
	text-align:center;
	background-color:#B7F0FF;
	width:180px;
}
.cel5 {
	background-color:#11D2FF;
	width:1px;
}
.cel6 {
	font-size: 11px;
	text-align:center;
	background-color:#11D2FF;
}
.cel7 {
	font-size: 10px;
	background-color:#11D2FF;
}
.cel8 {
	background-color:#35FF35;
}
.cel9 {
	background-color:#35FF35;
}
.cel10 {
	background-color:#35FF35;
	font-size: 12px;
}

#fiche1{
	background-color: #11D2FF;
	color: #000000;
	position: relative; 
	text-align: center;
	margin: 0px;
	height: 40px; 
	width: 120px; 
	float:left;
}
#fiche2 {
	font-weight: bolder;
	background-color: #35FF35;
	color: #000000;
	text-align: center;
	width:578px;
	height: 40px;
	float:left;
	font-size:15px;
}

#fiche3 {
	border-top-style:solid;
	border-bottom-style:solid;
	background-color: #11D2FF;
	height: auto; 
	width: 688px; 
	clear: left;
	padding:5px;
	text-align: center;
}

#fiche4 {
	background-color: #35FF35;
	position: relative;
	padding:5px; 
	width: 688px; 
	text-align: center;
}
.img {
	width:280px;
	-webkit-box-shadow: 5px 5px 5px #4F4F4F;
	-moz-box-shadow: 5px 5px 5px #4F4F4F;
}
.img2 {
	width:218.5px;
	-webkit-box-shadow: 5px 5px 5px #4F4F4F;
	-moz-box-shadow: 5px 5px 5px #4F4F4F;
	text-decoration:none;border: none ;
	margin:3px;
}
#colonne_g{
float:left;
}
#colonne_d{
}
.tableg {
	margin:0 0 0 0;
 	border-width:0px;
	width:320px;
	height:480px;
}
.tabled {
	margin:0 0 0 0;
 	border-width:0px;
	width:368px;
	height:480px;
}
.tableindex{
	width:auto;
	display:inline;
	}
.celp1 {
	border-width:2px;
	border-style:solid; 
	border-color:#11D2FF;
}
.celp2 {
	background-color:#A6EDFF;
	border-width:2px;
	border-style:solid; 
	border-color:#11D2FF;
	font-weight:bold;
	text-align:left;
	padding: 0 0 0 10px;
}
.couleur{
	color:#009933;
	font-size: 1em;
	font-weight:normal;
}

.celp3 {
	background-color:#A6EDFF;
	border-width:2px;
	border-style:solid; 
	border-color:#11D2FF;
	font-size:20px;
	font-weight: bolder;
}
.celp4 p{
	padding: 5px;
	background-color:#A6EDFF;
	border-width:2px;
	text-align:justify;
	text-indent:30px;
	vertical-align:top;
}
.celp4 {
	padding: 5px;
	background-color:#A6EDFF;
	border-width:2px;
	border-style:solid; 
	border-color:#11D2FF;
	text-align:Center;
	vertical-align:top;
}
.gros{
	font-size: 25px;
	font-style:italic;
	font-weight:bolder;
	text-align:center;
	text-indent:0px;
	color:#CC00FF;
	/*color:#35FF35;*/
	margin:5px 0 0 0;
}
.celp4 h6 {
	text-indent:0px;
	font-size:12px;
	font-weight: bolder;
	text-align:left;
}

.celp5 {
	background-color:#A6EDFF;
	border-width:2px;
	border-style:solid; 
	border-color:#11D2FF;
}
	
/*avec le fondu d'image*/
#portfolio	li, ul{
	text-align:center;
	list-style-type: none; 
	list-style : none;
	margin: 0px 0 0 0;
	padding: 0;
	position:static;
	z-index:1;
}

#fondu {
	height:350px;
	z-index:1;
	position:relative;
}
.celadm1 {
	background:#A4FFD1;
	text-align:center;
	
}
.celadm {
	background-color:#B7F0FF;
	text-align:right;
}
.celadm2 {
	background-color:#B7F0FF;
	text-align:left;
}
.celadm3 {
	background-color:#B7F0FF;
	text-align:center;
}
.tabadm {
	width:2000px;
}
.tabadm2 {
	width:1280px;
}
.listphoto{
display:inline-table;
}