#contenu {
  	clear: both;
  	min-height: 800px;
  	background-color: White; 
}

#pourtour {
  	margin : 20px 20px;
  	border: solid 1px #1919a3;;
}

#titre {
  	margin : 0px;
  	height: 18px;
  	font-size: 14px;
  	font-weight: bold;
  	color : White;
  	text-align:center;
  	border-bottom: solid 1px #1919a3;
  	background-image: url(../images/fond-bleu.png); 
  	background-position:center center;
  	background-repeat: repeat-x;
} 

#titre-parties {
	font-size:16px;
	font-weight:bold;
	margin:30px 30px 0px 30px;
}

#div-parties {
	margin:0px 30px 30px 30px;
	padding:5px;
	border:1px solid #CCCCCC;
}

#div-parties .div-une-partie {
}

#div-parties p {
	margin:5px;
	padding:0;
}

#titre-participants {
	width:280px;
	text-align:center;
	margin:40px auto;
	font-size:16px;
	font-weight:bold;
	text-decoration:underline;
}

#div-participants {
	width:280px;
	margin:20px auto;
}

#div-participants .div-un-participant {
	width:280px;
	height:60px;
	background-image: url(../images/barreau-echelle.png);
	background-repeat:no-repeat;
	background-color:#0099FF;
	position:relative;
}

#div-participants .div-un-participant p {
	margin:0;
	padding:14px 0px 0px 0px;
	text-align:center;
	font-weight:bold;
}

#div-participants .div-un-participant p .rang {
	position:absolute;
	left:12px;
}
