
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: 500px;
   margin-top: 20px;
   margin-bottom: 0px;
   
   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
 {
   font-family: 'Comic Sans MS';
	font-size: 1.1em;
   padding-left: 10px;
   padding-right: 10px;
   border: 1px solid black;    
 }
 
 .logo_bdb
 {
   width: 120px;
   margin-left: 50px;
 }
 
 div, section h2
{
   display: inline-block;
   vertical-align: top;   
}
 .prochain
 {    
   color: red;  
 }
 
 .fini
 {
   background-color: black;
   color: white;
   opacity: 0.2;
 }
 
 .futur
 {
    color: blue;
 }
 
 .calendrier_bouchons
{
	color:#000000;
}