.tb hr {
	margin-top: 5px;

	height: 1px;

	background-color: #ccc;
	color: #ccc;
	border: 0;	
}

.tb td.nom-champ { text-align:right; vertical-align:top; width:100px; }
.tb td.submit { text-align:right; }

.tb ol { list-style-position:inside; text-align:left; }

.tb label {
	margin:0px;
	padding: 0px;
	cursor:pointer;
}

.tb input {
	vertical-align:middle; 
}

.tb input.email {
	width: 180px;
	padding-left: 1px;
	font-size: 13px;
}

.tb input.password {
	width: 180px;
	padding-left: 1px;
	font-size: 13px;
}

.tb textarea {
	width: 365px;
	height:100px;
	font-size: 12px;
}

.tb p.boutton {
	margin-top: 15px;
	text-align: center;
	clear:both;
}

.tb p.lost-pass {
	margin-top: 15px;
	font-size: 10px;
	text-align: center;
}

.message-error {
	margin-left:auto;
	margin-right:auto;
	color:red;
	text-align:center;
	font-size: 11px;
}

/* lang */

input.hexa {
	font-family: monospace;
	width: 60px;
}

#theme .selected{
	font-weight: bold;
}

div.ir{
	padding: 5px;
}

div.ir input {
	font-size: 0.9em;
}

li{
	list-style: none;
}

#divlangue2 span{
	background-image: url(../lang.png);
	background-repeat: no-repeat;
	height: 12px;
	display: inline;
}

#lang_choix li{
	margin: 2px 0 3px 0;
}

#lang_menu a.actif{
	font-weight: bold;
	text-decoration: none;
	cursor: default;
}

