#fondBadge{
	background-image:url("../img/background_badge.jpg");
	border: 3px solid #423117;
	width: 550px;
	height: 320px;
	margin: auto;
}

#photoBadge{
	width: 175px;
	height: 175px;
}

#divPhotoBadge{
	float: left;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 15px;
}

#listeBadges{
	margin-left: 400px;
}

#divDescBadge{
	width: 330px;
	min-height: 180px;
	margin-top: 15px;
	margin-left: 205px;
}

.titreBadge{
	color: #a63901;
	font-size: 21px;
	font-weight: bold;
}

.descBadge{
	margin-top: 10px;
	display:block;
	color: #423117;
	font-size: 18px;
	line-height: 22px;
}

#divInfos{
	width: 470px;
	height: 175px;
	margin: 15px;
	line-height:27px;
	margin-top:5px;
}

.infosLibelle{
	color: #a63901;
	font-size: 18px;
	font-weight: bold;
}

.tabulation{
	margin-left:30px;
}

.infosContenu{
	color: #423117;
	font-size: 18px;
}

.lienPlusDInfos{
	border-bottom: 2px dotted #a63901;
	text-decoration: none;
}

.lienPlusDInfos:hover{
	font-weight: bold;
}

.chrgtVisible
{
 visibility: visible;
 display: block;
}
 
.chrgtInvisible
{
 visibility: hidden;
 display: none;
}