#menu ul li a#concours { background: url(../img/note_hover.gif) no-repeat 15px 0 #605E4D; }


#texte {
	float: left;
	width: 480px;
}

	#texte strong {
		display: block;
		margin-bottom: 15px;
		font-weight: bold;
		font-style: italic;
		color: #36362A;
	}

	#texte p { margin-bottom: 15px; text-align: justify; }
	
		#texte p a { text-decoration: none; color: #666451; }
		
		#texte p a:hover { text-decoration: underline; }
		
#liste {
	float: right;
	margin-top: 68px;
	width: 410px;
}
	
	#liste ul li { list-style-type: none; }
	
		#liste ul li a {
			position: relative;
			display: block;
			padding-left: 42px;
			height: 28px;
			font-style: italic;
			color: #36362A;
			text-decoration: none;
		}
		
		#liste ul li a:hover {
			text-decoration: underline;
			color: #711418;
			background: url(../img/telecharger.gif) no-repeat top left;
		}
