         /*------------------------------------*/
        /* Bandeau à droite de la page        */
        /*------------------------------------*/			
		NAV {
			position: relative;
			width: 300px;
			margin-left: -300px;						
			float: right;
			overflow: hidden;
			background-color: rgb(0,255,255);	
		}

		.bandeaux ol {
			list-style-type: none;
			padding-left: 0;
		}	

		.bandeau {
			display: inline-block;
			width:292px;
			float:left;
			overflow:auto;			
			position: relative;
			margin-left:3px;
			margin-bottom:12px;
			background-color:white;		
			border-top: dotted 1px ;			
			border-left: dotted 1px;	
			border-right: dotted 1px;				
			border-bottom: dotted 1px;				
		}


			


        /* Style appliqués au menu de recherhe */
		div#tableauderecherche {
			height: 330px;	
			font-family:arial;
			font-size:14px;
			line-height : 1.8;			
		}