﻿@media print 
{
	#masterpage_tableau_nuages 
	{
		display:none;
	}
	#masterpage_tableau_menu 
	{
		display:none;
	}
	#masterpage_tableau_colonne_gauche 
	{
		display:none;
	}
	#tableau_ligneBleue 
	{
		display:none;
	}
	.texte_accordeon_1 
	{
		font-size:20px;
	}
	.texte_accordeon_2 
	{
		font-size:19px;
	}
}
@media screen {
	body 
	{
		background-color:#0A0025;
		font-family:Arial;
		font-size:12px;
		color:#ffffff;
	}
	.contenu 
	{
		background-color:#ffffff;
		color:#000000;
	}
	.ligneBleue 
	{
		color:#FFEC00;
		font-weight:bold;
	}
	.texte_accordeon_1 
	{
		font-size:12px;
	}
	.texte_accordeon_2 
	{
		font-size:11px;
	}
	.masterpage_calendar_daystyle 
	{
		background-color:#FFFFFF;
		border: solid 1px #ffffff;
		color:#000000;
		height:30px;
	}
	.masterpage_calendar_daystyle A 
	{
		text-decoration:none;	
		color:#000000;
	}
	#masterpage_tableau_newsletter 
	{
		color:#000000;
	}

	#masterpage_tableau_contenu 
	{
		
	}
	#masterpage_tableau_contenu A
	{
		font-style:italic;
		text-decoration:none;	
		color:#162983;
	}
	.menu_items 
	{
		background-color:#ffffff;
		padding: 5px 2px 5px 2px;
		border: solid 1px #162983;
		color:#162983;
	}
	.menu_items:hover 
	{
		background-color:#162983;
	}
	.menu_items A 
	{
		text-decoration:none;
		color:#162983;
	}
	.menu_items:hover A 
	{
		background-color:#162983;
		text-decoration:none;
		color:#FFEC00;
	}
}