/* CSS Document */
@charset "UTF-8";

html {
	/*border:#FF0000 solid 1px;*/
	width:100%;
	height:100%;
}
/**********************************************/
body {
	/*border:#FFFFFF solid 1px;*/
	background-color:#2F2F2F;
	width:100%;
	height:100%;
	color:#FFFFFF;
	font-size:11px;
	margin: 0;
	padding: 0;
}
/**********************************************/
/*--------------------------------------------*/
/**********************************************
a.type1 {			color: #FFFFFF; font-size:0.8vw; text-decoration:none }
a.type1:visited {	color: #FFFFFF; text-decoration:none }
a.type1:hover  {	color: #37AAC7; text-decoration:none }
/*----------------------------------------------*
a.type2 {			color: #FFFFFF; font-size:11px; text-decoration:none }
a.type2:visited {	color: #FFFFFF; text-decoration:none;}
a.type2:hover  {	color: #37AAC7; text-decoration:none; font-style:italic;}
/*----------------------------------------------*
a.type3 {			color: #FFFFFF; font-size:0.9vw; text-decoration:none }
a.type3:visited {	color: #000000; text-decoration:none }
a.type3:hover  {	color: #37AAC7; text-decoration:none; font-style:italic; font-weight:bold }
/*----------------------------------------------*
a.type4 {			color: #37AAC7; font-size:0.9vw; text-decoration:none }
a.type4:visited {	color: #FFFFFF; text-decoration:none }
a.type4:hover  {	color: #37AAC7; text-decoration:none; font-style:italic; font-weight:bold }
/**********************************************/
/*--------------------------------------------*/
/**********************************************/
/*--------------------------------------------*/
#filtre	{
  display:none;
  position:fixed;
  top:0%;
  left:0%;
  width:100%;
  height:100%;
  background-color:#2045F4;
  opacity:0.7;
  filter: alpha(opacity=70);
  z-index:10;
}
/*--------------------------------------------*/
#box_formulaire	{
	display:none;
	border:#FF0000 solid 5px;
	background-color:#575046;
	position:fixed;
	top:20%;
	left:30%;
	width:40%;
	height:60%;
	overflow:auto;
	z-index:11;
}
/*--------------------------------------------*/
#boxheader	{
	/*background-color:#333333;*/
	border-bottom:1px solid black;
	position:absolute;
	top:0%;
	left:0%;
	width:99%;
	height:28px;
	color:#FFFFFF;
	font-size:2em;
	text-align:center;
	padding:2px 0px 0 0px;
	margin:0;
	margin-right:20px;
}
/*--------------------------------------------*/
#boxclose	{
	float:right;
	position:absolute;
	top: 0;
	left:96%;
	/*right:20px;*/
	background-image:url(../../images/close.png);
	background-repeat:no-repeat;
	background-color:#CCC;
	border:1px solid black;
	width:28px;
	height:26px;
	margin-right:10px;
	cursor:default;
}
/*--------------------------------------------*/
#box_includeDevis	{
	display:none;
	/*border:#FFFF00 solid 1px;*/
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:auto;
	margin: 30px 0 0 0;
	padding: 0 0 0 0;
	overflow:hidden;
}
/*--------------------------------------------*/
#box_includeContact	{
	display:none;
	/*border:#FFFF00 solid 1px;*/
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:auto;
	margin: 30px 0 0 0;
	padding: 0 0 0 0;
	overflow:hidden;
}
/*--------------------------------------------*/
/***********************************************
/*--------------------------------------------*/
.table {
	/*border:#FFFFFF solid 1px;*/
	float: left;
	width:100%;
	height:auto;
	border-collapse:collapse;
	border-spacing:1px;
}
/*----------------------------------------*/
.td_L {
	text-align:left;
}
/*----------------------------------------*/
.td_C {
	text-align:center;
}
/*----------------------------------------*/
.td_R {
	text-align:right;
}
/*----------------------------------------*/
.td_J {
	text-align:justify;
}
/**********************************************/
/*--------------------------------------------*/
/**********************************************/
.ing {
	border-width: 0;
}
/**/
.ing_logo {
	border-width: 0;
}
/*----------------------------------------------*/
.div_site {
	/*border:#FF00FF solid 2px;*/
	background-color:#2D2D2D;
	background-image:url(../../photos/tumulus_frontview.jpg);
	background-repeat:no-repeat;
	background-position:left;
	background-size:100% 100%;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	font-family: "Tahoma", Verdana, Trebuchet MS;
	font-size:12px;
	z-index: 0;
}
/*--------------------------------------------*/
.div_entete {
	/*border:#F0000F solid 2px;*/
	background-image:url(../../images/logo_font.jpg);
	background-repeat:no-repeat;
	background-position:left;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:aut;
	/*z-index:10;*/
}
/*--------------------------------------------*/
.div_logoSite {
	/*border:#FF00FF solid 1px;*/
	float: left;
	width:90px;
	height:100px;
	/*z-index:10;*/
}
/*--------------------------------------------*/
.div_logoTitre {
	/*border:#0000FF solid 1px;*/
	float:right;
	width:90%;
	height:auto;
	margin:10px 0 0 0;
	/*z-index:10;*/
}
/*--------------------------------------------*/
.div_menu {
	/*border:#FF0000 solid 1px;*/
	display:block;
	float:right;
	width:Auto;
	height:auto;
	margin:1vw 0 1vw 0;
	/*padding:3px;*/
	/*z-index:10;*/
}
/*--------------------------------------------*/
.div_centre {
	/*border:#00FF00 solid 1px;*/
	display:block;
	float:left;
	width:80%;
	height:auto;
	margin:25% 10% 0 10%;
	/*z-index:10;*/
}
/*--------------------------------------------*/
.div_titre {
	/*border:#00FFF0 solid 1px;*/
	background-color:#0abbe7;
	display:block;
	float:left;
	width:100%;
	height:auto;
	font-family:"Arial Black";
	color:#000000;
	font-size:24px;
	font-weight:bold;
	text-align:center;
	margin:1% 0 0 0;
	/*z-index:10;*/
}
/*--------------------------------------------*/
.div_login {
	/*border:#00FF00 solid 1px;*/
	display:block;
	float:left;
	width:80%;
	height:auto;
	font-family: "Verdana", Tahoma, Trebuchet MS;
	font-size:14px;
	margin:0 10% 0 10%;
	/*z-index:10;*/
}
/*--------------------------------------------*/
/*--------------------------------------------*/
.div_inter {
	/*border:#FFFF00 solid 1px;*/
	float: left;
	width: 99%;
	height:50px;
	/*padding-bottom:50px;*/
	/*margin-bottom:50px;*/
}
/*--------------------------------------------*/
/**********************************************

/**********************************************

/**********************************************
.div_corps {
	border:#FFFF00 solid 1px;
	float:left;
	width:80%;
	height:200px;
	color:#FFFFFF;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	text-align:center;
	margin:20% 0 0 10%;
	padding-right:5px;
	z-index:600;
}
/**********************************************
.conteneurRecherche_hight {
	/*border:#FF0000 solid 1px;*
	display:block;
	float:left;
	width:88%;
	height:600px;
	margin-left:3%;
	padding:0 3% 0 3%;
}
/**********************************************/
/**********************************************
.div_interCalaire0 {
	/*border:#0833D7 solid 1px;*
	background-color:#FFFF00;
	float:left;
	width:99%;
	height:10px;
	color:#000000;
	font-size:16px;
	margin-top:1px;
}
/*********************
.div_interCalaire11 {
	/*border:#15BCB9 solid 1px;
	/*background-color:#FFFFFF;*
	float:left;
	width:99%;
	height:10px;
	margin:0 0 1% 0;
}
/*********************
.div_interCalaire2 {
	/*border:#E89798 solid 1px;
	/*background-color:#FFFF00;*
	float:left;
	width:99%;
	height:10px;
	margin:0 0 1% 0;
}
/**********************************************/
/**********************************************
.divMenu_indexHightInclude {
	/*border:#FF0000 solid 1px;*
	display:block;
	float:left;
	width:80%;
	height:auto;
	margin:0 0 0 10%;
	padding:0;
}
/*********************************************
.divMenu_indexSmallInclude {
	/*border:#FF0000 solid 1px;*
	display:none;
	/*float:left;
	width:80%;
	height:auto;
	margin:0 0 0 10%;
	padding:0;*
}
/*********************************************/
/*********************************************
.divMenu_indexHightInclude {
	/*border:#66F766 solid 1px;*
	float:left;
	width:100%;
	height:100%;
	display:table;
	margin:auto;
}
/**********************************************/
/*----------------DIV ANNONCE-----------------*/
/**********************************************
.touteAnnonce {
	/*border:1px solid #00FF00;*
	position:relative;
	width:90%;
	height:auto;
	margin:0 auto 0 auto;
}

.td_C33 {
	/*border:8px solid #FFF;*
	width:33%;
	text-align:center;
}
.td_C34 {
	/*border:8px solid #FFF;*
	width:34%;
	text-align:center;
}
/*------------------------------------------*
.annonceT {
	border-radius: 8px;
	background: #444444;
	background-image: linear-gradient( #999999, #000000);
	box-shadow: 1px 1px 10px black inset, 
                 0 1px 0 rgba( 255, 255, 255, 0.4);
	float:left;
	width:84%;
	height:30px;
	color:#FFFFFF;
	font-size:11px;
	margin-left:7%;
	margin-bottom:5%;
	padding-top:5px;
	transition-property:background-image;
	transition-duration: 2s;
}

.annonceT:hover{
	color:#37AAC7;
	background:#222222;
	background-image:linear-gradient( #000000, #999999);
}

.lienAnnonce {
	/*background-color:#999999;*
	color:#FFFFFF;
	text-decoration:none;
}
/*------------------------------------------*
.annonceLocation, .annonceVilla, .annonceAppartement {
    border:10px solid #FFFFFF;
	border-radius: 10px;
	float:left;
	width:80%;
	height:27em;
    overflow:hidden;
    text-align:center;
	margin-left:7%;
}
/*----------------------------------------*
.ingAnnonce {
	width:100%;
	height:15em;
	max-height:500px;
    margin: 0 auto;
    display: block;
}
/*----------------------------------------*
.anon1 {
	/*background: #FF0000;*
	width:100%;
	height:500px;
}
/*----------------------------------------*
.table {
	/*border:#FFFFFF solid 1px;*
	float: left;
	width:100%;
	height:auto;
	color:#FFFFFF;
	border-collapse:collapse;
	border-spacing:1px;
}
/*--------------------------------------------*
#td_ville {
	background-color: rgba(0, 0, 0, 0.5);
	width:100%;
	color:#37AAC7;
	font-family:"Courier New", Courier, monospace;
	font-size:1.6vw;
	font-style:italic;
	text-align:center;
}
/*--------------------------------------------*
#td_quartier {
	background-color: rgba(0, 0, 0, 0.5);
	width:100%;
	color:#37AAC7;
	font-family:"Times New Roman", Times, serif;
	font-size:1.3vw;
	font-style:italic;
	text-align:center;
}
/*--------------------------------------------*
#td_titre {
	background-color: rgba(0, 0, 0, 0.5);
	width:100%;
	font-family:"Times New Roman", Times, serif;
	font-size:1.1vw;
	font-style:italic;
	text-align:center;
}
/*--------------------------------------------*
#div_texte {
	/*border:#FFFF00 solid 1px;*
	background-color: rgba(0, 0, 0, 0.5);
	width:100%;
	overflow:hidden;
	height:auto;
	
	font-family:"Times New Roman", Times, serif;
	font-size:1em;
	text-align:center;
}
/*--------------------------------------------*
#td_ref {
	background-color: rgba(0, 0, 0, 0.5);
	width:50%;
	font-family:"Times New Roman", Times, serif;
	font-size:1.6em;
	text-align:center;
}
/*--------------------------------------------*
#td_prix {
	background-color: rgba(0, 0, 0, 0.5);
	width:50%;
	font-family:"Times New Roman", Times, serif;
	font-size:1.6em;
	text-align:center;
}
/*----------------------------------------*
.items1 {
    -webkit-animation: scroll 20s infinite;
    -moz-animation: scroll 20s infinite;
    -ms-animation: scroll 20s infinite;
}
/*----------------------------------------*
.items2 {
    -webkit-animation: scroll 20s infinite;
    -moz-animation: scroll 20s infinite;
    -ms-animation: scroll 50s infinite;
}
/*----------------------------------------*
.items3 {
    -webkit-animation: scroll 20s infinite;
    -moz-animation: scroll 20s infinite;
    -ms-animation: scroll 35s infinite;
}
/*----------------------------------------*
@-webkit-keyframes scroll {
	  0%     { margin-top: 0; }
	 27.33%  { margin-top: 0 }
	 33.33%  { margin-top: -500px; }
	 60.66%  { margin-top: -500px; }
	 66.66%  { margin-top: -1000px; }
	 94.99%  { margin-top: -1000px; }
	100%     { margin-top: 0 }
}
/*----------------------------------------*
@-moz-keyframes scroll {
	 0%     { margin-top: 0; }
	27.33%  { margin-top: 0 }
	33.33%  { margin-top: -500px; }
	60.66%  { margin-top: -500px; }
	66.66%  { margin-top: -1000px; }
	94.99%  { margin-top: -1000px; }
   100%     { margin-top: 0 }
}
/*----------------------------------------*
@keyframes scroll {
	0%   { margin-top: 0; }
	
	14.00%  { margin-top: 0 }
	20.00%  { margin-top: -500px; }
	
	34.00% { margin-top: -500px; }
	40.00% { margin-top: -1000px; }
	
	54.00% { margin-top: -1000px; }
	60.00% { margin-top: -1500px; }
	
	74.00% { margin-top: -1500px; }
	80.00% { margin-top: -2000px; }
	
	94.00% { margin-top: -2000px; }
	100%  { margin-top: 0 }
}
/**********************************************/
/*--------------   CONSULTE   ----------------*/
/**********************************************
.contenaireAnnonce_small { 
	/*border:#FF0000 solid 1px;*
	display:none;
}
/**********************************************
.contenaireAnnonce_hight { 
	/*border:#FF0000 solid 1px;*
	float:left;
	width:100%;
	height:auto;
	overflow:hidden;
	margin:2% 0 2% 0;
}
/**********************************************/
/**********************************************
.titre_consulte {
	/*border:#0FFFF0 solid 1px;*
	float:left;
	width:90%;
	height:auto;
	margin-left:5%;
	padding-left:5px;
}
/**********************************************
.h2_consulte{
	/*border-top:1px solid #5EBFFF;*
	float:left;
	width:auto;
	font-size:1.2vw;
	color:#78DC9C;
	margin:15px 0 15px 0;
}
/**********************************************
.ligne_consulte {
	border-bottom:2px solid #78DC9C;
	width:65%;
	float:right;
	margin-top:25px;
	margin-right:0px;
}
/**********************************************
.conteneurConsulteY, .conteneurConsulteN {
	border:#00FF00 solid 1px;
	display:none;
}
/**********************************************
#conteneurConsulteY {
	/*border:#FFF000 solid 1px;*
	display:block;
	float:left;
	position:relative;
	top:0;
	width:100%;
	height:15.5em;
	margin:0 0 10% 0;
}
/**********************************************
#conteneurConsulteN {
	/*border:#000 solid 5px;*
	display:block;
	float:left;
	/*position:relative;
	top:0;*
	width:94%;
	height:10px;
	margin-left:3%;
}
/**********************************************
#consulte {
	/*border:#00FF00 solid 1px;*
	position:relative;
	top:0;
	left:0;
	width:85em;
	height:15.2em;
	overflow:hidden;
	margin:0 auto 0 auto;
}
/**********************************************
.fleche_gaucheY {
	/*background-color:#AAAAAA;*
	background-image:url(../../images/flecheG.png);
	background-repeat:no-repeat;
	background-size:100% 100%;
	display:block;
	position:absolute;
	top:0;
	left:3%;
	width:20px;
	height:15.2em;
	cursor:pointer;
}
/**********************************************
.fleche_gaucheN, .fleche_droiteN {
	display:none;
}
/**********************************************
.fleche_droiteY {
	/*background-color:#AAAAAA;*
	background-image:url(../../images/flecheD.png);
	background-repeat:no-repeat;
	background-size:100% 100%;
	position:absolute;
	display:none;
	top:0;
	right:3%;
	width:20px;
	height:15.2em;
	cursor:pointer;
}
/**********************************************
#sContent {
    /*border:#000000 solid 1px;*
	position: absolute;
    top: 0;
    left:0;
    width:auto;
    margin: 0;            
    padding: 0;
}
/**********************************************
.bien_consulte {
	/*border:#FFFFFF solid 1px;*
	float:left;
    width:21.25em;
    height:auto;
}
/**********************************************
.ing_consulte {
	border-width: 0;
	width:100%;
	height:11em;
}
/**********************************************
#table_bienConsulte {
	/*border:#000000 solid 1px;*
	background-color:#78DC9C;
	width:100%;
	height:10em;
}
/**********************************************
#td_ing {
	width:100%;
	height:100%;
}
/**********************************************
.td_Cleg {
	/*background-color:#AAAAAA;*
	width:50%;
	color:#000000;
	text-align:center;
}
/**********************************************/
/*--------------------------------------------*/
/**********************************************
.contenaireInternaute, .contenaireAgence {
	/*border:#FFF solid 1px;*
	float:left;
	width:100%;
	height:auto;
	margin:0 0 10% 0;
}
/**********************************************
.titre_internaute, .titre_agence {
	/*border:#0FFFF0 solid 1px;*
	position:relative;
	width:87.5em;
	height:auto;
	margin:0 auto 0 auto;
}
/**********************************************
.h2_internaute, .h2_agence {
	/*border-top:1px solid #5EBFFF;*
	float:left;
	width:auto;
	font-size:1.2vw;
	color:#8CECF4;
	margin:15px 0 15px 0;
}

.h2_agence {
	color:#F4F37F;
}
/**********************************************
.ligne_internaute, .ligne_agence {
	border-bottom:2px solid #8CECF4;
	width:65%;
	float:right;
	margin-top:25px;
	margin-right:0px;
}

.ligne_agence {
	border-bottom:2px solid #F4F37F;
}
/**********************************************
.consultInternaute, .consultAgence {
	/*border:#00FF00 solid 1px;*
	position:relative;
	top:0;
	left:0;
	width:87.5em;
	/*height:15.4em;*
	height:18.4em;
	overflow:hidden;
	margin:10px auto 0 auto;
}
/**********************************************
#bien_internaute, #bien_agence {
	float:left;
    width:21.85em;
    height:auto;
}
/**********************************************
#table_bienInternaute, #table_bienAgence {
	/*border:#000000 solid 1px;*
	background-color:#8CECF4;
	width:100%;
	height:15em;
}

#table_bienAgence {
	background-color:#F4F37F;
	height:12em;
}
/**********************************************
.ing_internaute, .ing_agence {
	border-width: 0;
	width:100%;
	height:11em;
}
/**********************************************/
/*--------------------------------------------*/
/**********************************************
#div_interCal1 {
	background-color:#FFFF00;
	float:left;
	width:100%;
	height:10px;
	margin-top:2%;
}
/*--------------------------------------------*
#div_interCal2 {
	background-color:#FFFF00;
	float:left;
	width:100%;
	height:10px;
	margin-bottom:1%;
}

/*********************************************/
/*********************************************/
.div_refLegal {
	border:#FF0000 solid 1px;
	display:block;
	float:left;
	width:94%;
	height:50px;
	margin:0 0 10% 3%;
	padding:0;
}
/*********************************************/
/*********************************************
.div_venduSmall {
	/*border:#00CCFF solid 1px;*
	display:none;
}
/*********************************************
.div_venduHight {
	border:#00CCFF solid 1px;
	float:left;
	width:20%;
	height:200px;
	margin:0 3% 0 7%;
	padding:0;
}
/******************************************/
/******************************************
.divReseau_includeSmallIndex {
	/*border:#00CCFF solid 1px;*
	display:none;
}
/*********************************************
.divReseau_includeHightIndex {
	/*border:#00CCFF solid 1px;*
	float:left;
	width:94%;
	height:auto;
	margin:2% 0 0 3%;
	padding:0;
}
/******************************************/
/******************************************
.divVille_includeSmallIndex {
	display:none;
}
/******************************************
.divVille_includeHightIndex {
	/*border:#29EF5E solid 1px;*
	display:block;
	float:left;
	width:94%;
	height:auto;
	text-align:center;
	margin:3% 0 0 3%;
}
/******************************************/
/******************************************
.div_reseau1 {
	/*border:#78DC9C solid 1px;*
	float:left;
	width:94%;
	height:auto;
	text-align:center;
	margin:1% 0 0 3%;
}
/******************************************
.div_googleSmall {
	display:none;
}
/******************************************
.div_googleHight {
	/*border:#F0000F solid 1px;*
	float:left;
	width:auto;
	height:auto;
	text-align:center;
	margin-left:3%;
	margin-top:1%;
}
/******************************************
.div_twitter {
	/*border:#78DC9C solid 1px;*
	float:right;
	width:28%;
	min-width:400px;
	height:auto;
	text-align:center;
	margin-right:3%;
	margin-top:1%;
}
/******************************************
.div_reseau2 {
	/*border:#78DC9C solid 1px;*
	float:left;
	width:94%;
	height:auto;
	text-align:center;
	margin:1% 0 0 3%;
}
/******************************************
.div_facebook {
	/*border:#FF00FF solid 1px;*
	float:left;
	width:28%;
	min-width:400px;
	height:auto;
	text-align:center;
	margin-left:3%;
	margin-top:1%;
}
/******************************************
.div_instagramExterne {
	/*border:#FF00FF solid 1px;*
	float:right;
	width:28%;
	min-width:400px;
	height:auto;
	text-align:center;
	margin-right:3%;
	margin-top:1%;
}
/**********************************************/
/*--------------------------------------------*/
/**********************************************/
/*--- Div Top ---*/
.div_top {
	border-radius:30px;
	background:rgba(55,170,199, 1);
	display: none;
	position: fixed;
	bottom: 1em;
	right: 10px;
	color:#FFFFFF;
	font-size:20px;
	text-align:center;
	padding:15px;
	cursor: pointer;
	transition:all ease-in 0.2s;
	z-index:99999;
}
.div_top:before{ content: "\25b2"; }
.div_top:hover{
	background:rgba(55,170,199, 0.25);
	transition:all ease-in 0.2s;
}
/******************************************/
.div_fin {
	/*background-color:#FF0000;*/
	float:left;
	width:100%;
	height:10px;
	margin-top:10%;
}
/******************************************/
/******************************************
@media screen and (max-width: 1000px) {
	
	/**************
	.div_interCalaire1 {
		background-color:#00FF00;
		/*height:40%;*
		margin:20% 0 35em 0;
	}
	/**************
	.divReseau_includeHightIndex, .divVille_includeHightIndex {
		/*border:#F0F00F solid 1px;*
		width:60%;
		margin:0 0 0 20%;
	}
	/**************
	.div_googleHight {
		/*border:#F0000F solid 1px;*
		float:left;
		width:100%;
		height:auto;
		text-align:center;
		margin:1% 0 0 0;
	}
	/**************
	.div_twitter {
		/*border:#78DC9C solid 1px;*
		float:left;
		width:100%;
		min-width:400px;
		height:auto;
		text-align:center;
		margin:1% 0 0 0;
	}
	/***************
	.div_facebook {
		/*border:#FFF solid 1px;*
		float:left;
		width:100%;
		min-width:400px;
		height:auto;
		text-align:center;
		margin:1% 0 0 0;
	}
	/**************
	.div_instagramExterne {
		/*border:#FF00FF solid 1px;*
		float:left;
		width:100%;
		height:auto;
		text-align:center;
		margin:1% 0 0 0;
	}
	/**************
	.div_instagramInterne {
		/*border:#FFF solid 1px;*
		position:relative;
		width:60%;
		text-align:center;
		margin:0 auto 0 auto
	}
	/**************
	.div_fin {
		/*background-color:#00FF00;*
	}

}
/*****************************************
@media screen and (max-width: 800px) {
	
	/**************
	.div_interCalaire1 {
		background-color:#F0F00F;
		height:40%;
		/*margin:2% 0 40% 0;*
	}
	/**************
	.divReseau_includeHightIndex, .divVille_includeHightIndex {
		/*border:#F0F00F solid 1px;*
		width:80%;
		margin:0 0 0 10%;
	}
	/**************
	.div_connexion {
		margin-right:10vw;
	}
	/**************
	.div_fin {
		/*background-color:#00FFFF;*
	}*
}
/*****************************************/
/*****************************************
@media screen and (max-height: 900px) {
	
	/****************************
	.div_interCalaire1 {
		/*background-color:#FFFFFF;*/
		/*height:35em;*/
		/*margin:0 0 35em 0;*
	}
}
/*****************************************
@media screen and (max-height: 800px) {
	
	/****************************
	.div_interCalaire1 {
		/*background-color:#FF00FF;*/
		/*height:30em;*/
		/*margin:0 0 30em 0;*
	}
}
/*****************************************
@media screen and (max-height: 700px) {
	
	/****************************
	.div_interCalaire1 {
		/*background-color:#999999;*/
		/*height:28em;*/
		/*margin:0 0 28em 0;*
	}
}
/*****************************************
@media screen and (max-height: 600px) {
	
	/****************************
	.div_interCalaire1 {
		/*background-color:#00FFFF;*/
		/*height:23em;*/
		/*margin:0 0 23em 0;*
	}
}
/*****************************************
@media screen and (max-height: 500px) {
	
	/****************************
	.div_interCalaire1 {
		/*background-color:#00FF00;*/
		/*height:18em;*/
		/*margin:0 0 18em 0;*
	}
}
/*****************************************/