
body
{
	width: 1000px;
   height: 800px;
   margin: auto;
   margin-top: 10px;
}

section
{
   width: 790px;
   height: 600px;
   
   border: 1px solid #0000ff;
   border-radius: 10px;
   
}

nav, section
{
   display: inline-block;
   vertical-align: top;   
}

section
{	
	width: 790px;
	height: 600px;	
}

section h1
{
   width: 790px;
   margin-top: 5px;
   
   font-family: 'Comic Sans MS';
   text-align: center;
   font-size: 1.3em;
}

section p
{
   margin-top: 0px;
   margin-bottom: 0px;
}

section h2
{
   width: 790px;
   
   font-family: 'Comic Sans MS';
	color: #000000;
	font-size: 1.2em;
   text-align: center;
}

strong
 {
   font-size: 1.5em;
	color: blue;   
 }
 
 section table
 {
   margin: auto;
   border-collapse: collapse;
   
 }
 
 section td ,th
 {   
   border: 1px solid #000000;
   font-family: 'Comic Sans MS';
   padding-left: 10px;
   padding-right: 10px;
	font-size: 1.1em;    
 }
 
 .prochain
 {    
   color: red;  
 }
 
 .fini
 {
   background-color: black;
   color: white;
   opacity: 0.2;
 }
 
 .futur
 {
    color: blue;
 }
 
 .saxo
 {
    margin-left: 80px;
 }
 
 .trompette
 {
    margin-left: 80px;
 }
 
 saxo, trompette
 {
    display: inline-block;
    vertical-align: top;
 }
 
 .calendrier_anthony
{
	color:#000000;
}

 
 
 
 
 
 
 
 
 
 
 
 
 
 
