html
{
	overflow: scroll;
}

#notification
{
	position: fixed;
	bottom: 0;
	padding: 0;
	height: 20px;
	margin: 0;
	width: 100%;
	background-color: #FFFF99;
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 1.3em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 5px;
}

form select, form button, form input, form textarea
{
	background-color: #CCCCCC;
	border: solid 1px #444444;
}

form select, form button, form input
{
	/*height: 18px;*/
}

.texte_clair, .texte_clair a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E8E8E8;
}

.texte_clair a
{
	text-decoration: underline;
}

.texte_fonce, .texte_fonce a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3a4d61;
}

.texte_fonce a
{
	text-decoration: underline;
}

.spacer 
{
	clear: both;
	margin: 0px;
	padding: 0px;
}

h1
{
	font-size: 14px;
	display: inline;
	color: #f16e27;
}

p
{
	margin: 0px;
}

form
{
	background-color: #585858;
	border-top: solid 1px #f16e27;
	padding: 15px;
	text-align: center;
}

select, input, textarea
{
	background-color: #EEEEEE;
	border: solid 1px #333333;
	color: #333333;
	font-size: 13px;
}

.titre_membre
{
	width: 808px;
	height: 20px;
	padding-right: 10px;
	padding-top: 2px;
	text-align: right;
	font-size: 13px;
	color: #FFFFFF;
	background-color: #585858;
	border-top: solid 1px #f16e27;
	cursor: default;
}

.titre
{
	width: 818px;
	height: 20px;
	padding-top: 2px;
	text-align: center;
	font-size: 13px;
	color: #FFFFFF;
	background-color: #585858;
	border-top: solid 1px #f16e27;
	cursor: default;
}

.class_table_titre
{
	border: none;
	border-bottom: solid 1px #f16e27;
	border-collapse: collapse;
	text-align: left;
	height: 30px;
	margin-bottom: 3px;
	font-weight: bold;
}

.class_table_corps
{
	border: none;
	border-collapse: collapse;
}

.td_liens_gauche
{
	vertical-align: top;
	padding-left: 5px;
}

.td_liens_drapeaux
{
	vertical-align: top;
}

.td_liens_droite
{
	vertical-align: top;
	padding-right: 5px;
}
