    /*--------------------------------*/
    /* Style de l'Entête de page      */
    /*--------------------------------*/


	
	.entete{
		position:absolute;	
		top: 1px;			
		width:1000px;
		height:105px;	
		z-index:20;
		background-color: white;
		border-bottom: 1px solid gray;
		box-shadow: 0px 6px 6px #aaa;			
	}






	.entete-logo{
		position:absolute;		
		top:9px;		
		left: 5px;				
	}		






	.entete-recherche{
		position:absolute;	
		top:12px;
		left: 405px;	
		line-height : 1.9;			
		text-align:left;				
	}






	.entete-recherchelogos{
		position:absolute;	
		top:-2px;		
		right:0;					
		margin-right:8px;
	}

	.entete-recherchelogoscolonnes{
		list-style-type:none;
		columns: 3;		
	}	
	







	.entete-zonedetexte{
		position:absolute;	
		width:1000px;	
		height:35px;		
		top:70px;			
		left: 0px;
		z-index: 0;	
		background-color: rgb(0, 0, 205);

		font-family:arial;
		font-size: 1.8em;	
		text-align:center;
		padding:1px;
		font-weight:bold;		
		color:white;
		line-height : 1.5;	
	}		
	
	







	
    /*------------------------------------------*/
    /* Style de bordures du moteur de recherche */
    /*------------------------------------------*/	
	
	.borduretableauarrondie
	{
		border-radius: 5px 5px 5px 5px;
		border-top: 1px solid black; /* crée une bordure de 1 px noir */
		border-left: 1px solid black; /* crée une bordure de 1 px noir */
		border-right: 1px solid black; /* crée une bordure de 1 px noir */			
		border-bottom: 1px solid black; /* crée une bordure de 1 px noir */	
	}	