        /*------------------------------------*/
        /* Style de la liste des thèmes */
        /*------------------------------------*/
		

		
        /* Titre de la liste des thèmes */
		#titrelistethemes {			
			font-family:Times New Roman;
			font-size:1.3rem;
			font-weight:bold; 
			color:black;			
			line-height : 2.1;						
			text-align:center;					
		}
		
		
		



		.listedesthemes {
			max-height:375px;
			width:300px;
			line-height:22pt;			
			overflow:auto;		
			float:right;
			position: relative;							
			font-family:arial;
			font-size:1.30em;			
			font-weight:bold;
			color:blue;									
			text-align:left;
			vertical-align: top;
			background-color:white;
			border: 1px solid #F2F2F2;			
			box-shadow: 1px 1px 1px #aaa;
			border-radius:10px;				
		}