html,body
{

width: 100%;
height: 100%;
padding: 0;
margin: 0;
text-align: center;
background: url(./../img/fond.png) no-repeat;
background-size: cover;
background-attachment:fixed;
}

#conteneur
{
	width: 800px;
	height: auto;
	margin: auto;
	text-align: center;
	background: rgba(0,127,0,0.5);
}
#Menu
{
	text-align: left;
	background: black;
	color: white;
	width: auto;
	height: auto;
	border-radius: 10px;
	border: 2px solid black;
}
#Menu a
{
	text-decoration: none;
	color: white;
	font-size: 20px;
	margin-left: 10px;
}
#Menu a:hover
{
	color: red;
}
#menu
{
	text-align: center;
	background: black;
	color: white;
	width: auto;
	height: auto;
	border-radius: 10px;
	border: 2px solid black;
}
#menu a
{
	text-decoration: none;
	color: white;
	font-size: 18px;
	margin-left: 3px;
}
#menu a:hover
{
	color: red;
}
.droite
{
 text-decoration: none;
 color: white;
 margin-left: 685px;
 margin-top: -25px;
 font-size: 20px;
}
.droite:hover
{
	color:red;
}
#contenu
{
 width: 780px;
 height: auto;
 background: rgba(0,0,0,0.5);
 margin: auto;
 margin-top: 5px;
 font-size: 25px;
 color: white;
 border: 2px dashed black;
 max-width: auto;
}
footer
{
 background: black;
 color: white;
 width: auto;
 height: auto;
 font-size: 20px;
 margin-top: 5px;

}
.Bouton
{
	background: black;
	color: white;
	border: black solid 1px;
	border-radius: 5px;
	font-size: 18px;
}
.Bouton:hover
{
	cursor: pointer;
}
.Tchat
{
    height: 500px;
    width: 700px;
    margin: 1% 5%; 
    word-wrap:break-word;
    overflow-y: auto;
    border: 2px dashed black;
    border-radius: 10px;
    background: rgba(0,0,0,0.8);
    text-align: left;
    font-size: 18px;
    color: white;
}
.erreur
{
	background: rgba(254,1,1,0.8);
	width: 100%;
	height: auto;
	color: white;
	font-size: 25px;
}
.succes
{
	background: rgba(0,149,0,0.8);
	width: 100%;
	height: auto;
	color: white;
	font-size: 25px;
}
