
		
			
			#texte_contenu
			{
				color: #ffffff;
				font-size: 1.2vw;
				/*font-weight: bold;*/
				text-decoration: none;
			
			}
			
			#texte_contenu_titre
			{
				color: #122c92;
				font-size: 1.3vw;
				font-weight: bold;
				text-decoration: none;
			
			}
			
			#texte_contenu_page
			{
				color: #122c92;
				font-size: 2.3vw;
				font-weight: bold;
				text-decoration: none;
				text-align: center;
			}
			
			#lien
			{
				color: #ffffff;
				font-size: 1vw;
				/*font-weight: bold;*/
				text-decoration: none;
				z-index: 1;
				margin-right: 1.2vw;
				position: relative;
			}
			
			#lien_actif
			{
				color: #122c92;
				font-size: 1vw;
				/*font-weight: bold;*/
				text-decoration: none;
				z-index: 1;
				margin-right: 1.2vw;
				position: relative;
			}

			#liste 
			{
				margin: 2vw 2vw;
				padding-left: 0.5vw;
				text-align: left;
			}

			#important 
			{
				font-weight: bold;
				color: #bd1313;
			}
			
			a 
			{
				text-decoration: underline;
				color: #FFFFFF;
				/*font-weight: bold;*/
				
			}
      