#content ul#projets{
	list-style-type: none;
}

#content ul#projets li{
	float: left;
	margin-right: 15px;
	margin-bottom: 10px; 
}

#content ul#projets li.third{
	margin-right: 0;
}

#content ul#projets li a h2{
	margin-bottom: 5px;
	width: 150px;
	text-transform: none;
}
#content ul#projets li a:hover h2{
	color: #CC66FF;
}


#content ul#projets li a{
	text-decoration: none;
	color: black;
	display: block;
}

#content ul#projets li a{
	text-decoration: none;
	color: black;
	display: block;
}

#content ul#projets li img{
	display: block;
}

