
	/* equipe */
	/* --------------------------------------------------------------------------------------------------------- */
	
	DIV#contact						{position:relative;width:40em;left:280px;top:40px;}

	.champ							{position:relative;width:15em;border:1px solid black;font-size:10px;height:12px;font-family:Verdana,Arial,Helvetica,sans-serif;margin-bottom:5px;}
	.message						{position:relative;width:35em;border:1px solid black;font-size:10px;height:100px;font-family:Verdana,Arial,Helvetica,sans-serif;margin-bottom:5px; }
	.croix							{color:#990000;font-weight:bold;font-size:0.8em;}

	DIV#contact P					{margin-bottom:10px;}
	DIV#contact #btSend				{background:url(../imgs/flech_bt.gif) 3px 3px no-repeat black;color:white;width:100px;border:2px solid white;margin-left:250px;}


	.error						{
								color:;
								background:white;
								padding:10px;
								margin-top:10px;
								margin-bottom:10px;
								border:5px solid #990000;
								}

	.noError					{
								color:white;
								font-size:11px;
								padding:10px;
								margin-top:10px;
								margin-bottom:10px;
								border:5px solid white;
								}