html, body {
    width: 1000px;
    margin: auto;
    max-width: 100%;
    color: #0606a3;
    background-color: #fff7f3;
    text-align: left;
    line-height: 2em;
    text-align: left;
   font-family: 'Roboto Mono', monospace;
    font-size: 1.3em;
    /* padding: 1em;*/
}
h1 {font-family: 'Pangolin', cursive;
font-weight: 500;
font-size: 2em;}
.oiseau {
    color:blueviolet;
}
.perruque{
    color:coral;
}
.boulc {
    color:forestgreen;
}

#logo {
	/*display: block;*/
	width: 90%;
	max-width: 900px;
	height: 96vh;
	margin: 2vh auto;
	background: transparent;
	/*border-radius: 10px;
	overflow: hidden;*/
}
#content {
    width: 100%;
    margin: auto;
    color: #0606a3;
    text-align: left;
    line-height: 2em;
    text-align: left;
    /* padding: 1em;*/
     object-fit: contain;
}
#titre {
    height: 100vh;
    /* max-height: 550px; */
    margin: 0px auto;
}
#partage {
     height: 100vh;
    margin: 0px auto;
}
#titre img{
   /* max-height: 80vh;*/
    width: 100%;
}
#programme {
    padding: 3em;
}

#logo img {
    padding: 50px;
/*max-width: 80%;*/
max-height: 96vh;
	
}
#content img {
    padding: 0px;
    max-width: 100%;
    max-height: 100vh;
    margin: 2% auto;
    text-align: center;
     object-fit: contain;
	
}


#perruque{

   /* box-shadow: 3px 3px 4px gray;*/
	position: absolute;
	top: 35%;
	right: 5%;
    padding: 10px;
    padding-left: 20px;
    overflow: hidden;
    width: 220px;
   /* background-color:white;*/
    line-height: 10px;
    background: #FFF9F8;
}
#perruque p {
color: gray;
    
}
#perruque h1 {
font-size: 14px;
   /* font-style: italic;*/
    font-weight: 600;
    color: gray;
}
#info{
	position: absolute;
	bottom: 70px;
	right: 5%;
    padding: 10px;
    padding-left: 20px;
    overflow: hidden;
    width: 220px;
    color: gray;
    }
#auth_uti {

    display: none;
    padding-bottom: 10px;
	
}



#content_message {
	display: block;
	width: 96%;
	height: 55vh;
	margin: 10px auto;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
}

#message {
	display: block;
	width: 100%;
	max-height: 55vh;
	overflow: auto;
}

#utilisateur {
	width: 30%;
	min-width: 180px;
	min-height: 36vh;
	margin: 1vh 0px 1vh 12px;
	float: left;
	background: #fff;
	border-radius: 10px;
	overflow: auto;
}

#auth_deco {
    background: indigo none repeat scroll 0 0;
/* border-radius: 10px;*/
    color: #fff;
    display: block;
    font-weight: bold;
    height: 14px;
    line-height: 14px;
    margin: 10px 0 0;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

#saisie_post {
	width: 62%;
	height: 30vh;
	margin: 1vh 10px 1vh 0px;
	float: right;
}

#tchat_form textarea {
	display: block;
	width: 95%;
	height: 25vh;
	padding: 2%;
	font-size: 13px;
	font-family: arial;
	background: #fff;
	border: 1px solid #000;
	border-radius: 10px;
}

#tchat_form input[type=submit] {
	display: block;
	width: 99%;
	height: 25px;
	padding: 0;
	margin-top: 18px;
	font-size: 13px;
	font-weight: bold;
	font-family: arial;
	background-color: mintcream;
	border: 1px solid #000;
	border-radius: 10px;
	cursor: pointer;
}

.bulle_emetteur {
	display: block;
	width: 75%;
	padding: 3px 7px;
	margin-bottom: 20px;
	float: right;
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
}

.bulle_destinataire {
	display: block;
	width: 75%;
	padding: 3px 7px;
	margin-bottom: 20px;
	float: left;
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
}

.horaire {
	display: block;
	font-size: 10px;
	width: 100%;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 10px;
}

.bulle_emetteur img, .bulle_destinataire img {
	display: block;
	width: 50px;
	float: left;
	margin: -3px 10px -3px -7px;
}

#coul_form input {
	width: 30px;
	height: 13px;
	padding: 2px;
	text-align: center;
	margin: 0px 5px 10px 0px;
	font-size: 13px;
	font-weight: bold;
	font-family: arial;
	background: mintcream;
	border: 1px solid #000;
}

#coul_form #H { width: 100px; }

#coul_form input[type=submit] {
	display: block;
	width: 150px;
	height: 25px;
	padding: 0;
	margin-top: 18px;
	font-size: 13px;
	font-weight: bold;
	font-family: arial;
	background: #fff;
	border: 1px solid #000;
	border-radius: 10px;
	cursor: pointer;
}
.mo {
    background-color: bisque;
    height: 20px;
}