.race_li:nth-child(2n+1){
	min-height:41px;
    background: #f0f0f0;
	font-weight: bold;
	font-size:11px;
	color:#515151;
	padding:1px;
	border:2px solid #fff;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	clear:both;
}
.race_li:nth-child(2n+2){
	min-height:41px;
	padding:1px;	
	background:#fff;
    font-weight: bold;
	color:#515151;
	font-size:11px;
	border:2px solid #f0f0f0;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
	clear:both;
}

.race_li a{
	font-size:12px;
}

#widget_date{
background-image:  url("../images/date2.png");
background-repeat: no-repeat;
height: 41px;
width: 42px;
padding-right:3px;
float:left;
}


.widget_jour{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#ffffff;
	text-align:center;
	height:14px;
	top:1px;
	position:relative;
}
.widget_mois{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#ffffff;
	text-align:center;
	height: 12px;
}
.widget_annee{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#ffffff;
	text-align:center;
}
