body /* On travaille sur la balise body, donc sur TOUTE la page */
{
	width: 910px;
	margin: auto;
	margin-top: 00px;
	margin-bottom: 00px;    
	background-color: RGB(100,200,150); /* couleur verte du cerveau en en-tête */
	border-right: 2px solid black;
	border-left: 2px solid black;

	font-family: Arial;
}

/* Les en-tête ___________________________________________________________________________*/
#en_tete_1
{
   width: 910px;
   height: 180px;
   background-image: url("images/Brain_Green_Small_degrade.png");
   background-repeat: repeat-x; 
   background-color: black;
   border: 0px solid black;
   margin-bottom: 20px;
}

#en_tete_2
{
   width: 910px;
   padding-top: 90px;
	text-align: center;
}

/* Le menu ___________________________________________________________________________*/
#menu
{
   float: left;
   width: 220px;
   padding-top: 0px;
   margin-left: 0px;
   margin-top: 0px;
   background-color: RGB(100,200,150);
}

.retour_accueil
{
   background-color: transparent;
   margin-left: 30px;
   margin-right: 30px;
   margin-bottom: 20px;
   border: 3px solid black;
}

.retour_accueil  img, img:visited
{
	border: none; /* pas de cadre autour de l'image avant clickage et après visite */
	position: left;
	margin-top: 10px;
    padding-left: 10px;
}

#retour_accueil_texte
{    
   margin-top: 00px;
   padding-top: 10px;
   padding-bottom: 5px;
   margin-top: -55px;
   margin-bottom: 0px;
   margin-left: 55px;
   color: black;
}

.element_menu
{
   background-image: url("images/degradehaut_vertfonce.png");
   background-color: RGB(20,150,70);
   background-repeat: repeat-x;
   margin-left: 10px;
   margin-right: 10px;
   margin-bottom: 20px;
   color: white;
   border-radius: 15px;	/* création des coins ronds */
	box-shadow: rgba(0,0,0,0.5) 5px 5px 5px;	/* création de l'ombre */
}

.element_menu h3
{    

   margin-top: 00px;
   padding-top: 10px;
   padding-bottom: 20px;
   margin-bottom: 0px;
   text-align: center;
}

.element_menu h4
{    
   margin-top: 00px;
   padding-top: 0px;
   padding-bottom: 10px;
   margin-bottom: 0px;
   text-align: center;
}
.element_menu ul
{
	list-style-image: url("images/puce.png");
	font-size: 12px;
	margin-top: 0px;  /* valeur négative pour décaler le texte vers le haut sous l'image "vague" */
	padding-left: 20px;
	padding-right: 5px;
	margin-bottom: 0px;
	padding-bottom: 10px;
}
.element_menu #first
{
	padding-bottom: 10px;
	margin-top: -20px;  /* valeur négative pour décaler le texte vers le haut sous l'image "vague1" */	
}
.element_menu #second
{
	padding-bottom: 10px;
	margin-top: -20px;  /* valeur négative pour décaler le texte vers le haut sous l'image "vague2" */	
}
.element_menu li
{	
	padding-bottom: 5px;
	position: relative;  /* indispensable de préciser "position" pour que "z-index" soit actif. */
	z-index: 1;	
}
.element_menu a
{
	color: white;
   	text-decoration: none; /* le lien ne sera plus souligné */
	position: relative;  /* indispensable de préciser "position" pour que "z-index" soit actif. */
	z-index: 1;		
}
.element_menu a:hover
{
	background-color: transparent;
	color: red;
}

#vague1, #vague2
{ 
	position: relative; /* indispensable de préciser "position" pour que "z-index" soit actif. */
	z-index: 0;
}



/* La rubrique "inscription" */
#inscription
{
	background-image: url("images/degradehaut_vertfonce.png"); 
	background-repeat: repeat-x;
	background-color: RGB(20,150,70);  /* Couleur "vert moyen" */
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	color: white;	
	font-weight: bold;
	font-size: 14px;
	border-radius: 15px;	/* création des coins ronds */
	box-shadow: rgba(0,0,0,0.5) 5px 5px 5px;	/* création de l'ombre */
}

#inscription h4
{
	padding-top: 5px;
	padding-left: 00px;
	padding-right: 00px;
	margin-bottom: 0px;
}

#inscription p
{
	margin-top: 0px;
	padding-top: 10px;	
	padding-bottom: 5px;
}
#inscription a
{	
	font-size: 18px;
	color: white ;
	text-decoration: none; /* le lien ne sera plus souligné */
}	
	
.gras_blink
{	
	font-weight: bold;
	text-decoration: blink;
}


.upper{	/* on rajoute une bande sous le top */
	background-image : url("images/vert_fonce.png");
	background-repeat : repeat-x;
	background-position : 0px 20px; /* la 2° valeur (décalage vertical) est la hauteur du top */
	margin-right: 0px;
	margin-top: 0px;
}

.transition{  /* on définit le dégradé entre upper et lower */
	background-image : url("images/degradehaut_vertfonce.png");
	background-repeat : repeat-x;
	background-position : 0px 20px; /* la 2° valeur (décalage vertical) est la hauteur totale de upper */
	margin-right: 0px;
	margin-top: 0px;
}
	

/* Bandeau ___________________________________________________________________________*/
#bandeau
{
	background-image: url("images/Rouge_Bandeau.png");
	background-repeat: repeat-x; 
	background-color: transparent;
	margin-left: 225px;
	margin-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 675px; /* à diminuer si "margin-left" augmente */
	height: 50px;
   	border-radius: 15px;	/* création des coins ronds */
	box-shadow: rgba(0,0,0,0.5) 5px 5px 5px;	/* création de l'ombre */	
}
#bandeau ul
{
	width:100%;
	padding:0px;
	margin:0px;
	list-style-type:none;
}
#bandeau a
{
	float: left; /* force un retour à la ligne dans les rubriques */
	width:21%; /* taille des rubriques */
	margin-left: 1%;
	margin-right: 1%; 
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 5px;
	padding-right: 5px;
	height: 30px;
	text-decoration:none;
	text-align: center;
	color:white;
	font-size: 14px;
	font-weight: bold; 
	background-color: transparent;
}
#bandeau a:hover 
{color: black;}

#bandeau li 
{
display: inline;
}

/* Génération du bandeau */
.bandleft{
	float: left; /* mettre ici car déjà présent dans "a", sinon coins pas visibles */
	background-image : url("images/vert_L.png");
	background-repeat : no-repeat;
	background-position : top left;
	margin-left: 0px;
	margin-top: 0px;
}

.bandright{
	float: left;  /* mettre ici car déjà présent dans "a", sinon coins pas visibles */
	background-image : url("images/vert_R.png");
	background-repeat : no-repeat;
	background-position : top right;
	margin-right: 0px;
	margin-top: 0px;
}


/* Partie centrale = Corps et colonne droite _________________________________________________*/
#bandeau_images
{
	margin: 0px;
	margin-top: 20px;
	margin-left : 225px;
	height: 200px;
	width: 670px;
	padding: 0px;
	border : 1px solid black;
}
#image_initiale
{

}

/* Corps du texte ___________________________________________________________________________*/
#corps
{
	margin-top: 00px;
	margin-left: 220px;
	margin-bottom: 20px;
	padding-left: 5px;
	padding-right: 5px;

}

.Fenetre
{
	position: relative;  /* décale les parties sous la fenêtre si sa hauteur augmente. */
	width: 490px;
	height: 450px;
	padding: 0px;
	margin: 0px;
	margin-top: 25px;
	
	background-color: white;
 	background-image: url("images/Brain_Transparent_Green.png");
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: scroll;
  
	border-width: 4px;
	border-style: groove;
	border-color: RGB(100,200,150);
}

.Fenetre_2
{
	position: relative;  /* décale les parties sous la fenêtre si sa hauteur augmente. */
	width: 490px;
	height: 450px;
	padding: 0px;
	margin: 0px;
	margin-top: 25px;
	
	background-color: white;
  
	border-width: 4px;
	border-style: groove;
	border-color: RGB(100,200,150);
}

#barre
{
	float: right;
	background-color: transparent;
	background-image: url("images/line_arrow.gif");
	background-repeat: repeat-y;
	width: 20px;
	height: 450px; /* égale à la hauteur de "Fenetre" */
}
#SousFenetre , #SousFenetre_2
{ 
  position: absolute;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  width: 470px;  /* La largeur est inférieure à la largeur de "Fenetre" de la largeur de "Barre" */
  height: 450px; /* égale à la hauteur de "Fenetre" */


}
#SousFenetre h2
{
  margin: 0px; 
  padding-top: 15px;
  padding-bottom: 30px;
  font-family: Tahoma;
  font-size: 24px;
  text-align: center;
  color: black;
}
#SousFenetre p
{
  margin: 0px; 
  padding-top: 0px;
  padding-bottom: 10px;
  font-family: Tahoma;
  font-size: 16px;
  text-indent: 20px;
  text-align: justify;
  color: black;
}
#SousFenetre_2  h2 
{
  margin: 0px; 
  padding-top: 15px;
  padding-bottom: 30px;
  font-family: Tahoma;
  font-size: 24px;
  text-align: center;
  color: RGB(100,200,150);
}
#SousFenetre_2  p 
{
  margin: 0px; 
  padding-top: 0px;
  padding-bottom: 10px;
  font-family: Tahoma;
  font-size: 16px;
  text-indent: 20px;
  text-align: justify;
  color: RGB(100,200,150);
}


#cerveau_main
{
	margin-top: 0px;
	margin-bottom: 30px;
	margin-left: 50px;
}




.TexteCorps
{
	position: relative; /* nécessaire de préciser "position" pour que le texte dans "TexteCorps" défile */
	top: 0px;
	left: 0px;
	color: black;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
}
.TexteCorps a
{	
	color: RGB(250,100,20);  /* Couleur "orange" */
	text-decoration: none; /* le lien ne sera plus souligné */
}
.aucentre
{
	text-align: center;
	color: black;
}

.aucentre_2
{
	text-align: center;
	color: RGB(100,200,150);
}

.Curseur-Up-Fast
{
  cursor: pointer;
  position: relative;
  top: 00px;   
  left: 00px;    /* ajuster en fonction de la largeur de "Fenetre" */
}
.Curseur-Up 
{
  cursor: pointer;
  position: relative;
  top: 10px;   
  left: 00px;    /* ajuster en fonction de la largeur de "Fenetre" */
}
.Curseur-Down 
{
  cursor: pointer;
  position: relative;
  top: 307px;  /* ajuster en fonction de la hauteur de "Fenetre" et du "Curseur-Up" */
  left: 00px;   
}
.Curseur-Down-Fast 
{
  cursor: pointer;
  position: relative;
  top: 317px;  /* ajuster en fonction de la hauteur de "Fenetre" et du "Curseur-Up" */
  left: 00px;   
}



/* La colonne droite ___________________________________________________________________________*/
#col_droite
{
	float: right;
	width: 175px;
	margin-left: 0px;
	margin-right: 5px;
	margin-top: 0px;
	background-color: RGB(100,200,150);

}



/* Les rubriques "publicité" */
.publicitetop
{
	margin-top: 20px;
	margin-left: 10px;
	margin-bottom: 00px;
	padding-top: 0px;
	padding-bottom: 20px;
	height : 70px;
	border-top-width: 3px;
	border-top-style: groove;
	border-top-color: RGB(100,200,150);
	border-bottom-width: 3px;
	border-bottom-style: groove;
	border-bottom-color: RGB(100,200,150);
	text-align: center
}
.publicite
{
	margin-top: 20px;
	margin-left: 10px;	
	margin-bottom: 20px;
	padding-top: 00px;
	padding-bottom: 0px;	
	height : 70px;
	border-bottom-width: 3px;
	border-bottom-style: groove;
	border-bottom-color: RGB(100,200,150);
	text-align: center
}


/* Le pied de page ___________________________________________________________________________*/
#suite
{
    border-top: 2px groove white;
	clear: both;
	height : 50px;

}


/* Le pied de page ___________________________________________________________________________*/

#pied_de_page
{
	width: 910px;
    height: 40px;
    padding: 0px;
    text-align: center;
    background-color: black; 
	border-top: 2px solid black;
	border-bottom: 2px solid black;
}
#pied_de_page p
{
	 color: RGB(100,200,150); /* couleur bleue du cerveau en en-tête */
	 font-size: 12px;
}
	