@charset "UTF-8";
/* CSS Document */

h1.stages_tournois{
	color:#C5007B;
	text-align:center;
}

div.stages_tournois{
	text-align:center;
	margin: 10px 20px 0 20px;
	border: 12px solid #C5007B;
	padding: 15px 15px 15px 15px;
	font-size:larger;
	line-height:130%;	
}
.head_stage{
	background-image:url(images/fleche-off-rouge.png);
	background-repeat:no-repeat;
	background-position:top left;
	padding-left: 30px;
	margin-top:10px;
}
.head_tournoi{
	background-image:url(images/fleche-off-verte.png);
	background-repeat:no-repeat;
	background-position:top left;
	padding-left: 30px;
	margin-top:10px;
}
#titre_stage{
	font-size:18px;
	font-weight:200;
	margin-bottom:15px;
	line-height:27px;
}
#titre_tournoi{
	font-size:18px;
	font-weight:200;
	margin-bottom:15px;
	line-height:27px;
}

.date_stage{
	color:white;
	background-color:#e4242C;
	font-size:14px;
	margin-top:10px;
	padding:2px;
}
.date_tournoi{
	color:white;
	background-color:#83B933;
	font-size:14px;
	padding:2px;
}
div.contenu_stage{
	padding:10px 10px 10px 30px;
}
div.contenu_stage h4{
	margin:0;
	padding:0;
	padding-bottom:10px;
	color:red;
}
div.stages_tournois h2, div.stages_tournois strong{
	color:#C5007B;
}
div.stages_tournois a{
	color:#C5007B;
	font-size:larger;
}
div.stages_tournois a:hover{
	color:#C500FB;
	font-size:larger;
}
