body {
/*	background-color: #b5ded0; couleur d'origine */
/*	background-color: #F2F2F2; */ /* gris clair */	
	background-color: #FFFFFF;
	width: 90%;
	margin: auto; 
}

.logofst {
	margin-left: 35px;
	margin-top: 5px;
	width: 40%;
}

.logoucbl {
	margin-right: 35px;
	margin-top: 5px;	
	width: 40%;
}

.center
{
  text-align: center;
}

.image
{
	max-width:100%;
   	max-height:100%;
   	vertical-align: middle;
}
	
.question {
/*	background-color: #9dc3c2; */ /* couleur d'origine */
/*	background-color:#F7D358; */ /* jaune-orange*/
	background-color: #81DAF5; /* bleu turquoise #01A9DB */

}
 
.aide {
/*	background-color : #d8e3de; */ /* couleur d'origine */
/*	background-color: #F7D358; */ /* jaune-orange */
/*	background-color: #F3E2A9; */ /* beige-jaune */	
	background-color: #CEECF5; /* bleu ciel */	
} 

h1, h2 {
	color: #1e2f4b;
}

.titre-sujet {
	margin: auto; 
	text-align: center; 
}

.corps-sujet {
	margin : auto;
}

.titre-section {
 /*	background-color: #1e2f4b; */
 	background-color: #B43104; /* rouge foncé */
	color: white;
	font-weight: bold;  
	font-size: 16pt;	
	padding: 10px;
	text-align: center;
	border-radius: 15px;
	margin-top: 10px; 
	margin-bottom: 10px; 
}

.titre-normal {
	color: #B43104; /* rouge foncé */
	font-weight: bold;  
	font-size: 16pt;
	margin-top: 10px; 
	margin-bottom: 10px; 		
}

.titre-question {
	color: #B43104; /* rouge foncé */
	font-weight: bold;  
	font-size: 12pt;
	padding-top: 5px;	
}

.question, .aide {
	border: 2px solid #1e2f4b; 
	border-radius: 15px; /* coins arrondis */
	text-align: justify;
	margin-top: 5px;
	margin-bottom: 5px;	
	padding-top: 0px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
}
 
p {
	width : 100%;
	text-indent: 20px ;
	text-align: justify ; 
/*	padding : 5px; */
	margin-bottom: 2px;
	margin-top: 2px;
}
 
ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

code {	font-weight: bold;  
} 

pre {	margin-top: 0px;
	margin-bottom: 0px;
}
 
 