/* feuille de style des pages TTC du site DUTLA responsive à partir de 2026
création P. Jaubert   */


/* configuration des styles des liens notamment pour ne pas les souligner */

a:link {
  text-decoration: none;
	color : #990000;
}

a:visited {
  text-decoration: none;
	color : #990000;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: underline;
}

body{
	background-color:#EADBBE;
	font-family:arial;
	text-align:justify;
	}
	
#objectif{
	padding : 10px;
	font-style: bold;
	text-align: center;
	font-size: 20px;	
	color: #990000;
	}
	
table{
	border : 0;
	width : 80%;
}	

.main2 {			/* main différent de la page index */
	float: left;
	padding: 15px;	
	margin: 0.2%;
	}

.programme {			/* main différent de la page index */
	background-color: white;
	float: left;
	padding: 15px;
	border: 1px solid #990000;
	margin: 0.2%;
	border-radius: 10px;
}

.photos {
	text-align :center;
}


	/* éléments du programme */
#programme {
	text-align: center;
	font-size: 28px;
	color : #990000;
	padding : 10px;
	font-style: italic ; 
	
}

.titre {	
	text-align: center;
	color : #FF0000;
	font-style: Bold;	
	}
	
.chapeau {
	text-align: center;
	font-size: 22px;	
	color :#990000;
	font-style: bold ; 
	}

.activite {
	padding : 5px;
	}

.colonne_gauche{
	text-align: center;
}

/* à la suite des activités, ceux qui les font */
.acteurs {
	font-style: italic;
	padding : 5px;
	}


footer {
	text-align: right;
	font-style: italic;
	font-size: 12px;	
	}
	

#bouton_resa{
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	margin-top:10px;
	width: 60%;
	text-align: center;
	font-style: Bold; 
	font-size: 22px;
	background-color:#990000;
	color: white;
	border: 2px solid grey;
	border-radius: 10px;
	padding: 5px;	
}


#bouton_resa:hover {					/* lien survolé */
	text-decoration:none;
	background-color: white;
	color:#990000;
	}
