/***************************************************************************/
/* Page                                                                    */
/***************************************************************************/

BODY 				{ 
						background-color: #4C6C0C; 		/* Couleur de fond */
						margin: 10px 10px 10px 10px;	/* Espacement */
					}
			
BODY, TD, P			{	
						font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
						font-size: 10px;
						color: #000000;
					}

/***************************************************************************/
/* Document                                                                */
/***************************************************************************/
			
#Document			{ 
						border: 0px; 		/* Bordure */
						background-color: #FFFFFF; 		/* Couleur de fond */
						background-image: url('images/commun/band0.jpg');
						background-repeat: no-repeat;
						background-position: bottom;
					}
			
#Band1				{   background-image: url('images/commun/band1.jpg'); background-repeat: no-repeat; }
#Band2				{   background-color: #84A11E; }
#Band3				{   background-image: url('images/commun/band3.jpg'); background-repeat: no-repeat; text-align: center; }
#Band4				{   background-image: url('images/commun/band4.jpg'); background-repeat: no-repeat; }
#Band5				{   background-color: #3E5A08; }
#Band6				{   background-image: url('images/commun/band6.jpg'); background-repeat: no-repeat; text-align: center; }

#Separator			{ 	background-image: url('images/commun/sep.gif'); }
#Contenu			{   background-color: #FFFFFF; color: #FFFFFF; padding: 20px; text-align: left; vertical-align: top; }

A					{	color: #4C6C0C; }
A:hover				{ 	color: #000000; font-weight:bold; }

A.Menu				{	color: #000000; font-weight:bold; text-decoration:none; }
A.Menu:hover		{ 	color: #545454; }
.MenuDown			{	color: #4C6C0C; font-weight:bold; }

A.Actisens			{ 	color: #3E5A08; text-decoration: none; }
A.Actisens:hover	{ 	color: #3E5A08; }

.Titre				{ 	font-size: 15px; font-weight:bold; color: #84A11E; }

INPUT.flat			{	border:1px solid #000000; width:300px; }
SELECT.flat			{	border:1px solid #000000; width:302px; } // height:22px; clip: rect(1, 300, 21, 1); position: absolute; }
SELECT.flatnb		{	border:1px solid #000000; width:42px; } // height:22px; clip: rect(1, 40, 21, 1); position: absolute; }

.tableOver 			{	background-color: #DDE6D7; }
.tableOut1			{	background-color: #F8FDE7; }
.tableOut2			{	background-color: #FFFFFF; }

EM				{   color: #3E5A08; }

.Img				{   border: 1px solid #000000; }
.Green				{	color: #3E5A08; }
