h3
{
	margin-top:6px;
}

/* Nav équipages */
#nav-prec,#nav-suiv
{
	background:#C9B2A2;
	margin-bottom:1em;
	padding:2px 1em;
	font-weight:bold;
}
#nav-prec{float:left;}
#nav-suiv{float:right;}

/* Liste des partants */
div#partants
{
	width:270px;
	clear:both;
	float:left;
}

#partants ul
{
	list-style:none;
	margin:0;
	padding:0;
}

#partants ul li
{
	min-height:120px;
	width:270px;
	height:auto;
	margin-bottom:8px;
	background:#eee;
	float:left;
}

#partants ul li.classement
{
	min-height:20px;
	height:20px;
	line-height:20px;
	font-weight:bold;
	text-align:center;
}
#partants ul li.contact
{
	padding:4px;
	width:262px;
	min-height:20px;
	height:auto;
	background:#ddd;
}
#partants ul li.anecdote
{
	padding:4px;
	width:262px;
}
#partants ul li hr
{
	border:none;
	border-top:1px solid #999;
	margin:0;
	margin-bottom:3px;
}

#partants ul li div.photo-partant
{
	width:100px;
	height:120px;
	background:url("../images/graphisme/equipage/photo-partant-fond.jpg");
	float:left;
}
#partants ul li div.partant
{
	margin-left:6px;
	float:left;
	width:160px;
}

/* Le véhicule partant */
div#vehicule
{
	float:right;
}
div#photo-vehicule span
{
	display:block;
	background:#333;
	color:#fff;
	padding:2px 6px;
}
div#photo-vehicule
{
	max-width:500px;
	overflow:hidden;
}

ul#historic
{
	list-style:none;
	margin:6px 0px;
	padding:0;
	width:500px;
}

ul#historic li
{
	margin:0;
	margin-bottom:6px;
	padding:4px;
	background:#eee;
	height:auto;
	min-height:100px;
	float:left;
}
ul#historic li img
{
	border:none;
}
.topo-vehicule
{
	float:left;
	margin-left:4px;
}
.vignette-vehicule
{
	height:100px;
	float:right;
	border:1px solid #333;
}

/* article */
ul#article
{
	width:500px;
	margin:0;
	padding:0;
	list-style:none;
}

ul#article li
{
	margin:0;
	padding:0;
	width:500px;
}
ul#article li span
{
	font-weight:bold;
}
ul#article li img
{
	border:1px solid #333;
}

ul#article li div.article
{
	font-family: "Bitstream Vera Serif", Georgia, Times, serif;
	border: 1px solid #CCC;
	padding: 0.5em;
	font-size: 1em;
	line-height: 1.4em;
	background:#eee;
}

div.infos-admin
{
	color:#eee;
	clear:left;
	line-height:12px;
}
