/* CSS Document */


@font-face {  
  font-family: GothamB ;  
  src: url(/media/GothamHTFB.otf) format("truetype");  
}  

@font-face {  
  font-family: GothamBook ;  
  src: url(/media/GothamHTF-Book.otf) format("truetype");  
}  

@font-face {  
  font-family: GothamM ;  
  src: url(/media/GothamHTF-Medium.otf) format("truetype");  
}  

body {
font-family: GothamBook;
text-align: center;
background-repeat: repeat-y;
background-position: top;
background-image: url(/media/background-site.jpg);
background-color: #e9e6e6;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #444444;
	font-style : italic;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #444444;
	font-style : italic;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #444444;
	font-style : italic;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #444444;
	font-style : italic;
}

a{
	color : #000000;
	text-decoration : none;
}

a:hover{
	color : #007bad;
}

iframe {
     overflow: auto;
     -webkit-overflow-scrolling: touch;
}


#wait{
	background: none repeat scroll 0 0 #FFFFFF;
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    box-sizing: border-box;
    padding: 100px 10px;
    position: absolute;
    width: 100%;
	margin: 60px 2px;
	z-index : 2;
	height : 390px;
	font-family: 'Source Sans Pro', sans-serif;
	color : #000000;
	font-size : 15px;
	font-weight : bold;
	display : none;
	
}

#container{
width: 1200px;
margin: auto;
text-align: left;
height:100px;
background-position:top;
background-repat:no-repeat;
}


#header {
	height : 110px;
	border-bottom : 1px solid #000000;
}

#nav {
	float : left;
	width : 455px;
}

#header_estimer{
	margin-left: 164px;
    width: 455px;
}

#fl_right {
	float : right;
}

.fl_left {
	float : left;
}

.fl_left_bold {
	float : left;
	font-weight:bold;
}

.fl_center {
	float : center;
}

#ClrB {
	clear : both;
	text-align : center;
	/*width : 100%;*/
}

.ClrB{
	clear : both;
	text-align : center;
	/*width : 100%;*/
}
#logo_header{
	position : relative;
	float : left;
	width : 435px;
}

#accroche_logo{
	font-family: 'Source Sans Pro', sans-serif;
	padding-left : 70px;
	font-weight : bold;
	font-size : 18px;
}

#carteInfo_region {
	width: 830px;;
	padding : 20px;
	padding : 10px 0 0 0;
	float : left;
}

#carte_region {
	/*
	width: 470px;
	height: 430px;
	*/
	float : left;
	margin : 10px;
	border : 5px solid #f0f0e1;/* With / style  /color */
	z-index : -10;

}

#info_region {
	margin : 10px;
	border : 5px solid #f0f0e1;/* With / style  /color */
	width : 370px;
	height : 340px;	
	float : left;
	font-family: 'Source Sans Pro', sans-serif;
	font-size : 18px;
}


#prix_iris_rue {
	border: 5px solid #F0F0E1;
    float: left;
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 18px;
    height: auto;
    margin: 10px;
    width: 800px;
	padding-top : 20px;
}

.capitalize {
	text-transform : Capitalize;
}

#img_erreur {
	width : 390px;
	float : left;
}

#txt_erreur {
	font-family: 'Source Sans Pro',sans-serif;
	font-size : 14px;
	float : left;
	border-left: 2px solid #007BAD;
	color : #555555;
    padding: 0 0 0 30px;
	width : 400px;
	text-align : left;
}


#txt_erreur em{
	font-family: 'Source Sans Pro',sans-serif;
	font-size : 20px;
	float : left;
	font-style : normal;
	color : #007BAD;
}

#moteurGoogle{
	position : relative;
}

#msgMoteurGoogle {
	color : #000000;
	font-size : 10px;
	font-style : italic;
	padding-left: 120px;
    text-align: left;
}

#container_entete_prix_iris {
	float : right;
	width : 800px;
	margin-bottom : 20px;
}

.entete_pris_irris {
	float: right;
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 17px;
    width: 150px;
	font-color : #000000;
	font-weight : bold;
	
}


.donnees_prix_iris{
	width : 780px;
	padding : 0 0 0 20px;
}

.fond_tit_carte_region {
	height : 30px;
	background-color : #007bad;
}

.ico_tit_carte_region {
	background-image: url(/images/picto/carte_25.png);
	width : 25px;
	height : 25px;
}


#poi_liste {
	background-image: url(/images/background_tab.png);
}

#Villerue {
	background-image: url(/images/background_tab.png);
	height : auto;
	float: left;
}

.fond_tit_info_region {
	height : 30px;
	background-color : #007bad;
}

#address{
	display : none;
}



.ico_tit_info_region {
	background-image: url(/images/picto/pinpoint_25.png);
	width : 25px;
	height : 25px;
}


#tit_encart {
	width : 450px; 
	padding : 3px 0 0 40px;
	font-family: 'Source Sans Pro', sans-serif;
	color : #FFFFFF;
	font-size : 13pt;
}


#intro_dept {
	font-family: 'Source Sans Pro', sans-serif;
	font-size : 15px;
	color : #000000
}

#intro_ville {
	font-family: 'Source Sans Pro', sans-serif;
	font-size : 15px;
	color : #000000
}


#mapRegion {
     position: relative;
     top: 0;
     left: 0;
     width: 400px;
     height: 340px;
}

#mapJestimo {
     position: relative;
     top: 0;
     left: 0;
     width: 400px;
     height: 340px;
	 float : left;
}

#mapJestimohome {
	 position: relative;
     top: 0;
     left: 0;
     width: 300px;
     height: 340px;
	 float : left;
}

#adresseJestimo{
	float : left;
	width : 400px;
}

.poiCapitalize {
text-transform : capitalize;
}

.VoieCapitalize {
text-transform : capitalize;
}

#revenu_moyen{
	clear : both;
	font-family: 'Source Sans Pro', sans-serif;
	font-size : 15px;
	padding-top : 15px;
}

#piece_moyen{
	clear : both;
	font-family: 'Source Sans Pro', sans-serif;
	font-size : 15px;
	padding-top : 15px;
}

#ico_population {
	background-image: url(/images/ico_la_population.jpg);
	background-repeat : no-repeat;
	float : left;
	width : 30px;
	height : 30px;

}

#ico_logement {
	background-image: url(/images/ico_logement.jpg);
	background-repeat : no-repeat;
	float : left;
	width : 30px;
	height : 30px;

}

#ColPub{
	float : right;
	text-align : center;
	/*padding: 10px 0 0;*/
	top : 0;
	width : 330px;
}

#pubBan {
	display : none;
	height : 90px;
	width : 728px;
	position: relative;
    top: -90px;
}

#fl_pub {
    left: 0;
    position: relative;
    top: 0px;
	height : 350px;
    z-index: 1;
}

#fl_pubAccueil {
    left: 0;
    position: relative;
    top: 0px;
	height : 350px;
    z-index: 1;
}





#button_estimer_home {
	width : 345px;
	text-align : center;
}


.red {
	color : #d90000;
}

.blue {
	color : #007bad;
}

.liste_voies {
width : 256px; 
padding : 5px 0 5px 0; 
height : 25px; 
float:left;
font-size : 14px;
text-transform : Capitalize;
}

/***************** FIL ARIANE  *****************/

.breadcrumb{
	font-family: 'Source Sans Pro', sans-serif;
	padding : 15px;
	font-size : 14px;
	font-weight : bold;
	text-transform : Capitalize;
}


.sep {
	color : #0079AC;
}

/***************** /FIL ARIANE  *****************/

.breadcrumb a{
	color : #0079AC;
	text-decoration : none;
}

.ss_breadcrumb {
	font-family: 'Source Sans Pro', sans-serif;
	font-size : 20px;
	height : 47px;
	background : url(/images/fond_ss_breadcumb.jpg);
	margin-left : 15px;
	padding-top : 20px;
	width : 800px;
}

.ss_breadcrumb h2{
	font-family: 'Source Sans Pro', sans-serif;
	font-size : 20px;
	margin-top: -1px;
}

.ss_breadcrumb em{
	color : #007BAD;
	font-style : normal;
}

.ss_breadcrumb h1{
	font-family: 'Source Sans Pro', sans-serif;
	font-size : 20px;
	margin-top: -1px;
}


.mise_a_jour {
	font-size : 10pt;
	color : #8f8f8f;
	font-family: 'Source Sans Pro', sans-serif;
	font-style:italic;
}

#search {
	height : 65px;
	font-family: 'Source Sans Pro',sans-serif;
	position : absolute;
	top : 620px;
	padding : 10px 0 10px 0;
	clear : both;
}


 /************** Moteur Jestime sur les pages  *********/

#moteur_jestime {
	font-size : 10pt;
	color : #FFFFFF;
	font-family: 'Source Sans Pro', sans-serif;
	float : left;
}

#moteur_jestime input[type=text]{
	/*background-color: #F18E00;
    background-image: linear-gradient(to bottom, #FFA525 0%, #FF9701 50%, #FB9400 51%, #D77F00 100%);
    background-repeat: repeat-x;
	*/
    border: 1px solid #007BAE;
    color: #000000	;
	height : 30px;
	width : 90px;
	border-radius: 0px;
	margin-top: 15px;
    position: relative;
	font-family: 'Source Sans Pro', sans-serif;
	
}

#moteur_jestime input[type=submit]{
	background-color: #F18E00;
    background-image: linear-gradient(to bottom, #FFA525 0%, #FF9701 50%, #FB9400 51%, #D77F00 100%);
    background-repeat: repeat-x;
    border: 1px solid #D77F00;
    color: #FFFFFF;
	height : 30px;
	width : 90px;
	border-radius: 5px;
	margin-left: 470px;
    position: relative;
	font-family: 'Source Sans Pro', sans-serif;
	
}

#moteur_jestime input[type=submit]:hover{
	opacity: 0.85;
    transition: opacity 1s ease 0s;
	cursor : pointer;
	
}

#moteur_jestime a:hover {
	color : #FFFFFF;
}


#moteur_jestime_close {
	position : relative;
	top : -38px;
	left : 15px;
	display : none;
}

#moteur_jestime_image {
	float : left;
}

#searchJestime {
	clear : both;
	float : left;
	width : 770px;
	background-color: #1e99cc;
    background-image: linear-gradient(#1e99cc, #01709f);
    border: 1px solid #E5B50F;
    border-radius: 0;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.11), 0 0 1px 1px rgba(255, 255, 255, 0.12) inset;
    color: #FFFFFF;
	height : 850px;
	display : none;
	padding : 15px;
	margin-left : 15px;
}

 /************** / Moteur Jestime sur les pages  *********/
 
 
  /************** Moteur Jestime sur la home  *********/

#moteur_jestimehome {
	font-size : 10pt;
	color : #FFFFFF;
	font-family: 'Source Sans Pro', sans-serif;
	float : left;
	height : 500px;
	width : 750px;
}

#moteur_jestimehome_image {
	float : left;
	width : 300px;
	text-align : center;
	top: -40px;
	position : relative;
}

#adresseBien {
	background-color : #FFFFFF;
	height : auto;
	padding : 5px;
	color : #444444;
	font-family: 'Source Sans Pro', sans-serif;
	text-align : left;
	font-size : 17px;
	
}

#prixBienFourchette {
	background-color : #FFFFFF;
	height : 65px;
	padding : 5px;
	clear : both;
	color : #444444;
	font-size : 15px;
	font-family: 'Source Sans Pro', sans-serif;
}

#prix_appart_bas, #prix_maison_bas {
	float : left;
	text-align: left;
	width : 140px;
	font-weight : bold;
}

#prix_appart_haut, #prix_maison_haut {
	float : left;
	text-align: right;
	width : 140px;
	font-weight : bold;
}

div#transp {
	position:absolute;
	top:0px;
	left:0px;
	background:black;
	background:url(/images/overlay.png) repeat 0 0;
	height:0px;
	width:0px;
	filter:alpha(opacity=60);
	-moz-opacity:0.60;
	opacity:0.60;
}


.moteur_jestimehome_carte {
	float : left;
	width : 300px;
	height: 850px;
	background-color: #1e99cc;
    background-image: linear-gradient(#1e99cc, #01709f);
    border: 1px solid #E5B50F;
    border-radius: 0;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.11), 0 0 1px 1px rgba(255, 255, 255, 0.12) inset;
    color: #FFFFFF;
	/*height : 150px;*/
	display : block;
	padding : 15px;
	margin-left : 15px;
}

#searchJestimehome {
	clear : both;
	float : left;
	width : 770px;
	height: 850px;
	background-color: #1e99cc;
    background-image: linear-gradient(#1e99cc, #01709f);
    border: 1px solid #E5B50F;
    border-radius: 0;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.11), 0 0 1px 1px rgba(255, 255, 255, 0.12) inset;
    color: #FFFFFF;
	/*height : 150px;*/
	display : block;
	padding : 15px;
	margin-left : 15px;
}

 /************** / Moteur Jestime sur les pages  *********/
 
 
 /************* Style pour les champs du moteur Jestime  *************/
 .ico_moteur_apartement {
 	padding-left : 120px;
 }
 
 
 
 /*form styles*/
 
#Etape1, #Etape1Page {
	width : 200px !important;
} 

#Etape2, #Etape2Page {
	width : 230px !important;
}

#Etape3, #Etape3Page {
	width : 200px !important;
}


#Etape4, #Etape4Page {
	width : 200px !important;
}

#Etape5, #Etape5Page {
	width : 250px !important;
}

#Etape6, #Etape6Page {
	width : 200px !important;
} 
 
 #msform {
	/*width: 400px;*/
	/*margin: 50px auto;*/
	text-align: center;
	position: relative;
	font-family: 'Source Sans Pro', sans-serif;
	margin: 0 auto;
}
#msform fieldset {
	background: white;
	border: 0 none;
	border-radius: 3px;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
	padding: 20px 10px;
	-moz-box-sizing: border-box;
	/*width: 80%;*/
	width : 100%;
	/*margin: 0 10%;*/
	position: absolute;
}
/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
	display: none;
}
/*label*/
#msform label {
	font-family: 'Source Sans Pro', sans-serif;
	font-size : 13px;
	color : #2C3E50;
	width : 120px;
	font-weight: bold;
	text-align : left;
}
/*inputs*/
#msform input[type=text], #msform textarea, #msform input[type=email] {
	padding: 15px;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-bottom: 10px;
	width: 90%;
	-moz-box-sizing: border-box;
	font-family: montserrat;
	color: #2C3E50;
	font-size: 13px;
	font-family: 'Source Sans Pro', sans-serif;
}

#msform select {
	padding: 15px;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-bottom: 10px;
	width: 90%;
	-moz-box-sizing: border-box;
	font-family: montserrat;
	color: #2C3E50;
	font-size: 13px;
	font-family: 'Source Sans Pro', sans-serif;
}

#msform input[type=checkbox], #msform input[type=radio]{
	padding: 15px;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-bottom: 10px;
	width: 7%;
	-moz-box-sizing: border-box;
	font-family: montserrat;
	color: #2C3E50;
	font-size: 13px;
	font-family: 'Source Sans Pro', sans-serif;
}
/*buttons*/
#msform .action-button {
	width: 200px;
	/*background: #27AE60;*/
	background-color: #4aa614;
    background-image: linear-gradient(#4aa614, #028d00);
    border: 1px solid #028d00;
	font-weight: bold;
	color: white;
	border: 0 none;
	border-radius: 5px;
	cursor: pointer;
	padding: 10px 5px;
	margin: 0 auto;
}

#msform .action-buttonOff {
	/*width: 200px;*/
	/*background: #27AE60;*/
	background-color: #939393;
    background-image: linear-gradient(#939393, #7a7a7a);
    border: 1px solid #7a7a7a;
	font-weight: bold;
	color: white;
	border: 0 none;
	border-radius: 5px;
	cursor: arrow;
	padding: 10px 5px;
	margin: 0 auto;
}

#msform .action-button:hover, #msform .action-button:focus {
	/*box-shadow: 0 0 0 2px white, 0 0 0 3px #047700;*/
	opacity: 0.85;
    transition: opacity 1s ease 0s;
}
/*headings*/
.fs-title {
	font-size: 20px;
	text-transform: uppercase;
	color: #2C3E50;
	margin-bottom: 10px;
}
.fs-subtitle {
	font-weight: bold;
	font-size: 14px;
	color: #007bad;
	margin-bottom: 20px;
}
.fs-ss_subtitle {
	font-weight: normal;
	font-size: 15px;
	color: #FFFFFF;
	margin-bottom: 20px;
	float : left;
	background-color : #444444;
	width : 100%
}
/*progressbar*/
#progressbar {
	margin-bottom: 30px;
	overflow: hidden;
	/*CSS counters to number the steps*/
	counter-reset: step;
}
#progressbar li {
	list-style-type: none;
	color: white;
	text-transform: uppercase;
	font-size: 9px;
	/*width: 33.33%;*/
	width : 110px;
	float: left;
	position: relative;
}
#progressbar li:before {
	content: counter(step);
	counter-increment: step;
	width: 100px;
	line-height: 30px;
	display: block;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	background: white;
	border-radius: 3px;
	/*margin: 0 auto 5px auto;*/
}
/*progressbar connectors*/
#progressbar li:after {
	background: none repeat scroll 0 0 #FFFFFF;
	content: '';
	/*width: 100%;*/
	height: 2px;
	background: white;
	position: absolute;
	left: -50%;
	top: 9px;
	z-index: -1; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
	/*connector not needed before the first step*/
	content: none; 
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,  #progressbar li.active:after{
	background-color: #4aa614;
    background-image: linear-gradient(#4aa614, #028d00);
    border: 1px solid #028d00;
	color: white;
}
 
 
  /************* / Style pour les champs du moteur Jestime  *************/

 /************** Moteur Google Adresse  *********/

#moteur_search {
	float : left;
	width : 465px;
	padding-left : 15px;
	position : absolute;
}


#moteur_search input[type=text]{
	border : 1px solid #898989;/* With / style  /color */
	border-radius: 5px;
	width : 415px;
	height : 28px;
	background  : url(/images/loupe_search.png);
	background-repeat:no-repeat;
	background-color : #ffffff;
	padding-left : 45px;
	color : #8a8a8a;
	font-style:italic;
}

#moteur_search input[type=submit]:hover, input[type=reset]:hover {
	border-radius: 5px;
	background-color : #007bad;
	color : #FFFFFF;
	text-align : center;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight : bold;
 }
#moteur_search input[type=submit]:active, input[type=reset]:active {
	border-radius: 5px;
	background-color : #007bad;
	color : #FFFFFF;
	text-align : center;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight : bold;
	float:left; 
	width:145px; 
	height:37px; 
	padding-top:5px;
}

 /**************  /Moteur Google Adresse  *********/

 
 /************** Formulaire de contact  *********/
#contactForm input[type=text]{
	border : 1px solid #898989;/* With / style  /color */
	border-radius: 5px;
	width : 230px;
	height : 28px;
	background-color : #ffffff;
	padding-left : 5px;
	color : #666;
	font-family: 'Source Sans Pro', sans-serif;
}

#contactForm textarea{
	border : 1px solid #898989;/* With / style  /color */
	border-radius: 5px;
	width : 230px;
	height : 100px;
	background-color : #ffffff;
	padding-left : 5px;
	color : #666;
	font-family: 'Source Sans Pro', sans-serif;
	resize : none;
	font-size : 13px;
}

#contactForm input[type=submit]:hover, input[type=reset]:hover {
	border-radius: 5px;
	background-color : #007bad;
	color : #FFFFFF;
	text-align : center;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight : bold;
 }
#contactForm input[type=submit]:active, input[type=reset]:active {
	border-radius: 5px;
	background-color : #007bad;
	color : #FFFFFF;
	text-align : center;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight : bold;
	float:left; 
	width:145px; 
	height:37px; 
	padding-top:5px;
}

 /************** / Formulaire de contact  *********/
 
 
 
 /************* Style sur les select ************/
 
.dropcontainer_demo2 {
	position:absolute;
	font-size: 16px;
	color: #777;
	width: 83%;
	height : 120px;
	} 

.trigger_demo2 {
	color: #777;
	font-size: 16px;
	width: 90%;
	background: #fff url(../images/select-arrow-open.png) 98% center no-repeat;
	display: block;
	border: 1px solid #cccccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease; 
	transition: all 0.5s ease;
	margin-bottom: 10px;
    padding: 15px;
	border-radius: 3px;
	margin-left: 15px;
	}

.trigger_demo2:hover {
	color: #777;
	background: #f5f5f5 url(../images/select-arrow-open.png) 98% center no-repeat;
	}

.activetrigger_demo2 {
	color: #777;
	font-size: 16px;
	width: 90%;
	background: #f5f5f5 url(../images/select-arrow-close.png) 98% center no-repeat;
	display: block;
	border: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    padding: 15px;
	border-radius: 3px;
	margin-left : 15px;
	}

.activetrigger_demo2:hover {
	background: #f5f5f5 url(../images/select-arrow-close.png) 98% center no-repeat;
	color: #777;
	}

.activetrigger_demo2:active {
	background: #f5f5f5 url(../images/select-arrow-close.png) 98% center no-repeat;
	color: #777;
	}

.dropcontainer_demo2 ul {
	font-size: 16px;
	border: 1px solid #ccc;
	border-top: none;
	background: #fff;
	list-style-type: none;
	padding: 10px;
	margin: 0 0 0 15px;
	width: 90%;
	z-index: 100;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height:120px;
	}

.dropcontainer_demo2 ul li {
	padding: 5px;
	-webkit-transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease; 
	transition: all 0.5s ease;
	}

.dropcontainer_demo2 ul li:hover {
	background: #f5f5f5;
	outline: none;
	}

.dropcontainer_demo2 ul li:first-child {
	display: none;
	}

.dropcontainer_demo2 ul li:last-child {
	border-bottom: none;
	}

.dropdownhidden_demo2 {
	display: none;
	}

.dropdownvisible_demo2 {
	height: auto;
	}

.dropdownvisible_demo2 {
	height: 200px;
	overflow-y: scroll;
}

 /************* /Style sur les select ************/

#paragraphe_cgu {
	float : left;
	font-family: 'Source Sans Pro', sans-serif;
	height : 33px;
	margin-left : 0;
	width : 90%;
}
 
 
#bton {
	color: #FFFFFF;
    float: right;
    font-family: 'Source Sans Pro',sans-serif;
    left: 500px;
    position: absolute;
    text-align: center;
}

#content{
	width : 100%;
	top : 0;
}

#donnees_dept {
	float : left;
	font-family: 'Source Sans Pro', sans-serif;
	height : 33px;
	background : url(/images/background_tit_donnees.jpg);
	background-repeat : repeat-x;
	margin-left : 15px;
	width : 800px;
}

#donnees_ville {
	float : left;
	font-family: 'Source Sans Pro', sans-serif;
	height : 33px;
	background : url(/images/background_tit_donnees.jpg);
	background-repeat : repeat-x;
	margin-left : 15px;
	width : 800px;
	clear : both;
}

#donnees_region {
	float : left;
	font-family: 'Source Sans Pro', sans-serif;
	height : 33px;
	background : url(/images/background_tit_donnees.jpg);
	background-repeat : repeat-x;
	margin-left : 15px;
	width : 800px;
	clear : both;
}

#donnees_cgu {
	float : left;
	font-family: 'Source Sans Pro', sans-serif;
	height : 33px;
	margin-left : 15px;
	width : 80%;
	clear : both;
}


#donnees_regions_voisines {
	float : left;
	font-family: 'Source Sans Pro', sans-serif;
	height : 33px;
	background : url(/images/background_tit_donnees.jpg);
	background-repeat : repeat-x;
	margin-left : 15px;
	width : 800px;
	clear : both;
}

#superficie_region {
	font-family: 'Source Sans Pro', sans-serif;
	color : #000000;
	margin-left : 15px;
	font-size : 15px;
}

#superficie_region em {
	color : #007BAD;
	font-style : normal;
}

#tit_donnees_region {
	font-family: 'Source Sans Pro', sans-serif;
	heigth : 33px;
	position : absolute;
}

#tit_donnees_region em{
	color : #007BAD;
	font-style : normal;
	
}

#tit_donnees_region h2 {
	font-family: 'Source Sans Pro', sans-serif;
	heigth : 33px;
	margin-top : -1px;
	font-size: 17px;
	font-weight : bold;
}

#tit_donnees_cgu {
	font-family: 'Source Sans Pro', sans-serif;
	heigth : 33px;
	position : absolute;
}

#tit_donnees_cgu em{
	color : #007BAD;
	font-style : normal;
	
}

#tit_donnees_cgu h2 {
	font-family: 'Source Sans Pro', sans-serif;
	heigth : 33px;
	margin-top : -1px;
	font-size: 17px;
	font-weight : bold;
}


#ss_tit_donnees_region {
	clear : both;
}

.encart_graph {
	float : left;
	width : 390px;
	min-height : 170px;
}


/************* Bouton  Style ************/

.temps_bottom {
    overflow: hidden;
    padding: 20px 0;
    width: 100%;
	text-align : center;
}
.temps_bottom span, .temps_bottom label {
    color: #4E4D4C;
    display: block;
    float: left;
    font-size: 25px;
    padding-top: 10px;
    text-align: left;
    width: 35%;
}
.temps_bottom label {
    text-align: right;
}
.temps_bottom a {
    background: url("/images/green_btn.png") repeat-x scroll center top #028D00;
    border: 1px solid #047700;
    border-radius: 5px;
    color: #FFFFFF;
    display: block;
    float: left;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    height: 35px;
    line-height: 37px;
    margin: 0 2%;
    padding: 5px 0;
    text-align: center;
    text-decoration: none;
    text-transform: none;
}
.temps_bottom a img {
    vertical-align: middle;
}
.temps_bottom a:hover {
    opacity: 0.85;
    transition: opacity 1s ease 0s;
}



.search_bottom {
    width: 100%;
	text-align : center;
}
.search_bottom span, .search_bottom label {
    color: #4E4D4C;
    display: block;
    float: left;
    font-size: 25px;
    padding-top: 10px;
    text-align: left;
    width: 35%;
}
.search_bottom label {
    text-align: right;
}
.search_bottom a {
    background: url("/images/blue_btn.png") repeat-x scroll center top #01709F;
    border: 1px solid #01709f;
    border-radius: 5px;
    color: #FFFFFF;
    display: block;
    float: left;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    height: 20px;
    line-height: 22px;
    /*margin: 0 2%;*/
    padding: 5px 0;
    text-align: center;
    text-decoration: none;
    text-transform: none;
	/*width: 130px;*/
}
.search_bottom a img {
    vertical-align: middle;
}
.search_bottom a:hover {
    opacity: 0.85;
    transition: opacity 1s ease 0s;
}

.estimer_bottom {
    width: 100%;
	text-align : center;
}
.estimer_bottom span, .estimer_bottom label {
    color: #4E4D4C;
    display: block;
    float: left;
    font-size: 25px;
    padding-top: 10px;
    text-align: left;
    width: 35%;
}
.estimer_bottom label {
    text-align: right;
}
.estimer_bottom a {
    border-radius: 0px;
    color: #000000;
    display: block;
    float: left;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    height: 33px;
    line-height: 35px;
    margin: 0 2%;
    padding: 5px 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
	width: 130px;	
	background-color: #FCE359;
    background-image: linear-gradient(#FCE359, #FED231);
    border: 1px solid #E5B50F;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.11), 0 0 1px 1px rgba(255, 255, 255, 0.12) inset;
    color: #393C3D;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.32);
}
.estimer_bottom a img {
    vertical-align: middle;
}
.estimer_bottom a:hover {
    opacity: 0.85;
    transition: opacity 1s ease 0s;
}


.bton_recevoir_estimation a{
	background-color: #FCE359;
    background-image: linear-gradient(#FCE359, #FED231);
    border: 1px solid #E5B50F;
    border-radius: 5px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.11), 0 0 1px 1px rgba(255, 255, 255, 0.12) inset;
    color: #393C3D;
    display: block;
    float: left;
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 18px;
    height: auto;
    line-height: 25px;
    padding:  5px 0 5px 15px;
    text-align: left;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.32);
    width: 450px;
}

.bton_recevoir_estimation a span{
	color : #007BAD;
	font-size : 23px;
	font-weight : bold;
}

.bton_recevoir_estimation a:hover {
    opacity: 0.85;
    transition: opacity 1s ease 0s;
}

.recevoir_estimation {
	background: none repeat scroll 0 0 #FFFFFF;
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    box-sizing: border-box;
    padding: 20px 10px;
    position: absolute;
    width: 770px;
	color:#000000;
	font-family: 'Source Sans Pro',sans-serif;
	height : 550px;
}

#resultExpert {
	position : absolute;
	float:left;
	width:100%;
	margin: 0 auto;
}

#moteur_searchExpert {
	float : left;
	width : 90%;
	height: 230px;
	margin:0 auto;
}

#searchExpert{
	width: 90%;
	position :absolute;
	float : left;
	margin:0 auto;
}

.contact_bottom {
    width: 100%;
	text-align : center;
	margin-left : 150px;
}
.contact_bottom span, .contact_bottom label {
    color: #4E4D4C;
    display: block;
    float: left;
    font-size: 25px;
    padding-top: 10px;
    text-align: left;
    width: 35%;
}
.contact_bottom label {
    text-align: right;
}
.contact_bottom a {
    border-radius: 0px;
    display: block;
    float: left;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    height: 33px;
    line-height: 35px;
    margin: 0 2%;
    padding: 5px 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
	background-color: #2890BC;
    background-image: linear-gradient(#2890BC, #007BAD);
    border: 1px solid #2890BC;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.11), 0 0 1px 1px rgba(255, 255, 255, 0.12) inset;
    color: #FFFFFF;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.32);
	border-radius: 5px;
}

.contact_bottom a:hover {
    opacity: 0.85;
    transition: opacity 1s ease 0s;
}


/************** Gestion des graphs ****/

.box2.odd {
    clear: both;
    float: left;
}
.box2 {
   /* background: url("../images/gradient1.png") repeat-x scroll left top rgba(0, 0, 0, 0);*/
    float: right;
    padding-bottom: 15px;
    width: 350px;
}

.box2 h3 {
	font-size : 15px;
}


.box2 .label {
    clear: both;
    color: #737373;
    float: left;
    font-size: 14px;
    font-weight: bold;
    line-height: 17px;
    padding: 0 0 0 8px;
    width: 160px;
}

.box2 .indicator {
    border-left: 3px solid #007bad;
    float: left;
    height: 17px;
    width: 175px;
}


.bar, .box2 .bar {
    background: none repeat scroll 0 0 #007bad;
    font-size: 6px;
    height: 6px;
    line-height: 6px;
    margin: 5px 0 0;
    position: relative;
    text-align: right;
}


.bar span, .box2 .bar span {
    color: #737373;
    display: block;
    font-size: 13px;
    font-weight: bold;
    line-height: 14px;
    position: absolute;
    right: -40px;
    top: -5px;
}
.bar span, .box2 .bar span {
    color: #737373;
    display: block;
    font-size: 13px;
    font-weight: bold;
    line-height: 14px;
    position: absolute;
    right: -40px;
    top: -5px;
}

.bar100 {
    width: 130px;
}
.bar99 {
    width: 129px;
}
.bar98 {
    width: 127px;
}
.bar97 {
    width: 126px;
}
.bar96 {
    width: 125px;
}
.bar95 {
    width: 124px;
}
.bar94 {
    width: 122px;
}
.bar93 {
    width: 121px;
}
.bar92 {
    width: 120px;
}
.bar91 {
    width: 118px;
}
.bar90 {
    width: 117px;
}
.bar89 {
    width: 116px;
}
.bar88 {
    width: 115px;
}
.bar87 {
    width: 113px;
}
.bar86 {
    width: 112px;
}
.bar85 {
    width: 110px;
}
.bar84 {
    width: 109px;
}
.bar83 {
    width: 108px;
}
.bar82 {
    width: 107px;
}
.bar81 {
    width: 105px;
}
.bar80 {
    width: 104px;
}
.bar79 {
    width: 103px;
}
.bar78 {
    width: 101px;
}
.bar77 {
    width: 100px;
}
.bar76 {
    width: 99px;
}
.bar75 {
    width: 98px;
}
.bar74 {
    width: 96px;
}
.bar73 {
    width: 95px;
}
.bar72 {
    width: 94px;
}
.bar71 {
    width: 93px;
}
.bar70 {
    width: 91px;
}
.bar69 {
    width: 90px;
}
.bar68 {
    width: 89px;
}
.bar67 {
    width: 87px;
}
.bar66 {
    width: 85px;
}
.bar65 {
    width: 84px;
}
.bar64 {
    width: 83px;
}
.bar63 {
    width: 82px;
}
.bar62 {
    width: 80px;
}
.bar61 {
    width: 79px;
}
.bar60 {
    width: 78px;
}
.bar59 {
    width: 77px;
}
.bar58 {
    width: 75px;
}
.bar57 {
    width: 74px;
}
.bar56 {
    width: 73px;
}
.bar55 {
    width: 71px;
}
.bar54 {
    width: 69px;
}
.bar53 {
    width: 68px;
}
.bar52 {
    width: 67px;
}
.bar51 {
    width: 66px;
}
.bar50 {
    width: 65px;
}
.bar49 {
    width: 63px;
}
.bar48 {
    width: 62px;
}
.bar47 {
    width: 61px;
}
.bar46 {
    width: 60px;
}
.bar45 {
    width: 58px;
}
.bar44 {
    width: 57px;
}
.bar43 {
    width: 56px;
}
.bar42 {
    width: 55px;
}
.bar41 {
    width: 53px;
}
.bar40 {
    width: 52px;
}
.bar39 {
    width: 51px;
}
.bar38 {
    width: 50px;
}
.bar37 {
    width: 48px;
}
.bar36 {
    width: 47px;
}
.bar35 {
    width: 46px;
}
.bar34 {
    width: 45px;
}
.bar33 {
    width: 43px;
}
.bar32 {
    width: 41px;
}
.bar31 {
    width: 40px;
}
.bar30 {
    width: 39px;
}
.bar29 {
    width: 38px;
}
.bar28 {
    width: 36px;
}
.bar27 {
    width: 35px;
}
.bar26 {
    width: 34px;
}
.bar25 {
    width: 33px;
}
.bar24 {
    width: 31px;
}
.bar23 {
    width: 30px;
}
.bar22 {
    width: 28px;
}
.bar21 {
    width: 27px;
}
.bar20 {
    width: 26px;
}
.bar19 {
    width: 25px;
}
.bar18 {
    width: 23px;
}
.bar17 {
    width: 22px;
}
.bar16 {
    width: 21px;
}
.bar15 {
    width: 19px;
}
.bar14 {
    width: 18px;
}
.bar13 {
    width: 17px;
}
.bar12 {
    width: 15px;
}
.bar11 {
    width: 14px;
}
.bar10 {
    width: 13px;
}
.bar9 {
    width: 12px;
}
.bar8 {
    width: 10px;
}
.bar7 {
    width: 9px;
}
.bar6 {
    width: 8px;
}
.bar5 {
    width: 7px;
}
.bar4 {
    width: 5px;
}
.bar3 {
    width: 4px;
}
.bar2 {
    width: 3px;
}
.bar1 {
    width: 2px;
}
.bar0 {
    width: 0;
}
.bar-100 {
    width: 130px;
}
.bar-99 {
    width: 129px;
}
.bar-98 {
    width: 127px;
}
.bar-97 {
    width: 126px;
}
.bar-96 {
    width: 125px;
}
.bar-95 {
    width: 124px;
}
.bar-94 {
    width: 122px;
}
.bar-93 {
    width: 121px;
}
.bar-92 {
    width: 120px;
}
.bar-91 {
    width: 118px;
}
.bar-90 {
    width: 117px;
}
.bar-89 {
    width: 116px;
}
.bar-88 {
    width: 115px;
}
.bar-87 {
    width: 113px;
}
.bar-86 {
    width: 112px;
}
.bar-85 {
    width: 110px;
}
.bar-84 {
    width: 109px;
}
.bar-83 {
    width: 108px;
}
.bar-82 {
    width: 107px;
}
.bar-81 {
    width: 105px;
}
.bar-80 {
    width: 104px;
}
.bar-79 {
    width: 103px;
}
.bar-78 {
    width: 101px;
}
.bar-77 {
    width: 100px;
}
.bar-76 {
    width: 99px;
}
.bar-75 {
    width: 98px;
}
.bar-74 {
    width: 96px;
}
.bar-73 {
    width: 95px;
}
.bar-72 {
    width: 94px;
}
.bar-71 {
    width: 93px;
}
.bar-70 {
    width: 91px;
}
.bar-69 {
    width: 90px;
}
.bar-68 {
    width: 89px;
}
.bar-67 {
    width: 87px;
}
.bar-66 {
    width: 85px;
}
.bar-65 {
    width: 84px;
}
.bar-64 {
    width: 83px;
}
.bar-63 {
    width: 82px;
}
.bar-62 {
    width: 80px;
}
.bar-61 {
    width: 79px;
}
.bar-60 {
    width: 78px;
}
.bar-59 {
    width: 77px;
}
.bar-58 {
    width: 75px;
}
.bar-57 {
    width: 74px;
}
.bar-56 {
    width: 73px;
}
.bar-55 {
    width: 71px;
}
.bar-54 {
    width: 69px;
}
.bar-53 {
    width: 68px;
}
.bar-52 {
    width: 67px;
}
.bar-51 {
    width: 66px;
}
.bar-50 {
    width: 65px;
}
.bar-49 {
    width: 63px;
}
.bar-48 {
    width: 62px;
}
.bar-47 {
    width: 61px;
}
.bar-46 {
    width: 60px;
}
.bar-45 {
    width: 58px;
}
.bar-44 {
    width: 57px;
}
.bar-43 {
    width: 56px;
}
.bar-42 {
    width: 55px;
}
.bar-41 {
    width: 53px;
}
.bar-40 {
    width: 52px;
}
.bar-39 {
    width: 51px;
}
.bar-38 {
    width: 50px;
}
.bar-37 {
    width: 48px;
}
.bar-36 {
    width: 47px;
}
.bar-35 {
    width: 46px;
}
.bar-34 {
    width: 45px;
}
.bar-33 {
    width: 43px;
}
.bar-32 {
    width: 41px;
}
.bar-31 {
    width: 40px;
}
.bar-30 {
    width: 39px;
}
.bar-29 {
    width: 38px;
}
.bar-28 {
    width: 36px;
}
.bar-27 {
    width: 35px;
}
.bar-26 {
    width: 34px;
}
.bar-25 {
    width: 33px;
}
.bar-24 {
    width: 31px;
}
.bar-23 {
    width: 30px;
}
.bar-22 {
    width: 28px;
}
.bar-21 {
    width: 27px;
}
.bar-20 {
    width: 26px;
}
.bar-19 {
    width: 25px;
}
.bar-18 {
    width: 23px;
}
.bar-17 {
    width: 22px;
}
.bar-16 {
    width: 21px;
}
.bar-15 {
    width: 19px;
}
.bar-14 {
    width: 18px;
}
.bar-13 {
    width: 17px;
}
.bar-12 {
    width: 15px;
}
.bar-11 {
    width: 14px;
}
.bar-10 {
    width: 13px;
}
.bar-9 {
    width: 12px;
}
.bar-8 {
    width: 10px;
}
.bar-7 {
    width: 9px;
}
.bar-6 {
    width: 8px;
}
.bar-5 {
    width: 7px;
}
.bar-4 {
    width: 5px;
}
.bar-3 {
    width: 4px;
}
.bar-2 {
    width: 3px;
}
.bar-1 {
    width: 2px;
}
.bar-0 {
    width: 0;
}

#prix_ville {
	width:800px;
	height:80px;
	border: solid;
	border-color:#CCC;
	border-width:thin;
	border-radius:5px;
	padding-top:10px;
	color:#666;
	font-family:GothamM;
	font-size:12px;
	vertical-align:middle;
  padding-left:10px;
	position:absolute;
	margin-top:5px;
	}

#streetview {
	width:400px;
	height:163px;
	border: solid;
	border-color:#CCC;
	border-width:thin;
	border-radius:5px;
	padding-top:7px;
	padding-left:7px;
	margin-left: 400px;
	position:absolute;
	vertical-align:middle;
	
	
}

/*
|--------------------------------------------------------------------------
| UItoTop jQuery Plugin 1.2
| http://www.mattvarone.com/web-design/uitotop-jquery-plugin/
|--------------------------------------------------------------------------
*/

#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	overflow:hidden;
	width:51px;
	height:51px;
	border:none;
	text-indent:100%;
	background:url(../images/ui.totop.png) no-repeat left top;
}

#toTopHover {
	background:url(../images/ui.totop.png) no-repeat left -51px;
	width:51px;
	height:51px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
	outline:none;
}




#headline1 {font-family: GothamB; font-size:26px; color:#005AB3; margin-top:50px;}

#headline2 {font-family:GothamBook; font-size:16px; color:#DF0000; margin-top:20px; }

#estimation_ville {
	width:800px;
	height:150px;
	border: solid;
	border-color:#CCC;
	border-width:thin;
	border-radius:10px;
        background: #082B9D;
        background: -moz-linear-gradient(#51C0D1, #082B9D);
        background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #082B9D),color-stop(1, #51C0D1));
        background: -webkit-linear-gradient(#51C0D1, #082B9D);
        background: -o-linear-gradient(#51C0D1, #082B9D);
        background: -ms-linear-gradient(#51C0D1, #082B9D);
        background: linear-gradient(#51C0D1, #082B9D);
        -moz-border-radius: 50px;
        -moz-box-shadow: 0 2px 1px #9c9c9c;
        -webkit-box-shadow: 0 2px 1px #9c9c9c;
        box-shadow: 0 2px 1px #9c9c9c;
	padding-top:7px;
	vertical-align:middle;
  padding-left:10px;
	vertical-align:middle;
	margin-top:-20px;
	color:#FFF;
	
}

#estimation_ville_index {
	width:800px;
	height:150px;
	border: solid;
	border-color:#CCC;
	border-width:thin;
	border-radius:10px;
        background: #082B9D;
        background: -moz-linear-gradient(#51C0D1, #082B9D);
        background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #082B9D),color-stop(1, #51C0D1));
        background: -webkit-linear-gradient(#51C0D1, #082B9D);
        background: -o-linear-gradient(#51C0D1, #082B9D);
        background: -ms-linear-gradient(#51C0D1, #082B9D);
        background: linear-gradient(#51C0D1, #082B9D);
        -moz-border-radius: 50px;
        -moz-box-shadow: 0 2px 1px #9c9c9c;
        -webkit-box-shadow: 0 2px 1px #9c9c9c;
        box-shadow: 0 2px 1px #9c9c9c;
	padding-top:7px;
	padding-left:7px;
	vertical-align:middle;
	text-align:left;
	margin-top:10px;
	margin: auto;
	color:#FFF;
	
}

#estimation1 {font-family: GothamBook; font-size:14px; font-weight:bold; color:#005AB3; margin-top:85px;}

#estimation2 {font-family: GothamBook; font-size:14px; font-weight:bold; color:#005AB3; margin-top:30px;}

#moteur1 {font-family: GothamBook; font-size:16px; color:#FFF;}

#conditions {font-family: GothamBook; font-size:10px; color:#333;}

#zone_estimation {
	width:455px;
	height:200px;
	border: solid;
	border-color:#CCC;
	border-width:thin;
	border-radius:5px;
	padding-top:7px;
	padding-left:15px;
	position:absolute;
	vertical-align:middle;
	
}

#conditions {
	font-size:10px;
	color:#FFF;
	font-family:GothamBook;
	
}

#conditions a{
	font-size:10px;
	color:#FFF;
	font-family:GothamBook;
	
}

#conditions a:hover {
	font-size:10px;
	color:#FFF;
	font-family:GothamBook;
	
}
#zone_estimation img {

	vertical-align:middle;
	
}

#habitants_estimation {
	width:320px;
	height:740px;
	border: solid;
	border-color:#CCC;
	border-width:thin;
	border-radius:5px;
	padding-top:7px;
	padding-left:7px;
	margin-left: 480px;
	position:absolute;
	vertical-align:middle;
	
}

#habitants_estimation img {

	vertical-align:middle;
	
}

#titre_section {font-family: GothamBook; font-size:13px; font-weight:bold; color:#DF0000;}

#titre_section a{font-family: GothamB; font-size:11px; font-weight:bold; color: #666; font-style:normal;text-decoration:none;}
#titre_section a:hover {font-family:GothamB; font-size:11px; font-weight:bolder; color:#DF0000; font-style:normal;text-decoration:none;}
 
#data {font-family: GothamB; font-size:11px; color:#666;}

#carte {
	width:800px;
	height:250px;
	border: solid;
	border-color:#CCC;
	border-width:thin;
	border-radius:5px;
	padding-top:7px;
	vertical-align:middle;
	vertical-align:middle;
  padding-left:10px;
	
}

#carte img {

	vertical-align:middle;}

	
#data2 {font-family: GothamBook; font-size:10px; font-weight:normal; color:#666; text-transform:uppercase;}

#data2 a{font-family: GothamBook; font-size:10px; font-weight:normal; color:#666; text-transform:uppercase;font-style:normal; text-decoration:none;}

#data2 a:hover{font-family: GothamBook; font-size:10px; font-weight:normal; color:#DF0000; text-transform:uppercase;font-style:normal; text-decoration:none;}

#habitat_estimation {
	width:455px;
	height:525px;
	border: solid;
	border-color:#CCC;
	border-width:thin;
	border-radius:5px;
	padding-top:7px;
	padding-left:15px;
	position:absolute;
	vertical-align:middle;
  margin-top:10px;
	
}
#habitat_estimation img {

	vertical-align:middle;
	
}

#texte_ville {
	width:800px;
	height:	auto;
	border: solid;
	border-color:#CCC;
	border-width:thin;
	border-radius:5px;
	font:GothamB;
	color:#666;
	font-size:11px;
	vertical-align:middle;
	margin-top:100px;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
	
	}
	
#texte_ville2 {
	width:800px;
	height:	auto;
	border: solid;
	border-color:#CCC;
	border-width:thin;
	border-radius:5px;
	font:GothamB;
	color:#666;
	font-size:11px;
	vertical-align:middle;
	margin-top:0px;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
	}
	
#texte_departement{
	width:800px;
	height:auto;
	border: solid;
	border-color:#CCC;
	border-width:thin;
	border-radius:5px;
	font:GothamB;
	color:#666;
	font-size:12px;
	vertical-align:middle;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
	}
	
	
#footer_content {
	height : auto;
	background-color : #444444;
	
}

#contentPage {	
	font-family: 'Source Sans Pro', sans-serif;
	font-size : 15px;
	width: 830px;
	padding : 20px;
	float : left;
}


#contentPageCgu {
    float: left;
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 12px;
    padding: 20px;
    text-align: left;
    width: 1200px;
	margin: 0 auto;
}

#contentPageAccueil {	
	font-family: 'Source Sans Pro', sans-serif;
	font-size : 15px;
	float : left;
	width:1200px;
	margin: 0 auto;
}

#Pageeditoriale{
	float : left;
	width : 830px;
}

#PageeditorialeAccueil{
	float : left;
	width : 1200px;
}

#picturePage {
	padding: 20px;
	float : left;
}

#homepage_banner{
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	float : left;
	text-align:center;
	width : 830px;
}

#homepage_footer {
	padding: 20px;
	float : left;
	text-align:center;
	width : 830px;
}

#map_home {
	font-family: 'Source Sans Pro', sans-serif;
	width : 300px;
	float : left;
	font-size : 12px;
	color : #444444;
	text-align : center;
}

#ico_Home_donnees {
	font-family: 'Source Sans Pro', sans-serif;
	height : 200px;
	float : left;
	font-size : 20px;
	font-weight : bold;
	color : #444444;
	text-align:center;
	width : 250px;
}

#ico_Home_fiabilite {
	font-family: 'Source Sans Pro', sans-serif;
	height : 200px;
	float : left;
	font-size : 20px;
	font-weight : bold;
	color : #444444;
	text-align:center;
	width : 280px;
}

#ico_Home_france {
	font-family: 'Source Sans Pro', sans-serif;
	height : 200px;
	float : left;
	font-size : 20px;
	font-weight : bold;
	color : #444444;
	text-align:center;
	width : 250px;
}

#ico_home {
	padding-left : 25px;
}

#asterix {
	font-size : 10px;
}

#HomeTitre H1{
	font-family: 'Source Sans Pro', sans-serif;
	color : #444444;
	/*font-size : 40px;*/
}

#HomeTitre H1 span{
	color : #007BAD;
}

.footer_moteur{
	background-color : #007bae;
	padding : 1px 20px 5px 0;
	margin-left : -10px;
	color : #FFFFFF;
	font-weight : bold;
	font-size : 14px;
}

#ico_Home_donnees em, #ico_Home_fiabilite em, #ico_Home_france em{
	font-size : 20px;
	font-weight : bold;
	font-color : #444444;
	font-style : normal;
    position: relative;
    top: 175px;
}

.footer_moteurBig{
	background-color : #007bae;
	padding : 1px 0 5px 0;
	color : #FFFFFF;
	font-weight : bold;
	font-size : 14px;
}

#footer_container {
	background-color : #444444;
	height : auto;
	border-top : 1px solid #444444;
	padding-top : 15px;
}

#footer_copyright {
	height : 30px;
	background-color : #444444;
	padding-left : 5px;
	font-size:10px;
	margin-top:5px;
	text-align:center;

}

#footer_copyright a{
	color : #FFFFFF;

}

#footer_copyright a:hover{
	color : #007BAD;
}



#footer_copyright_left {
	border-right : 1px solid #FFFFFF;
	width : 235px;
	color : #FFFFFF;
	font-family: 'Source Sans Pro', sans-serif;
	float : left;
	margin : -20 15px 0 125px;
	vertical-align:top;
}


#footer_copyright_right {
	width : 235px;
	color : #FFFFFF;
	font-family: 'Source Sans Pro', sans-serif;
	float : left;
	margin-top:-20px;
}

.footer_accroche {
	float: right;
    font-family: 'Source Sans Pro',sans-serif;
    padding: 5px 0 0 40px;
    position: absolute;
    width: 90px;
}

#titre_search {
	font-family: 'Source Sans Pro', sans-serif;
	font-size : 18px;
	font-weight : bold;
	
}

#titre_search em{
	color : #007BAD;
	font-style : normal;
	font-size : 15px;
	font-weight : normal;
}

.footer_accroche em {
	color : #007BAD;
	font-style : normal;
}

#footer_left {
	float : left;
	width : 25%;
	font-family: 'Source Sans Pro', sans-serif;
	margin : 0 0 0 135px;
	font-size : 13px;
	
}

#footer_center {
	width:30%;
	float : left;
	color : #FFFFFF;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight : bold;	
	font-size : 14px;
	text-align:left;
	
}

#footer_center a {
	color : #FFFFFF;
}

#footer_center a:hover {
	color : #007bad;
}

#footer_right {
	float : right;
	color : #FFFFFF;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight : normal;	
	font-size : 13px;
	padding-right : 20px;
	
}

#footer_center_right{
	float : right;
	color : #FFFFFF;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight : bold;	
	font-size : 14px;
	padding-right : 10px;
}

.footer_col_left {
	width : 230px;
	color : #ffffff;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight : bold;
	font-size : 14px;
}

.footer_col_left a {
	color : #FFFFFF;
}

.footer_col_left a:hover {
	color : #007bad;
}


.nav_up{
	padding:7px;
	background-color:white;
	border:1px solid #CCC;
	position:fixed;
	background:transparent url(../images/arrow_up.png) no-repeat top left;
	background-position:50% 50%;
	width:20px;
	height:20px;
	bottom:10px;
	opacity:0.7;
	left:30px;
	white-space:nowrap;
	cursor: pointer;
	-moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
    -khtml-border-top-left-radius:3px;
	-khtml-border-top-right-radius:3px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}
.nav_down{
	padding:7px;
	background-color:white;
	border:1px solid #CCC;
	position:fixed;
	background:transparent url(../images/arrow_down.png) no-repeat top left;
	background-position:50% 50%;
	width:20px;
	height:20px;
	bottom:10px;
	opacity:0.7;
	left:70px;
	white-space:nowrap;
	cursor: pointer;
	-moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
    -khtml-border-top-left-radius:3px;
	-khtml-border-top-right-radius:3px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}




#texte_footer{
	height:auto;
	font:GothamB;
	font-weight:bold;
	color:#666;
	font-size:13px;
	vertical-align:middle;
	text-decoration:underline;
	clear : both;

	}
	#texte_footer2{
	width:812px;
	height:auto;
	border: solid;
	border-color:#CCC;
	border-width:thin;
	border-radius:5px;
	font:GothamB;
	font-weight:bold;
	color:#666;
	font-size:13px;
	vertical-align:middle;
	margin: auto;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
	text-decoration:underline;}
	
#headline2 h1 {font-family:GothamBook; font-size:17px; color:#DF0000; }
	
#estimation1 h2 {font-family: GothamBook; font-size:16px; color:#005AB3; margin-top:85px; line-height:1.5;}
	
#titre_section h3 {font-family: GothamBook; font-size:15px; font-weight:bold; color:#005AB3;}
	
#headline2 h1 img {font-family:GothamB; font-size:14px; font-weight:bolder; color:#DF0000; vertical-align:middle;}
	
#estimation1 h2 img {font-family: GothamB; font-size:14px; font-weight:bold; color:#005AB3; margin-top:85px; vertical-align:middle;}
	
#titre_section h3 img {font-family: GothamB; font-size:12px; font-weight:bold; color:#005AB3; vertical-align:middle; margin-top: -17px;}
	
#headline2 h1 a {font-family:GothamBook; color:#DF0000; }
		
#headline2 h1 a:hover {font-family:GothamBook; color:#005AB3; }
		
#texte_footer a {
font-family:GothamB; font-size:13px; font-weight:bolder; color:#005AB3; 
	
	}
	
#texte_footer a:hover {
font-family:GothamB; font-size:13px; font-weight:bolder; color:#DF0000; }

#texte_footer2 a {
font-family:GothamB; font-size:13px; font-weight:bolder; color:#005AB3; 
	
	}
	
#texte_footer2 a:hover {
font-family:GothamB; font-size:13px; font-weight:bolder; color:#DF0000; }
		
#zone_region {
	width:455px;
	height:200px;
	border: solid;
	border-color:#CCC;
	border-width:thin;
	border-radius:5px;
	padding-top:7px;
	padding-left:15px;
	position:absolute;
	vertical-align:middle;}

#texte_ville3 {
	width:800px;
	height:	auto;
	border: solid;
	border-color:#CCC;
	border-width:thin;
	border-radius:5px;
	font:GothamB;
	color:#666;
	font-size:12px;
	vertical-align:middle;
	text-align:left;
	margin: auto;
	padding-left:10px;
	padding-right:10px;
	margin-top:10px;
	padding-top:10px;
	padding-bottom:10px;}

	
#logo {
	width:800px;
	height:	auto;
	font:GothamB;
	color:#666;
	font-weight:bold;
	font-size:16px;
	vertical-align:middle;
	text-align:left;
	padding-left:10px;
	margin-top:100px;
	padding-top:10px;
	padding-bottom:10px;}
	
#logo2 {
width: 800px;
height: 150px;
font: GothamB;
color: #666;
font-weight: bold;
font-size: 16px;
vertical-align: middle;
text-align: left;
margin: auto;
padding-left: 10px;
padding-top: 10px;
padding-bottom: 10px;
background-repeat: no-repeat;
}
	
/* Principal */
#menu{
        width: 1200px;;
        margin: 0;
        padding: 10px 0px 0px 0px;
        list-style: none;
        background: #4e4d4c;      
}

#menu li{
        float: left;
        padding: 0 0 5px 0;
        position: relative;
}

#menu a{
        float: left;
        height: 25px;
        padding: 0 53px;
        color: #FFF;
        text-transform: uppercase;
        font: bold 12px/25px Arial, Helvetica;
        text-decoration: none;
        text-shadow: 0 1px 0 #000;
}

#menu li:hover > a{
        color: #fafafa;
}

*html #menu li a:hover{ /* IE6 */
        color: #fafafa;
}

#menu li:hover > ul{
        display: block;
}

/* Sous-menu */

#menu ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 99999;
    background: #444;
    background: -moz-linear-gradient(#444, #111);
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #444));
    background: -webkit-linear-gradient(#444, #111);
    background: -o-linear-gradient(#444, #111);
    background: -ms-linear-gradient(#444, #111);
    background: linear-gradient(#444, #111);
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#menu ul li{
    float: none;
    margin: 0;
    padding: 0;
    display: block;
    -moz-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    -webkit-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
}

#menu ul li:last-child{
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#menu ul li ul li{
    float: none;
    margin: 0;
    padding: 0;
    display: block;
    -moz-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    -webkit-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
}

#menu ul li ul li:last-child{
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#menu ul a{
    padding: 5px;
    height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
}

*html #menu ul a{ /* IE6 */
        height: 10px;
        width: 150px;
}

*:first-child+html #menu ul a{ /* IE7 */
        height: 10px;
        width: 150px;
}

#menu ul a:hover{
        background: #0186ba;
        background: -moz-linear-gradient(#04acec,  #0186ba);
        background: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba));
        background: -webkit-linear-gradient(#04acec,  #0186ba);
        background: -o-linear-gradient(#04acec,  #0186ba);
        background: -ms-linear-gradient(#04acec,  #0186ba);
        background: linear-gradient(#04acec,  #0186ba);
}

#menu ul li:first-child a{
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

#menu ul li:first-child a:after {
content: '';
position: absolute;
left: 40px;
top: -8px;
width: 80px;
height: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-bottom: 8px solid #444;
}


#menu ul li:first-child a:hover:after{
    border-bottom-color: #04acec;
}

#menu ul li:last-child a{
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

/* Rétablissement du flottement */
#menu:after{
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
}

* html #menu             { zoom: 1; } /* IE6 */
*:first-child+html #menu { zoom: 1; } /* IE7 */

#menu ul li:first-child a:after{
    content: '';
    position: absolute;
    left: 40px;
    top: -8px;
    width: 80px;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #444;
}

#menu ul li:first-child a:hover:after{
    border-bottom-color: #04acec;
}

#voies{
    -moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    column-count: 3;
    column-gap: 20px;
  	list-style-type:circle;
}

#poi {
    -moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    column-count: 3;
    column-gap: 20px;
    font-family: GothamBook;
    font-size: 12px;
    font-weight:bold;
    list-style-type:circle;
    line-height:1.5;
    color:#005AB3;
}

#numeros{
    -moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    column-count: 3;
    column-gap: 20px;
    font-family: GothamBook;
    font-size: 12px;
    font-weight:bold;
    list-style-type:circle;
    line-height:1.5;
      color:#005AB3;
}

#numeros a {
    font-family: GothamBook;
    font-size: 12px;
    font-weight:bold;
    list-style-type:circle;
    line-height:1.5;
    color:#005AB3;
    text-decoration:none;
}

#numeros a:hover{
    font-family: GothamBook;
    font-size: 12px;
    font-weight:bold;
    list-style-type:circle;
    line-height:1.5;
    color:#DF0000;
    text-decoration:underline;
}

#voies{
    -moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    column-count: 3;
    column-gap: 20px;
    font-family: GothamBook;
    font-size: 12px;
    font-weight:bold;
    list-style-type:circle;
    line-height:1.5;
    color:#005AB3;
}

#voies a {
    font-family: GothamBook;
    font-size: 12px;
    font-weight:bold;
    line-height:1.5;
    color:#005AB3;
    text-decoration:none;
}


#voies a:hover{
    font-family: GothamBook;
    font-size: 12px;
    font-weight:bold;
    list-style-type:circle;
    line-height:1.5;
    color: #DF0000;
    text-decoration:underline;
}

#texte_voies {
	color:#666;
	font-size:11px;
	font-weight:bold;
	vertical-align:middle;
	position:absolute;
	margin-top:5px;
    font-family: GothamBook;
    font-size: 12px;
    font-weight:bold;
    list-style-type:circle;
    line-height:1.5;
	}

#voies a {
    -moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
    list-style: none;
}
#voies a:hover{
    -moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
    list-style: none;
}



#texte_ville2 p {
font-weight:none;}

#listevoies{
    -moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    column-count: 3;
    column-gap: 20px;
    font-family: GothamBook;
    font-size: 12px;
    font-weight:bold;
    list-style-type:circle;
    line-height:1.5;
    color:#005AB3;
}

#listevoies a {
    font-family: GothamBook;
    font-size: 12px;
    font-weight:bold;
    line-height:1.5;
    color:#005AB3;
    text-decoration:none;
}


#listevoies a:hover{
    font-family: GothamBook;
    font-size: 12px;
    font-weight:bold;
    list-style-type:circle;
    line-height:1.5;
    color: #DF0000;
    text-decoration:underline;
}


/* Cookie  */

#cookie_container {
    bottom: 20px;
    display: none;
    font-family: "Source Sans Pro",sans-serif;
    height: 192px;
    margin: 0 auto;
    opacity: 0.63;
    padding: 0 15px;
    position: fixed;
    right: 20px;
    width: 254px;
    z-index: 9998;
    background: linear-gradient(to bottom, #ffffff 0%, #ededed 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #d6d6d6;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    
}

#cookie_content {
    font-size: 12px;
    line-height: 20px;
    margin: 0 0 8px;
    padding: 10px 10px 10px 0;
    text-align: justify;
}

#cookie_content a{
   	color : #000;
		font-weight : bold;
}

#cookie_container .cachenexttime {
    /*float: right;*/
    margin: 10px 15px 0 50px;
    text-align: right;
}

.lien_cookie{
    font-weight : bold;
		color : #007BAD;
}

.listevilles {width : 800px;padding : 5px 0 5px 0; height : 30px;}
.listevilles2 {width : 400px; padding : 5px 0 5px 0; height : 30px; float:left;}
.listeprixbottom {font-size:10px;}

/******************** Encart au dessus de la pub  ************/
#encart_jestimo_container {
	width:310px;
	height:auto;
	box-shadow: 1px 1px 3px #555;
	margin : auto; 
	font-family: 'Open Sans', sans-serif;
	background-color:#FFFFFF;
}

#encart_jestimo_title {
	width:310px;
	height:30px;
	background-color:#007BAE;
	font-size:13px;
	color:#FFF;
	font-weight:bold;
	line-height:30px;
	text-transform:uppercase;}
#encart_jestimo_content {
	width:100%;
	height:auto;
	padding-left:5px;
	padding-top:5px;
	padding-right:5px;
	color:#333;
	text-align:left;
	text-transform:none;
	font-size:14px;
	font-weight:bold;
	line-height:25px;
}

#moteurExpert {
width:100%;
overflow::hidden;
}
.ico_poubelleVisuels {
    background-color: #ed5154;
    background-image: url("/images/icon_small_poubelle.png");
    background-repeat: no-repeat;
    border: 0 none;
    border-radius: 4px;
    box-shadow: 4px 4px 6px #aaa;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-family: "Source Sans Pro",sans-serif;
    font-size: 13px;
    font-weight: normal;
    height: 23px;
    margin: 0 5px 0 0;
    text-decoration: none;
    vertical-align: middle;
    width: 16px;
}