body		{background-color: #16448F}

A:link	{color: #24445C;}
A:visited{color: #6050DC;}
A:active {color: #2C75FF;}
A:Hover  {color: #2C75FF;}


.texte, .textecouleur, .texteponceau, .textemandarine, .textesinople, .textenoir, .textegris, .texterouge, .invisible, .formobject, .menu, .entete, .text, .textcolor, .textarea, .button, table
	{
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;  
	font-size: 12px;
	color: #798081;
	}

.menu 			{color: #FFFFFF; text-align: center;}	
.textecouleur	{color: #FF5E4D;}	
.texteponceau	{color: #C60800;}	
.textesinople	{color: #149414;}	
.textemandarine {color: #FEA347;}
.textebrun		{color: #D2891A;}
.textenoir 		{color: #000000;} 
.textegris		{color: #CCCCCC;} 
.texterouge		{color: #FF0000;} 
.invisible      {color: #DDDDDD;}
.entete			{font-weight: bold;}
.border			{border:1px solid #798081; }


.textlabel { letter-spacing:2px; text-align: right;}
.text {border:1px solid #CCCCCC;}
.textcolor {border:1px solid #4067C4; }



.button 
	{
	letter-spacing:2px;   
   width:150px;
   margin:2px;
   cursor:hand;
   } 

.textarea 
	{ 
   width:380px;
   height:75px;
   border:1px solid #CCCCCC;
   overflow:auto;
   scrollbar-track-color: #CCCCCC;
   scrollbar-face-color: #EEEEEE;
   scrollbar-highlight-color: white;
   scrollbar-3dlight-color: white;
   scrollbar-darkshadow-color: #798081;
   scrollbar-shadow-color: white;
   scrollbar-arrow-color: #798081;
   }

.cacher { position:absolute; visibility:hidden; }
.montrer { position:absolute; visibility:visible; }
