.ParticipeBoxLink div[class="Ligne"] { 
	display:table; 
	height:40px; 
	overflow: hidden; 
	width: 195px; 
	margin-bottom: 10px;
	cursor: pointer;
	background: url(/images/Bouton_Box_B.png) no-repeat scroll ;
}

.ParticipeBoxLink div[class="Image"]{
	padding: 0px 7px 0px 7px;
	display:table-cell; 
	vertical-align:middle;
}

.ParticipeBoxLink div[class="Link"]{
	display:table-cell; 
	vertical-align:middle; 
	width:100%; 
	padding-right: 3px;
	text-align: left;
}

.ParticipeBoxLink a{ 
	color: #eeeeee;
	text-decoration: none;
}

.ParticipeBoxLink div[class="Ligne"]:hover {
	background-position: left -40px;
}

.ParticipeBoxLink div[class="Ligne"]:active {
	background-position: left -80px;
}