body {
	background-image: url(../images/fond.gif);
	background-attachment: fixed;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a {
	color: #274861;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited, a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	background: none;
}
.minia {
	text-align: center;
	font-size : 9px;
	color: #FFFFFF;
}
.miniab {
	font-size : 7pt;
	font-weight: bold;
	color: #FFFFFF;
}
.partb {
	font-size : 9px;
}
.borderb {
	border-bottom : 1px solid #000000;
}
.borderr {
	border-right : 1px solid #000000;
}
img {
	border: 0px;
}
.border {
	border: solid #46739f 1px;
}
.hidden {
	display: none;
}
.menu {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
}
.while_mess:hover
{
	background-color: #DFECFF;
}
	
.textmenu {
	color: #FFFFFF;
	font-weight: bold;
}
.bottommenu {
	color: #FFFFFF;
	font-size:11px;
	font-weight:normal;
}
.centre {
	color: #46739f;
}
.titre {
	font-size: 13px;
	font-weight: bold;
}
.message {
	font-size: 13px;
}
.erreur {
	color: #FF0000;
	font-size: 13px;
	font-weight: bold;
}

.bouton {
	font-family: Verdana;
	background-color:#84B6D6;
	font-weight: bold;
	color:#FFFFFF;
	font-size:11px;
	height:20px;
	border:1px solid #4990BA;
}
.input {
	font-family: Verdana;
	background-color:#FFFFFF;
	font-weight: bold;
	color:#42719C;
	font-size:11px;
	height:15px;
	border:1px solid #4990BA;
}
.textarea {
	font-family: Verdana;
	background-color:#FFFFFF;
	font-weight: bold;
	color:#42719C;
	font-size:11px;
	border:1px solid #4990BA;
}



/* T'CHAT */

#content #tchat {
	border: 1px solid #c0d9f0;
	background: #e9eff5;
	width: 520px;
	height: auto;
	min-height: 400px;
	margin: 6px;
	margin-bottom: 10px;
	padding: 2px;
}
#content #menu_connectes {
	position: absolute;
	margin-left: 510px;
	margin-top: -3px;
	border: 2px solid #c0d9f0;
	background: #e9eff5;
	width: 135px;
	padding: 4px;
	text-align: center;
	opacity : 0.82;
    filter : alpha(opacity=00); 
}
#content #tchat_connectes {
	text-align: right;
}
#content #tchat_mess {
	margin-left: 25px;
	margin-top: -5px;
}
#content .input_tchat {
	font-size: 11px;
	font-weight: normal;
}
#content .submit_tchat {
	border: 1px solid #c0d9f0;
	background: #e9eff5;
	color: #6996bf;
	font-size: 11px;
	font-weight: bold;
	padding: 2px;
}
#content .submit_tchat:hover {
	background: #F1E5CE;
}

#content #liste_connectes {
	margin: 5px;
}
