*{
	margin: 0;
	padding: 0;
}
body
{
	background-color: #bfbfd6;
	height: 100%;
	margin: auto;
	font-family: Trebuchet MS;
	color: white;
}

h1
{
	text-align: center;
	color: #000069;
	font-size: 35px;
	font-family: Impact;
}

h2
{
	text-align: center;
	color: #0000FF;
	font-size: 25px;
	font-family: Trebuchet MS;
}

h3
{
	font-size: 20px;
	font-family: Trebuchet MS;
}

h4
{
	font-size: 10px;
	font-family: Trebuchet MS;
	text-align: center;
}
a
{
	color: #000069;
	text-decoration: none;
}

a:hover
{
	color: #0000FF;
}


#centre
{
	position: relative;
	width: 1250px;
	padding-top: 5px;
	margin-top: -5px;
	margin-right: auto;
	margin-left: auto;
	background-image: url("../img/center.png");
	background-repeat: repeat-y;
}

#centregauche
{
	padding-left: 70px;
	text-align: justify;
	font-size: 24px;
}

#centretext
{
	text-align: justify;
	font-size: 16px;
	padding-right: 5px;
}

#centredroite
{
	text-align: justify;
	font-size: 12px;
	border: darkblue 3px solid;
	background-color: black;
}

#chat
{
	float: top;
	margin-right: auto;
	margin-left: auto;
}


#searchChat
{
	float: top;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

#searchChat a
{
	color: white;
}

#footer
{
	float: top;
	height: 187px;
	width: 1250px;
	margin-right: auto;
	margin-left: auto;
	background-image: url("../img/footer.png");
	background-repeat: no-repeat;
	text-align: center;
	font-size: 10px;
	color: #626262;
}

#footertext
{
	margin-top: 105px;
}

#header
{
	height: 276px;
	width: 1250px;
	margin-right: auto;
	margin-left: auto;
	background-image: url("../img/header.png");
	background-repeat: no-repeat;
}

#menu
{
	float: top;
	height: 104px;
	width: 1250px;
	padding-top: 5px;
	margin-right: auto;
	margin-left: auto;
	font-size: 15px;
	text-align: center;
	background-image: url("../img/menu.png");
	background-repeat: no-repeat;
}

.case
{
	margin-right: auto;
	margin-left: auto;
	background-color: silver;
	color: black;
	width: 50%;
	height: 30%;
	border: 2px solid gray;
	padding: 3px;
	text-align: center;
}

.chatInput
{
	margin-right: 10px;
	margin-top: 15px;
}
.chatInput a
{
	color: white;
}

.chatInputPseudo
{
	margin-left: 213px;
	margin-top: 15px;
}

.chatInputA
{
	margin: 0px;
	margin-left: 60px;
	font-size: 10px;
	color: white;
}

.chatBouton
{
	float: top;
	margin-right: 50px;
	margin-left: 50px;
}

.chatA
{
	margin: 0px;
	color: 000099;
}

.chatInputSearch
{
	margin-top: 15px;
}

.mil
{
	text-align: center;
}

.no
{
	color: gray;
}

.no:hover
{
	color: gray;
}

.off
{
	color: #000069;
	text-decoration: none;
}

.off:hover
{
	color: #0000FF;
}

.on
{
	color: #0000FF;
}

.txtChat
{
	color: #000099;
	text-decoration: none;
}

.txtChat:hover
{
	color: #0000FF;
}

.txtNoClicChat
{
	color: gray;
}

.txtNoClicChat:hover
{
	color: gray;
}

table.jump{
	border: 1px;
	border-color: darkblue;
	border-style: solid;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-collapse: collapse;
}

table.jump td{
	border: 1px;
	border-color: darkblue;
	border-style: dashed;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

tr.jumptitle{
	font-weight: bold;
}

tr.jumpbody{
	font-weight: none;
}

td.jumpname{
	color: darksalmon;
}

td.jumptime{
	color: lightblue;
}

td.jumpcheck{
	color: lightgreen;
}

td.jumpmixed{
	color: silver;
}

td.jumpdate{
	color: palegoldenrod;
	font-size: 12px;
}

td.jumpmap{
	color: #0000FF;
}

a.jumpmap{
	color: #0000FF;
}

a.jumpmap:hover{
	color: #ffffff;
}

div#CSS
{
	background-color: black;
	overflow: scroll;
}
