body{
	font-family: tahoma, calibri, serif;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}

h1{
	font-size: 30px;
	font-weight: border;
	text-align: center;
	text-shadow: 3px 3px 3px yellow;
}

/*en tete*/
/*header{
	/*height: 80px;*/
	/*background-position: center;*/
	/*padding-top: 10px;*/
	/*border-bottom: 2px solid white;*/
	/*width: 100%;
}*/

.tetegauche{
	float: left; /* flotte à gauche */
	height: 80px;
	border-bottom: 2px solid white;
	width: 8%;
}

.tetecentre{
	float: left; /* flotte à gauche */
	height: 80px;
	background-image: url("./images/entete.jpg");
	border-bottom: 2px solid white;
	width: 84%;
}

.tetedroite{
	float: right; /* flotte à gauche */
	height: 80px;
	border-bottom: 2px solid white;
	width: 8%;
}

#menu-commun, #menu-commun ul{
	padding:0;
	margin:0;
	list-style:none;
	text-align:center;
}

#menu-commun li{
	display:inline-block;
	position:relative;
	border-radius:8px 8px 0 0;
}

#menu-commun ul li{
	display:inherit;
	border-radius:0;
}

#menu-commun ul li:hover{
	border-radius:0;
}

#menu-commun ul li:last-child{
	border-radius:0 0 8px 8px;
}

#menu-commun ul{
	position:absolute;
	z-index: 1000;
	max-height:0;
	left: 0;
	right: 0;
	overflow:hidden;
	-moz-transition: .8s all .3s;
	-webkit-transition: .8s all .3s;
	transition: .8s all .3s;
}

#menu-commun li:hover ul{
	max-height: 15em;
}

/* background des liens menus */
#menu-commun li:first-child{
	background-color: #65537A;
	background-image:-webkit-linear-gradient(top, #65537A 0%, #2A2333 100%);
	background-image:linear-gradient(to bottom, #65537A 0%, #2A2333 100%);
}
#menu-commun li:nth-child(2){
	background-color: #729EBF;
	background-image: -webkit-linear-gradient(top, #729EBF 0%, #333A40 100%);
	background-image:linear-gradient(to bottom, #729EBF 0%, #333A40 100%);
}
#menu-commun li:nth-child(3){
	background-color: #d98880;
	background-image:-webkit-linear-gradient(top, #d98880 0%, #641e16 100%);
	background-image:linear-gradient(to bottom, #d98880 0%, #641e16 100%);
}
#menu-commun li:nth-child(4){
	background-color: #CED8F6;
	background-image:-webkit-linear-gradient(top, #CED8F6 0%, blue 100%);
	background-image:linear-gradient(to bottom, #CED8F6 0%, blue 100%);
}
#menu-commun li:nth-child(5){
	background-color: #F6AD1A;
	background-image:-webkit-linear-gradient(top, #F6AD1A 0%, #9F391A 100%);
	background-image:linear-gradient(to bottom, #F6AD1A 0%, #9F391A 100%);
}
#menu-commun li:nth-child(6){
	background-color: #BDBDBD;
	background-image:-webkit-linear-gradient(top, #BDBDBD 0%, #2E2E2E 100%);
	background-image:linear-gradient(to bottom, #BDBDBD 0%, #2E2E2E 100%);
}
#menu-commun li:nth-child(7){
	background-color: #F6CEF5;
	background-image:-webkit-linear-gradient(top, #F6CEF5 0%, #610B5E 100%);
	background-image:linear-gradient(to bottom, #F6CEF5 0%, #610B5E 100%);
}
#menu-commun li:last-child{
	background-color: #CFFF6A;
	background-image:-webkit-linear-gradient(top, #CFFF6A 0%, #145a32 100%);
	background-image:linear-gradient(to bottom, #CFFF6A 0%, #145a32 100%);
}


/* background des liens sous menus */
#menu-commun li:first-child li{
	background:#2A2333;
}
#menu-commun li:nth-child(2) li{
	background:#333A40;
}
#menu-commun li:nth-child(3) li{
	background:#9F391A;
}
#menu-commun li:nth-child(4) li{
	background:#9F391A;
}
#menu-commun li:nth-child(5) li{
	background:#9F391A;
}
#menu-commun li:nth-child(6) li{
	background:#9F391A;
}
#menu-commun li:nth-child(7) li{
	background:#9F391A;
}
#menu-commun li:last-child li{
	background:#3F6132;
}


/* background des liens menus et sous menus au survol */
#menu-commun li:first-child:hover, #menu-commun li:first-child li:hover{
	background:#65537A;
}
#menu-commun li:nth-child(2):hover, #menu-commun li:nth-child(2) li:hover{
	background:#729EBF;
}
#menu-commun li:nth-child(3):hover, #menu-commun li:nth-child(3) li:hover{
	background:#d98880;
}
#menu-commun li:nth-child(4):hover, #menu-commun li:nth-child(4) li:hover{
	background:#CED8F6;
}
#menu-commun li:nth-child(5):hover, #menu-commun li:nth-child(5) li:hover{
	background:#F6AD1A;
}
#menu-commun li:nth-child(6):hover, #menu-commun li:nth-child(6) li:hover{
	background:#BDBDBD;
}
#menu-commun li:nth-child(7):hover, #menu-commun li:nth-child(7) li:hover{
	background:#F6CEF5;
}
#menu-commun li:last-child:hover, #menu-commun li:last-child li:hover{
	background:#CFFF6A;
}

/* les a href */
#menu-commun a{
	text-decoration:none;
	display:block;
	padding:8px 32px;
	color:#fff;
	font-family:arial;
}
#menu-commun ul a{
	padding:8px 0px;
}
#menu-commun li:hover li a{
	color:#fff;
	text-transform:inherit;
}
#menu-commun li:hover a, #menu-commun li li:hover a{
	color:#000;
}

nav{
	width: 100%;
	background-color: #283044;
}

.container /* encadre le tableau */
{
  /*float: bottom;*/
  width: 100%; /* largeur du tableau */
  height: 620px; /*hauteur minimale du tableau */
  margin: 0px; padding: 0px; /* marges intérieures et extérieures du tableau */ 
  border-top: 2px solid white;/* bordure du tableau */ 
  background-color: #202246; /* couleur fond du tableau (colonnes gauche et droite en pratique) */ 
} 

.gauche  /* définition de la colonne gauche */
{ 
  float: left; /* flotte à gauche */
  width: 25%; /* largeur : 24% de .container */
  height: 100%; /* hauteur : 100% du .container */
  margin: 0px;
  padding: 0px; /* marges */
  text-align: center;
} 

.centre  /* définition de la colonne centre */
{
  float: left; /* flotte à gauche */
  overflow: hidden;
  width: 50%; /* largeur : 50% de .container */
  height: 100%; /* hauteur : 100% du .container */
  margin: 0px;padding: 0px; /* marges */
  background: linear-gradient(to right, #333333, yellow, #CCCCCC); /* couleur de la colonne */
  border-left: 2px solid white ; /* bordure gauche */
  border-right: 2px solid white;/* bordure droite */
} 

.droite /* colonne droite */
 { 
  float: left; /* flotte à gauche */
  width: 24%; /* largeur : 23% de .container */
  height: 100% ; /* hauteur : 100% du .container */
  padding-top: 20px; /* marge haute de la colonne droite */
  text-align: center;
 }

/*pied de page*/
footer{
	height: 50px;
	padding-top: 5px;
	text-align: center;
	background-color: #283044;
	border-top: 2px solid white;
	color: white;
}

.police{
	color: white;
	font-size: 15px;
	font-weight: bold;
}

.deroule{
	color: black;
	font-size: 14px;
	background-color: #BEEDF2;
}

.pagehtml{
	font-weight:normal;
	border-top: 2px solid white;
	background: linear-gradient(to right, #000000, #D8D8D8); 
}


/* comportement page programme lors du survol de la souris */
.pagehtml a:link{   /*  définition d'un lien normal  */
	text-decoration: none; 
	color: brown;
} 
.pagehtml a:visited{ /* définition d'un lien cliqué   */
	text-decoration: none;
	color: brown;
}  
.pagehtml a:hover{/*   définition d'un lien survolé par la souris  */
	text-decoration: none;
	background-color: #C4D7ED;
	color: black;
}   


.tab-programme /* habillage tableau programme */
{
	width: 90%;
	height: 600px; 
	text-align: left; 
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}

.special /* couleur fond tableau jours spéciaux */
{
	text-align:center;
	color:yellow;
	font-size: 20px;
	font-weight: normal;
	background-color: rgb(153,0,0);
}

.mois /* couleur fond tableau programme */
{
	text-align:center;
	color:white;
	font-size: 20px;
	background-color: #61380B;
	height: 30px;
	font-weight: bold;
}

.mardi /* couleur fond tableau programme */
{
	text-align:center;
	color:black;
	font-size: 22px;
	font-weight: normal;
	background-color: #DF7401;
}

.jeudi /* couleur fond tableau programme */
{
	text-align:center;
	color:black;
	font-size: 22px;
	font-weight: normal;
	background-color: #F3E2A9;
}

.consigne /* bas de page programme */
{
	width: 70%;
	margin-left: auto;
	margin-right: auto;	
	border-radius: 30px 30px;
	text-align:left;
	padding-left: 50px;
	padding-top: 20px;	
	padding-bottom: 20px;
	color: black;
	font-size: 16px;
	background-color: #F3E2A9;
}

.pagephoto{
	border-collapse: separate;
	border-spacing: 25px 5px;
	text-align: center;
}


.textphoto /* couleur fond texte photo */
{
	text-align:center;
	background-color: #CCCCCC;
	border: 5px solid;
	height: auto;
	border-radius: 20px 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	color: #424558;
	font-size: 16px;
	font-weight: bold;	
}



.fondphoto /* page photo */
{
	font-weight:normal;
	border-top: 2px solid white;
	background: linear-gradient(to right, #0B0B61, #A9D0F5);
}

/* comportement page photos lors du survol de la souris */
.textphoto a:link{   /*  définition d'un lien normal  */
	text-decoration: none; 
	color: #08088A;
} 
.textphoto a:visited{ /* définition d'un lien cliqué   */
	text-decoration: none;
	color: #08088A;
}  
.textphoto a:hover{/*   définition d'un lien survolé par la souris  */
	text-decoration: none;
	background-color: #C4D7ED;
	color: black;
}   
.fondpresse /* page presse */
{
	font-weight:normal;
	border-top: 2px solid white;
	background: linear-gradient(to right, #000000, #D8D8D8); 
}

.presse, .divers/* page presse */
{
	margin-left: 150px;
	margin-right: 0px;
	margin-top: 30px;
	text-align:left;
	font-family: Tahoma;
	font-size: 15px;
}

/* comportement page presse lors du survol de la souris */
.presse a:link{   /*  définition d'un lien normal  */
	text-decoration: none; 
	color: yellow;
} 
.presse a:visited{ /* définition d'un lien cliqué   */
	text-decoration: none;
	color: yellow;
}  
.presse a:hover{/*   définition d'un lien survolé par la souris  */
	text-decoration: none;
	background-color: #C4D7ED;
	color: black;
}   

.fonddivers /* page presse */
{
	font-weight:normal;
	border-top: 2px solid white;
	background: linear-gradient(to right, #000000, #D8D8D8); 
}

/* comportement page divers lors du survol de la souris */
.divers a:link{   /*  définition d'un lien normal  */
	text-decoration: none; 
	color: yellow;
} 
.divers a:visited{ /* définition d'un lien cliqué   */
	text-decoration: none;
	color: yellow;
}  
.divers a:hover{/*   définition d'un lien survolé par la souris  */
	text-decoration: none;
	background-color: #C4D7ED;
	color: black;
}   





/*affichage sur téléphone portable <780px*/
@media screen and (max-width: 780px){
	header{
		height: 50px;
	}
	h1{
		font-size: 28px;	
		margin: 20px 0px 0px 0px;
	}
	nav li a{
		font-size: 12px;
		padding: 10px;
	}
	nav li:hover a{
		padding: 5px 10px 10px 10px;