@media screen, print {

html {
	margin: 0;
	padding: 0;
	}
	
body { 
	font: 85% georgia, sans-serif;
	line-height: 1.7;
	color: #555753; 
	background: #fff url(fond.png) no-repeat top right;  
	margin-left: 3%;
	margin-top: 0; 
	padding: 0;
	}
	
p { 
	margin-top: 0; 
	}

table {
 text-align: center;
 border-width:1px; 
 border-style:solid; 
 border-color:black;
 width:50%;
 }
 
td { 
 border-width:1px;
 border-style:solid; 
 border-color:#13A972;
 width:50%;
  }

	
div[id="menu"] {
		font-size:120%;
		word-spacing: 4em;
		margin-top:4em
		}
		
div[id="banner"] {
		background: transparent url(pdd.jpg) no-repeat top left;
		}	
	
h1 { font: Verdana, sans-serif;
	  text-align: center;
     font-size:300%;
     font-weight: bold;
     color: #096760;
	}


	  
h3 { 
	font: italic normal 1.4em georgia, sans-serif;
	letter-spacing: 0.6px; 
	margin-bottom: 0; 
	text-align: center;
	color: #42B088;
	}
	
h7 { 
	font: italic normal 1.4em georgia, sans-serif;
	letter-spacing: 0.6px; 
	margin-bottom: 0; 
	color: #42B088;
	}	
	
h2 {
	background-image: url(gr.jpg);
	color: #FFFFFF;
	margin-right: 78%;
	margin-left: 5%;
	}
	
h4 {
	font-weight: bold;
	}
	
h6 {
		font: italic 1.2em georgia, sans-serif;
		color: #005757;
		margin-left: 4em
	}
	
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #028663;
	}
	
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #2E576F;
	}
	
a:hover, a:active { 
	text-decoration: underline; 
	color: #52CABA;
	}
	
acronym {
	border-bottom: none;
	}

}