html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;font-weight:normal;font-style:normal;text-align:left;font-family:inherit;}table{border-collapse:collapse;border-spacing:0;}ol,ul{list-style:none;}q:before,q:after,blockquote:before,blockquote:after{content:"";}


/** 
 * CSS for La Prairie FONCIA Valorisation Real Estate
 * @author : Antistatique.net Sàrl, Lausanne
 * Colors : 
      - Yellow : #ead708
      - Blue   : #355c6d
 */
/** G E N E R A L */
 body{
    font: 14px Arial, Verdana, sans-serif;
 }

#body_projet{
	background: url('../images/fond_prairie.jpg') no-repeat fixed;
}

#body_contact{
	background: url('../images/fond_contact.jpg') no-repeat fixed;
}

#body_situation{
	background: url('../images/fond_situation.jpg') no-repeat fixed;
}

#body_plans{
	background: url('../images/fond_plans.jpg') no-repeat fixed;
}

#body_home{
	background: url('../images/fond_home.jpg') no-repeat fixed;
}


#body_home, #body_plans, #body_contact, #body_projet, #body_situation,#body_chantier {
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fond_home.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fond_home.jpg', sizingMethod='scale')";
}




 a{
    color:#ead708;
 }
 strong, b{
    font-weight:bold;
 }

.general {
	width: 960px;
	margin: 0 auto;
}

.content {
	width: 570px;
	margin-left: 130px;
	background: rgba(255, 255 , 255, 0.2) ;
	padding: 80px 30px 30px 30px;
}
.no-rgba .content{
	background: url('../images/bg_content.png');
}

.ie6 .content{
	background: #fff;
}

#body_plans .content {
	width: 960px;
	background: rgba(255, 255 , 255, 0.2) ;
	padding: 0;
	margin-left: -30px;
	padding-top: 130px;
	height: 100%;
}
.bloc {
	padding: 27px 10px 22px 22px;
	background: #fff;
	margin-top: 7px;
	width: 538px;
}

.content_bloc{
	border-left: 1px solid #439ab3;
	padding-left: 16px;
	padding-bottom: 7px;
}

.bloc .content_bloc a{
	color: #439AB3;
}

.content_bloc p {
	color: #484848;
	letter-spacing: 0.07em;
	line-height: 1.3em;
}

.content_bloc.one {
	width: 450px;
}

.content_bloc.deux .col_droite, .content_bloc.deux .col_gauche{
	width: 220px;
	float:left;
}

.content_bloc.deux .col_gauche{
	margin-right: 35px;
}

.bloc .content_bloc h1 {
	text-transform: uppercase;
	font-size: 22px;
	margin-bottom: 20px;
	color: #439ab3;
}

.bloc .content_bloc h2 {
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 18px;
	color: #439ab3;
}

.barre_navig_gauche, .barre_navig_droite {
	height: 30px;
	position: absolute;
	top: 32px;

}


.in_barre_navig_gauche {
	background: #fff;
	height: 30px;
	margin-right: 317px;
}

.in_barre_navig_droite {
	background: #fff;
	height: 30px;
	margin-left: 244px;
}

.ie7 .in_barre_navig_droite, .ie8 .in_barre_navig_droite{
	background: #fff;
	height: 30px;
	margin-left: 235px;
}

.barre_navig_gauche {
	left: 0;
	width: 50%;
	
}

.barre_navig_droite {
	right: 0;
	width: 50%;
}

.pastille {
	position: relative;
	margin-top: 30px;
}

.ie7 .pastille {
	margin-top: 120px;
}

.pastille_vendu {
	-webkit-transform: rotate(17deg);
	-moz-transform: rotate(17deg);
	transform: rotate(17deg);
	position: absolute;
	top: -40px;
	right: -20px;
	width: 120px;
	height: 120px;
	/*background: url('../images/pastille.png')no-repeat;*/
	background-color: #FF0092;
	-moz-border-radius: 60px;
	border-radius: 60px;
}

.no-borderradius .pastille_vendu {
	background: url('../images/fond_pastille.png') no-repeat;
}


.pastille_vendu p{
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.pastille_vendu .number {
	font-size: 53px;
	margin-right: 10px;
	margin-top: 8px;
	margin-bottom: -23px;
	font-weight: bold;
	letter-spacing: -0.1em;
	
}

.logo_prairie {
	margin-left: 25px;
	margin-top: 15px;
}

.ie7 .logo_prairie {
	margin-top: 103px;
	margin-bottom: -62px;
}


.list_img_chantier li{
	display: inline;
}

.list_img_chantier li img{
	margin: 5px 8px;
}

.list_img_chantier li:first-child{
	display: inline;
}



a.voir_chantier {
	margin-top: 4px;
	display: block;
	margin-left: 346px;
	margin-bottom: 0px;
	color: #fff;
	padding: 4px;
	padding-left: 12px;
	padding-right: 30px;
	text-decoration: none;
	background: url('../images/btn_photos_chantier.jpg') 0 0 no-repeat;
}

a.voir_chantier:hover{
	background-position: 0 -25px;
}

a.voir_chantier:active{
	background-position: 0 -50px;
}



 #la_prairie{
    width:630px;
    height:100%;
    position:absolute;
    left:20%;
    background-color:#355c6d;
    margin:0 0 0 -480px;
    background: none;
		
 }
 #content_holder{
		background: rgba(255, 255 , 255, 0.2) ;
    position:relative;
    width:960px;
    height:100%;	 

 }

 
 /** M E N U */
 #menu{
    position:absolute;
		display: inline;
    top:32px;        
    left:50%;
		margin-left: -318px;
    font-size:14px;
    text-transform: uppercase;
    z-index:99;
		width: 680px;
 }
 #menu li{ 
		display: inline;
		margin: 0px -2px;
    text-decoration: none;

 }


 #menu li a{ 
	  display: block;
		float:left;
		margin: 0px;		
    color:#439ab3;
		padding: 8px 24px 6px 24px;
		background: #fff;
    text-decoration: none;

 }

	#menu {
		display: inline;
	}
	#menu li a.current{
		background:rgba(255, 255, 255, 0.5);
    color:#009ac6;
		font-weight: bold;
 }  

  .no-rgba #menu li a.current {
		background: url('../images/bg_content.png');
  }

   
	#menu li ul{
		margin:0px 0 10px 50px;
		display:none;
	}
	
	#menu li:hover a{
   	 color:#2b6373;
}
	
	#menu li ul li{
		margin:0;
 		padding:0;
    line-height:0.5em;
	}
	#menu li ul li a{
  	font-size:16px;
	}

	
	#body_plans #decouvrez {
		display: none;
	}
	
	#body_plans .logo_foncia {
		margin-left: 300px;
		position: absolute;
		top: 955px;
	}
	
	#body_plans .bloc_footer{
		margin-bottom: 20px;
		margin-left: 50px;
		width: 630px;
	}
	
	#body_plans .bloc_footer p{
		font-size: 13px;
		margin-right: 10px;
	}
	
	.ie7 #body_plans .personne_contact {
		width: 170px;
	}
	
	#body_plans .personne_contact {
		margin-left: 400px;
	}
 
 #decouvrez {
   color: #484848;
 
 }
 
 #decouvrez p{
    float: left;
    width: 400px;
    margin-bottom: 10px;
    margin-right: 40px;
 }
 
 #decouvrez b{
    color:#ead708;

    font-weight: normal;
 }
 
 #decouvrez a{
   color:#ead708;
   text-decoration:none;
   font-size: 12px;
   width: 100px;

 }
 
 #decouvrez a span {
    color:#484848;
 }
 
 #decouvrez .region {
    font-size: 11px;
      font-weight: bold;
      margin: 7px 0;
 }
 

  
  #decouvrez a:hover b{
     color: #ead708;
     text-decoration:underline;
  }
 
 #decouvrez .shared_sites_footer span{
    width: 120px;
 }
 
	#decouvrez .site {
		width: 220px;
	}
	
	#decouvrez .site .title {
		color: #439ab3;
	}

   
  #decouvrez .region_wrapper{
       float: left;
  
    }
		
		#decouvrez #residenceduverger_ch {
			float: left;
		}
 
 
 /** B L O C S */
 .bloc_content{
    background: url('../images/b_fnd.png') 0 0;
    padding:20px;
    position:absolute;
    width:600px;
    left:320px;
    top:100px;
    color:#fff;
 }
 .bloc_content p{
    line-height:1.5em;
    padding-left:12px;
    margin:10px 0;
 }
 .bloc_content h1{
    font-size:22px;
    text-transform: uppercase;
    margin:0 0 10px 0;
    border-left:7px solid #ead708;
    padding-left:5px;
 }
 .bloc_content h3{
    font-weight:bold;
    font-size:16px;
    margin:10px 0 5px 0;
    padding-left:12px;
 } 
 
 /** M A P */
 #map{
    width:960px;
    height:700px;
    z-index:80;
 }
 #block_fade{
    width:100%;
    height:107%;
    background-color:#eee;
    position:absolute;
    z-index:-2;
    display:none;
 }
 #map_coupe{
    background: url('../images/coupe_batiments.png') 40px 40px no-repeat ;
    position:absolute;
		padding: 40px;
		top: 660px;
    left:50%;
		margin-left: -450px;
    width:500px;
    height:120px;
    z-index:100;
 }

 #body_plans .content{
	position:relative;
}

 #map_coupe_content{
    position:relative;
    height:120px;
    width:500px;    
 }
 #map_coupe_content h2{
    position:absolute;
    bottom:0;
    background-color:#fff;
 }
 #map_coupe_content h2 a{
   color:#355c6d;
   text-decoration:none;
 } 
 #map_coupe_content h2.bat_a1{
    left:110px;
 }
 #map_coupe_content h2.bat_b1{
    left:360px;    
 }
 #map_coupe_content ul li a b{
    display:none;
 }
 #map_coupe_content ul li a{
    display:block;
    position:absolute;
    top:0;
    height:94px;
/*    border: 1px solid red;*/
 }
 #map_coupe_content ul li.current a{
    background: url('../images/b_fnd.png') 0 0;
    opacity: 0.4;
    -moz-opacity: 0.4;
    filter:alpha(opacity=40);
 } 
 #map_coupe_content .bt_rose a{  left:0; width:112px; }  
 #map_coupe_content .bt_jaune a{  left:112px; width:98px; }  
 #map_coupe_content .bt_bleu a{  left:210px; width:119px; }    
 #map_coupe_content .bt_vert a{  left:354px; width:145px; }      

 /** H O M E */
 .home .bloc_content{
    top:500px;
    left:40px;
    width:600px;
    background:none;
 }
 .home .bloc_content h1{
    font-size:28px;
    width:400px;
 }
 .home #footer h2{
   display:none;
   }
   .plans #vendu{
	text-align:left;      
   	font-size:16px;
      z-index:100;
      right:600px;
      left:-20px;
   	-moz-transform: rotate(-10deg);	
   	-webkit-transform: rotate(-10deg);      
   }
   .plans #vendu span{
   	font-weight: bold;
     	color:#ead708;
     	font-size:16px;
   }
 #vendu{
    z-index:99;
	position:absolute;
	padding:20px;
	right:-20px;
	top:-20px;
	color:#fff;
	font-size:36px;
	line-height:1em;
	text-align:right;
	background: url('../images/b_fnd.png') 0 0;
	-moz-transform: rotate(10deg);	
	-webkit-transform: rotate(10deg);
}
#vendu p{
    opacity: 1;
    -moz-opacity: 1;
    filter:alpha(opacity=100);	
}
#vendu span{
	font-weight: bold;
	font-size:56px;
  	color:#ead708;
}

 /** P R O J E T */
 .la-prairie #footer h2{
   display:none;
   }
 .chantier #menu_images{
    padding:4px 3px 0 3px;
    background-color:#fff;
 }

 #menu_images{
    position:absolute;
    z-index:120;
    bottom:-170px;
		padding: 12px;
		background: rgba(255, 255 , 255, 0.8) ;
 } 
 #images_view{
    position:absolute;
    top:0;
    left:0;
 }
 #text_view ul li{
    background: url('../images/b_fnd.png') 0 0;    
    display:block;
    position:absolute;
    bottom:90px;
    left:10px;
    color:#fff;
    z-index:8000;
    display:none;
    width:287px;
    font-size:16px;
    padding:10px;
 }
 #text_view ul li p{
    line-height:1.4em;
    margin:4px 0;
 }      

 a.wactive{
    border-bottom: 4px solid #ead708;
 } 


#body_contact a {
	color: #439ab3;
}

 /** S I T U A T I O N */
 #situation{
/*    position:absolute;
    bottom:0;
    right:0;*/
		width: 500px;
    height:400px;
		margin-top: 20px;

 }
 
  /** F O O T E R */
	#body_contact .bloc_footer{
		display:none;
	}
	
	
	.static {
		float:none;
	}

	.ie7 .bloc_footer, .ie8 .bloc_footer{
		padding: 27px 0px 22px 0px;
	}
	
	.ie7 .bloc_footer .content_bloc, .ie8 .bloc_footer .content_bloc{
		border: none;
	}
	
 	.bloc_footer{
		padding: 27px 0px 22px 22px;
		margin-top: 60px;
		background: #439ab3;
	}
	
	.bloc_footer .content_bloc{
		border-color: #fff;
	}

	.bloc_footer .content_bloc h2 {
		color: #fff;
		font-weight: normal;
		margin-bottom: 12px;
	}
	
	.ie8 .bloc_footer .content_bloc p {
		padding: 9px 12px 9px 0px;
	}
	
	.bloc_footer .content_bloc p {
		float: left;
		color: #fff;
		padding: 9px 5px 9px 0px;
		font-size: 12px;
		line-height: 1.6em;
		padding-right: 25px;
	}
	
	.bloc_footer .content_bloc p {
		padding-left: 0px;
	}
	
	.photos_projet img {
		margin: 0 8px;
	}

  .ie8 .bloc_footer .content_bloc .personne_contact {
	margin-left: 355px;
	width: 180px;
	padding-left: 10px;
	padding-right: 0px;
	}

	.bloc_footer .content_bloc .personne_contact {
		padding:9px 9px;
		background: #fff;
		color:#439ab3;
		width: 160px;
		float: none;
		margin-left: 340px;
	}
	
	.bloc_footer .personne_contact a{
		color: #439ab3;
	}
	
	.antistatique {
		margin-top: 20px;
		margin-left: 370px;
		height: 25px;
	}
	
	.antistatique p{
		font-size: 12px;
		margin-bottom: 14px;
		line-height: 1.3em;
	}
	

	.content .antistatique p a{
		font-size: 12px;
		font-weight: bold;
		color: #439ab3 !important;
		padding-left: 22px;
		background: url('../images/logo_antistatique.jpg') no-repeat 0 2px;
	}

	.content .antistatique p a:hover{
		color: #e2007a !important;
		background-position:0 -11px;
	}
.logo_foncia {
	disaply: block;
	width: 115px;
	height: 112px;
	background: url('../images/logo_foncia.jpg') no-repeat #fff;
	position: fixed;
	left: 50%;
	margin-left: 320px;
	bottom: 30px;
}
 #footer a{
    
 }

 
 
 /** P A G E  S P E C I F I C */
 .home        { background:url('../images/accueil.jpg') no-repeat 0 0;}
 .la-prairie  { background:none } 
 .situation   { background:url('../images/situation.jpg') no-repeat 0 0; }
 .contact     { background:url('../images/esta_colza.jpg') no-repeat 0 0; }
 
 .le-projet #menu li ul,  .batiment-a1 #menu li ul,  .batiment-b1 #menu li ul{display:block;}
 .chantier #menu li a, .batiment-a1 #menu li a,  .batiment-b1 #menu li a,  .plans #menu li a, .la-prairie #menu li a{    background: url('../images/b_fnd.png') 0 0;} 
