* 
	{
	font-family: "Trebuchet MS", Arial;
	}
body
	{
	background-image: url(/images/fond_page.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* -- liens de la home -- */

.lien_gris11bold, .lien_blanc11bold 
	{
	color: #555;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	}
	
a:hover.lien_gris11bold
	{
	color: #F00;
	}
.lien_blanc11bold 
	{
	color: #FFF;
	}
a:hover.lien_blanc11bold 
	{
	color: #555;
	}

/* -- fin liens de la home -- */

/* -- liens haut -- */

.assist
	{
	padding: 0px;
	background-color:#999;
	background-image:url(../images/haut/assistance-blanc.gif);
	background-repeat:no-repeat;
	background-position:center;
	}
a:hover.assist
	{
	background-color:#999999;
	background-image:url(../images/haut/assistance-gris.gif)
	}
/* -- fin haut -- */

/* -- contenu -- */
.texte
	{
	text-align:center;
	font-size: 11px;
	color:#555;
	height: 22px;
	}
.titreassist
	{
	font-size: 13px;
	font-weight:bold;
	color:#1B4A98;
	padding-left: 40px;
	vertical-align:middle;
	}
th, .thlogin
	{
	text-align:center;
	vertical-align:middle;
	background-color: ##E7EEF4;
	font-size: 14px;
	color:#1B4A98;
	font-weight: bold;
	height: 30px;
	}
.texte_bleu12bold, .online
	{
	font-size: 12px;
	color:#1B4A98;
	font-weight:bold;
	text-align:left;
	}
.texte_gris12bold
	{
	font-size: 12px;
	color:#999;
	font-weight:bold;
	}
.online
	{
	color:#F00;
	font-style:italic;
	}
/* -- fin contenu -- */
/* -- debut formulaire login -- */
.thlogin
	{
	/* voir th pour complement */
	text-align:left;
	padding: 10px 20px 10px 25px;
	font-weight:normal;
	}
	
.bouton 
	{
  	color: #000080;
  	background-color:#E7EEF4 ;
  	text-decoration: none;
  	font-weight: bold;
  	text-align: center;
  	padding: 1px;
	}
.chsaisie
	{
	font-size:12px;
	color:#666666;
	width: 50px;
	}
.avertissement
	{
	color:#FF0000;
	text-align: center;
	font-size: 11px;
	}
/* -- fin formulaire login -- */