body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px;
	color: #000000;
}

table , tr , td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}

a { 
	color: #666666;
}

a:visited { 
	color: #666666;
}

a:hover { color: #CCCCCC ;  }

.normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.ptit {
	font-size: 9pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

.titre {
	font-size: 14pt;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

.touptit {

	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.toutouptit {


	font-size: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

			* {
			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
					box-sizing: border-box;
			}
			
			#bandeau {				
				position: fixed;
				top: 0;
				padding: 0;
				margin: 0;
				width: 100%;
			}
			
			#main {
				position: fixed;
				top: 14vw;
				height: calc(100% - 14vw);
				width: 100%;
				overflow-x: hidden;
				overflow-y: hidden;
			}
			
			#menu {
				background-color: white;
				position: fixed;
				left: 0;
				width: 240px;
				height: calc(100% - 12vw - 32px);
				overflow-x: hidden;
				overflow-y: scroll;
			}				
			
			#menu1 {
				background-color: white;
				position: fixed;
				left: 0;
				width: 50px;
				height: calc(100% - 12vw - 32px);
				overflow-x: hidden;
				overflow-y: hidden;
			}				
			
			#div_principal {
	position: relative;
	display: block;
	margin-left: 240px;
	height: 100%;
/*	top: 34px; */

			}	
			
			#div_principal1 {
				position: relative;
				display: block;
				margin-left: 50px;
				height: 100%;
			}	
			
			#principal {
				height: 100%;
				width: 100%;
				overflow-x: hidden;
				overflow-y: scroll;
				border-style: none;
			}
			
			.liste {
				white-space: nowrap; 
			}				
