

@media screen{	
	
	body,html
	{
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
	background:#CCC;
	background:url(images/lotus.jpg);
	background-color:#CCC;
	background-size: 100% 100%;
	background-attachment:fixed;
	/*background-repeat: repeat-x;*/
	}
	
	body
	{
	overflow-y:scroll;
	overflow-x:hidden;
	}
	
	
	.center
	{
	position:static;
	width:900px;
	height:auto;
	padding:40px 0 0 0;
	margin:0 auto;
	}
	
	
	div.transbox
	{
	position:static;
	margin:0;
	width:860px;
	height:auto;
	background-color:#3366cc;
	background-color:rgba(51,102,204,0.90);
	border-width:1px 1px 1px 1px;
	border-style: solid;
	border-color:#3366CC;
	border-radius: 10px 10px 10px 10px;
	/* for IE */
	filter:alpha(opacity=100);
	/* CSS3 standard */
	opacity:1;
	/* uncomment if you want scrollable box
	overflow-y:auto;
	overflow-x:hidden;
	*/
	font-family: "Calibri", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	letter-spacing: 0.12em;
	text-align: justify;
	padding: 20px;
	line-height: 2em;
	-moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
	box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
	}
	
	
		
	div.menu
	{
	position:fixed;
	top:0;
	width:100%;
	height:25px;
	padding:2px;
	/*Colors*/
	background-color:black;
	background-color:rgba(0,0,0,0.5);
	color:white;
	border:0px black;
	/*Fonts*/
	font-family:"Verdana", Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-style:normal;
	font-weight: normal;
	/*Alignment*/
	vertical-align:middle;
	text-align:center;
	display:inline;
	}
	
	
	
	div.menu li
	{
	display:inline;
	list-style-type:none;
	margin:10px 3px;
	height:28px;
	}
	
	div.menu a:link,div.menu a:visited
	{
	text-decoration:none;
	padding:5px 5px;
	border-width:0 2px 0 2px;
	border-style:solid;
	border-color:grey;
	border-radius:6px;
	color:white;
	margin:5px 0;
	}
	
		
	div.menu a:hover
	{
	background-color:grey;
	background-color:rgba(255,255,255,0.3);
	}
	
	div.menu a:active
	{
	background-color:white;
	background-color:rgba(255,255,255,0.9);
	color:black;
	}
	
	h1
	{
	font-family: Cambria, Times, serif;
	font-size: 2.5em;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	text-align:left;
	/*text-decoration:underline;*/
	margin-bottom:1em;
	}
	
	h2
	{
	font-family: Cambria, Times, serif;
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom:0;
	margin-top:20px;
	}
			
	a:link {
		color: #FFCC33;
		text-decoration: none;
		}
	
	a:visited {
		color: #FFCC33;
		text-decoration: none;
	}
	
	a:hover {
		color: #FFCC33;
		border-bottom:white;
		border-bottom-style:dashed;
		border-bottom-width:1px;
		}
	
	a:active {
		color: #FFCC33;
		text-decoration: none;
		}
	
	
	
	.Abstract {
	
		font-size: 9px;
	
		color: #FF9;
	
		border-top-style: none;
	
		border-right-style: none;
	
		border-bottom-style: none;
	
		border-left-style: none;
	
	}
	
	
	
	
	
	
	
	.table_head {
	
		font-weight: bold;
	
		color: #2F64AB;
	
		background-color: #FFF;
	
		text-align: center;
	
	}
	
	.table_global {
	
		text-align: left;
	
		vertical-align: top;
	
		border: 1px solid #FFF;
	
	}
	
	.table_color2 {
	
		background-color: #69F;
	
	}
	
	
	
	.squeezed {
	
		margin: 0px;
	
		padding: 0px;
	
		border: 0px none;
	
	}
	
	.Footnote {
		font-size: 0.8em;
		font-style: italic;
		}
	
	
	.encadre
		{
		border-width:1px;
		border-style:dashed;
		border-color:white;
		border-radius: 10px 10px 10px 10px;
		padding:10px;
		margin:5px 30px 5px 0px;
		width:auto;
	}
	
	div.apalala
	
	 {
	
		 position:fixed;
	
		 right:60px;
	
		 bottom:20px;
	
		 width:100px;
	
		 height:auto;
	
	 }
	}
	
 @media print {
	body{
		size:landscape;
	}
	
	body,html {
		width:100%;
		height:100%;
		padding:0px;
		margin:0px;
		background:none;
		}
	 
	div.menu, div.apalala
 		{
	 	display:none;
		 }
		 
	div.transbox
		{
		position: absolute;
		top:65px;
		right:0px;
		width:auto;
		height:auto;
		margin:0px 0px 30px 100px;
		font-family: "Calibri", Arial, Helvetica, sans-serif;
		font-size: 1em;
		color: black;
		letter-spacing: 0.12em;
		text-align: justify;
		padding: 30px;
		line-height: 2em;
		}
		
	h1
	{
	font-family: "Cambria", Times, serif;
	font-size: 2.5em;
	font-style: italic;
	font-weight: bolder;
	color: #FFFFFF;
	text-align:left;
	/*text-decoration:underline;*/
	margin-bottom:1em;
	}
	
	.encadre{
		border-width:1px;
		border-style:dashed;
		border-color:black;
		border-radius: 10px 10px 10px 10px;
		padding:10px;
		margin:5px 5px 5px 0px;
		width:80%;
		}

	h2 {
		font-family: "Cambria", Times, serif;
		font-size: 1.6em;
		font-style: italic;
		font-weight: bold;
		color: black;
		}
	
	.table_head {
		font-weight: bold;
		color: black;
		font-style:italic;
		text-align: center;
		border: 1px solid black;
		}
	
	.table_global {
		text-align: left;
		border-collapse:collapse;
		vertical-align: top;
		border: 1px solid black;
		}

	th, td {
		border: 1px solid black;
		}
	
	.table_color2 {
		background-color: lightgrey;
		}
	
 }

