/*bandeau*/
#bandeauConteneur{
	width:906px;
	height:287px;
	background:url("images/bords/bandeauFond.png") left top no-repeat;
	background-color:rgb(30,70,99);
	margin:auto;
	margin-top:26px;
	overflow:hidden;
}

#bandeauContenu{
	margin:15px;
}
	/*sous partie gauche du bandeau*/
	#bandeauPartieGauche{
		width:570px;
		float:left;
		
	}
	
	#bandeauPartieGaucheTexte{
		margin-left:100px;
		margin-right:20px;
		font-size:14px;
	}
	
	.texte-bandeau{
		color:rgb(205,221,230);
		line-height:1.3;
	}
	
	.texte-bandeau p{
		font-size:12px;
	}
	/*sous partie droite du bandeau*/
	#bandeauPartieDroite{
		width:278px;
		float:right;
	}
	
	#bandeauPartieDroite a{
		display:block;
		width:278px;
		height:58px;
		float:right;
		padding-top:10px;
		text-decoration:none;
	}
	
	#bandeauPartieDroite a:hover{
		background:url("images/Boutons/bandeauMenuOn.png") no-repeat 0 0;
	}
	
	a#bandeau-tout-savoir-sur-sprint{
		margin-top:5px;
	}
	
	.bandeauTitre{
		font-size:15px;
		color:white;
		font-weight:bold;
	}

	.bandeauSTitre{
		font-size:12px;
		color:rgb(175,199,212);
	}
