body
{
 
	background-image:url(images/background3.jpg);	
	background-repeat:repeat-x;	
	background-color: #4B4B4B;
	text-align: center;
 
	font-size: 14pt;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
}


input
{	
	border:1px solid #ddd;
	font-size:16px;
	padding:2px;	
	margin:0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.btsubmit
{	
	border:1px solid #000;
	color:#000;
	background-image:url(images/bt_back.gif);	
	font-size:18px;
	padding:2px;	
	margin:0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}


//  #FFAD5B
//  TEST2 #FF860F
//  # FF5904

A {color:#FF860F; text-decoration:none;font-weight:bold;}
A:link {color:#FF860F; text-decoration:none;font-weight:bold;}
A:visited {color:#FF860F; text-decoration:none;font-weight:bold;}
A:active {color:#FF860F; text-decoration:none;font-weight:bold;}
A:hover {color:#FF860F; text-decoration:underline ; }


.A1 {font-size: 10pt;color:#FF860F; text-decoration:none;font-weight:bold;}
.A1:link {color:#FF860F; text-decoration:none;font-weight:bold;}
.A1:visited {color:#FF860F; text-decoration:none;font-weight:bold;}
.A1:active {color:#FF860F; text-decoration:none;font-weight:bold;}
.A1:hover {color:#FF860F; text-decoration:underline ; }

.A1b {font-size: 10pt;color:#000000; text-decoration:none;font-weight:bold;}
.A1b:link {color:#000000; text-decoration:none;font-weight:bold;}
.A1b:visited {color:#000000; text-decoration:none;font-weight:bold;}
.A1b:active {color:#000000; text-decoration:none;font-weight:bold;}
.A1b:hover {color:#000000; text-decoration:underline ; }

.A1c {font-size: 10pt;color:#777; text-decoration:none;font-weight:bold;}
.A1c:link {color:#777; text-decoration:none;font-weight:bold;}
.A1c:visited {color:#777; text-decoration:none;font-weight:bold;}
.A1c:active {color:#777; text-decoration:none;font-weight:bold;}
.A1c:hover {color:#777; text-decoration:underline ; }

.A2 {font-size: 10pt;color:#000000; text-decoration:none;font-weight:normal;}
.A2:link {color:#000000; text-decoration:none;font-weight:normal;}
.A2:visited {color:#000000; text-decoration:none;font-weight:normal;}
.A2:active {color:#000000; text-decoration:none;font-weight:normal;}
.A2:hover {color:#000000; text-decoration:underline;font-weight:normal; }

.A2c {font-size: 10pt;color:#777; text-decoration:none;font-weight:normal;}
.A2c:link {color:#777; text-decoration:none;font-weight:normal;}
.A2c:visited {color:#777; text-decoration:none;font-weight:normal;}
.A2c:active {color:#777; text-decoration:none;font-weight:normal;}
.A2c:hover {color:#777; text-decoration:underline;font-weight:normal; }


.T1 {font-size: 10pt;}

.table1 {border:1px solid #454B58;background-color:#FFAD5B;}
.table1bis {			
	border-left : solid 1px #454B58;
	border-right : solid 1px #454B58;
	border-bottom : solid 1px #454B58;
	background-color:#FFAD5B;
}

.tableTab {			
	border-left : solid 1px #454B58;
	border-right : solid 1px #454B58;
	border-top : solid 1px #454B58;
	background-color:#FAFAFA;
}

.table2 
{
	border:1px solid #000000;
	background-color:#FFFFFF;
	background-image:url(images/background2.jpg);
	background-repeat:repeat-x;
	background-position:top;
}


.menu
{	
	background-image: url(images/menu_back.png);
	color:#FFFFFF;
	font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size: 13px;	
	font-weight: bold;	
}
.menuitem
{
	text-align:center;
	cursor: pointer;	
}
.menuitemhover
{	
	text-align:center;
	cursor: pointer;
	background-image: url(images/menu_over.png);	
}
.menuitemLink
{
	color:#FFFFFF;
	font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size: 13px;	
	font-weight: bold;	
	text-decoration:none;
}
.menuitemLink:hover
{	
	color:#FFFFFF;	
	text-decoration:none;
}


.search{font-size: 120%;}
