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"); /* couleur bleu-dur : RGB(40, 90,150) */
   background-color: RGB(20,150,70);
   background-repeat: repeat-x;
   margin-top: 30px;
   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: 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;
}



.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 ___________________________________________________________________________*/
#formulaire_inscription
{
	margin-top: 40px;
	margin-left: 220px;
	margin-bottom: 20px;
	padding-left: 10px;
	padding-right: 0px;
	color: RGB(30,100,50);  /* Couleur "vert fonce" */	
}

#formulaire_inscription h3
{
	margin-left: 20px;
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: bold; 	
	color: RGB(30,100,50);  /* Couleur "vert fonce" */	
}
input, textarea
{
   font-family: Arial;

}
 
input:focus, textarea:focus /* Quand le curseur est sur un champ */
{
   background-color: white;
}
 
label
{

}
 
legend /* On met un peu plus en valeur les titres des fieldset */
{
   font-family: Arial;
   color: RGB(30,100,50);  /* Couleur "vert fonce" */
   font-size: 18px;
	font-weight: bold; 
}
 
fieldset
{
	margin: 10px;
	margin-bottom: 30px;
	padding: 10px;
	width: 630px; 
	background-color: RGB(100,200,150);
   	border-style: solid;  
	border-width: 2px;
	border-color: RGB(30,100,50);  /* Couleur "vert fonce" */
	font-size: 16px;
}

#nom
{ 
margin-left: 32px;
}

#prenom
{ 
margin-left: 10px;
}

#email
{ 
margin-left: 17px;
width: 200px;
}

#enfant, #jeune, #adulte
{ margin-left: 60px;}

#dates_techniques
{margin-left: 30px;}

#dates_vie
{margin-left: 40px;}

#dates_lecon
{margin-left: 154px;}

#dates_sciences
{margin-left: 134px;}

#dates_oral
{margin-left: 181px;}


#condition
{
	font-size: 14px;
	font-style: italic;
}
#bouton_envoyer 
{
	margin-top: -20px;
	margin-left: 10px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	background-color: RGB(60,170, 160);
}

#bouton_effacer
{
	margin-top: -20px;
	margin-left: 10px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	background-color: orange;
}

#annonce_speciale
{
	margin-top: -240px;
	margin-left: 330px;
	margin-bottom: 100px;
	position: relative;  /* indispensable de préciser "position" pour que "z-index" soit actif. */
	z-index: 1;	
	font-size: 12px;
	color: red;
	background-color: Silver;
	padding: 5px;
	width: 310px;
	height: 130px;
	border: 1px solid red;
	/* permet de rendre translucide */
	filter:alpha(opacity=90); /* for IE */
	opacity:0.9; /* CSS3 standard */
}
#annonce_speciale h4
{
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
	text-align: center;
	font-weight: bold;
}
#annonce_speciale p
{
	margin: 0px;
	padding: 0px;
}

#tarifs
{
	font-style: italic;
}
#tarifs a
{
	text-decoration: none; /* le lien ne sera plus souligné */
	color: RGB(10,60,20);  /* vert très foncé */
}

/* 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 verte du cerveau en en-tête */
	 font-size: 12px;
}
	