
/*<style 	*/


	#Kopf table {
		width:				100%;
		border-collapse: 	collapse;
	}
		
		#Kopf td {
			display:		inline-block;
			vertical-align:	top;
		}
		
		#SiteTitle {
			width: 			80%;
			vertical-align:	bottom;
		}
		
		#Kopf td:nth-child(2) {
			width: 			20%;
		}
			
			#Kopf table, #Kopf tr, #Kopf td{
				box-sizing:	border-box;
			}
			
			
			#SiteTitle a:hover {
				background-color: 	#FFF;
				opacity: 			0.5;
			}
		
			#SiteTitle a{
				display:flex;
				height:100%; width:100%;
			}			

				#LogoImgContainer{
					display: inline-block;
					 
						margin: 0 1.0em 0 0; 
										
				}
					
					#LogoImgContainer img {
						display: 		inline-block;
						vertical-align:	bottom;
						height:			3.7rem;
						
					}

				#SiteTitleTxt{
					display:flex;
					flex-direction : column;
					flex-wrap:nowrap;
					 
						justify-content: center; 
										align-items: flex-start; 
					
					margin:0; padding:0;
					
					
					font-variant: 	small-caps;
					font-weight:	lighter;
				}
					
					
					#SiteTitle1{
						margin:			0 0 0.3rem 0 ;
						color:			#111;
						opacity:		0.8;
						
						font-size:		2.0rem;

					}
					
					#SiteTitle2{ 			
						margin:			0 0 0.3rem 0;
						color:			#666; 
						opacity:		0.6;
						
						font-family: 	'TechnicLite', 'Orator Std', Arial, sans-serif; 
						font-size:		1.0rem; 
					}



#Langues {
		display: block;
		
		height: 1em; 
	
		margin: 0; /*1em 1em 0 0;*/
		border: none; 
		
		text-align:right; /*font-size: 1em; color:#666;*/
		cursor:pointer;
	}
		#Langues .nobr{
			top: 0%;
			width:100%; 
			vertical-align:top;
			overflow:hidden;
		}
		
			#Langues a{
				top: 0%;
				vertical-align:top;
				border:none;
				background-color: transparent; 
				opacity:0.6; /*moz-opacity:0.6;*/
				margin-right:0.5%;
				/*filter: invert(100%);*/
			}
			
			#Langues a img{
				border:none;
			}
			
            #Langues a img.actif{
                filter: invert(50%);
            }
			
			#Langues a:hover {
				color:#000;
				opacity:1; /*moz-opacity:1;*/
			}
			
				.langue_titre{
					display:inline-block;
					top: 0;
					width:0; 
					vertical-align:top;
					overflow:hidden;
				}

					