#contenu .imageConcours{
	max-width: 630px
	}	
#contenu .imageConcoursPreview{
	max-width: 120px;
	}	
	
div.contest{
	margin-bottom: 20px;
	margin-top: 20px;
}
div.contest div{
	width: 70%;
	float: right;
}
div.contest div p{
	text-align: justify;
}
/*div.contest img{*/
/*	width: 120px;*/
/*	height: 90px;*/
/*}*/
/*div.contest a{*/
/*	background-image: url(/pictos/icons2009/bullet_go.png);*/
/*	background-position: left center;*/
/*	background-repeat: no-repeat;*/
/*	padding-left: 16px;*/
/*	font-weight: bold;*/
/*}*/

input[type=submit].disabled{
	opacity: 0.4;
	filter: alpha(opacity=40);	
}

#contenu div.contest_item ul, #contenu div.contest_item li{
	list-style: none;
	background-image: none;
}

div.progressbar{
	background-color: #E8E8E8;	
	height: 10px;
}
div.progressbar>div{
	width: 150px;
	margin: auto;
	float: right;
}
div.progressbar>div div{
	display: inline-block;
	width: 3px;
	height: 10px;
	background-color: #CCCCCC;
}
div.progressbar>div div.progress{
	background-color: #7B56C8;
}
