body {
	margin:0px;
	padding:0px;
	background:#ffffff;
	/* font-family: 'Roboto'; */
	font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;
	font-size:12px;
	color:#000000;
	text-align:center;
}

select {
	background-color : #ffffff;
}

input[type="text"], textarea {
	background-color : #ffffff; 
}

/* Tableau structure page */

.banniere {
	background : none;
	background-repeat: no-repeat;
}

.banniere_g {
	background : none;
	background-repeat: repeat;
}

.tableau{
	margin-left:auto;
	margin-right:auto;
	border-width:0px;
	border-spacing:0px;
	border-collapse:collapse;
	padding:0px;
	background-color:#ffffff;
}

/* Boutons rubriques de gauche */

.button_blue {
  background-color: white; 
  color: black; 
  border: 2px solid #269CE9;
}

.button_blue:hover {
  background-color: #269CE9;
  color: white;
}

.button_blue_clicked {
  background-color: #269CE9;
  color: white;
  border: 2px solid #269CE9;
}

.button_red {
	background-color: white;
	color: #ff0000;
	border: 2px solid #ff0000;
}

.button_red:hover {
  background-color: #ff0000;
  color: white;
}

.button_red_clicked {
  background-color: #ff0000;
  color: white;
  border: 2px solid #ff0000;
}

.button_blue_admin {
  background-color: white; 
  color: black; 
  border: 2px dashed #269CE9;
}

.button_blue_admin:hover {
  background-color: #269CE9;
  color: white;
}

/* Entête des tableaux */

.entete_tableau {
	color: white;
	font-weight: bold;
	background-color : #269CE9;
	stroke : #ffffff;
}

/* Contenu page principale */

#form_container
{
	background:#fff;
	margin:0 auto;
	text-align:left;
	width:950px;
	
}

/* Eleves_notes.php */
.eleve_cellule {
	background:#fff;
}




















