/**************************************************************************************************************************************/
/*ENSEMBLE DE LA PAGE*/
/**************************************************************************************************************************************/
h1{ /*Tous les titres "h1"*/
	color:#c10000;
}
#background{ /*Conteneur principal*/
  background-image:url("/IMG/rouge/Background_rouge.jpg");
}
/**************************************************************************************************************************************/
/*CONTENU*/
/**************************************************************************************************************************************/
#legende{ /*Bloc � droite de la carte*/
	color:#c10000;
}
.lien_legende{ /*Liens dans les l�gendes*/
	color:#c10000;
}
.lien_legende:hover{ /*Liens dans les l�gendes*/
	color:#c10000;
}
.cadre_grand_haut{ /*Partie haute du grand cadre*/
	background-image:url("/IMG/rouge/Cadre_grand_haut.png");
}
.cadre_grand_centre{ /*Partie centrale du grand cadre*/
	background-image:url("/IMG/rouge/Cadre_grand_centre.png");
}
.cadre_grand_bas{ /*Partie basse du grand cadre*/
	background-image:url("/IMG/rouge/Cadre_grand_bas.png");
}
#contenu a{
  color: #c10000;
}
#aussi {
  background-color: #BE232E;
}