body,table,tr,th,td

{margin-left: 5%;
 margin-right: 10%;
 background-color: #ADD8E6;
 color: #00008B;
 font-family: "Times New Roman", Times, serif;
 font-size:18px;
}


h1,h2,h3,p,dl
 {margin-left: 5%}

ol, ul
 {margin-left: 10%;}

.souligne
 {text-decoration: underline;}

.italique
 {font-style: italic;}

.gras
 {font-weight: bold;}
 
a:link
 {background-color: #Add8e6;
  color: #00008B;
  text-decoration: underline;
 }

a:visited
 {background-color: #add8e6;
  color: #0000FF;
  text-decoration: underline;
 }

a:hover
 {background-color: #9400d3;
  color: #ff0000;
  text-decoration: underline;
 }

a:active
 
 {background-color: #9400d3;
  color: #ff0000;
  font-style:italic;
  text-decoration: underline;
 }
.container {
	position: relative;
}
.leftcolumn {
	position: relative;
	left: 5%;
	width: 40%;
}
.rightcolumn {
	position: absolute;
	left: 55%;
	top: 0%;
	width: 40%;
}

.colonne1  {
   position: relative;
   left: 5%;
   width: 28%;
}

.colonne2  {
   position: absolute;
   left: 33%;
   top: 0%;
   width: 33%;
}

.colonne3  {
   position: absolute;
   left: 67%;
   top: 0%;
   width: 28%;
}         

.barredemenu {
	font-size: 20px;
	background-color: #ADD8E6;
	font-weight:bold;
	color: #0000FF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding: 4px;
	}

.centree {
	text-align: center;
}
.plusgras {
	font-size: 20px;
	font-weight: bold;
}
.footnote {
	font-size: 14px;
}

.caption  {
    font-size: 12px;
}	
