body {
  margin: 0; 
  padding: 1em; 
background-image:  url(images/testfond.jpg);
}
body,td,th {
	color: #660000;
	font-family: Times New Roman, Times, serif;
}
.iberique {
	color: #FF6500;
	font-family: "Comic Sans MS", "Palatino Linotype", "Calisto MT", "Bookman Old Style";
}

a:link {
	text-decoration: none;
	color: #FFCC00;
}
a:visited {
	text-decoration: none;
	color: #FDD502;
}
a:hover {
	text-decoration: none;
	background-color:#FFE024;
	color: #640802;
	text-align: center;
	
}
a:active {
	text-decoration: none;
}
a {
	font-size: medium;
	font-weight: bold;
}
.TEXTE {
	color: #630802;
	font-family: "Comic Sans MS", "Palatino Linotype", "Calisto MT", "Bookman Old Style";
}
.unnamed1 {
	border: outset #630802;
}
.Style1 {
	font-family: "Comic Sans MS", "Palatino Linotype", "Calisto MT", "Bookman Old Style";
	font-size: large;
	color: #630802;
	font-weight: bold;
}
.cadre {
	border: solid #630800;
}
.cadrebas {
	border-bottom: medium solid #630800;
	line-height: normal;
}
.cellule {
	background-image: url(graphisme/long.gif);
}
.baspage {font-size: 12px; color: #FFCC00; }.surlignage {
	font-size: 36px;
}
.BOUTON {
	font-family: "Comic Sans MS", "Palatino Linotype", "Calisto MT", "Bookman Old Style";
	color: #630800;
	text-decoration: none;
	background-color: #F7E3AD;
	border: medium solid #630800;
	font-size: 12px;
	font-weight: bold;
}

 div#fixedBox 
   {
	position: absolute;
	bottom: 0px;
	left: 1px;
	width: 98%;
  } 
div#fixedBox p 
   { 
   margin: 0; 
  padding: 0; 
  border: 1px solid #000; 
  background: #663300; 
  } 
 @media screen 
  { 
   div#fixedBox 
   { 
    position: fixed; 
   } 
  /* Don't do this at home */ 
  * html 
     { 
   overflow-y: hidden; 
     } 
   * html body 
     { 
     overflow-y: auto; 
     height: 100%; 
     padding: 0 ; 
     font-size: 100%; 
     } 
   * html div#fixedBox 
     {
	position: absolute;
	height: 15px;
     } 
  /* All done. */ 
   } 
