/*
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	background:transparent;
}*/

html {
  margin: 0;
  padding: 0;
  height:100%;
}

body{
  margin: 0;
  padding: 0;
  font-family: "Courier New", monospace;
  font-size: 11pt;
  height:100%;
}

h1{
  font-size: 11pt;
}

h2{
  font-size: 9pt;
}

h3{
  font-size: 8pt;
}

a:link {
	text-decoration: none;
	background-color: #d5ff43;
	color: black;
}


/*
a:visited {
	background-color: #ffa443;
	text-decoration: none;
	color: #444;
}
*/

a:hover {
	background-color: #f25822;
	text-decoration: none;
	color: black;
}


#haut {
  position:absolute; 
  width: 100%;
  top:0px; 
  left:0px; 
  height:110px; 
  overflow:hidden; 
  background-color: #fff;
}

#haut-liens {
  position: absolute; 
  left: 200px; 
  top: 95px;
}

#hautpoint {
  position:absolute; 
  width: 100%;
  top:110px; 
  height:10px; 
  left:0px; 
  overflow:hidden;
  background-color: #fff;
}

#corps{
  width: 100%;
  position:absolute; 
  top:120px; 
  bottom:60px; 
  left:0px; 
  overflow:auto; 
  background-color:#fff;
  line-height:1.4;
}

#bas {
  position:absolute; 
  width: 100%;
  bottom:0px; 
  height:50px; 
  left:0px; 
  overflow:hidden;
  background-color: #fff;
}

#baspoint {
  position:absolute; 
  width: 100%;
  bottom:50px; 
  height:10px; 
  left:0px; 
  overflow:hidden;
  background-color: #fff;
}

#intropage {
  width: 50%;
  position: relative;
  left: 200px;
  top: 50px;
  text-align: justify;
  margin-bottom: 100px;
}

.citations-legende {
	font-size:smaller;
	text-align:right;
}





