@import url(global.css);

.pourquoi-une-alliance{
	float: left; 
	width: 118px;
	height: 51px;
	background: url("../img/pourquoi-une-alliance.gif");
	margin-right: 8px;
}

.liens-annexes{
	width: 400px;
	margin-left: 295px;
	list-style-type: none;
}
.element{
	float: left;
	margin: 25px 40px 0 0;
	padding-left: 5px;
	background: url("../img/puce.gif") no-repeat;
	height: 23px;
}
.element a{
	text-decoration: none;
	color: #EC008C;
}
.element a:hover{
	text-decoration: underline;
}
img{
	border: 0px;
}