BODY	{
		background: #ffffff;		
		font-Family: Arial;
		font-size: 13px;
		color: #333333;
		}
TD		{
		font-Family: Arial;
		font-size: 13px;
		color: #333333;
		}
		
.Niv1 	{
		background: #000000;
		color: #FFFFFF;
		font-size: 20px;
		font-weight: bold;
		font-family: Arial, Arial;
		padding: 4px 10px 4px 10px;

		}
.Niv1   a {text-decoration:none; color: #ffffff;}		
.Niv1   a:hover {text-decoration:underline; color: #ffffff;}		

.Niv1_H {
		background: #3B5998;
		color: #FFFFFF;
		font-size: 20px;
		font-family: Arial, Arial;
		padding: 4px 10px 4px 10px;

		}
.Niv1_H   a {text-decoration:none; color: #ffffff;}		
.Niv1_H   a:hover {text-decoration:underline; color: #ffffff;}		


.Niv2 	{
		color: #000000;
		background: #CCCCCC;
		font-size: 18px;
		font-weight: bold;
		font-family: Arial, Arial;
		padding: 7px 15px 6px 10px;
		}
.Niv2   a {font-size: 18px;text-decoration:none; color: #000000;}		
.Niv2   a:hover {font-size: 18px;text-decoration:underline; color: #000000;}		

.Niv2_H {
		color: #000000;
		background: #CCCCCC;
		font-size: 18px;
		font-weight: bold;
		font-family: Arial, Arial;
		padding: 7px 15px 6px 10px;
		}
.Niv2_H a {font-size: 18px;text-decoration:none; color: #000000;}		
.Niv2_H a:hover {font-size: 18px;text-decoration:underline; color: #000000;}		

.Niv3 	{
		background: #EFEFEF;
		font-size: 18px;
		font-weight: bold;
		font-style: normal;
		color: #3B5998;
		font-family: Arial, Arial;
		padding: 7px 15px 6px 10px;
		}
.Niv3   a {text-decoration:none; color: #770007;}		
.Niv3   a:hover {text-decoration:underline; color: #770007;}		

.Niv3_H {
		background: #EFEFEF;
		font-size: 18px;
		font-weight: bold;
		font-style: normal;
		color: #3B5998;
		font-family: Arial, Arial;
		padding: 7px 15px 6px 10px;
		}
.Niv3_H a {text-decoration:none; color: #770007;}		
.Niv3_H a:hover {text-decoration:underline; color: #770007;}		

.Niv4 	{
		background: #FAFAFA;
		border: 1px solid #EFEFEF;
		font-size: 16px;
		color: #333333;
		font-family: Arial, Arial;
		padding: 7px 15px 6px 35px;
		
		}
.Niv4   a {text-decoration:none; color: #770007;}	
.Niv4   a:hover {text-decoration:underline; color: #770007;}		

.Niv4_H {
		background: #FAFAFA;
		border: 1px solid #EFEFEF;
		font-size: 16px;
		color: #333333;
		font-family: Arial, Arial;
		padding: 7px 15px 6px 35px;
		height: 18px;
		}
.Niv4_H a {text-decoration:none; color: #333333;}	
.Niv4_H a:hover {text-decoration:underline; color: #333333;}		

.Niv4_END {
		font-size: 12px;
		color: #333333;
		font-family: Arial, Arial;
		}

.TDMenu	{
		background: #ffffff;
		padding: 10px 10px 0px 15px; 
		}	

.TDMain	{
		/* border: 1px dashed #cecece; */
		padding: 10px 15px 0px 5px; 
		background: #ffffff;
		color: #333333;
		}	
.TableGlobal
		{
		}
.CadreCommentaireQuestion
		{
		background: #FFFEDD;
		font-Family: Arial;
		font-size: 11px;
		color: #333333;
		border: 1px solid #C4CDE0;
		padding: 10px 10px 10px 10px;
		}
.CadreCommentaireQuestion a
		{
		text-decoration: none;
		color: #0066CC;
		}
.CadreCommentaireQuestion a:hover
		{
		text-decoration: underline;
		color: #0066CC;
		}
.TitreCommentaireQuestion
		{
		font-weight: bold;	
		padding: 0px 0px 5px 0px;
		
		}
.CadreLiensQuestion
		{
		background: #F3F1C4;
		font-Family: Arial;
		font-size: 11px;
		color: #333333;
		border: 1px solid #C4CDE0;
		padding: 10px 10px 10px 10px;
		}
.CadreLiensQuestion a
		{
		text-decoration: none;
		color: #0066CC;
		}
.CadreLiensQuestion a:hover
		{
		text-decoration: underline;
		color: #0066CC;
		}
.TitreLiensQuestion
		{
		font-weight: bold;	
		padding: 0px 0px 5px 0px;
		}
.QuestionCadre
		{
		background: #FAFAFA;
		font-Family: Arial;
		font-size: 13px;
		color: #333333;
		border: 1px solid #C4CDE0;
		/*
		border-radius: 8px; 
		-moz-border-radius: 8px; 
		-webkit-border-radius: 8px; 
		*/
		padding: 10px 10px 10px 10px;
		
		box-shadow: 0 0 4px rgba(0, 0, 0, .2); 
		-moz-box-shadow: 0 0 4px rgba(0, 0, 0, .2); 
		-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .2); 
		
		}
 
.QuestionCadre .Remarque
		{
		padding:			3px;
		color:				#999999;
		}

.QuestionTitre
		{
		font-size: 16px;
		font-weight: bold;
		color: #666666;
		}
.QuestionNavigation
		{
		background: #303030;
		color: #ffffff;
		font-Family: Arial;
		font-size: 13px;
		border: 1px solid #303030;
		
		/*
		border-radius: 8px; 
		-moz-border-radius: 8px; 
		-webkit-border-radius: 8px; 
		*/
		
		box-shadow: 0 0 4px rgba(0, 0, 0, .2); 
		-moz-box-shadow: 0 0 4px rgba(0, 0, 0, .2); 
		-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .2); 
		height: 40px;
		
		}
.QuestionNavigation   a {text-decoration:none; color: #00A7E7;}	
.QuestionNavigation   a:hover {text-decoration:underline; color: #00A7E7;}	
.QuestionNavigation .Left
		{float: left;padding: 10px 10px 10px 10px;height: 20px;}
.QuestionNavigation .Right
		{float: right;padding: 10px 10px 10px 10px;height: 20px;}
		
.TableEchelle 	{
				border: 1px solid #cecece;
				
				}		
.TableEchelleHeader 	
				{
				background: #cecece;
				
				}		
		
.TableEchelleHeaderCell 	
				{
				font-size: 11px;
				background: #cecece;
				padding: 5px 5px 5px 5px;
				color: #333333;
				}		
.TableEchelleCell 	
				{
				font-size: 11px;
				background: #FaFaFa;
				padding: 2px 5px 2px 5px;
				border-right: 1px solid #cecece;
				border-bottom: 1px solid #cecece;
				}		
.TableEchelleValueCell 	
				{
				font-size: 11px;
				width: 60px;
				background: #FaFaFa;
				padding: 2px 5px 2px 5px;
				border-right: 1px solid #cecece;
				border-bottom: 1px solid #cecece;
				}		
				
.HeaderMetroBar	{
				color: #ffffff;
				padding: 7px 15px 5px 15px;
				}
.HeaderMetroBar	a{
				color: #ffffff;
				text-decoration:none;	
				}
.HeaderMetroBar	a:hover{
				color: #ffffff;
				text-decoration:underline;	
				}
.Footer			{
				background: #ffffff;
				padding: 15px 15px 15px 15px;
				}
.Footer			a{
				color: #666666;
				text-decoration:none;	
				}
.Footer			a:hover{
				color: #666666;
				text-decoration:underline;	
				}
.Login			{
				color: #ffffff;
				}
.Login .Champ	{
				height: 18px;
				
				font-size: 12px;
				color: #666666;	
				}				
.Login .Bouton	{
				color: #666666;	
				height: 18px;
				font-size: 12px;
				border-top: 1px solid #eeeeee;
				border-left: 1px solid #cccccc;
				border-bottom: 1px solid #666666;
				border-right: 1px solid #888888;
				}				
.FieldLabel		{
				float:left;
				padding-bottom:2px;
				min-width: 120px;
				padding-right: 5px;
				}
.FieldLabelNumber{
				width: 400px;
				float:left;
				padding-bottom:2px;
				}
				
.FieldValue		{
				float:left;
				padding-bottom:2px;
				}
.FieldValueNumber{
				float:left;
				padding-bottom:2px;
				text-align: right;
				}
				
.FieldValueInput{
				border: none;
				font-weight: bold;
				padding-left:5px;
				padding-right:5px;
				}				
.FieldValueInputNumber{
				text-align:right;
				border: none;
				font-weight: bold;
				padding-left:5px;
				padding-right:5px;
				}				
				
			
				
