/* styles spécifiques à la page d'accueil */

#visuels {
	margin-top:5px;
}

.encarthome {
	width:270px;
	float:left;
}

.encarthome .texteencart {
	height:499px;
	overflow:auto;
	padding-right:5px;
	text-align:justify;
}

a#comprendre  {
	display:block;
	width:195px;
	height:140px;
	margin-right:15px;
	float:left;
}
a:hover#comprendre  {
	-moz-opacity:0.7;
	opacity: 0.7;
	filter:alpha(opacity=70);
}

a#participer {
	display:block;
	width:195px;
	height:140px;
	margin-right:15px;
	float:left;
}

a:hover#participer  {
	-moz-opacity:0.7;
	opacity: 0.7;
	filter:alpha(opacity=70);
}
#echanger {
	display:block;
	width:195px;
	height:140px;
	float:left;
}

a:hover#echanger  {
	-moz-opacity:0.7;
	opacity: 0.7;
	filter:alpha(opacity=70);
}

.explications {
	background-image:url(img/icon_titregenerik.png);
	background-repeat:no-repeat;
	font-size:1.1em;
}
.explications .titre{
	font-size:1.1em;
	color:#AEA60D;
}
