.contenu
{
	background-color: #FFFFFF;
}

.normal
{
	font-family: Arial;
	color: #000000;
	text-decoration: none;
	font-size: 13px;
}

a:hover
{
	font-family: Arial;
	color: #FFAA00;
	text-decoration: none;
	font-weight: bold;
}

.menu
{
	font-family: Arial;
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	background-color: #992222;
}


.btn
{
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	cursor:pointer;
	background:url('/images/btn.gif');
	border:1px solid #BEBDBC;
	height:17px;
	color:#9E9D9C;
}

.btn:hover
{
	color:#FFAA00;
}

.input
{
	font-family: Arial;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	background-color: #FAFAFA;
	height: 20px;
	border: 0 solid #000000;
	width: 180px;
}
/*listes*/

.msgerr
{
	font-family: Arial;
	color: #990000;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}

.piedCopy
{
	font-family: Arial;
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

.logon
{
	background:url('/images/logon.png');
	width:21px;
	height:20px;
	overflow:hidden;
	cursor:pointer;
}

.logoff
{
	background:url('/images/logoff.png');
	width:21px;
	height:20px;
	overflow:hidden;
	cursor:pointer;
}

.login
{
	background:url('/images/login.png');
	width:135px;
	height:20px;
	overflow:hidden;
	cursor:pointer;
}

.password
{
	background:url('/images/password.png');
	width:105px;
	height:20px;
	overflow:hidden;
	cursor:pointer;
}


.logon:hover
{
	background:url('/images/logon.png') 0px -20px;
	width:21px;
	height:20px;
	overflow:hidden;
	cursor:pointer;
}

.logoff:hover
{
	background:url('/images/logoff.png') 0px -20px;
	width:21px;
	height:20px;
	overflow:hidden;
	cursor:pointer;
}

.login:hover
{
	background:url('/images/login.png') 0px -20px;
	width:135px;
	height:20px;
	overflow:hidden;
	cursor:pointer;
}

.password:hover
{
	background:url('/images/password.png') 0px -20px;
	width:105px;
	height:20px;
	overflow:hidden;
	cursor:pointer;
}

h1{
	margin:0px;
	font-size:14px;
	padding:0px;
	font-weight:bold;
}

h2{
	margin:0px;
	font-size:13px;
	padding:0px;
	font-weight:bold;
}

h3{
	margin:0px;
	font-size:12px;
	padding:0px;
	font-weight:bold;
	color:black;
}

.inputform
{
	background:url('/images/input.png');
	width:140px;
	height:20px;
	overflow:hidden;
	cursor:pointer;
	border:0px;
	padding:0px;
}

.inputform:hover
{
	background:url('/images/input.png') 0px -20px;
	width:140px;
	height:20px;
	overflow:hidden;
	cursor:pointer;
	border:0px;
}

.btnachat
{
	font-family:arial;
	background:url('/images/btn2.png');
	width:180px;
	height:32px;
	overflow:hidden;
	cursor:pointer;
	border:1px solid #BEBDBC;
	font-weight:bold;
	font-size: 14px;
	color:#777777;
}

.btnachat:hover
{
	font-family:arial;
	background:url('/images/btn2.png') 0px -32px;
	width:180px;
	height:32px;
	overflow:hidden;
	cursor:pointer;
	border:1px solid #BEBDBC;
	font-weight:bold;
	font-size: 14px;
	color:#444444;
}

.postcom
{
	font-family:arial;
	background-image:url('/images/postcom.png');
	width:180px;
	height:70px;
	min-width:180px;;
	min-height:70px;
	max-width:180px;;
	max-height:70px;
	overflow:hidden;
	cursor:pointer;
	border:1px solid #BEBDBC;
	font-weight:bold;
	font-size: 13px;
	color:#444444;
}

.postcom:hover
{
	font-family:arial;
	background-image:url('/images/postcom.png') 0px -115px;
	width:180px;;
	height:70px;
	min-width:180px;;
	min-height:70px;
	max-width:180px;;
	max-height:70px;
	overflow:hidden;
	cursor:pointer;
	border:1px solid #BEBDBC;
	font-weight:bold;
	font-size: 13px;
	color:#444444;
}