/* Styles de la partie inférieure de la page (La mise en évidence) */
#honnor.bottom {
	clear:both;
	height:120px;
	background: url(/images/evidence.jpg) no-repeat left top;
}
#honnor.bottom .title {
	margin: 15px 0 0 20px;
	width: 175px;
	height: 93px;
	float: left;
}


#honnor.top 
{
	width:680px;
}
#center .content .question
{
	width:500px;
	float:left;
	font-weight:bold;
}
#center .content .reponse
{
	clear:both;
	padding-top:10px;
	padding-bottom:10px;
	text-align:justify;
}
#center .content .lienhaut
{
	width:50px;
	float:right;
	text-align:right;
	color:#8d83ff;
}


.global_content
{
	/*width: 990px;*/
	margin: 0 auto;
	padding:0;
}
#container {
	background:#FFF;
	padding-bottom: 6px;
	padding-left: 3px;
}


/* Définition du style global des vignettes */
a.vignette , a.vignette:hover {
	float: left;
	width: 115px;
	height: 109px;
	margin: 0px 1px 10px 5px;
	padding: 2px 0px 0px 0px;
	text-align: center;
	color: #575757 ;
	background: url(/images/vignette115.png) no-repeat left top;
	cursor:pointer;
}
a.vignette.evidence
{
	background: url(/images/vignette_evidence.jpg) no-repeat left top;
}

.vignette h4 {
	margin: 0px 5px ;
	padding: 0;
	font-size: 9px;
	font-weight: bold;
}
a.vignette img
{
	margin:5px;
	/*width:50px;*/
	height:50px;
	border:0;
}
a.vignette:hover img
{
	text-decoration:none;
}
.entity_list a.vignette , .entity_list a.vignette:hover {
	float: left;
	width: 150px;
	height: 150px;
	margin: 0px 0px 6px 2px;
	padding: 0px;
	padding-top: 5px;
	text-align: center;
	background: url(/images/vignetteCenter.png) no-repeat left top;
	cursor:pointer;
}
.entity_list a.vignette img
{
	margin:5px;
	/*width:100px;*/
	height:80px;
	border:0;
}
