div.contParis {
	width : 500px;
	background-color : #fafafa;
	margin : auto;
}
ul.listeParis {
	margin : 0;
	list-style-type : none;
	padding : 2px 0;
	background-color : #eeeeee;
}
ul.listeParis li[class|="titrePari"] {
	border : 1px solid #ffffff;
	margin : 2px 2px 0 2px;
	padding : 3px 10px;
	background-color : #dddddd;
	position : relative;
}
ul.listeParis li[class|="titrePari"]:hover {
	border : 1px dashed #ffffff;
	cursor : pointer;
}
ul.listeParis li[class|="titrePari"] span.titre {
	display : inline-block;
	text-align : left;
	width : 68%;
	padding-left : 16px;
}
ul.listeParis li[class|="titrePari"] span.chrono {
	display : inline-block;
	font-size : 10px;
	line-height : 20px;
	width : 27%;
	text-align : right;
}
ul.listeParis li.choices ul {
	margin : auto;
	list-style-type : none;
	padding : 2px 20px 5px;
}
ul.listeParis li.choices ul li {
	background-color : #eeeeff;
	border : 1px solid #ccccee;
	position : relative;
	margin : 2px 5px;
	padding : 2px 10px;
	line-height : 18px;
}
ul.listeParis li.choices ul li .cote {
	line-height : 9px;
	font-family : Verdana;
	font-size : 9px;
	font-weight : bold;
	color : #aaaadd;
}
ul.listeParis li.choices ul li input {
	width : 25px;
	height : 14px;
	font-size : 10px;
	padding : 1px 3px;
	right : 3px;
	position : absolute;
	border : 1px solid #ccccee;
}
ul.listeParis li[class|="titrePari"] .loading {
	position : absolute;
	left : 6px;
	top : 4px;
	width : 16px;
	height : 16px;
	background: url('../images/jquery/ui-anim_basic_16x16.gif') no-repeat;
}
.timestamp {
	display : none;
}

span.kajol {
	width : 16px;
	height : 16px;
	display : inline-block;
	background: url('../images/ico_kajol.png') no-repeat;
	vertical-align : bottom;
}

select {
	font-size : 12px;
}