/* Empeche l'encadrement en pointillé systématique effectué par Explorer lors d'un clic sur un lien */

	a
	{
	outline: none;
	}
	
	a:link
	{
	color: #2ba1ee;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	}
	
	a:visited
	{
	color: #2ba1ee;
	text-decoration: none;	
	outline: none;
	cursor: pointer;
	}
	
	a:hover
	{
	color: #2ba1ee;
	text-decoration: underline;
	outline: none;
	cursor: pointer;
	}
	
	a:active
	{
	color: #2ba1ee;
	text-decoration: underline;
	outline: none;
	cursor: pointer;
	}
	
	a:focus
	{
	color: #2ba1ee;
	text-decoration: underline;
	outline: none;
	cursor: pointer;
	}

/* Fin d'Encadrement */

#conteneur_global
{
background-image: url("background_body.jpg");
background-repeat: no-repeat;
background-position: top center;
}
		
/* Partie Droite */

		.titre
		{
		width: 550px;
		height: 25px;
		margin-top: 10px;
		}
		
			.titre h3
			{
			float: left;
			color: #2ba1ee;
			font-size: 18px;
			margin-top: 0px;
			}		
