a:link {border:0px;}
a:visited {border:0px;}
a:hover {border:0px;}  
 pre {
  	color:#055E99;
  	}
  p {
  	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  	color:#000000;
  	margin:0 0 10px 20px;
  	font-size:12px;
  	text-align:center;
  	}
  h1 {
font-size: 40px;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-style:italic;
color:#055E99;
margin-bottom:0px;
  }

  img {
  	display:block;
    margin-bottom: -1px;
    padding:0px;
    border:0px;
    vertical-align: middle;
  }
  td img { display:block; }
  
video {
padding-left:240px;
	max-width: 660px;
}

div#wrapper {
margin: auto;
padding-left:240px;
padding-bottom:50px;
}

div#header {
 	width:413px;
 	height:151px;
 	position: fixed;
    left: 0; right: 0;
    top: 0;
 	background-image:url(images/titre.png);
 	z-index: 20;
 	clear:both;
 	}

div#page-entier {
    width: 100%;
    display: block;
    position:relative;
    margin-top:151px;
}	
body.scrolled #header {
  opacity: 0.2;
  transition: opacity .2s;
}

body.scrolled #header:hover {
  opacity: 1.0;
  transition: opacity .2s;
}
 	
div#menu {
	float:left;
	width:100px;
	height:300px;
	background-color:#FFffff;
	} 	
div#content {
	float:left;
	width:80%;
	max-width: 900px;
	}
	
div#pied_page {
	clear:both;
	width:600px;
	height:50px;
	background-color:#ffffff;
	}
	
div#spacer {
height:100px;
}

	
#loading {width: 100%;height: 100%;top: 0px;left: 0px;position: fixed;display: block; z-index: 99}

#loading-image {position: absolute;top: 40%;left: 45%;z-index: 100} 