
@media only screen and (max-width: 400px)
{

  #menu
	 {
	   font-size: 0.9em;
	 }

}
@media only screen and (max-width: 350px)
{

  #menu
	 {
	   font-size: 0.8em;
	 }

}

@media only screen and (min-width: 200px)
{		

	html
	{
	height: 100%;
	font-family:Arial, Helvetica, sans-serif;
	}			 

	body
	{
	margin: 0px;
	padding: 0px;
	background-color:white;
	height: 100%; 
   font-family:Arial, Helvetica, sans-serif;
	}


	#enTete
		{
	position: relative;
	margin: 0px;
	background-color: white;
	height: 100px;
	}

	#logoEtNomDuSiteEtBarreRechercheEtMenus
	{
	 margin-right: 1%;
	 margin-left: 1%;
	}


   #logoEtNomDuSiteEtBarreRecherche
	{
	 position: relative;
	 padding-top: 5px;
	 padding-left: 10px;    
	}

	#logoEtProfilPhTb
	{
	 display: flex;
	 justify-content: space-between;
	}

	#logo
	{
	position: relative;    
	height: 47px;
	width: 130px;
	background: url(imaj/logoS.png);
	background-repeat: no-repeat;
	background-position: center;
	}


	#logoLink
	{
	display: inline-block;
	position: relative;
	height: 100%;
	width: 100%;
	}

	#homeEtProfilPhTb
	{
	 display: flex;
	 margin-top: 5px;	
	}

  #messIconEtQteMNLuPhTb
  {
   position: relative;
  }

  #marketCarEtqte_prodEnpanierPhTb
  {
  	position: relative;
  }


   #menuIconsPhTb
	{
	 position: relative;
	}

   #profilPhTbLink1
  {
   display: inline-block;
   margin-right: 2%; 
   width: 27px;
   height: 27px;
   border-radius: 1000px;
   text-align: center;
   border: solid white;
   text-decoration: none;
   margin-top: -3px;
   color: white;
  }

  #profilPhTbLink1 div
  {
  margin-top: 5px;
  }

  #profilPhTbLink
  {
   display: inline-block;
   width: 26px;
   height: 26px;
   background: url(imaj/loginIcoEM.png);
   background-repeat: no-repeat;
   background-position: center;
   margin-right: 2%;
  }

  #marketCarI_onlyPhTb
  {	
    display: inline-block;
    height: 28px;
    width:28px;
    background: url(imaj/marketCarIcEM.png);
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 1px;
    margin-right: 12px;
  }

  #messageriePhTb
  {
    display: inline-block;    
    height: 27px;
    width:27px;
    background: url(imaj/messageIcEM.png);
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 1px;
    margin-right: 12px;
  }

  #mesajNonLuPhTb
	{
	 display: none;
	 position: absolute;
	 background-color: red;
	 color: white;
	 min-width: 15px;
	 height: 15px;
	 font-size: 0.8em;
	 border-radius: 1000px;	
	 text-align: center;
	 z-index: 1000;
	 left:2px;
	 top: -3px;
	}

  #qte_prodEnpanierPhTb
	 {
	  display: none;
	  position: absolute;
	  background-color: red;
	  font-size: 0.8em;
	  color: white;
	  min-width: 15px;
	  height: 15px;
	  border-radius: 1000px;	
	  text-align: center;
	  left:1px;
	  top: -3px;
	}
	#categoriePhTbEtRecherche
	{
	display: none;
	width: 100%;
	justify-content: space-between;
	margin-top: 5px;
	}

	#categoriePhone
	{
      margin-top: 18px;
	}

	#menuCategoryPhTb
	{
	 display: flex;	
	 color: grey;
	 max-width: 120px;
	 margin-left: 3px;
	 cursor: pointer;
	}

	#symboleMenu
	{
	position: relative;
	height: 100%;
	background: url(imaj/senbolMenu.png);
	width: 30px;
	min-width: 30px;
	text-align: center;
	width: 32px;
	height:30px;
	margin-right: 2px;
	margin-top: -6px;
	}

 #boutonRecherche
  { position: relative;
    height: 35px;
    background: url(imaj/searchButtn.png);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-position: center;
    background-repeat: no-repeat;
    width: 30px;
    min-width: 30px;
    text-align: left;
    border: 1px #FFA500 solid;
  }


	#categorieList1
	{
	position: absolute;
	left:0%;
	display: none;
	list-style: none;
	background-color: white;
	width: 220px;
	max-height: 300px;
	overflow-y: scroll;
	padding-right: 40px;
  padding-bottom: 20px;
	box-shadow: 0px 0px 5px silver inset;
	min-width: 200px;
	z-index: 1000;
	margin-top: -3px;
	}


	#categorieList1 li
	{
	margin-left: -25px;
	margin-top: 10px;
	color: grey;
	}
	#categorieList1 li a
	{
	text-decoration: none;
	color: grey;
	}

	#conteneurTableRechech
	{
	position: relative; 
	width: 90%;
	display: flex;
	justify-content: center;
	margin-top: 10px;
	}

	#rechercheEtSonBoutonEtPropositions
	{

	position: absolute;
	border-collapse: collapse;
	width: 95%;
	z-index: 100;    
	}  


	#rechercheEtSonBoutonEtPropositions #propositionsDeRecherche
	{
	border: 1px solid grey;
	border-top: white;
	}


	#rechech
	{
	position: relative;
	width: 85%;
	border: 1px solid #FFA500;
	}

	#recherche
	{
	position: relative;
  border-color: white;
  width: 95%; 
	height: 30px;
	margin-left: -1px;
	border: 0px;
	
	}

	#recherche:focus
	{
	outline: 0;
	}


  #propositionsDeRecherche
	{
	background-color: white; 
	position: relative;	
	display: none;
	padding-bottom: 10px;
	padding-top: 5px;
	z-index: 1010;
	font-size: 0.8em;
	}

	.propositions
	{
	padding: 10px;
	cursor: pointer;
	}

	.propositions:hover
	{
	background-color: rgba(230,230,230,1);
	}

	#enr_Con_Decon_Prof_fenetreLogReg_fenetreDuProfil_onlyLT
    {
      position: relative;
    }

	#enr_Con_Decon_Prof
	  {
		  display: none;
	  }


      .fenetre_onlyLT
      {
        position: absolute;
        display: none;
        right: 0px;
        width: 150px;
        background-color: white;
        z-index: 1000;
        border: grey 1px solid;
        border-collapse: collapse;
        border-radius: 5px;
        margin-top: -5px;
        align-self: flex-end; 
      }

    .fenetre_onlyLT tr td
    {
     width: 160px;
     height: 40px;
     text-align: center;
    }

   .fenetre_onlyLT tr td a
    {
    color: black;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    width: 140px;
    height: 30px;
    padding-top: 10px;
    }

    #fenetreLogReg_onlyLT tr #senregistrer, #fenetreDuProfil_onlyLT tr #deconnection
    {
    border-top: grey 1px solid;
    }

    .fenetre_onlyLT tr td:hover
    {
    background-color: rgb(195,195,195);
    cursor: pointer;
    }

    #photoDeProfil_onlyLT, #regLog_onlyLT 
    {
        display: none;
    } 

  #lct_sign_Text
  {
  	display: none;
  }

	#menus
	{ position: relative;
	  display: flex;
	  margin-top: 5px;
	  justify-content: flex-end;
	}

	#blocMenus
	{
	 display: flex;
	 position: absolute;
	}

	#menu ul
	{
	list-style: none;
	display: flex;
	}

	#menu ul li
	{
	margin-left: 10px;
	}
	#menu ul li a
	{
	text-decoration: none;
	color: grey;
	}

	#menu ul li a:hover
	{
	text-decoration: underline;
	color: #FF4901; 
	}

	#menu ul #monCompte
	{
	color: grey;
	}

	#menu ul #monCompte:hover
	{
	text-decoration: underline;
	color: #FF4901;
	cursor: pointer; 

	}


	#menuEtFenetreProfil
	{
	 display: flex;
	 flex-direction: column;
	 justify-content: center;
     align-items: center;
	}

	#menu
	{
	width: 100%;
	display: flex;
	justify-content: flex-end;
	margin-right: 40px;
	}

	.only_LP
	{
		display: none;
	}

	#fenetreDuProfil
	{
	width: 150px;
	background-color: white;
	display: none;
	z-index: 1000;
	border: grey 1px solid;
	border-collapse: collapse;
	border-radius: 5px;
	margin-top: -5px;
  align-self: flex-end;    
	}

	#fenetreDuProfil tr td
	{
	width: 160px;
	height: 40px;
	text-align: center;
	}

	#fenetreDuProfil tr #deconnection
	{
	border-top: grey 1px solid;
	}	

	#fenetreDuProfil tr td a
	{
	color: black;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	width: 140px;
	height: 30px;
	padding-top: 10px;
	}

	#fenetreDuProfil tr td:hover
	{
	background-color: rgb(195,195,195);
	cursor: pointer;
	}






   .chatListEmpty
		{
			width: 98%;
		    text-align: center;
		    margin-top: 60px;
		    min-width: 250px;
		}


	#ContentBlockMessagePhTb
	{
		background-color: white;
		margin: 0px;
		display: none;
		position: relative;
	}


	#messagesContenerPhTb
	{
		display: none;
		width: 100%;
		position: relative;
		margin-top: 60px;
	}

	#chatListPhTb
	{
	  border-top:rgba(240,240,240,1) 30px solid;	
	}

	#converstPhTb
	{
	padding-bottom:30px;
	padding-right: 4%;
	padding-left: 4%;
	overflow-y: auto;
	}

	#messageEtboutonEnvoyerMessagePhTb
	{
	  position: sticky;
	  bottom: 0px;
	  z-index: 1000;
	  background-color: white;
	  width: 98%;
	}

	#fileBoxPhTb
	{
	  display: flex;
	  justify-content: space-between;
	  margin-bottom: 10px;
	  margin-left: 10px;
	}

	#labelFMessajBEnvoiPhTb
	{
		display: flex;
		width: 100%;
		justify-content: space-between;
	}

  #labelInFilePhTb
	{
	display: inline-block;
	width: 28px;
	height: 28px;
	background: url(imaj/fileIconPT.png);
	background-position: center;
	background-repeat: no-repeat;
	}

	#entetBMPhTb
	{
	 position:fixed;
	 top: 0px; 
	 background-color: rgba(240,240,240,1);
	 width: 100%;
	 padding-top: 15px;
	 padding-bottom: 15px;
	 display: flex;
	 justify-content: space-evenly;
	}

	#returnIcon
	{
	 width: 25px;
	 height: 20px;
	 margin-left: 5%;
	 background: url(imaj/symboleReturn.jpg);	
	}

	#interlEtTopicPhTb
	{
	  white-space: nowrap;
	  overflow: hidden;
	  text-overflow: ellipsis;
	}

	#messageCasePhTb
	{
	 height:40px;
	 width:86%;
	 margin-left:5px;
	 padding: 0px;
	}

    #messagePhTb
	{
	width: 90%;
	height: 70%;
	border:0px;
	margin-left: 1.5%;
	border-radius: 10px;
	border: 1px solid silver;
	padding-left: 7px;
	padding-right: 5px;
	font-size: 1.1em;
	resize: none;
	}

	#messagePhTb:focus
	{
	outline:0;
	}

 #boutonEnvoyerMessagePhTb
	{
	display: inline-block;
	width: 28px;
	height: 28px;
	background: url(imaj/envoiIconPT.png);
	background-position: center;
	background-repeat: no-repeat;
	margin-left: 5px;
	cursor: pointer;
	}	

	.interlocuteurImTopic
	{
	display: flex;
	width: 99%;
	margin-top: 7px;
	border-bottom: solid 1px silver;
	margin-left: 1%;		
	}

	.interlocuteur
	{
	width: 75%;
	}

	.profilEtNomInterlocuteur 
	{
	display: flex;
	margin-left: 2%;
	padding-top: 2px;
	padding-bottom: 2px;
	cursor: pointer;
	}

	.lienTopic
	{
	display: inline-block;
	height: 80px;
	width: 100px;
	}

	.imageTopic
	{
	height: 100%;
	width: 100%;
	border-radius: 5px;
	}


	.topic
	{
	margin-left: 3%;
	padding-top: 2px;
	padding-bottom: 3px;
	cursor: pointer;
	color: grey;
	font-size: 0.9em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;	
	}


	.profilEtNomInterlocuteur .profilInterlocuteur
	{

	width: 35px;
	height: 35px;
	border-radius: 100px;
	margin-left: 7px;
	text-align: center;
	font-size: 1.2em;
	}

	.profilEtNomInterlocuteur .profilInterlocuteur span
	{
	display: inline-block;
	margin-top: 6px;
	color: white;
	}

	.profilEtNomInterlocuteur .nomInterlocuteurEtLM 
	{
	margin-left: 2%;
	margin-top: 9px;
	}

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

	.lM
	{
	color: grey;
	font-size: 0.8em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	}

 .ImajMesj
  {
  width: 190px;
  height: auto;
  border-radius: 15px;
  cursor: pointer;
  }

	.qtNewMsj
	{
	display: none;
	margin-left: 5px;
	margin-top: 9px;
	background-color: green;
	color: white;
	min-width: 20px;
	height: 20px;
	border-radius: 1000px;	
	text-align: center;
	}

    #prevPhTb
	{
	color: white;
	background-color: blue;
	padding-left:5px;
	padding-right:5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;  
	}

	#anulEnvoiFPhTb
	{
	display: inline-block;	
    width: 18px;
    height: 18px;
	background: url(imaj/anulFIcon.png);
	margin-left: 10px;
	margin-top: 5px;
	}

	.ImajMesj
	{
	width: 190px;
	border-radius: 15px;
	cursor: pointer;
	}


	#symboleSuppressionBlockImMessaj
	{
	position: absolute;
	top: 2px;
	right: 10px;
	width: 25px;
	height: 25px;
	background: url(imaj/cacher.png);
	}

	#symboleSuppressionBlockImMessaj:hover
	{
	border-radius: 50px; 
	}


	#blockImEnMessage
	{
	position: fixed;
	bottom: 0px;
	top:0px;
	display: none;
	width: 100%;
	background-attachment: fixed;
	z-index: 2000;

	}

	#ContentBlockImEnMessage
	{
	margin: 0 auto;
	position: relative;
	width: 100%;
	height: 100%;
	background-color: white;

	}

	#blockIm
	{
	width: 80%;
	height: 80%;
	min-height: 400px;
    padding: 10%;
	}

	#imMessaj
	{
	width:100%;
	border-radius: 10px;
	}
   
    .int121, .int122
    {
    	max-width: 60%;
    	word-break: break-word;

    }

}


@media only screen and (min-width: 350px)
{
	#menu ul li
	{
	margin-left: 20px;
	}

}



@media only screen and (min-width: 700px)
 {

     #logo
	  {  
	  height: 54px;
	  width: 150px;
	  background: url(imaj/logoM.png);
	  }


   .chatListEmpty
		{
		  font-size: 1.2em;
		}

  #imMessaj
  {
  height: 100%;
  width: auto;
  border-radius: 10px;
  }
  #blockIm
  {
  width: 80%;
  height: 80%;
  min-height: 400px;
    padding: 0%;
  }	

 }



@media only screen and (min-width: 1025px)
{


	body
	{
	 background-color:rgba(178,178,178,0.2);
	}

	#enTete
	{
	height: 115px; 
	}

	#logoEtNomDuSiteEtBarreRecherche
	{
	display: flex;
	flex-direction: row;
	justify-content: space-around; 
	position: relative;
	max-height: 60px;
	margin-left: 20px;   
	}

	#logo
	{
	position: relative;    
	height: 65px;
	min-height: 30px;
	width: 180px;
	min-width: 90px;
	background: url(imaj/logoB.png);
	background-repeat: no-repeat;
	background-position: center;
	margin-top: -10px;
	}

	#logoLink
	{
	display: inline-block;
	position: relative;
	height: 100%;
	width: 100%;
	}

	#logoEtProfilPhTb
	{
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	}

	#categoriePhone
	{
	display: none;
	}

	#homeEtProfilPhTb
	{
	display: none;
	} 



	#categoriePhTbEtRecherche
	{
   display: flex;		
	justify-content: flex-start;	
	width: 70%;
	margin-top: 15px;
	} 

	#conteneurTableRechech
	{
	position: relative;
	width: 60%;
	margin-top: 0px;
	display: flex;
	justify-content: flex-start;
	}

	#rechercheEtSonBoutonEtPropositions
	{

	/*width: 80%;*/
	width: 100%;
	position: absolute;
	border-collapse: collapse;
	margin-top: 8px;
	z-index: 1000;
	}

	#propositionsDeRecherche
	{
	border: 1px solid grey;
	border-top: white;
	}



	#rechech
	{
	position: relative;
	width: 94%;
	}

	#recherche
	{
	position: relative;
	width: 99.3%;
	margin-left: -1px;

	}

	#recherche:focus
	{
	outline: 0;
	}

	#propositionsDeRecherche
	{
	background-color: white; 
	position: relative;	
	display: none;
	padding-bottom: 10px;
	padding-top: 5px;
	z-index: 1000;
	}

	.propositions
	{
	padding: 10px;
	cursor: pointer;
	}

	.propositions:hover
	{
	background-color: rgba(230,230,230,1);
	} 

  #enr_Con_Decon_Prof
  {
    display: flex;
    justify-content: flex-start;
    list-style: none;
    margin-top: 7px;
  }

  #enr_Con_Decon_Prof li 
   { 
     margin-right: 20px; 
   }
   
  #enr_Con_Decon_Prof li a
   {
    text-decoration: none;
   }

   #messIc_onlyLT
    {
    display: inline-block;	
    position: relative;    
    height: 38px;
    width: 38px;
    background: url(imaj/messageIcE.png);
    background-repeat: no-repeat;
    background-position: center;
    }

    #marketCarI_onlyLT
    {
    display: inline-block;	
    position: relative;    
    height: 39px;
    width:42px;
    background: url(imaj/marketCarIcE.png);
    background-repeat: no-repeat;
    background-position: center;
    }

  #lct_sign_Text
   {
  	display: none;
  	justify-content: flex-start;
  	align-items: center;
  	height: 30px;
  	padding: 5px;
  	margin-left: 20px;
  	margin-top: 20px;
  	background-color:#E67E30;
   }

 #lct_sign
  {
  	height: 30px;
  	width: 30px;
  	background: url(imaj/locationIconE.png);
    background-repeat: no-repeat;
	  background-position: center;
  }

  #lct_Text
  {
    font-weight: bold;
    font: 18px Arial, Helvetica, sans-serif;
    color: white;
  }

  #menus
    { position: relative;
      display: flex;
      margin-top: 7px;
      justify-content: center;
      font-weight: bold;
      font: 18px Arial, Helvetica, sans-serif;
      margin-left: -90px;
    }


	#blocMenus
	{
	position: relative;
	display: flex;
	}

	#menu ul
	{
	list-style: none;
	display: flex;
	}

	#menu ul li
	{
	margin-left: 30px;
	}
	#menu ul li a
	{
	text-decoration: none;
	color: grey;
	}

	.menu ul li a:hover
	{
	text-decoration: underline;
	color: #FF4901; 
	}

	#menu ul #monCompte
	{
	color: grey;
	}

	#menu ul #monCompte:hover
	{
	text-decoration: underline;
	color: #FF4901;
	cursor: pointer; 

	}
     
    .only_LT
    {
     display: block;
    }


   #mesajNonLuLp
	{display: none;
	 background-color: red;
	 margin-left: 3px;
	 color: white;
	 min-width: 20px;
	 height: 20px;
	 border-radius: 1000px;	
	 text-align: center;
	}

	#qte_prodEnpanierLp
	 	{display: none;
	  background-color: red;
	  margin-left: 3px;
	  color: white;
	  min-width: 20px;
	  height: 20px;
	  border-radius: 1000px;	
	  text-align: center;
	}  

	#menuEtFenetreProfil
	{
	display: flex;
	flex-direction: column;
	margin-left: 0.5%;
	}

	#photoDeProfil_onlyLT
	{
	display: none;
	width: 34px;
	height: 34px;
	border-radius: 50px;
	text-align: center;
	margin-top: 2px;
	color: white;   
	}

	#photoDeProfil_onlyLT:hover
	{
	cursor: pointer;
	}

	#photoDeProfil_onlyLT div
	{
	margin-top: 9px;
	}

	#fenetreDuProfil
	{
	width: 150px;
	background-color: white;
	display: none;
	z-index: 1000;
	border: grey 1px solid;
	border-collapse: collapse;
	border-radius: 5px;
	margin-left: 180px;
	margin-top: -5px;     
	}

	#fenetreDuProfil tr td
	{
	width: 160px;
	height: 40px;
	text-align: center;
	}

	#fenetreDuProfil tr #deconnection
	{
	border-top: grey 1px solid;
	}	

	#fenetreDuProfil tr td a
	{
	color: black;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	width: 140px;
	height: 30px;
	padding-top: 10px;
	}

	#fenetreDuProfil tr td:hover
	{
	background-color: rgb(195,195,195);
	cursor: pointer;
	}


	#ContentBlockMessage
	{
	margin: 0 auto;
	width: 90%;
	height: 70%;
	margin-top: 30px;
	min-height: 430px;
	position: relative;
	display: block;		  
	}

	#messagesContener
	{
	border-collapse: collapse;
	width: 100%;
	height: 100%;
	background-color: white;
	border-radius: 10px;
	}

	#chatListCase
	{
	width: 35%;
	border-right: 1px solid silver;
	}

	#chatList
	{
	height: 99%;
	overflow-y: auto;
	padding-top: 0px;
	}



	.interlocuteurImTopic
	{
	display: flex;
	width: 99%;
	margin-top: 7px;
	border-bottom: solid 1px silver;
	margin-left: 1%;		
	}

	.interlocuteur
	{
	width: 75%;
	}

	.profilEtNomInterlocuteur 
	{
	display: flex;
	margin-left: 2%;
	padding-top: 2px;
	padding-bottom: 2px;
	cursor: pointer;
	}

	.lienTopic
	{
	display: inline-block;
	height: 80px;
	width: 100px;
	}

	.imageTopic
	{
	height: 100%;
	width: 100%;
	border-radius: 5px;
	}


	.topic
	{
	margin-left: 3%;
	padding-top: 2px;
	padding-bottom: 3px;
	cursor: pointer;
	color: grey;
	font-size: 0.9em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;	
	}


	.profilEtNomInterlocuteur .profilInterlocuteur
	{

	width: 35px;
	height: 35px;
	border-radius: 100px;
	margin-left: 7px;
	text-align: center;
	font-size: 1.2em;
	}

	.profilEtNomInterlocuteur .profilInterlocuteur span
	{
	display: inline-block;
	margin-top: 6px;
	color: white;
	}

	.profilEtNomInterlocuteur .nomInterlocuteurEtLM 
	{
	margin-left: 2%;
	margin-top: 9px;
	}

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

	.lM
	{
	color: grey;
	font-size: 0.8em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	}

	.qtNewMsj
	{
	display: none;
	margin-left: 5px;
	margin-top: 9px;
	background-color: green;
	color: white;
	min-width: 20px;
	height: 20px;
	border-radius: 1000px;	
	text-align: center;
	}


	#entetBMLp
	{ 
	font-size: 1.2em;
	color: grey;
	padding-left: 5%;
	display: none;
	padding-top: 20px;
	padding-bottom: 20px;
	height: 25px;
	max-height: 25px;
	}

	#messagesBox
	{
	padding: 5%;

	}

	#messages
	{
	bottom: 5px;
	position: relative;
	text-align: left;

	margin-top: 7px;
	margin-bottom: 5px;
	padding-top: 5px;

	}


	#messageCase
	{
	height:50px;
	width:58%;
	}

	#message
	{
	width: 96%;
	height: 80%;
	border:0px;
	margin-left: 1.5%;
	border-radius: 10px;
	border: 1px solid silver;
	padding-left: 7px;
	padding-right: 5px;
	font-size: 1.2em;
	resize: none;

	}

	#converst
	{
	height:360px; 
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 4%;
	padding-left: 4%;
	overflow-y: auto;

	}

	#message:focus
	{outline: 0;}

	#labelInFile
	{
	display: inline-block;
	width: 40px;
	height: 40px;
	background: url(imaj/fileIcon.png);
	background-position: center;
	margin-left:20%;	
	}

	#boutonEnvoyerMessage
	{
	display: inline-block;
	width: 33px;
	height: 33px;
	background: url(imaj/envoiIcon.png);
	background-position: center;
	background-repeat: no-repeat;
	margin-left: 10%;
	cursor: pointer;
	}


	#indicationChoixChat
	{
	width: 100%;
	text-align: center;
	font-size: 1.2em;
	}

	#prev
	{	
	color: white;
	background-color: blue;
	padding-left:10px;
	padding-right: 10px;  
	}

	#anulEnvoiF
	{
	display: inline-block;	
    width: 18px;
    height: 18px;
	background: url(imaj/anulFIcon.png);
	margin-left: 10px;
	margin-top: 5px;
	}

	#symboleSuppressionBlockImMessaj
	{
	position: absolute;
	top: 2px;
	right: 10px;
	width: 25px;
	height: 25px;
	background: url(imaj/cacher.png);
	}

	#symboleSuppressionBlockImMessaj:hover
	{
	border-radius: 50px; 
	}


	#blockImEnMessage
	{
	position: fixed;
	bottom: 0px;
	top:0px;
	display: none;
	width: 100%;
	background-attachment: fixed;
	z-index: 2000;

	}

	#ContentBlockImEnMessage
	{
	margin: 0 auto;
	position: relative;
	width: 100%;
	height: 100%;
	background-color: rgba(195,195,195,0.8);
	padding-top: 10px;

	}

	#blockIm
	{
	width: 80%;
	height: 80%;
	min-height: 400px;
	margin: 0 auto;
	text-align: center;	
	}

	#imMessaj
	{
	height: 100%;
	width: auto;
	border-radius: 10px;
	}

    .LpTexHide
    {
    display: block;	
    }

}


@media only screen and (min-width: 1605px)
{

  body
  {
    width: 1600px;
    margin: auto;
    height: auto;
    border: gray 1px solid;  
  }

}


