html {height: 100%; }
#flashcontent {height: 100%; }

body {
	PADDING-LEFT: 		0px;
	PADDING-TOP: 		0px;
	FONT-WEIGHT: 		normal;
	FONT-SIZE: 			12px;
	font-style : 		normal;
	COLOR: 				#FFFFFF;
	background: 		#000000;
	text-decoration: 	none;
	font-family:		Verdana, Geneva, Arial, Helvetica, sans-serif;
}

table {
	padding:			0;
	border:				0;
	FONT-WEIGHT: 		normal;
	FONT-SIZE: 			12px;
	COLOR: 				#FFFFFF;
	FONT-FAMILY:		Verdana, Geneva, Arial, Helvetica, sans-serif;
}

	
A {
	COLOR: 				#FF6600;
	text-decoration: 	none;
}
A:active {	
	COLOR: 				#FF6600;
	text-decoration: 	none;
}
A:visited {	
	COLOR: 				#FF6600;
	text-decoration: 	none;
}
A:hover {	
	COLOR: 				#FF6600;
	text-decoration: 	none;
}

.Ligne_Header {
	FONT-SIZE: 			12px;
	COLOR: 				#white;
	FONT-WEIGHT: 		bold;
	text-decoration: 	none;
}

.Ligne_Header ul {
	text-align: 		center; /* We are using text-align: center on ul to horizontally align our menu to the page. If you want the menu aligned left or right just change text-align to either left or right */
	margin: 			0 0 5px 0; /* Just some margin to align the blue border below the menu */
}
.Ligne_Header li {
	display: 			inline; /* Menu links are horizontally aligned using display: inline */
}
.Ligne_Header li a {
/* Display: block won't work in this example, instead we are using padding to make the hole tab a clickable link */
	/*padding: 10px 6px 6px 10px; */
	color: 				#FFFFFF;	
}


.Ligne_Header li a:active {
	color:				#FFFFFF;
}
.Ligne_Header li a:visited {
	color:				#FFFFFF;
}

.Ligne_Header li a:hover {
	color:				#FF6600;
}



.Ligne_Footer_Blanc {
	FONT-SIZE: 			12px;
	COLOR: 				#FFFFFF;
	font-weight: 		bolder;
}	

.Ligne_Footer_Blanc  a {
	COLOR: 				#FFFFFF;
}	
.Ligne_Footer_Blanc  a:active{
	COLOR: 				#FFFFFF;
}
.Ligne_Footer_Blanc  a:visited {
	COLOR: 				#FFFFFF;
}
.Ligne_Footer_Blanc  a:hover {
	COLOR: 				#FFFFFF;
}



.Ligne_Footer_Blanc_Small {
	FONT-SIZE: 			10px;
	COLOR: 				#white;	
	font-weight: 		bolder;
}	
.Ligne_Footer_Orange {
	FONT-SIZE: 			12px;
	COLOR: 				#FF6600;
	font-weight: 		bolder;
}	
.Ligne_Footer_Orange_Small {
	FONT-SIZE: 			10px;
	COLOR: 				#FF6600;
	font-weight: 		bolder;
}

	
.Titre_Blanc_0{
	font-size: 			30px;
	color: 				#FFFFFF;
}
.Titre_Orange_0{
	font-size:	 		30px;
	color: 				#FF6600;
}
	
	
.Titre_Blanc_1{
	font-size: 			20px;
	color: 				#FFFFFF;
}
.Titre_Orange_1{
	font-size:	 		20px;
	color: 				#FF6600;
}

.Titre_Blanc_2{
	font-size: 			16px;
	color: 				#FFFFFF;
}
.Titre_Orange_2{
	font-size:	 		16px;
	color: 				#FF6600;
}

.Titre_Blanc_3{
	font-size: 			14px;
	color: 				#FFFFFF;
}
.Titre_Orange_3{
	font-size:	 		14px;
	color: 				#FF6600;
}



.Titre_Blanc_Orange_2{
	font-size: 			16px;
	color: 				#FFFFFF;
	background: 		#FF6600;
	height:				10;
}

.Titre_Blanc_Orange_3{
	font-size: 			14px;
	color: 				#FFFFFF;
	background: 		#FF6600;
	height:				10;
}




.Ligne_Blanc{
	color: 				#FFFFFF;
}
.Ligne_Orange{
	color: 				#FF6600;
}


.Ligne_Tableau_Blanc{
	font-size: 			14px;
	color: 				#FFFFFF;
}
.Ligne_Tableau_Orange{
	font-size: 			14px;
	color: 				#FF6600;
}


.Ligne_Blanc_Small{
	font-size: 			11px;
	color: 				#FFFFFF;
}
.Ligne_Orange_Small{
	font-size: 			11px;
	color: 				#FF6600;
}

.InputTextDefault  { background-color: #ffffff; border-color:blue;}
.InputTextSelected { background-color: #66ccff; border-color:blue;} 	
.InputTextError { background-color: #ffffff; border-color:red;} 	



