div.Air {
position:absolute;
background-color:#ffffff;
background-image: url("../_images/air.gif");
top:0px;
left:0px;
width:522px;
height:446px;
background-repeat: no-repeat;
background-position: 5px 5px;
}

div.Mer {
position:absolute;
background-color:#ffffff;
background-image: url("../_images/terre.gif");
top:550px;
left:0px;
width:522px;
height:446px;
background-repeat: no-repeat;
background-position: 5px 5px;
}

div.Terre {
position:absolute;
background-color:#ffffff;
background-image: url("../_images/terre.gif");
top:1100px;
left:0px;
width:522px;
height:446px;
background-repeat: no-repeat;
background-position: 5px 5px;
}

div#zoneAffichage1 {
position:relative;
visibility:visible;
left:400px;
top:30px;
width:200px;
}

div#zoneAffichage2 {
position:relative;
visibility:visible;
left:400px;
top:50px;
width:200px;
}

div.zoneAffichage3 {
position:absolute;
visibility:hidden;
left:390px;
top:180px;
width:210px;
}

div.zoneAffichage4 {
position:absolute;
visibility:hidden;
left:390px;
top:180px;
width:220px;
}

div.nom_region {
font-size:13pt;
font-family:arial;
background-color:#006dca;
color:white;
width:100px;
text-align:center;
padding:2px;
}

div.region_aero {
position:relative;
font-family:verdana;
font-size:10pt;
text-align:center;
left:200px;
width:90px;
height:19px;
color:white;
font-weight:bold;
}

div#region_aero_nord {
top:70px;
}

div#region_aero_sud {
top:110px;
}

div#COMAR_Cherbourg {
position:relative;
left:0px;
top:15px;
width:100px;
text-align:center;
}

div#COMAR_Paris {
position:relative;
left:190px;
top:25px;
width:100px;
text-align:center;
}

div#CECLANT {
position:relative;
left:0px;
top:100px;
width:100px;
text-align:center;
}

div#CECMED {
position:relative;
left:260px;
top:250px;
width:100px;
text-align:center;
}

div#reg_IDF {
position:relative;
left:190px;
top:60px;
width:100px;
text-align:center;
}

div#reg_nord_ouest {
position:relative;
left:100px;
top:70px;
width:100px;
text-align:center;
}

div#reg_nord_est {
position:relative;
left:270px;
top:40px;
width:100px;
text-align:center;
}

div#reg_sud_ouest {
position:relative;
left:130px;
top:150px;
width:100px;
text-align:center;
}

div#reg_sud_est {
position:relative;
left:270px;
top:110px;
width:100px;
text-align:center;
}

td {
font-family:verdana;
font-size: 9pt;
text-align: center;
vertical-align:top;
color: blue;
width:220px;
}

a:link {
text-decoration: none;
font-family:verdana;
font-size:10pt;
color: white;
}

a:visited {
text-decoration: none;
font-family:verdana;
font-size:10pt;
color: white;
}

a:hover {
text-decoration: underline;
font-family:verdana;
font-size:10pt;
color: red;
}

a.link02:link {
text-decoration: none;
font-family:verdana;
font-size:10pt;
color: red;
}

a.link02:visited {
text-decoration: underline;
font-family:verdana;
font-size:10pt;
color: red;
}

a.link02:hover {
text-decoration: underline;
font-family:verdana;
font-size:10pt;
color: blue;
}