body
{
}
table
{
   border-collapse:separate /* Les bordures du tableau seront collées (plus joli) */
   border: 4px outset DodgerBlue;
   margin:auto;
}
#entete
{
   height: 60px;
   background-image:url(../../GH/images/carre.gif);
   margin-bottom: 10px;
   background-repeat: repeat-x;
 
}
#menu
{
   float: right; /* Le menu flottera à gauche */
   width: 15%; /* Très important : donner une taille au menu */
}
.elementmenu
{
   background-color: CornflowerBlue;
   background-repeat: repeat-x;
   
   border: 2px solid blue;
   
   margin-bottom: 20px; /* Pour éviter que les éléments du menu ne soient trop collés */
}

td   
{
   border: 1px solid blue;
}

 
caption /* Titre du tableau */
{
   font-family: "Comic Sans MS", "Trebuchet MS", Times, "Times New Roman", serif;
   margin: auto; /* Centre le titre du tableau */
   font-weight: bold;
   font-size: 30px;
   color: black;
   margin-bottom: 5px; /* Pour éviter que le titre ne soit trop collé au tableau en-dessous */
   background-color:#cccc99;
}

th /* Les cellules d'en-tête */
{
   font-family: "Comic Sans MS", "Trebuchet MS", Times, "Times New Roman", serif;

   background-color: white;
   color: black;
   font-size: 24px;
}

td /* Les cellules normales */
{
   border: 1px solid DarkGray;
   font-family: "Comic Sans MS", "Trebuchet MS", Times, "Times New Roman", serif;
   text-align: right; /* Tous les textes des cellules seront centrés*/
   padding: 5px; /* Petite marge intérieure aux cellules pour éviter que le texte touche les bordures */
   font-weight:bold;
    font-size:18px;
	color:black;
   
}

h1
{
font-family: "Comic Sans MS", "Trebuchet MS", Times, "Times New Roman", serif;
text-align:center;
color:brown;
font-size:30px;
}
h2
{
font-family: "Comic Sans MS", "Trebuchet MS", Times, "Times New Roman", serif;
color:black;
text-decoration:underline;
margin-right:4%;
font-size:40px;
}
h4
{
    color: DarkBlue;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
}
h3
{
text-align:right;
color:blue;
/*background-image: url("../images/3.jpg");*/

}
h5
{
font-size:25px;
font-weight:bold;
font-size:14px;
}
p
{
margin-right:4%;
margin-left:4%;
font-family: "Comic Sans MS", "Trebuchet MS", Times, "Times New Roman", serif;
font-weight:bold;
font-size:20px;
text-align:right;


}
.surligne
{
background-color:#999999;
color:#0000CC;
}

#footer
{
font-size:10px;
border: 12px outset #3399FF;
height:60px;
font-weight:bold;
 margin-top:10px;
 background-image:url(../../GH/images/backexe.gif);
}
#footer p
{

margin:auto;
}
ol
{
margin-right:4%;
margin-left:4%;
font-family: "Comic Sans MS", "Trebuchet MS", Times, "Times New Roman", serif;
font-weight:bold;
font-size:20px;
}
a
{
color:black;
margin:5px;
text-align:right;
font-weight:bold;
text-decoration:none;
}
a:hover
{
color:#CCCC99;
}
.exe
{
padding-right:2%;
border-right:8px dashed red;
margin-right:4%;
margin-left:4%;
margin-bottom:10px;
margin-top:10px;
font-family: "Comic Sans MS", "Trebuchet MS", Times, "Times New Roman", serif;
font-weight:bold;
font-size:20px;
color:DeepPink;

}
.ind
{
marginn-top:10px;
margin-bottom:10px;
border-style:double;
border-right:12px outset red;
color:DarkViolet;
}
.dessous
{
clear:both;
}
/*#corps { 
height: auto !important; 
height: 100%; 
min-height: 100%; 
}*/
u
{
margin-right:4%;
font-size:20px;
color:black;
text-align:right;
}
.cadre
{
border: 4px solid #CCCCCC;
margin-top:10px;
margin-bottom:10px;
font-family: "Comic Sans MS", "Trebuchet MS", Times, "Times New Roman", serif;
font-weight:bold;
font-size:20px;
background-color:#cccc99;
color:Crimson;
text-align:center;

}
.cadrec
{
border:4px solid black;
font-family: "Comic Sans MS", "Trebuchet MS", Times, "Times New Roman", serif;
font-weight:bold;
font-size:20px;
color:brown;
background-color:white;
text-align:center;
margin-top:10px;
margin-bottom:10px;
width:80%;
}
.cadrecc
{
border: 4px solid #3399FF;
margin-right:16%;
margin-left:4%;
margin-top:10px;
margin-bottom:10px;
font-family: "Comic Sans MS", "Trebuchet MS", Times, "Times New Roman", serif;
font-weight:bold;
font-size:20px;
color:black;
background-color:LemonChiffon;
text-align:center;
padding-right:4%;

}

hr
{
color:blue;
}
ul
{
margin-right:4%;
margin-left:4%;
font-family: "Comic Sans MS", "Trebuchet MS", Times, "Times New Roman", serif;
font-weight:bold;
font-size:20px;
}
.perso
{
height:300px;
margin-right:18%;
margin-left:4%;
font-family: "Comic Sans MS", "Trebuchet MS", Times, "Times New Roman", serif;
font-weight:bold;
font-size:20px;
 background-image:url(../../GH/images/sajid.gif);
 background-repeat:no-repeat;
background-position:left top;
}
.logo
{
height:108px;
background-image:url(../../GH/images/log1.jpg);
 background-repeat:no-repeat;
background-position:left top;
}
.lecon
{
border:20px outset LightSteelBlue;
margin-right:15%;
margin-top:0px;
}

