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;
	position: relative;
}

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

.retour_accueil
{
   background-color: transparent;
   margin-left: 30px;
   margin-right: 30px;
   margin-bottom: 00px;
   margin-top: 0px;
   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  /* sur cette page, "element menu" doit être "id" à cause de son scrolling  */
{
   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: 10px;
   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: 15px;
   margin-bottom: 0px;
   text-align: center;
}

.element_menu h4
{    
   margin-top: 00px;
   padding-top: 0px;
   padding-bottom: 00px;
   margin-bottom: 0px;
   text-align: center;
}
.element_menu ul
{
	list-style-image: url("images/puce.png");
	font-size: 12px;
	margin-top: 0px;  
	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 "bleu moyen" */
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	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/degrade_vertfonce.png");
	background-repeat : repeat-x;
	background-position : 0px 40px; /* 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;
}



/* Corps du texte ___________________________________________________________________________*/
#listeSeminaires
{
	margin-top: 40px;
	margin-left: 220px;
	margin-bottom: 20px;
	padding-left: 0px;
	padding-right: 0px;
}

#Techniques, #Quotidien, #Lecon, #Sciences, #Oral, #Championnat
{
	margin: 10px;
	margin-bottom: 30px;
	padding: 10px;
	width: 640px; 
	background-color: RGB(20,150,70);  /* Couleur "vert moyen" */
	color: white;
	border-style: groove;  
	border-width: 3px;
	border-color: RGB(100,200,150); 
}

#Techniques h3, #Quotidien h3, #Lecon h3, #Sciences h3, #Oral h3, #Championnat h3
{
	text-align: center;
	margin-top: 0px;
	margin-bottom: 20px;
	font-weight: bold;
	text-decoration: underline;
	font-size: 22px;
}

#Image_Techniques, #Image_Lecon, #Image_Championnat
{
	float: right;
	Height: 150px;
	Width: 100px;
	margin: 5px;
	margin-left: 20px;
}
#Image_Vie
{
	float: right;
	Height: 225px;
	Width: 90px;
	margin: 5px;
	margin-left: 20px;
}
#Image_Sciences
{
	float: right;
	Height: 150px;
	Width: 100px;
	margin: 5px;
	margin-left: 20px;
	border: 2px solid RGB(150,160,130);
	border: 1px solid RGB(180,170,100);
	}
#Image_Oral
{
	float: right;
	Height: 180px;
	Width: 90px;
	margin: 5px;
	margin-left: 20px;
}

.titre_2
{
	text-align: center;
	font-size: 18px;	
	font-weight: bold;
	margin: 0px;
	margin-right: 20px;
	padding: 0px;
	padding-top: 20px;
	padding-bottom: 00px;
}
.texte_2
{
	text-align: justify;
	width: 95%;	
	margin: 0px;
	padding: 20px;
	padding-top: 0px;
	border-bottom: 3px groove RGB(100,200,150);
}

.separation
{
	height: 10px;
}

.table_seminaires
{
	width: 95%;
	margin: 0px;
	padding: 0px;
}
.heading_0
{
	width: 40%;
	text-align: center;
	margin: 0px;
	padding: 0px;
	padding-bottom: 00px;
	font-weight: bold;
	font-size: 16px;	
}
.col_0
{
	border-right: 3px groove RGB(100,200,150);
	width: 40%;
	margin: 0px;
	padding: 10px;
	padding-top: 0px;
	font-size: 16px;	
	Text-indent: 0px;	
}

.heading_1
{
	width: 60%;
	text-align: center;
	margin: 0px;
	padding: 0px;
	padding-bottom: 00px;
}
.col_1
{
	width: 60%;	
	margin: 0px;
	padding: 10px;
}


.note
{
	font-size: 14px;
	color: yellow;
}

/* Le pied de page ___________________________________________________________________________*/

#pied_de_page
{
	float: clear;
	width: 910px;
    height: 40px;
    padding: 0px;
    clear: both;
    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;
}
	