body
{ 
	font-family : "Arial", serif;
	
}
h1
{
	font-size : 3em;
	text-align : left;
	text-decoration : underline;
}
h2
{
	font-size : 2em;
	
}
table /* Le tableau en lui-même */
{
   margin: auto; /* Centre le tableau */
   
   border-collapse: collapse; /* Colle les bordures entre elles */
}
td /* Les cellules normales */
{
   
   padding: 10px; /* Petite marge intérieure aux cellules pour éviter que le texte touche les bordures */
}

.test
{
   border: 1px solid black;
   padding: 5px;
   height: 50px;
   vertical-align: center;
   font-weight: bold;
}
a
{
	color: black;
}

#menu
{
   text-align: center;
   float: left;
   width: 180px;
   
   height: 810px;
   background-color: #D5FFE8;
   border: 4px solid black;
   padding: 10px;
}

#corps
{
   
   height: 800px;
   margin-left: 230px;
   margin-bottom: 20px;
   padding: 15px;
   
   
   background-color: #D5FFE8;
   
   
   
   border: 4px solid black;
}

#corps1800
{
   
   height: 1800px;
   margin-left: 230px;
   margin-bottom: 20px;
   padding: 15px;
   
   
   background-color: #D5FFE8;
   
   
   
   border: 4px solid black;
}
#corps2800
{
   
   height: 2800px;
   margin-left: 230px;
   margin-bottom: 20px;
   padding: 15px;
   
   
   background-color: #D5FFE8;
   
   
   
   border: 4px solid black;
}
#entete
{
   background-color: #80E699;
   width: 99%;
   height: 110px;
  
   margin-bottom: 20px;
   border: 4px solid black;
}

.auto2
{
    font-size : 12px;
	padding: 12px;
	background-color: rgb(240,240,240);
	width: 680px;
    height: 700px;
    text-align: justify;
	overflow: auto;
	border: 3px inset black;
	margin-left: 10px;

}
.auto
{
    font-size : 12px;
	padding: 12px;
	background-color: rgb(240,240,240);
	width: 300px;
    height: 90px;
    text-align: justify;
	overflow: auto;
	border: 3px inset black;
	margin-left: 50px;

}
.alinea
{
	text-indent: 50px
}
.auto3
{
    font-size : 12px;
	padding: 12px;
	background-color: rgb(240,240,240);
	width: 80%;
    height: 120px;
    text-align: justify;
	overflow: auto;
	border: 3px inset black;
	margin-left: 10px;

}

.auto4
{
    font-size : 12px;
	padding: 12px;
	background-color: rgb(240,240,240);
	width: 80%;
    height: 400px;
    text-align: justify;
	overflow: auto;
	border: 3px inset black;
	margin-left: 10px;

}

.auto5
{
    font-size : 14px;
	padding: 12px;
	background-color: rgb(240,240,240);
	width: 80%;
    height: 82%;
    text-align: justify;
	overflow: auto;
	border: 3px inset black;
	margin-left: 60px;

}

.auto6
{
    font-size : 12px;
	padding: 12px;
	background-color: rgb(240,240,240);
	width: 95%;
    height: 680px;
    text-align: justify;
	overflow: auto;
	border: 3px inset black;
	margin-left: 10px;

}
#mar
{
    font-size : 18px;
	padding: 200px;
	font-weight: bold;

}

