body
{
	background-color: rgb(0, 128, 255);
	height: 100%;
	margin: 0px;
	font-family: sans-serif;
	color: black;
	font-size: 15px;
	background-image:url("../img/cirrus-beau-temps.jpg");
	background-repeat:no-repeat;
	background-size: cover;
}


/* Début titres */


h1 {
	padding: 20px 20px;
	font-size: 35px;
	color: white;
	font-family: sans-serif;
}

h2 {
	padding: 15px 0px 15px 0px;
	font-size: 21px;
	font-weight: 600;
	color: white;
}

h3 {
	padding: 0px 0px 0px 0px;
	font-size: 18px;
}

a {
	color: rgb(0, 0, 102) /*rgb(220,220,220)*/;
	/* font-weight: bold */;
}


/* Fin titres */


.sans {
	list-style-type: none;
}

.no_padding {
	padding: 0px
}


/* --------------------------------- Début css accueil ------------------------------------- */

.session_accueil {
	padding: 10px;
	background-color: rgba(240,240,240,0.3);
}


/* --------------------------------- Fin css accueil --------------------------------------- */





/* --------------------------------- Début css Enseignement --------------------------------- */

#Enseignement {
    font-size: 16px;
	color: black /*white */;
}


#Enseignement li a{
	color:  rgb(0,0,102);
}


.session_enseignement {
	padding: 10px;
	background-color: rgba(240,240,240,0.3) /*rgba(0,0,128,0.5)*/;
}

.correction a{
    font-size: 14px !important;
	color: rgb(0, 0, 200) !important;
	padding-left: 20px;
}

.correction a:hover {
	color: rgb(102, 178, 196);
}

.global_link li a{
	color: rgb(0, 0, 102) !important;
}

/* ---------------------------------- Fin css Enseignement ---------------------------------- */




/* ----------------------------------- Début css barre -------------------------------------- */

#mabarre {
	font-size: 22px;
	background-color: #333333;
	font-weight: 600;
	float: center;
}

#mabarre ul {
	overflow: hidden;
}

#mabarre li{
	float: left
}

#mabarre li a{
	display: block;
	color:white;
	text-decoration: none;
	padding: 16px;
}

#mabarre li a:hover{
	background-color: #848484;
}



/* ------------------------------------ Fin css barre ------------------------------------------ */


/* COLLAPSIBLES */

.collapsible {
  background-color: rgb(184,209,255);
  color: black;
  padding: 0 0.4em;
  margin: 2px 0;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 1.2em;
  /* font-weight: bold; */
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .collapsible:hover {
  background-color: rgb(255,255,255);
}

/* Style the collapsible content. Note: hidden by default */
.content {
  display: none;
  overflow: hidden;
  /* padding: 0 15px; */
  /*  background-color: #fff7f0; */
}

