#index
{
   text-align: center;
   background-color: white;
}

body
{
   background-color: white;
   margin-top: 3px;
   margin-bottom: 3px;
   scrollbar-face-color: WHITE;
   scrollbar-shadow-color: WHITE;
   scrollbar-highlight-color: WHITE;
   scrollbar-3dlight-color: WHITE;
   scrollbar-darkshadow-color: WHITE;
   scrollbar-track-color: WHITE;
   scrollbar-arrow-color: #d8d8d8;
}

#body2
{
   width: 700px;
   margin: auto;
   background-color: white;
}

#en_tete
{
   height: 100px;
   background-repeat: no-repeat;
   background-image: url("ENTETE3.jpg");
   background-position: bottom left;
}

#menu
{  
   text-align: center;
   height: 25px;
   width: 700px;
   background-color: white;
   border-left: 0px solid gray;
   border-right: 0px solid gray;
   vertical-align: middle;
}

#corps1
{

   width: 400px;
   height: 400px;
   color: #7e7e7e;
   margin-top: 10px;
   overflow: auto;
   text-align: justify;
   font-size: 16px;
   font-family: Courrier New;
   border: 0px solid black; 
}

#corps2
{   
   float: right;
   width: 300px;
   height: 400px;
   margin-top: 0px;
   margin-top: 10px;

}

#corps2a
{
   margin-left: 0px;
   margin-right: 0px;
   margin-bottom: 10px;
   margin-top: 10px;
   padding: 0px;
   padding-top: 0px;
   color: #7e7e7e;
   background-color: white;
   text-align: justify;
   font-size: 14px;
   font-family: Courrier New;
   border: 0px solid black; 
   height: 400px;
   width: 700px;
   overflow: auto;
}

#corps2b
{
   margin-left: 0px;
   margin-right: 0px;
   margin-bottom: 10px;
   margin-top: 10px;
   padding: 0px;
   padding-top: 0px;
   color: #7e7e7e;
   background-color: white;
   text-align: justify;
   font-size: 14px;
   font-family: Courrier New;
   border: 0px solid black; 
   height: 400px;
   width: 700px;
}


#pied_de_page
{
   margin-top: 10px;
   margin-bottom: 0px;
   padding-left: 0px;
   padding-top: 0px;
   padding-bottom: px;
   text-align: justify;
   font-size: 10px;
   color: #7e7e7e;
   background-color: white;
   border-top: 1px solid GRAY;
   width: 400px;
   height: 6px;
   font-family: Courrier New;
}


/* --------------------------------------------------------------éléments---------------------------------------------------------------------------------------------- */

/* Quelques effets sur l'index--------------------------- */

.index img
{
   background-color: white;
   display : block;
   margin: auto;
   margin-top: 250px;
   border: 0px solid black;    
}

.index a
{
   color: #7e7e7e;
   font-size: 10px;
   text-decoration: none;
   font-family: TechnicBold;
}

.index a:hover
{
   background-color: white;
   color: gray;
   font-size: 10px;
   text-decoration: none;
   font-family: TechnicBold;
}

/* Quelques effets sur le menu 1 (a gauche)--------------------------- */


.element_menu a
{
   color: #7e7e7e;
   font-size: 10px;
   text-decoration: none;
   font-family: TechnicBold;
}

.element_menu img
{
   width: 100px;
   margin: 0px;
   list-style-type : none;
   float: left;
   border: none;
}

/* Quelques effets sur le menu 2  (droite)----------------------*/

.element_menu2 a
{
   color: #7e7e7e;
   display : block;
   font-size: 10px;
   text-decoration: none;
   font-family: TechnicBold;
}

.element_menu2 img
{
   margin: 0px;
   list-style-type : none;
   float: right;
   border: none;
}

/* Quelques effets sur le corps 1 ----------------------*/

.corpsa img
{
   float: right;
   margin-left: 10px;
   margin-bottom: 10px;
   border: 1px solid black;
}

.corpsb img
{
   float: left;
   margin-right: 10px;
   margin-bottom: 10px;
   border: 1px solid black;
}

à
/* Quelques effets sur le corps2a ----------------------*/
.element_corps2a
{
   padding: 0px;
   margin-top: 0px;
}

a
{
   color: #7e7e7e;
   font-size: 14px;
   font-family: Courrier New;
}

a:hover
{
   color: black;
   font-size: 14px;
   font-family: Courrier New;
}

.souligne
{
   text-decoration: underline;
}

.liste
{
	/*list-style-type: cercle;*/
	list-style-image: url("images/puce.png");
   text-align: left;
}

.note
{
   font-size: 11px;
}

.element_corps2a li
{
   list-style-position: outside;
   list-style-type: none;
   padding: 0px;
   line-height: 12px;
   margin-bottom: 10px;
   text-align: left;
 
}

/* Quelques effets sur les menus */

h1
{
   color: gray;
}
h2
{
   color: gray;
}

/*
#ababab
#7e7e7e
			<DL>
			   <DT>
			   <DD>
			</DL>			
			*/