
/* Cadre noire - fond orange */
.easyreg {
	background-color: rgb(252, 211, 88); /* Couleur de fond orange */
	padding: 2px; /* Espace autour du texte */
	border: 1px solid black; /* Bordure noire de 2 pixels */
	color: rgb(0, 0, 0);
}

/* Cadre noire - fond rouge  */
.carre {
	background-color: rgb(255, 57, 58); /* Couleur de fond orange */
	padding: 2px; /* Espace autour du texte */
	border: 1px solid black; /* Bordure noire de 2 pixels */
	color: white;
}

/* Cadre noire - fond bleu  */
.bleu {
	background-color: rgb(57, 105, 255); /* Couleur de fond orange */
	padding: 2px; /* Espace autour du texte */
	border: 1px solid black; /* Bordure noire de 2 pixels */
	color: white;
}

/* Cadre noire - fond gris */
.cadre {
	background-color: rgb(192, 192, 192); /* Couleur de fond orange */
	padding: 2px; /* Espace autour du texte */
	border: 1px solid black; /* Bordure noire de 2 pixels */
	color: rgb(0, 0, 0);
}

/* Header qui reste en haut de la page */
.header {
	background-color: #333;
	color: white;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 8px 0;
	text-align: center;
	position: fixed; /* Fixe l'élément */
	top: 0; /* Positionné en haut de la fenêtre */
	left: 0; /* Positionné en haut de la fenêtre */
	width: 100%; /* Prend toute la largeur */
	z-index: 1000; /* Assure que le header soit au-dessus des autres éléments */
}

.content {
	margin-top: 50px; /* Ajoute un espace pour le contenu en dessous du header */
	padding: 20px;
}


/* Cacher le champ de fichier */
#file-upload {
	display: none;
}

/* Style de l'image de téléchargement */
.upload-image {
	cursor: pointer;
}

.image-hover {
	transition: transform 0.3s, filter 0.3s; /* Pour un effet fluide */
	border: 5px solid transparent; /* Bordure initialement invisible */
}

.image-hover:hover {
	border-color: #CEEFFF; /* Couleur de la bordure au survol */
	cursor: move; /* Change le curseur en pointer */
}

.bubbles {
	display: flex;
	justify-content: center;
	padding: 10px; 
	background-color: #f0f0f0;  
}

.bubble {
	display: inline-block;
	width: 25px;
	height: 25px;
	line-height: 25px; 
	text-align: center;
	border-radius: 10%; 
	background-color: #CEEFFF;
	color: rgba(5, 5, 5, 0.936); 
	text-decoration: none; 
	margin: 0 2px; 
	transition: background-color 0.3s;
	font-size: 12px;  /* Ajustez la taille de la police pour s'adapter à la bulle */
	font-weight: bold; /* Ajoute le texte en gras */
	border: 1px solid #000000; /* Contour blanc de 2 pixels */
}

.bubble:hover {
	background-color: #02ACFF; 
	border: 1px solid #000000; /* Contour jaune au survol */
}

.iframe-container {
	text-align: center; /* Pour centrer horizontalement */
}

.iframe-container iframe {
	display: inline-block; /* Permet de centrer l'iframe */
}

.bulles {
 	width:175px;
	margin:0 auto;
	padding:10px;
	background: yellow;
	border: 1px solid black;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	text-align: center;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: black;
	line-height: 18px;
}

.pointer
{
	cursor:pointer;
}

body {
	background-color: #000000;
	color: #fdfcc0;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

li {
	margin-left: 40px; /* ou padding-left: 40px; */
}

table {
	text-align: center;
	background-color: #c0c0c0;
	border-style: solid;
	border-width: 1px;
	width:  850px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

table.max {
	width: 1000px;
}

table.bulle{
	width: 210px;
}

img.A {
	display: block;
	margin: 0 auto;
}

table.left {
	text-align: left;
	background-color: #c0c0c0;
	border-style: dotted;
	border-width: 1px;
}

table.Px250{
	width: 300px;
	height: 32px;
	background-color: #ffffff;
	font-size: 16px;
}

table.Px400{
	width: 410px;
	height: 32px;
	color: #eaeaea;
	background-image: url(../footer_bg.png);
	font-size: 12px;
}

table.Px700{
	width: 700px;
	height: 32px;
	color: #eaeaea;
	background-image: url(../footer_bg.png);
	font-size: 12px;
}

table.Px400G{
	width: 410px;
	height: 32px;
	color: black;
	font-size: 16px;
}

table.Px300G{
	text-align: left;
	width: 310px;
	height: 32px;
	color: black;
	font-size: 16px;
}


table.Px400P{
	width: 410px;
	height: 32px;
	color: #eaeaea;
	background-image: url(../footer_bg.png);
	font-size: 16px;
	cursor:pointer;
}

table.Px400GP{
	width: 410px;
	height: 32px;
	color: black;
	font-size: 16px;
	cursor:pointer;
}

td {
	color: black;
	font-family: Georgia, "Times New Roman", Times, serif;
}

td.pt {
	width: 14px;
	color: blue;
	font-size: 12px;
	text-align: center;
	background-color: #d5d5d5;
}

td.present {
	font-size: 8px;
}

td.absent {
	background-color: black;
	color: orange;
	font-size: 8pt;
}

table.C100 {
	text-align: center;
	background-color: #c0c0c0;
	border-style: dotted;
	border-width: 1px;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}

td.C100 {
	border-width: 2px;
	-moz-box-shadow: 0 0 2px #000408;
	box-shadow: 0 0 2px #000408;
	border-color: #f4fcc9;
}

a {
	color: blue;
	text-decoration: none;
}

a:hover {
	color: rgb(0, 0, 0);
}

a.vert {
	color: rgb(0, 0, 0);
	background-color: rgb(125, 255, 65);
	padding: 5px; /* Espace intérieur pour le texte */
}

a.jaune {
	color: rgb(0, 0, 0);
	background-color: rgb(255, 236, 120);
	padding: 5px; /* Espace intérieur pour le texte */
}

a.orange {
	color: rgb(0, 0, 0);
	background-color: rgb(255, 122, 17);
	padding: 5px; /* Espace intérieur pour le texte */
}

a.rouge {
	color: rgb(0, 0, 0);
	background-color: rgb(255, 57, 58);
	padding: 5px; /* Espace intérieur pour le texte */
}

a.blanc {
	color: rgb(0, 0, 0);
	background-color: rgb(192, 192, 192);
	padding: 5px; /* Espace intérieur pour le texte */
}

a.vide {
	color: rgb(255, 255, 255);
	background-color: rgb(51, 51, 51);
	padding: 5px; /* Espace intérieur pour le texte */
}

a.prof {
	color: rgb(0, 0, 0);
	background-color: #CEEFFF;
	padding: 5px; /* Espace intérieur pour le texte */	
}

.noteProf {
	color: rgb(0, 0, 0);
	background-color: #CEEFFF;
}

.noteD {
	color: rgb(0, 0, 0);
	background-color: rgb(255, 57, 58);
}

.noteC {
	color: rgb(0, 0, 0);
	background-color: rgb(255, 122, 17);
}

.noteB {
	color: rgb(41, 41, 41);
	background-color: rgb(255, 236, 120);
}

.noteA {
	color: rgb(0, 0, 0);
	background-color: rgb(125, 255, 65);
}

.noteX {
	color: rgb(255, 255, 255);
	background-color: rgb(51, 51, 51);
}

table.blanc{
	width: 1100px;
	height: 450px;
	background-color: #ffffff;
	border-width: 0px;
}

table.vide{
	width: 1150px;
	height: 500px;
}

table.accueil{
	width: 781px;
}

img{
	margin-right: auto;
	margin-left: auto;
}

h1{
	font-size: 26px;
	text-align: center;
}
h2{
	font-size: 22px;
	font-style: normal
}

h3{
	font-size: 18px;
	font-style: normal
}

p{
	font-size: 12px;
}
p.commentaires{
	color: black;
	font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
}

tr.entete {
	color: black;
	font-variant: small-caps;
	font-weight: bold;
}
p.question{
	color: black;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

table.reponse{
	background-color: white;
	text-align: left;
	border-style: solid;
	border-color: blue;
}