
body
{
   text-align: justify;
   /*background-image: url("images/fond_clair.png");*/
   background-color: #d6d8f5;
   font-family: "Comic Sans MS", Times, "Times New Roman", Arial;
   font-size: small;
}
p
{
   border: 1px solid gray;
   text-align: justify;
   padding: 5px;
   margin-left: 10px;
}
h1
{
	text-align: center;
/*	background-color: #fda203;*/
	color: #0903fd;
	font-size: 55px;
	line-height: 35px;
}
h3
{
	padding-bottom: 0px;
}
h4
{
	text-align: right;
	font-size: medium;
	/*background-color: #0903fd;*/
	color: #0903fd;
	line-height: 15px;
	margin-right: 250px;
	margin-left: 750px;
}
h5
{
	text-align: justify;
	font-size: medium;
	color: Black;
	line-height: 14px;
}
h6
{
	text-align: center;
	font-size: large;
	color: #0903fd;
	line-height: 14px;
	padding-top: 0em;
	padding-bottom: 0em;
}



.principal
{
   width: 60%;
   border: 1px solid gray;
   text-align: justify;
   text-indent: 20px;
   padding: 12px;
   background-color: #eeefff /*ddd9fa*/;
   background-image:url("images/fond_clair.png");
   margin-left: 280px;
   
}
.para
{
   text-indent: 20px;
   padding-top: 1em;
}

.menugauche
{
   font-size: medium;
   float: left;
   width: 11%;
   overflow: hidden;
   padding-top: 1px;
   padding-left: 0px;
   line-height: 30px;
   position: absolute;
   left: 11%;
   top: 50%;
   border: none/*1px solid gray*/;
}

.menugauche > A
{
   background-image: url("images/encadrement_bouton.png");
   background-repeat: no-repeat;
   background-position: bottom left;
   padding-left: 9px;
   padding-bottom: 3px;
}

img.bicorne
{
	margin-top: -100px;
	margin-left: 11%;
	border: none;
	width: 5;
}
.sousmenugauche
{
   font-size: small;
   background-image: url("images/encadrement_bouton.png");
   background-repeat: no-repeat;
   background-position: bottom left;
   float: left;
   width: 100%;
   overflow: hidden;
   padding-top: 1px;
   padding-left: 8px;
   line-height: 30px; 
   position: relative;
   left: 10px;
   top: 0px;
   border: none;
}

a
{
   text-decoration: none;
   color: blue;
}
a:hover 
{
   color: green;
   /* background-color: orange; */
}


img.entete
{
	margin-left: 22.5%;
	border: none;
	width: 62%;
	overflow: scroll;
}
img.insert
{
	margin-left: 0%;
	margin-top: 0%;
	border: none;
	width: 50%;
	margin-left: 20%;
	
}
img.logo
{	
	margin-left: 0%;
	margin-top: 0%;
	border: none;
	width: 50%;
	margin-left: 20%;
}
img.a-gauche
{
	margin-left: 0px;
	margin-top: 0px;
	width: 90%;
	overflow: scroll;
	position: relative;
}
.photogauche
{
   font-size: medium;
   float: left;
   width: 10%;
   overflow: hidden;
   position: absolute;
   left: 20px;
   top: 00px;
   border: none;
   line-height: 0px;
   
}
img.a-droite
{
	margin-right: 0px;
	margin-top: 0px;
	width: 90%;
	overflow: hidden;
	position: relative;
}
.photodroite
{
   font-size: medium;
   float: left;
   width: 10%;
   overflow: hidden;
   position: absolute;
   right: 20px;
   top: 00px;
   border: none;
   line-height: 0px;
   
}


caption 
{
   margin: auto; /* Centre le titre du tableau */
   font-family: Arial, Times, "Times New Roman", serif;
   font-weight: bold;
   font-size: 1.2em;
   color: #009900;
   margin-bottom: 20px; /* Pour éviter que le titre ne soit trop collé au tableau en-dessous */
}
table
{
   margin: auto; /* Centre le tableau */
   border: 4px outset green; /* Bordure du tableau avec effet 3D (outset) */
   border-collapse: collapse; /* Colle les bordures entre elles */
}
th.second
{
   background-color: /*#64b785 ,*/ #ffd180;
   font-size: 1em;
   padding: 10px;
   text-align: center;
   color: #006600;
   line-height: 04px;
}
th.main
{
   background-color: /*#006600 , */ #fda203;
   font-size: 1.1em;
   font-weight: bold;
   color: #006600 ;
   padding: 10px;
   text-align: center;
   line-height: 04px;
}
th.troisieme
{
   font-size: 1em;
   padding: 10px;
   text-align: center;

}
td
{
   border: 1px solid black;
   text-align: center; /* Tous les textes des cellules seront centrés*/
   padding: 5px; /* Petite marge intérieure aux cellules pour éviter que le texte touche les bordures */
}