/* CSS Document */
#ensemble_salon {
	width: 1020px;
	height: 730px;
	background-image: url("../images/fondsalon.jpg");
	background-repeat:no-repeat;
	margin-left:10px;
	margin-top:0px;
} 
#ensemble_salon_tete {
	width: 1010px;
 	height: 70px;
	background-image: url("../images/tete_salon.jpg");
	background-repeat:no-repeat; 
	padding-left:10px;
	padding-right:0px;
	padding-top:10px;
	font-family:"Verdana",Arial,"Arial Black",serif;
	text-align: left;
	font-size: 11px;
	font-weight:bold;
	color:#ffffff;
}
#chatBtn {
    position: absolute;;
	left:245px;
	top : 20px;
	background:none;
	background-image: url("../images/bouton_orange.png"); width: 195px; height: 30px; border: 0px;
	font-family:"Verdana",Arial,"Arial Black",serif;
	font-size: 10px
	color: #ffffff;
	font-weight:bold;
} 
#ensemble_salon_amis {
	position: absolute;
	top : 68px;
  	margin-rignt: 10px;
	margin-left: -3px;
	width: 210px;
	background: #a5a5a7;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:1px;
	font-family:"Verdana",Arial,"Arial Black",serif;
	text-align: left;
	font-size: 10px;
	font-weight:bold;
	font-style:italic;
	color:#041ea1;
}
 #messages {
	margin-left: 240px;
	width:773px;
 	background-color:#f4f2f2;
	padding-bottom:0px;
	padding-top:10px;
	margin-bottom:0px;
	margin-top:-12px;
}
#message {
	margin-left: 240px;
	width:773px;
	font-size: 14px;
	height: 100px;
 	background-color:#ffffff;
	padding:10px;
	margin-top:0px;
	margin-bottom:10px;
}
  /*  texte de message envoyé*/
.chatMessageMe{
	width: 740px;
	font-family:"Verdana",Arial,"Arial Black",serif;
	text-align: left;
	font-size: 14px;
	padding-left:10px;
	font-style:normal;
	color:#065704;
}
  /*  texte de message reçu*/
.chatMessageFrend{
	width: 740px;
	font-family:"Verdana",Arial,"Arial Black",serif;
	text-align: left;
	font-size: 14px;
	padding-left:10px;
	font-style:italic;
	color:#041ea1;
}
#submit {
	margin-left:240px;
 	background:none;
	background-image: url("../images/bouton_jaune.png"); width: 75px; height: 16px; border: 0px;
	font-family:"Verdana",Arial,"Arial Black",serif;
	font-size: 11px;
	padding-bottom:10px;
	color: #000000;
	font-weight:bold;
}
  /*  amis en communication actuelle*/
.chatSelected {
	background-color:#faf0ac;
	width: 210px;
}

/* avertissement d'arrivée d'un message*/
.chatMessage {
	background-color:#fbac47;
	width: 210px;
}
#bandeau_salon_visiteurs_haut { /*l'image centrale de présentation des pages news*/
position: relative;
width: 100%;
height: 100%;
margin-top: 5px;
margin-bottom: 0px;
z-index: 1;
}
#bandeau_salon_visiteurs_bas { /*l'image centrale de présentation des pages news*/
position: relative;
width: 100%;
height: 100%;

z-index: 1;
}
#ensemble_salon_visiteurs_texte {
position: relative;
width: 100%;
height: 100%;
text-align: center;
padding-bottom:5px;
padding-top:5px;
background-color: #eef0f1;
 }
#ensemble_salon_visiteurs_bouton {
position: relative;
width: 100%;
height: 100%;
margin-bottom:5px;
padding-top:5px;
background-color: #eef0f1;
}
#visiteur_bouton {
display: block;
margin-left: auto;
margin-right: auto;
width:230px;
height: 36px;
margin-top: 10px;
margin-bottom: 15px;
font-weight:bold;
line-height: 36px;
color: #fff;
cursor:pointer;
font-size: 18px;
z-index: 10;
} 
#visiteur_textebas{
width: 100%;
text-align: center;
font-family:"Verdana",Arial,"Arial Black",serif;
text-align: center;
font-size: 11px;
font-style:italic;
font-weight:bold;
color:#555555;
padding-bottom:10px;
} 
#salon_payment {
max-width:100%;
position: relative;
background-color: #eef0f1;
margin-bottom: 15px;
font-weight:bold;
line-height: 26px;
color: #444444;
cursor:pointer;
font-size: 18px;
text-align: center;
padding-bottom:10px;
margin-left: 0 auto;
margin-right: 0 auto;
}
#visiteur_salon_logo {
display: block;
margin-left: auto;
margin-right: auto;
min-width:60px;/*classe pour empecher le logo de se redimensionner*/
max-height:60px;
}
.logo_salon { /*classe pour empecher le logo de se redimensionner*/
min-width:60px;
max-height:60px;
margin-left: auto;
margin-right: auto;
}



