/* Blocs de presentation specifique a la home */
body {
	background: #fff url(../images/fond_home.gif) top left repeat-x;
}
#numero {
	position:absolute;
	right:11px;
	top:152px;
	width: 271px;
	height: 10px;
	z-index: 4;
	font-size: 0.8em;
	line-height: 0.8em;
	text-align: right;
}
#couverture {
	position:absolute;
	right:10px;
	top:163px;
	background-color: #e2e0df;
	border: 1px solid #fff;
	width: 271px !important;
	width /**/:273px;
	height: 266px !important;
	height /**/:268px;
	z-index: 2;

}
#encadre {
	margin-top: 235px;
	text-align: right;
	z-index: 3;
}
#sommaire {
	padding-right: 282px;
	text-align: right;
}

/* Styles du texte de la home */
.surtitre {
	font-size: 1.2em;
	font-weight: bold;
	color: #a59d9c;
	line-height: 1em;
	margin: 0;
	padding: 10px 0 3px 0;
}
.titre {
	font-size: 2.5em;
	color: #c60024;
	line-height: 1em;
	margin: 0;
	padding: 0 0 7px 0;
}
.article {
	font-weight: bold;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
}
.auteurs {
	font-style: italic;
	line-height: 1.3em;
	margin: 0;
	padding: 0 0 10px 0;
}
a {
	color: #000;
}
a:hover {
	color: #c60024;
}
