@charset "utf-8";

body { 
margin:0; 
}
#bandeau {  /* tient toute la largeur du bas de l ecran */
font-size: .9em;
  background-color: #262626;
  width: 100%;
  bottom:0;
  left: 0;
  text-align: center;
  position: fixed; /* Les div fixées sortent du flux normal de la page https://la-cascade.io/fixer-une-div/*/
  display=none;
}
#fenetre{ /*corps contenant les infos */
    font-family: 'Dosis', sans-serif;
    color:#b7c8e2; /*couleur du francais*/
	/*background-color:#535353;*/
	border:5px;
	border-color:#fff;
	width: 940px; 
	height: 175px;
	margin: auto;	
}
.bleu{
	font-family: 'Dosis', sans-serif;
	color:#b7c8e2; /*couleur anglais*/
}
.titros{
	font-family: 'Dosis', sans-serif;
	color:#fdd773; /*l'anglais est en bleu*/
}
.orangeo{
	font-family: 'Dosis', sans-serif;
	color:#ED6929; /* orange*/
}
/*****************************************/
/* **************** TABLEAU ************ */
/*****************************************/
#tableau {	
  border-collapse: collapse;
  /* border: 2px solid rgb(200,200,200);*/
  letter-spacing: 1px;
  font-size: 1em;
  margin: auto;
  width : 100%;
}

#tableau.td, #tableau.th {
	text-align : center;
 /*border: 1px solid rgb(190,190,190);*/
  padding: 10px 20px;
}

#tableau.th {
  background-color: rgb(235,235,235);
}

#tableau.td {
  text-align: center;
}

#tableau.caption {
  padding: 10px;
}

#centreur{
	width:230px;
	height:40px;
	border-color:red;
	border-width:5px;
	margin:auto; /*CENTRER LA DIV CENTEUR*/
}

/*************************** Boutons jolis ******************************/
.bouton a {

display:block;
/* 2 bouton cote a cote separés par 2 pixels*/
float:left;
margin:4px;
	/* */
width:100px;
line-height:30px;
text-align:center;
vertical-align:middle;
background:url(../images/bouton-noir.png) no-repeat;
color:white;
text-decoration:none;
}
.bouton a:hover {
background:url(../images/bouton-noir-2.png) no-repeat;
color:white;
text-decoration:none;
}


/*********************** FIN RGPD ******************************