
		
		
			#tab_menu_haut
			{
				height: 5vw;
				width: 92vw;
                align: right;
				/*position:absolute;*/
				/*position:fixed; 
				bottom:0px;*/
				border-style:none;
				border-color: #000000;
				background-image: url('../images/fond_menu.jpg');
				background-size: contain; /* Ajuste l'image pour être entièrement visible */
				background-position: center; /* Centre l'image dans le tableau */
				background-repeat: no-repeat; /* Empêche la répétition de l'image */
			}
			
			#tab_menu_bas
			{
				height: 3vw;
				width: 92vw;
                align: left;
				/*position:absolute;*/
				/*position:fixed; 
				bottom:0px;*/
				border-style:none;
				border-color: #000000;
				background-image: url('../images/fond_menu_bas.jpg');
				background-size: contain; /* Ajuste l'image pour être entièrement visible */
				background-position: right; /* Centre l'image dans le tableau */
				background-repeat: no-repeat; /* Empêche la répétition de l'image */
			}
			
			#td_menu_haut_droit
			{
				width: 70vw;
				border-style:none;
			}
			
			#tab_menu
			{
				height: 3vw;
				width: 92vw;
				border-spacing: 0cap;
				border-style: none;
				border-color: #ca1919;
			}
			
			#tab_contenu
			{
				height: 40vw;
				width: 92vw;
				border-spacing: 0cap;
				border-style: none;
				border-color: #ca1919;
			}
			
			#tab_pied_page
			{
				height: 4vw;
				width: 92vw;
				border-spacing: 0cap;
				border-style: none;
				border-color: #ca1919;
				background-image: url('../images/fond_pied_page.jpg');
				background-repeat: repeat; /* Empêche la répétition de l'image */
			}
			
			#tab_sponsors_pied_page
			{
				height: 4vw;
				width: 92vw;
				border-spacing: 0cap;
				border-style: none;
				border-color: #ca1919;
			}
			
			#cellule_contenu
			{
				padding-left: 5vw;
				padding-right: 5vw;
			}
			
			#bordure_formulaire
			{
				border-style: inset;
				border-color: #FFFFFF;
				border-width: 2;
				text-align: left;
				padding-left: 5vw;
				padding-right: 5vw;
				text-align: center;
			}
			
			#textarea_message
			{
				width: 34.7vw;
				height: 20vw;
				resize: none;
			}

			#input_nom_message
			{
				width: 12vw;
			}

			#input_email_message
			{
				width: 12vw;
			}
