/* 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#espaceenseignants  {
	display:block;
	width:195px;
	height:140px;
	margin-right:15px;
	float:left;
}
a:hover#espaceenseignants  {
	-moz-opacity:0.9;
	opacity: 0.9;
	filter:alpha(opacity=90);
}

a#espaceeleves {
	display:block;
	width:195px;
	height:140px;
	margin-right:15px;
	float:left;
}

a:hover#espaceeleves  {
	-moz-opacity:0.8;
	opacity: 0.8;
	filter:alpha(opacity=80);
}
#espacepresse {
	display:block;
	width:195px;
	height:140px;
	float:left;
}

a:hover#espacepresse  {
	-moz-opacity:0.8;
	opacity: 0.8;
	filter:alpha(opacity=80);
}

.explications {
	background-image:url(img/icon_titregenerik.png);
	background-repeat:no-repeat;
	font-size:1.1em;
}
.explications .titre{
	font-size:1.3em;
	color:#5EAADF;
}

