@font-face {
    font-family: 'HelveticRoman'; /*a name to be used later*/
    src: url('HelveticaNeueLTPro-Roman.otf'); /*URL to font*/
}
@font-face {
    font-family: 'caslon'; /*a name to be used later*/
    src: url('BigCaslon.ttf'); /*URL to font*/
}
@font-face {
font-family: 'Myriad';
font-style: normal;
font-weight: normal;
src: local('Myriad Pro Regular'), url('MYRIADPRO-REGULAR.woff') format('woff');
}


/** RESET CSS **/

html, body, div, span, applet, object, iframe,
 p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn,  img, ins, kbd, q, s, samp,
small, strike,  sub, sup, tt, var, center,
dl, dt, dd, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: "Myriad";
	 
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/** FIN RESET **/ 

/** HEADER **/

html, body {
    height:100%;
}

#bg {
	position: absolute;
	margin-left: -200px;
	  z-index: -1;
  
}

#border_top {
	background-color: #851500;
	width:100%;
	height: 6px;
}

#top_container {
	position: relative;
	width: 100%;
	float: left;
}

#top {
	width: 960px;
	margin:0 auto 0 auto;
	height: 80px;
	position: relative;
	
}

#menu {
	margin-left: 23px;
	border-left:2px solid #939191;
	padding-bottom: 10px;
	border-bottom:2px solid #353435;
	width: 123px;
	padding-left: 25px;
	float: left;
	margin-top: 35px;
	background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #dfded6 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dfded6)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#dfded6 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#dfded6 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#dfded6 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#dfded6 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dfded6',GradientType=0 ); /* IE6-9 */

}

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

#inner {
	float: left;
	margin-left: 30px;
	width: 742px;
	margin-right: 15px;
	margin-top: 35px;
	padding-bottom: 30px;
}

#menu ul li {
	float: left;
	width: 100%;
	height: 20px;
	vertical-align: middle;
  line-height: 20px;
}

#menu ul li a {
	color:black;
	text-decoration: none;
	text-transform: uppercase;
	width: 160px;
	  float: left;
}

#menu ul li img {
	vertical-align: middle;
	
}

#menu ul li a.menu_selected {
	color:white;
	width: 160px;
}

#menu ul li a:hover, .menu_selected {
	background: #636362; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYzNjM2MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzODM4MzgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #636362 0%, #383838 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#636362), color-stop(100%,#383838)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #636362 0%,#383838 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #636362 0%,#383838 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #636362 0%,#383838 100%); /* IE10+ */
background: linear-gradient(to bottom,  #636362 0%,#383838 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#636362', endColorstr='#383838',GradientType=0 ); /* IE6-8 */

  color: #FFF;
height: 38px;
padding-left: 15px;
vertical-align: middle;
line-height: 38px;
top: -11px;
position: relative;
left: -40px;
border: 1px solid #888;
box-shadow: 10px 10px 3px -4px #EDEDED;
  /* -webkit-box-shadow: 10px 10px 5px 0px rgba(237,237,237,1); */
  -moz-box-shadow: 10px 10px 5px 0px #EDEDED;
  /* box-shadow: 10px 10px 5px 0px rgba(237,237,237,1); */
  -webkit-box-shadow: 10px 10px 3px -4px #EDEDED;
  -moz-box-shadow: 10px 10px 3px -4px #EDEDED;
  box-shadow: 10px 10px 3px -4px #EDEDED;
}

.menu_selected a:hover {
	color:white;
}

.sep {
	  height: 10px;
  line-height: 10px;
}

#bloc_top_right {
	  margin-top: 10px;
	  margin-right: 20px;
}

#phone2 {
	font-size:12px;
	text-align: right;
	margin-top: 6px;
	
}

#logo {
	margin-top: 17px;
	float: left;
	margin-left: 30px;
}

#banner {
	width:100%;
	height: 299px;
	position: relative;
	float: left;
	background-color: #851500;
	background-image: url(../images/test.png);
	background-repeat: no-repeat;
	background-position: center;
	
}

.dl {
	position: absolute;
  height: 100%;
  width: 220px;
  /*background-image: url(../images/degrad_left.png);*/
  left: -220px;
  background: rgba(255,255,255,0);
background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(0,0,0,0.2) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(0,0,0,0.2)));
background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(0,0,0,0.2) 100%);
background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(0,0,0,0.2) 100%);
background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(0,0,0,0.2) 100%);
background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(0,0,0,0.2) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=1 );
}

.dr{
		position: absolute;
  height: 100%;
  width: 220px;
  /*background-image: url(../images/degrad_left.png);*/
  right: -220px;
  z-index: 10 	;
background: rgba(0,0,0,0.2);
background: -moz-linear-gradient(left, rgba(0,0,0,0.2) 0%, rgba(255,255,255,0) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,0.2)), color-stop(100%, rgba(255,255,255,0)));
background: -webkit-linear-gradient(left, rgba(0,0,0,0.2) 0%, rgba(255,255,255,0) 100%);
background: -o-linear-gradient(left, rgba(0,0,0,0.2) 0%, rgba(255,255,255,0) 100%);
background: -ms-linear-gradient(left, rgba(0,0,0,0.2) 0%, rgba(255,255,255,0) 100%);
background: linear-gradient(to right, rgba(0,0,0,0.2) 0%, rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff', GradientType=1 );
}

#bannercontent {
	width:960px;
	margin : 0 auto;
	height: 299px;
	position: relative;

}

#title_last_biens {
	  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
}

#acces_client {
	float: right;
  margin-top: 10px;
  font-size: 12px;
  color: #4d4d4d;
}

#slogan {
	color:#111111;
	font-size: 15px;
	font-family: "caslon";
	color: rgb(0, 0, 0);
	float: right;
	margin-top: 60px;
	margin-right: 14px;
	text-transform: uppercase;

}

#slide_home{
	max-width: 100%;
	
	overflow: hidden;
}

#bloc_bleu_tansparent {
	background-color: #2f77b5;
	opacity: 0.8;
  width: 206px;
  height: 375px;
  position: absolute;
right: 20px;
top: 75px;
  z-index: 55;
}

#bloc_bleu_tansparent_content {
	padding: 10px;
text-align: justify;
font-size: 13px;
color: white;
}

#recherche {
	width: 480px;
	height: 260px;
	float: right;
	border-top: 1px solid white;
	margin-right: 20px;
  margin-top: 22px;
}

#recherche select, #recherche input[type="submit"] {
	  width: 200px;
}

#recherche input[type="text"] {

    width: 191px;
  padding-left: 5px;
  }

#titre_recherche {
	font-size: 14px;
	color:white;
	text-transform: uppercase;
	
}


#img_agence_header {
	float: left;
	margin-left: 40px;
	height: 281px;
}

#box_menu_large {
  width: 100%;
  /* height: 26px; */
  float: left;
  border-bottom: 1px solid #1c1c1b;
  padding-bottom: 10px;

}

#box_menu_content{
	float: right;
}

#form_recherche {
  float: left;
  width: 285px;
  height: 300px;
  color: white;
  background-color: #303030;
  font-size: 12px;
  text-align: center;
  padding: 0 10px;
	
}



#form_recherche tr td {
	vertical-align: middle;
	
}

#form_recherche select {
	height: 25px;
}

#form_recherche input[type="text"]{
	height: 16px;
	
}

#recherche input[type="submit"]{

  background-color: white;
  border: 0;
  width: 100px;
  padding: 2px 5px;
  text-align: r;



}

#form_recherche select {
	height: 19px;
	  width: 190px;
border: 1px inset silver;
}

#annonce_une {
	  width: 635px;
  height: 300px;
  position: relative;

}

#infoannonceune {
position: absolute;
  bottom: 0px;
  width: 595px;
  background-color: rgba(48,48,48,0.7);
  color: white;
  padding: 15px;
  right: 0;
}

#infoannonceuneprix {
	font-size:28px;
}

#annonce_une img {
	width: 635px;
    height: 300px;
}

.annonceune {
	width: 260px;
	height: 90px;
	padding: 20px;
	background-color: #e2e2e2;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	 font-size:12px;
}

.annonceune:hover {
	border:1px solid #c9c9c9;
	width: 258px;
	height: 88px;
}

#annonces_une {
	float: left;
	margin-top: 25px;
	  width: 620px;
}

.villeune {
	  margin-left: 10px;
	    max-width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
text-transform: uppercase;
  font-weight: bold;
  
}


.typeune, .chbune, .surfaceune {
	margin-top: 5px;
	  margin-left: 10px;
  max-width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

}

.prixune {
margin-top: 5px;
  margin-left: 10px;
  width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
  text-align: right;
  position: absolute;
  bottom: 0px;
  
}

#texte_hp {
	  float: left;
  width: 100%;
	margin-top: 25px;
	font-size:12px;
	text-align: justify;
	margin-bottom: 30px;
	
}

#about_cail {
	width: 330px;
	margin-top: 30px;
}

#about_cail div.title {
	margin-bottom: 15px;
	text-transform: uppercase;
	
}
#about_cail div.left {
	  font-size: 12px;
  width: 175px;
  text-align: justify;
  margin-left: 10px;
}

#titre_annonce_une {
	color:black;
	text-transform: uppercase;
	font-size: 15px;
	padding-left: 15px;
	height: 30px;
	line-height: 30px;
	background-color: #eeeeee;
	border-bottom: 1px solid #cccccc;
}

#titre_hp_acheteurs {
	color:black;
	text-transform: uppercase;
	font-size: 15px;
	padding-left: 15px;
	height: 30px;
	line-height: 30px;
	background-color: #eeeeee;
	border-bottom: 1px solid #cccccc;
}

#infos_une {
	float: left;
	width: 640px;
	margin-top: 7px;
		border:1px solid #cccccc;
	font-size: 13.33px;
-webkit-box-shadow: 3px 3px 2px 0px rgba(160, 160, 160, 0.75);
-moz-box-shadow:    3px 3px 2px 0px rgba(160, 160, 160, 0.75);
box-shadow:         3px 3px 2px 0px rgba(160, 160, 160, 0.75);
}

#hp_acheteurs {
	float: right;
	width: 308px;
	margin-top: 7px;
margin-right: 11px;
		border:1px solid #cccccc;
	font-size: 13.33px;
-webkit-box-shadow: 3px 3px 2px 0px rgba(160, 160, 160, 0.75);
-moz-box-shadow:    3px 3px 2px 0px rgba(160, 160, 160, 0.75);
box-shadow:         3px 3px 2px 0px rgba(160, 160, 160, 0.75);
}


#content_infos_une {
	height: 190px;
	padding:11px;
}

.bloc_infos_une {
	border:1px solid #cdcdcd;
	float: left;
}
.titre_infos_une {
	background-color: #0056a3;
	border-bottom:1px solid #cdcdcd;
	height: 28px;
	line-height: 28px;
	color:white;
	padding-left: 5px;
	text-transform: uppercase;
	font-size: 12px;
}

.content_bloc_infos_une  {
	padding:11px;
	display: inline-block;
}

.minibloc_bloc1_infos_une{
	float: left;
	width: 130px;
	margin-left: 15px;
	margin-top: 15px;
	position: relative;
}

.chevron_bloc1_infos_une {
	position: absolute;
	left: -15px;
}

#bloc1_infos_une {
	width: 319px;
}

#bloc3_infos_une .titre_infos_une{
	font-size: 9px;
}

#bloc2_infos_une, #bloc3_infos_une {
	width: 282px;
	float: right;
}

.btnpad {
	padding:5px;
	color:white;
	background-color: #0056a2;
	display: inline-block;
}

.img76 img{
	max-width: 76px;
	max-height: 76px;
}

.img120 img{
	max-width: 120px;
	max-height: 76px;
}

#pub_hp {
	float: left;
	text-align: center;
	width: 322px;
	vertical-align: middle;
	height: 194px;
	justify-content: center;
	margin-top: 7px;
}



.btn_newsletter {
	padding:0;
	margin:0;
	height: 19px;
	width: 40px;
	border: 1px solid white;
	background-color: #9f1a60;
	color: white;
	vertical-align: middle;
	line-height: 17px;
}

.input_newsletter {
	padding: 0;
	margin:0;
	width: 130px;
	height: 19px;
	background-color: white;
	color: #9f1a60;
	vertical-align: middle;

}

#icn_media {
	margin-right: 40px;
}



nav {
	/*width: 940px;*/
	
	float: right;
	
}
nav a {
	color: #959595;
	text-decoration: none;
	float: left;
	vertical-align: middle;
	padding: 0 18px;
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	position: relative;
}

.barremenu {
	width: 1px;
	height: 8px;
	background-color: #1d1d1c;
	position: absolute;
  left: 50%;
  bottom: -10px;
  display: none;
  
}

nav a:hover .barremenu {
	display: block;
}

nav a:hover {
	color:#1d1d1c;
}

#menu_selected {
	color: #4d4d4d;
}


.menu_grey_line {
	width: 2px;
	height: 40px;
	padding-left: 9px;
	padding-right: 9px;
	float: left;
}

.menu_grey_line img{
	width: 2px;
	height: 40px;

}

#icn_home {
	margin-top: 6px;
}
/** FIN HEADER **/


#globalcontainer {
	width: 100%;
	
	position: relative;
	float: left;
}

#global {
	width:960px;	
	position: relative;
	
	
	padding-bottom: 15px;
}

#footer {
	width:100%;
	position: relative;
	float: left;
	
	height: 293px;
	
}

#footercontent {
	
height: 178px;
background-color: #5381b5;
position: absolute;
bottom: 0;
width: 100%;
}

#texte_page {
	width: 633px;
	float: right;
	text-align: justify;
	font-size:12px;

}

.blocfooter {
width: 112px;
float: left;
margin-left: 10px;
color: white;
font-size: 12px;
position: relative;
height: 90px;
}

.blocfooter img {
	position: absolute;
	bottom: 0;
}

#titre_footer {
	color:#ff3e2d;
	text-transform: uppercase;
	float: left;
	margin-top: 25px;
	width: 100%;
}

.liste_footer {
	width: 150px;
float: left;
margin-right: 35px;
color: white;
margin-top: 15px;
}

.titre_liste_footer {
	font-size: 14px;
}

.liste_footer ul {
	font-size: 11px;
list-style-type: none;
margin-top: 15px;
}

#last_liste_footer {
	width: auto;
	margin-right: 0px;
	height: 200px;
	position: relative;
	
}

#social{
	position: absolute;
	bottom: 0;
	right: 0;
}

#sociaux {
	margin-top: 20px;
}

.imgsocial {
	float: left;
	margin-left: 8px;
	
}

#globalcontent{
	float: left;
width: 975px;
background: white;
padding-left: 11px;
padding-bottom: 10px;
}

#bloc_moteur_recherche {
	float: left;
	margin-top: 20px;
	width: 420px;
}

#titre_moteur_recherche {
	float: left;
	width: 320px;
	border-right: 1px solid #b3b3b3;
	border-top: 1px solid #b3b3b3;
	border-bottom: 1px solid #b3b3b3;
	padding: 10px 0px 10px 2px;
	font-size:12px;
}

#loupe_moteur_recherche {
	
	border-top: 1px solid #b3b3b3;
	border-bottom: 1px solid #b3b3b3;
	width: 96px;
	text-align: center;
	float: left;
	height: 32px;
	line-height: 42px;	
}

#moteur_recherche {
	float: left;
	height: 110px;
	width: 400px;
	border: 1px solid #666666;
	margin-top: 40px;
	padding-top: 20px;
	padding-right: 20px;
	font-size:12px;
}

#input_budget {
	width: 79px;
	margin-left: 9px;
	border: 2px solid #d9d9d9;
}

#input_ville, #checkbox_achatlocation, #input_type{
	margin-left: 20px;
}

#input_type select{
	margin-left: 15px;
	width: 125px;
	border: 2px solid #d9d9d9;
}
#input_ville select {
	margin-left: 19px;
	width: 130px;
	border: 2px solid #d9d9d9;
}

#input_submit {
	width: 156px;
	margin-top: 15px;
	background-color: white;
	border: 2px solid #d9d9d9;
	padding: 0;
	height: 21px;
}

#louer {
	margin-left: 15px;
}

#input_budget, #input_ville, #input_type {
	margin-top: 15px;
}

#input_type select {
	margin-top: 0;
}

#bloc_video {
	float: right;
	width: 475px;
	margin-top: 20px;
}

#titre_video{
	color:white;
	background-color: #666666;
	padding: 10px 0 10px 30px;
}

#contact1 input, #contact2 input, .style_input {
height: 33px;
width: 225px;
border: 0;
padding: 0;
margin: 0;
color: #959595;
margin-bottom: 15px;
padding-left: 10px;
border: 1px solid silver;
}

#contact2 select {
	border: 1px solid silver;

}

#thumbnail {
	margin-top: 20px;
}

#titre_contact {
	float: left;
	width: 100%;
	background-color: #F0EFEF;
	padding-left:15px;
	margin-bottom: 40px;
}

 #titre_contact span {
	width: 400px;
	margin-bottom: 20px;
	font-size: 12px;
	color:#666666;
}
#thumbnail span {

margin-bottom: 20px;
font-size: 12px;
margin-left: 5px;
/* color: #666666; */
}

#thumbnail img {
	float: left;
	margin-left: 5px;
}

#bloc_bienvenue {
	float: left;
	margin-top: 40px;
	width: 420px;
}

#bloc_bienvenue_titre{
	color:white;
	background-color: #666666;
	padding:13px;
	width: 90px;
	text-transform:uppercase;
}

#bloc_bienvenue_content {
	margin-top: 10px;
	text-align:justify;
	font-size:13px;
	line-height: 15px;
	padding-bottom:15px;
	border-bottom:1px solid #666666;
}

#bloc_estimation {
	float: left;
	margin-top: 40px;
	width: 940px;
}

#bloc_estimation_titre{
	color:white;
	background-color: #666666;
	padding:13px;
	width: 220px;
	text-transform:uppercase;
}

#bloc_estimation_content {
	margin-top: 10px;
	text-align:justify;
	font-size:13px;
	line-height: 15px;
	padding-bottom:15px;
	border-bottom:1px solid #666666;
}

#coup_coeur {
	float: left;
	margin-top: 70px;
	height: 200px;
}

#bg_gris_slider {
	position: relative;
	top: -160px;
	margin-left: 71px;
}

#pr, #pl {
	margin-top: 20px;
	cursor:pointer;
}

#footer {
	width: 100%;
}

#bandeau_gris {
	background-color: #e9e9e9;
	width: 100%;
	height: 42px;
	float: left;
}

#tachecontainer {
	width: 940px;
		margin-left: auto;
	margin-right: auto;
	text-align: center;
	
}

#bandeau_gris2 {
	background-color: #c7c7c7;
	width: 100%;
	height: 42px;
	float: left;
}

#bandeau_gris2_container {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	line-height: 42px;
}

#bandeau_gris2_container span, #infos_footer_container div{
	
	color: white;
	font-size: 14px;
}

#infos_footer_container div{
	margin-bottom: 30px;
	margin-top: 20px;

}

#imgtache {
	margin-top: 12px;
}

#infos_footer {
	height: 300px;
	width: 100%;
	background-color: #c7c7c7;
	padding-top: 10px;
}

#infos_footer_container {

	width: 940px;
	margin-left: auto;
	margin-right: auto;

}

#tel_footer, #fax_footer, #mail_footer {
	float: left;
	margin-left: 40px;
	background-color: #666666;
	padding: 10px 20px;
	color:white;
	margin-bottom: 40px;
	
}

#coordonnees {
	width: 780px;
	text-align: center;
	border-bottom: 1px solid white;
	height: 70px;
	margin-left: auto;
	margin-right: auto;
}

.trait_blanc {
	float:left;
	width:1px;
	height: 36px;
	padding: 0 0px 0 40px;
}

#legal {
	color: #8c8c8c;
	text-align: center;
}

#icn_fb {
	margin-top: 30px;
}

.toggle {
	height: 33px;
	width: 85px;
	border: 1px solid #808080;
	margin-bottom: 15px;
	line-height: 33px;
	text-align: center;
	cursor:pointer;
}

#bloc_form_recherche_liste .toggle {
	height: 33px;
	width: 70px;
	margin-left: 18px;
	font-family: "Arial";
	font-size: 14px;
	border: 1px solid #808080;
	margin-bottom: 15px;
	line-height: 33px;
	text-align: center;
	cursor:pointer;
	margin-top: 25px;
}
.off {
	background-color: white;
	color: #808080;
}

.on {
	background-color: #400026;
	color: white;
}
#col2 {
	margin-top: 30px;
	margin-left: 20px;
	position: relative;
	font-family: 'Roboto';
}

#nb_ventes {
	position: absolute;
	top: 11px;
	left: 8px;
	color: #9f1a60;
	font-size: 10px;
}

#nb_locations {
	position: absolute;
	top: 60px;
	left: 10px;
	color: #9f1a60;
	font-size: 10px;
}
#nb_neufs {

	position: absolute;
	top: 109px;
	left: 10px;
	color: #9f1a60;
	font-size: 10px;
}

#col3 {
	margin-top: 30px;
	width: 250px;
	margin-left: 20px;
}

#col3_liste {
	margin-top: 15px;
	width: 250px;
	margin-left: 20px;
}


#recherche_par_carte {
	margin-left: 50px;
	width: 300px;
	margin-top: 40px;
	float: left;
}

#col4 {
	margin-top: 30px;
	width: 166px;
	margin-left: 20px;
}
#reset_form {
	margin-top: 34px;
	float: right;
	font-size: 12px;
	margin-right: 32px;
	cursor: pointer;
}
#carte {
	width: 300px;
	
	
	
	height: 225px;
}

#annonces_a_la_une, #derniers_biens {
	float: left;
	margin-top: 40px;
	width: 650px;
}

.item_annonce_a_la_une {
	width: 125px;
  height: 240px;
float: left;
margin-right: 8px;
position: relative;
z-index: 20;
  border-right: 1px solid black;
  padding-right: 8px;
}

#last_biens {
	margin-bottom: 30px;
	float: left;
}

.infos_annonce_a_la_une {
	/* margin-left: 5px; */
height: 25px;
line-height: 25px;
/* padding-left: 5px; */

width: 112px;
/*background-image: url('../images/bg_infos_slider.png');*/
font-size: 12px;
position: absolute;
z-index: 20;
text-align: center;
width: 96%;

}

#lienfooter {
	  position: absolute;
  bottom: 20px;
  z-index: 6;
  left: 430px;
  color: white;
  text-decoration: none;
  font-size: 10px;
}

#lienfooter2 {

  color: white;
 
  font-size: 12px;
  margin-bottom: 5px;
}

#desc_annonce_a_la_une {
	line-height: 12px;
	text-align: justify;
	
}

div#desc_annonce_a_la_une br {
  display: none;
}

.prix_annonce_a_la_une {
	  font-size: 18px;
	  margin-top: 4px;
}

.ville_annonce_a_la_une {
	margin-bottom: 5px;
}

.annonce_last {
	margin-right: 0;
	border:0;
}

.annonce_last_lot {
	margin-right: 0;
	margin-bottom: 15px;
}

#pub {
	
	width: 300px;
	height: 350px;
	float: right;
	margin-left: 50px;
	margin-top: 70px;
}

#programme_a_la_une {
	float: left;
	margin-top: 40px;
	width: 650px;
	position: relative;
}

#img_programme_une{
	
}

#bg_programme_une {
position: absolute;
right: 0;
bottom: 0px;
height: 350px;
width: 200px;
background-color: rgba(255,255,255,0.88);
}
#contenu_programme_une {
	margin-top: 10px;
	width: 170px;
	height: 315px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	
}
#type_programme_une {
	margin-top: 20px;

	font-size: 13px;
}
#ville_programme_une {
	font-size: 12px;
}

#desc_programme_une {
	text-align: left;
	font-size: 12px;
	margin-top: 20px;
}
#infos_programme_une {
	text-align: left;
	font-size: 12px;
}
#desc_container {
	text-align: justify;
	margin-top: 20px;
}	

#prix_programme_une {
	color: #9f1a60;
	position: absolute;
font-weight: bold;
bottom: 0px;
right: -5px;
}

.doc_programme_une {


position: absolute;
font-weight: bold;
bottom: 10px;
right: 350px;
}

.detail_programme_une {


position: absolute;
font-weight: bold;
bottom: 10px;
right: 200px;
}

.programme_a_la_une {
	float: left;
	margin-top: 40px;
	width: 650px;
	position: relative;
	
}

.img_programme_une{
	
}

.bg_programme_une {
position: absolute;
right: 0;
bottom: 2px;
height: 350px;
width: 650px;
background-color: rgba(255,255,255,0.85);
}
.contenu_programme_une {
	margin-top: 10px;
	width: 630px;
	height: 315px;
	margin-right: auto;
	margin-left: auto;
	
}
.type_programme_une {
	margin-top: 15px;
	
	font-size: 15px;
}
.ville_programme_une {
	font-size: 12px;
}

.desc_programme_une {
	text-align: left;
	font-size: 12px;
	margin-top: 15px;
}
.infos_programme_une {
	text-align: left;
	font-size: 12px;
}
.desc_container {
	text-align: justify;
	margin-top: 15px;
	padding-right: 10px;
	height: 94px;
	overflow: auto;
}	

.prix_programme_une {
color: #9f1a60;
position: absolute;
font-weight: bold;
bottom: 10px;
right: 10px;
}
.lots_container {
	height: 147px;
	width: 630px;
	overflow-x:auto;
}
.lots_programme_une {

	margin-top: 15px;
}

.lot_programme_une {
	margin-top: 15px;
	font-size: 12px;
	float:left;
	width:150px;
	height: 100px;
	padding:15px;
	border: 1px solid black;
	margin-left: 10px;
}

.lot_programme_une:hover {
	color: white;
	background-color: rgba(159, 26, 96, 0.68);
	cursor: pointer;
}


#clients_recherchent {
	float: left;
	margin-top: 25px;
	width: 300px;
	margin-left: 50px;
	position: relative;
}

#en_ce_moment, #actus {
	float: left;
	margin-top: 40px;
	width: 313px;
	position: relative;
}


#bg_en_ce_moment, #bg_actus{
	height: 100px;
}
#content_en_ce_moment, #content_actus {
	background-color: white;
	height: 105px;
	position: relative;
	padding-top: 20px;
}

#texte_en_ce_moment, #texte_actus {
	width: 278px;
	text-align: justify;
	font-size: 13px;
}

#plus_en_ce_moment, #plus_actus {
	position: absolute;
	right: 20px;
	bottom: 10px;
}

#actus {
	margin-left: 25px;
}

#pub2 {
	
	width: 300px;
	height: 250px;
	float: right;
	margin-top: 45px;
}

#favoris {
	float: right;
	margin-top: 40px;
	
	margin-right: 200px;
}

.favoris_item {
	position: relative;
	width: 300px;
	height: 110px;
	background-color: white;
	margin-bottom: 10px;
}
.supprimer {
	position: absolute;
	bottom: 10px;
	right: 10px;
	cursor:pointer;
}

.favoris_img {
	float: left;
}
 .ui-effects-transfer {
   height: :49px;
   width: 125px;
   	background-image: url('../img/icn_favoris.png');
   	background-repeat: no-repeat;
    position: relative;
    z-index: 999;
  }
.favoris_desc {
	float: left;
	font-size: 13px;
	margin-top: 10px;
	margin-left: 20px;
	position: relative;
}

.favoris_prix {
	color: #9f1a60;
	text-transform: uppercase;
	font-size: 15px;
	position: absolute;
	
	bottom: -63px;
}

/** DETAIL BIEN **/

#slide {
	width: 393px;
}
#detail_desc {
	  width: 100%;
	  padding-bottom: 50px;
}


/** FIN DETAIL BIEN **/



#social_titre1 {
	font-size: 30px;
	color: #9f1a60;
	margin-top: 45px;
}

#social_titre2 {
	font-size:14px;
}

#social_logos {
	margin-top: 30px;
}



#icn_top {
	position: absolute;
	bottom: -2px;
	right: 132px;
	cursor: pointer;
}

/** LISTING **/


#listing {

	float: left;
}

#tri_liste {
height: 35px;
  line-height: 35px;
  font-size: 12px;
  border-top: 1px solid #cbcbcb;
  border-bottom: 1px solid #cbcbcb;

}

#tri_liste a {
	color:black;
	text-decoration: none;
	margin-left: 50px;
}

#nb_resultats_text {
	";
	font-size: 14px;
	color: #808080;
	margin-bottom: 30px;

}

#liste_biens  {
	width: 740px;
	background-color: #edeaeb;
	padding-top:17px;
	padding-bottom: 10px;
	
}

.seplisting {
	  color: #cbcbcb;
  background-color: #cbcbcb;
  /* padding: 10px 0; */
  width: 670px;
  margin: 10px auto;
  height: 1px;
}

.seplisting hr {
	  border: 1px solid;
}

.annonce_bien {
width: 670px;
	background-color: white;
	height: 150px;
	  margin: 0 auto;
	position: relative;
	
  overflow: hidden;
}

.content_annonce_bien{
	height: 133px;
}

.content_annonce_bien .image {
	
	float: left;
	  margin-right: 15px;
}

.infos_listing {
	margin-top: 15px;
	float:right;
	text-align: right;
}

.prix_listing {
	
	float: right;
	background-color: #d3d3d3;
	padding: 10px;
	color:black;
}

.charges_listing {

	color: #9f1a60;
	font-size: 13px;
	font-weight: bold;
}

.ville_listing {
	font-size: 12px;
	text-transform: uppercase;
	
	
}

.listedetails {
	  width: 430px;
	
}

.listedetails span {
	margin-right: 45px;
}

.pluslien {
	color:white;
	background-color: #e54853;
	padding: 5px 10px;
	text-decoration: none;
	margin-right: 30px;
	-webkit-box-shadow: 2px 2px 0px 0px rgba(127,127,127,1);
-moz-box-shadow: 2px 2px 0px 0px rgba(127,127,127,1);
box-shadow: 2px 2px 0px 0px rgba(127,127,127,1);
}

.pluslien:hover {
	position: relative;
	top: 2px;
	right: -2px;
	box-shadow: none;
}

 .nature_listing {
	text-transform: lowercase;
	margin-left: 20px;
	font-size: 13px;
	color: #666666;
}

.caracteristiques_listing {
	float: left;
	margin-top: 10px;
	width: 435px;
}
.description_listing {
  width: 63%;
  float: left;
  font-size: 12px;
  text-align: justify;
  height: 36px;
  overflow-y: hidden;
  padding-right: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #666666;
}

.reference_listing {
	float: left;
width: 200px;
font-size: 11px;
color: #666666;
}
.annonce_bien .savoir_plus {
	position: absolute;
	right: 20px;
	bottom: 5px;
}

.surface_listing {
	font-size: 13px;
	color: #9f0060;
}

#liste_biens > div.footer_listing > div.paging a {
background-color: white;
color: black;
padding: 1px 5px 1px 5px;
text-decoration: none;
}

#liste_biens > div.footer_listing > div.paging a:hover {
background-color: #666666;
color: white;

}

.footer_listing {
float: right;
  /* font-family: 'Roboto'; */
  margin-top: 22px;
  font-size: 12px;
  font-weight: 100;
}
.current {
background-color: #666666;
color: white;
padding: 1px 5px 1px 5px;
}

#nb_results {
margin-top: 15px;
float: right;
}


/** FIN LISTING **/


/** DETAIL BIEN **/
#entete_ville {
	font-size:15px;
	text-transform: uppercase;
	color:black;
	float: right;
	
}

.btn_details a {
	padding:8px 18px;
	color:white;
	background-color: #303030;
	font-size:12px;
	vertical-align: middle;
	margin-right:20px;
		 text-decoration: none;

}

#cosyndic {
  width: 270px;
  height: 197px;
  background-image: url(../images/bg_co.png);
  margin: 50px auto 0px auto;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#bloc_desc_droite {
  float: left;
  font-size: 12px;
  text-align: justify;
  /* margin-top: 20px; */
  width: 395px;
  margin-bottom: 15px;
    padding-right: 26px;
  border-right: 1px solid #cbcbcb;
}

.menu_selected {
	color:black;
}

.menu_selected .barremenu {
	display: block;
}

#btndetails {
	border:1px solid #c6c6c6;
	background-color: #e0e0e0;
	width:493px;
	height:90px;
	float:right;
	text-align: center;
	line-height: 90px;
	vertical-align: middle;
	
	
}


#liste_desc {
	float:right;
	font-size:12px;
	max-height: 300px;
	overflow: hidden;
	margin-top:20px;
	  width: 500px;
	 margin-bottom:15px;
}

#entete_detail {
	margin-top: 50px;
	margin-bottom: 10px;
	width: 780px;
	width: 710px;
/* padding: 20px; */
margin-left: 15px;
}

#entete {
	width: 780px;
margin-bottom: 60px;

}

#ref_bien {
	width: 100%;
float: left;
/* margin-top: 15px; */
margin-bottom: 15px;
font-size: 12px;
color: rgb(58, 58, 58);
text-align: right;
}
#ville_details {
	text-transform: uppercase;
	width: 25%;
}

#type_details {
	margin-left: 25px;
margin-bottom: 5px;
float: left;
margin-top: 3px;
color: #666666;
}

#borderslide {
	border: 1px solid silver;
padding: 5px;
}

#bloc_left_videos {
	float: left;
width: 400px;
}

#titre_videos {
	background-color: #F0EFEF;
padding: 16px 15px;
}

#titre_videos span, #archive_videos span {
	font-size: 14px;
	color: #7e7e7e;
}

#archive_videos {
	float: left;
	width: 97.5%;
	margin-bottom: 30px;
	margin-top: 30px;
	background-color: #F0EFEF;
padding: 16px 15px;
}

#titre_videos_hp {
	float: left;
background-color: #F0EFEF;
width: 100%;
margin-bottom: 30px;
}

#texte_videos {
	margin-top: 30px;
	font-size: 13px;
	color: #7e7e7e;
	text-align: justify;

}

#prix_details {
	float: right;
	font-weight: bold;
	margin-top: 3px;
	color: #666666;
}

#chambres_details, #surface_details {
	width: 25%;
	color: #a42869;
	text-align: center;
}

#detail_desc {
	float: left;
	  background-color: #eeebec;
	  padding-bottom: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #cbcbcb;
  padding-left: 20px;
  width: 702px;

}

.rea {
	  float: left;
  width: 740px;
  margin-bottom: 30px;
}

.txt_rea {
	font-size: 12px;
	text-align: justify;
	
}

.img_rea {
	float:right;
	width:200px;

}

.photo_rea {
	  float: right;
	    margin-bottom: 10px;
}

.titre_rea {
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 10px;
}

#entete1 {
background-color: white;
  margin-top: 15px;
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  /* padding: 11px 0; */
  font-size: 12px;
  vertical-align: middle;
  position: relative;
  line-height: 34px;

}

#detail_gauche {
	float: left;
	width: 325px;
}

#detail_droite {
	float: right;
}
#description_details {
	float: left;

width: 100%;
	margin-bottom: 30px;
}
#description_texte {
	width: 100%;

	text-align: justify;
	font-size: 12px;
	padding-right: 10px;
	

}

#description_titre, #projet_titre {
	border-bottom:1px solid #666666;
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

#projet_titre table tr td{
	font-size: 13px;
}

#caracteristiques_titre, #description_complete_titre
{
	border-bottom:1px solid #666666;
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

#description_titre span,#caracteristiques_titre span, #description_complete_titre span, #projet_titre span, #ville_details span {
padding: 5px;
color:white;
background-color: #666666;
font-size: 13px;
float: left;
}


#caracteristiques_details {
	float: left;
}
#caracteristiques_texte {
	width: 220px;
	text-align: justify;
	font-size: 12px;
	
}

#energie {
	float: left;
	margin-top: 30px;
	width: 780px;
	padding-top: 15px;
	border-top:1px solid #666666;
}

#energie_gauche{
	float: left;
}

#energie_droite{
	float: right;
}

#description_complete {
	float: left;
	margin-left: 23px;
	width: 68%;
}
#description_complete_texte {
	width: 100%;

	text-align: justify;
	font-size: 12px;
	padding-right: 10px;

}

.greybar {
	width: 602px;
	float: left;
	margin-left: 23px;
	margin-top: 30px;
	margin-bottom: 30px;
}
#description_complete_texte ul {
	float: left;
	margin-left: 10px;
	width: 46%;
}
#description_complete_texte li {
	
}

#loi_allur{
	margin-top: 20px;
	float: left;
	margin-left: 23px;
	font-size: 12px;

}

#bloc_options {
width: 100%;
float: left;
/* margin-left: 23px; */
margin-top: 40px;
}

#bloc_options1, #bloc_options2, #bloc_options3 {
	float: left;
}
#bloc_options1 {
	width: 100%;
}

#bloc_options2, #bloc_options3 {
	width: 100%;
	margin-left: 10px;
}

#rappel, #visite {
	background-color: #9f1a60;
	width: 150px;
	height: 36px;
	color:white;
	text-decoration: none;
	float: left;
	text-align: center;
	line-height: 32px;
	margin-bottom: 5px;
}

#detail_liens {
	float: right;
	width: 220px;
	margin-right: 23px;
}
.detail_lien img {

	vertical-align: middle;
	margin-left: 5px;
	height: 25px;		
	margin-bottom: 5px;
}

.detail_lien {
	font-family: "Arial";
	font-size: 13px;
	color:#808080;
	float: right;
	background-color: #666666;
	margin-left: 10px;
	height: 26px;
	

}

.detail_lien a {
	color:white;
	padding-left: 5px;
	text-decoration: none;
}

#simulateur {
	float: left;
	width: 300px;
	margin-left: 50px;
	margin-top: -28px;
}

#form_simulateur {
	width: 300px;
	height: 410px;
	background-color: white;
	text-align: center;
	padding-top: 20px;
	margin-top: 30px;
}

#form_simulateur input {
	margin:0;
	padding:0;
	border: 2px solid #e3e3e3;
	width: 252px;
	height: 27px;
	background-color: #ebebeb;
	margin-bottom: 20px;
	color: #a1a1a1;
	text-align: center;
}
#form_simulateur input[type="button"] {
	margin:0;
	padding:0;
	border: 0;
	width: 300px;
	height: 50px;
	background-color: #9f1a60;
	margin-bottom: 20px;
	color: white;
	text-align: center;
}

#form_simulateur input[type="radio"] {
	margin:0;
	padding:0;
	border: 0;
	height: 12px;
	width: 12px;
	background-color: #9f1a60;
	margin-bottom: 20px;
	color: white;
	text-align: center;
}

#detail_contact {
	width: 300px;
	height: 114px;
	background-color: #400026;
	color: white;
	text-align: center;
	float: left;
	margin-left: 50px;
	margin-top: 40px;
}

#detail_conseil {
	float: left;
	width: 300px;
	margin-left: 50px;
	margin-top: 40px;
}

#conseil {
	margin-top: 35px;
	background-color: white;
	width: 300px;
	
	color: #808080;
}

#conseil_texte {
	text-align: justify;
	font-family: "Arial";
	font-size: 13px;
	margin: 20px 25px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#back {
	float: left;
	margin-top: 20px;
	
}

#back a{
	text-decoration: none;
	color: black;
}

#infos_legales {
	float: left;
font-size: 12px;
margin-top: 30px;
font-weight: bold;
margin-left: 23px;
}

#estimation1, #estimation2 {
	margin-top: 35px;
}

.style_liste {
padding: 0;
border: 0;
margin: 0;
color: #808080;
padding-left: 5px;

background-color: white;
width: 235px;
height: 33px;
border: 1px solid silver;

margin-bottom: 15px;
}

#rappel:hover, #visite:hover {
	background-color: #851851;
}

/** FIN DETAIL BIEN **/

/** CONTACT **/

#contact1 {
	margin-top: 40px;
	width: 235px;
	float: left;
}
#contact1 input, #contact2 input, .style_input {

}

#contact2 {
	margin-top: 40px;
	float: left;
	width: 405px;
	margin-left: 10px;
}

#contact2 textarea {
	border:0;
	padding:0;
	margin:0;
	color: #959595;
	font-family: arial;
font-size: 13px;
}

#contact2 input[type="submit"], .style_submit {
border: 0;
  padding: 0;
  margin: 0;
  /* float: right; */
  background-color: #9f0060;
  color: white;
  width: 80px;
  margin-top: 15px;
  height: 33px;
  display: inherit;
  /* float: left; */
  /* margin-left: 160px; */
}

#contact table tr td input { 

width: 98%;
	padding: 5px;
}

#contact textarea {
	font-family: Arial;
	padding:5px;
	  width: 618px;
}


#contact_maps {
	float: right;
}

/** FIN CONTACT **/


/** PROMOTION **/

#promotion {
	float: left;
	margin-top: 40px;
	width: 650px;
}
#bloc_promotion {
	background-color: white;
	width: 651px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.texte_promotion {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	text-align: justify;
	font-family: "Arial";
	font-size: 13px;
}
.texte_promotion p {
	margin-bottom: 20px;
}

table.dataGridView td {
									padding:3px;
								}

/** FIN PROMOTION **/

#copyright {
	/*position: absolute;
	right: 132px;
	margin-top: 30px;*/

	position: absolute;
right: 132px;
/* margin-top: 30px; */
bottom: -30px;
/* margin-bottom: 30px; */
/* height: 80px; */
}

#footer_logo {
}

#footer_infos {
	margin-top: 30px;
	width: 500px;
	color:white;
	text-align: justify;
	font-size: 12px;
	line-height: 1.1;
}

#footer_white_line {
	margin-top: 30px;
	margin-bottom: 30px;
}

#conteneur_adresses {

}
.footer_adresse {
	
	float: left;
	width: 193px;
	font-size: 12px;
}

.adress_details {
	color: white;
	margin-top: 15px;
}

#more_infos, #partenaires {
	float:right;
	color: white;
	margin-top: -80px;
}

#more_infos .title, #partenaires .title {
	font-size:20px;
	margin-bottom: 10px;
}

#more_infos a, #partenaires a {
	color:white;
	font-size: 13px;
}

#more_infos ul, #partenaires ul {
	list-style-type: none;
	margin-top: 15px;
}

#partenaires {
	margin-left: 60px;
}

#table_inscription input {
	padding: 0;
border: 0;
margin: 0;
color: #808080;
padding-left: 5px;
border: 1px solid #ebebeb;

width: 160px;
height: 33px;
margin-bottom: 15px;
}

#contact{
	float: left;
	width: 100%;
float: left;
  width: 630px;
  padding: 0 50px;
  background-color: #e7e6e1;
    padding-bottom: 50px;
}



#contact table tr td {
	vertical-align: top;
}



#contact_titre {
	text-align: center;
	font-size: 36px;
	color: #666666;
	font-weight: bold;
	font-style: italic;
	margin-top: 15px;
}

#contact input[type="submit"] {
	  width: 140px;
  float: right;
  /* margin-top: 15px; */
  /* border-color: #0082c7; */
  background-color: #0082c7;
  /* border-radius: 8px; */
  color: white;
  padding: 10px 0px;
  border: 0;
  text-transform: uppercase;
  /* position: relative; */
  /* left: -162px; */
}

.ligne_actu_page {
	background-color: white;
}

.listecher {
	padding: 12px;
}

.clients_desc {
	height:120px;
	width: 70%;
	overflow-x: auto;
	margin-top: 10px;
}

.ligne_actu_page {
	height: 190px;
	margin-bottom: 30px;
}

.liste_docs {
	position: absolute;
background: white;
padding: 10px;
z-index: 6;
margin-top: 5px;
width: 170px;
height: auto;
text-align: center;
}

.annonce_bandeau {
position: absolute;
top: 15px;
background-color: rgba(159, 26, 96, 0.83);
color: white;
padding: 10px;
/* padding-right: 218px; */
width: 280px;
}
.annonce_bandeau_detail {
position: absolute;
margin-top: 40px;
background-color: rgba(159, 26, 96, 0.83);
color: white;
padding: 10px;
/* padding-right: 218px; */
width: 280px;
}


.lien_mentions_legales {
	text-decoration: none;
	color:white;
}

#hcol1, #hcol2, #hcol3 {
	float: left;
	width: 320px;
}

#hcol1 a, #hcol2 a, #hcol3 a{
	margin-bottom: 10px;
	float: left;
	text-decoration: none;
	color: white;
}

#hcol2, #hcol3 {
	margin-left: 15px;
}


.checkbox {
	margin-top: 7px;
}
.player {
	margin-bottom: 25px;
}
/** CLASSES BASIQUES **/

.right {
	float: right;
}

.left {
	float: left;
}

.center {
	margin-left: auto;
	margin-right: auto;
}
.pink_title {
  font-size: 17px;
  color: #666666;
  /* margin-bottom: 10px; */
  margin-top: 20px;
  border-bottom: 1px solid;
  padding-bottom: 5px;
  width: 500px;
}

.pink_title2{
	color:white;
	background-color: #666666;
	padding: 5px;
	border-bottom: 1px solid #666666;
	width:auto;
}
.pink {
	
}

.vam {
	vertical-align: middle;
}

.tac {
	text-align: center;
}

.trunc {
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.italic {
	font-style: italic;
}

.noml {
	margin-left: 0;
}

img.desaturate { -webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
filter: grayscale(100%);
}

.txt_gris {
	color:#c7c7c7;
}

.dataGridView {
color: #44474E;
border: 1px solid #CFCFCF;
width: 100%;
border-collapse: collapse;
margin-top: 15px;
}
.dataGridView tr {
background-color: white;
}
.dataGridView th {
font-weight: normal;
text-align: center;
background-color: #2f2f2f;
border: 1px solid #CBCBCB;
font-family: 'LatoBold', arial, serif;
font-size: 13px;
padding: 3px;
color: white;
}
.dataGridView td {
border: 1px solid #CBCBCB;
font-family: 'LatoRegular', arial, serif;
font-size: 13px;
padding: 3px;
text-align: center;
}

.clear {
	clear:both;
}



#ulzone {
	width: 81px;
  margin-top: 18px;
  line-height: 36px;
  color: white;
  position: relative;
  z-index: 20;
  border-right: 1px solid white;
}

#carte_moteur_recherche {
	padding-top:29px;
	
	width:200px;
	float:left;
	text-align:center;
	  height: 234px;
  margin-left: -19px;	margin-top: -15px;
}

.carte {
  position: relative;
}

.carte_legende {
	background: none repeat scroll 0 0 rgb(214, 30, 40);
	color: white;
	display: none;
	font-family: Arial;
	font-size: 12px;
	padding: 8px;
	position: absolute;
	z-index: 500;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#carte_nord_legende {
	left: 119px;
	top: 44px;
}
#carte_est_legende{
	left: 160px;
	top: 94px;
}
#carte_ouest_legende{
	left: 0;
	top: 74px;
}
#carte_sud_legende{
	 left: 70px;
	 top: 154px;
}
#carte_centre_legende{
	left: 70px;
	top: 84px;
}
.carte_luxembourg img{
	left:15px;
	cursor:pointer;
	top:20px;
}
#carte_moteur_recherche{
		padding-top:0px;
}

#carte_moteur_recherche .carte_luxembourg {
	padding-top:20px;
}

</style>