/* hide from ie on mac \*/

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

#contenu {
display: none;
}

#flashcontent {
height: 100%;
}

/* end hide */

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

p {
color: #7f7f7f;
font-size: 10px;
font-family: arial;
text-align: center;
}
 
p a {
color: #1088d3;
font-size: 10px;
font-family: arial;
text-decoration: none;
text-align: center;
}
	
p.gras {
color: #7f7f7f;
font-size: 10px;
font-family: arial;
font-weight: bold;
text-align: center;
}
