.page {   /* contenu de la page, colonne centrale extensible */
background-image:  url(img-f/titre-p.jpg);
}
.pavi {   /* fond bois */
margin-right:auto;
margin-left:auto;
margin-bottom:15px;
width:90%;
background-image:url(img-f/world.jpg);
border-style:solid;
border-width:1px;
border-color:#223F56;
padding:10px;
color:#223F56;
font-family:geneva, arial, helvetica, san-serif;
font-size:14px;
text-align:center;
}

   	/* barres de titre */
	.pav {
		width:90%;
		clear:both;
		margin-right:auto;
		margin-left:auto;
		background-color:#c5c5d3;
        border-width:2px;
		border-style:solid;
		border-color:#000066;
		font-family:geneva,arial,helvetica,san-serif;
		text-align:center;
        font-size: 16px;
        color: #003;
		font-weight:bold;
		}
	   	/* descriptions */
	.pav2 {
		width:90%;
		clear:both;
		margin-right:auto;
		margin-left:auto;
		background-color:#e7e7f5;
        border-width:1px;
		border-style:solid;
		border-color:#000066;
		font-family:geneva,arial,helvetica,san-serif;
		text-align:left;
        font-size: 12px;
        color: #003;
		font-weight:bold;
		}
	/* textes centrés */
	.pavc {
		font-family:geneva,arial,helvetica,san-serif;
		text-align:center;
        font-size: 14px;
        color: #003;
		font-weight:bold;
		}
    /* td gauche*/
	 .tdg {
        background-color:#cdcfd1;
        border-width:1px;
		border-style:solid;
		border-color:#000066;
		font-family:geneva,arial,helvetica,san-serif;
        font-size:12px;
		font-weight:bold;
		width:40%;
		height:60px;
		text-align:center;
	    }
	/* td droite */
	 .tdd {
        background-color:#dee0e2;
        border-width:1px;
		border-style:solid;
		border-color:#000066;
		font-family:geneva,arial,helvetica,san-serif;
        font-size:12px;
		font-weight:bold;
		width:30%;
		text-align:left;
	    }
	/* td drapeaux */
	 .tdm {
        background-color:#cdcfd1;
        border-width:1px;
		border-style:solid;
		border-color:#000066;
		font-family:geneva,arial,helvetica,san-serif;
        font-size:16px;
		font-weight:bold;
		text-align:center;
	    }		
	
    /* table */
	 .dtab1 {
	width:450px;
	margin-left:auto;
	margin-right:auto;
	}
	 .tab1 {
	 width:450px;
	 border-style: none;
	 table-layout:auto;
	 }
	 
	/* table et td code signaux alphabétiques*/
	.dtaba {
	width:95%;
	margin-left:auto;
	margin-right:auto;
	}
	 .taba {
	 width:95%;
	 border-style: none;
	 table-layout:auto;
	 }	
	 .tda1 {
        background-color:#dee0e2;
        border-width:1px;
		border-style:solid;
		border-color:#000066;
		font-family:geneva,arial,helvetica,san-serif;
        font-size:18px;
		font-weight:bold;
		width:5%;
		height:75px;
		text-align:center;
	    }
	 .tda2 {
        background-color:#dee0e2;
        border-width:1px;
		border-style:solid;
		border-color:#000066;
		font-family:geneva,arial,helvetica,san-serif;
        font-size:12px;
		font-weight:bold;
		width:15%;
		text-align:center;
	    }
	 .tda3 {
        background-color:#dee0e2;
        border-width:1px;
		border-style:solid;
		border-color:#000066;
		font-family:geneva,arial,helvetica,san-serif;
        font-size:30px;
		font-weight:bold;
		width:15%;
		text-align:center;
	    }
	 .tda4 {
        background-color:#dee0e2;
        border-width:1px;
		border-style:solid;
		border-color:#000066;
		font-family:geneva,arial,helvetica,san-serif;
        font-size:12px;
		font-weight:bold;
		width:45%;
		text-align:center;
	    }
	 			
	/* liens des menus */
        A.menu {color: #000066; text-decoration: none; } 
        A.menu:visited {color: #000099; text-decoration: none; } 
        A.menu:active {color: #FF0000; text-decoration: none; } 
        A.menu:hover {color: #0000cc; text-decoration: underline; }
