/* cache IE sur mac \*/

html {
height: 100%;
overflow: hidden;
}

#contenu {
display: none;
}

#flashcontent {
height: 100%;
}

/* fin cache */

body {
height: 100%;
margin: 0;
padding: 0;
background-color: #C9D5DF;
}

p {
color: #003f6f;
font-size: 9px;
font-family: verdana;
text-align: center; }
 
p a {
color: #0055c4;
font-size: 9px;
font-weight: bold;
text-decoration: underline;
text-align: center; }
	
p.gras {
color: #003f6f;
font-size: 9px;
font-family: "Lucida Sans", arial;
font-weight: bold;
text-align: center;
}

.plan {
 color: #005593;
 font-size: 10px;
 font-family: verdana;
 height: 100%;
 margin: 10px;
 padding: 0;
 background-color: #e0e3ef; }
.plan p {
font-size: 10px;
font-family: verdana;
text-align: left; }

.plan a {
font-size:   10px;
font-family: verdana;
text-decoration: none;
text-align:  left; }

.plan a:hover {
font-size: 10px;
font-family: verdana;
text-decoration: underline;
text-align: left; }

.map {
border: solid 1px navy;
 }