@charset "UTF-8";

/* MAGAZINE */

/* WIDGET ABONNEMENT */

.abonnement {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#222;
}
a.abonnement {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#222;
	font-weight:bold;
	text-decoration:none;
	line-height:18px;
}
a.abonnement:visited {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#222;
	font-weight:bold;
	text-decoration:none;
	line-height:18px;
}
a.abonnement:hover {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#222;
	font-weight:bold;
	text-decoration:underline;
	line-height:18px;
}

/* SEPARATION DES BREVES (4 résumés du magazine) */

hr.magazinehr {
	border: 0px;
	background-color:#CCC;
	color:#CCC;
	height:1px;
	margin: 7px 0 7px 0;
	width:100%;
}

/* SOMMAIRE */

h2.sommaire {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:normal;
	color:#ffffff;
	font-size:13px;
	margin:18px 0 0 2px;
	display:block;
}

/*Affichage de tous les magazines*/

.covermagazine {
	border:1px #d90000 solid;
	padding:5px;
	background-color:#eeeeee;
	float:left;
	margin-top:3px;
	margin-right: 15px;
	margin-bottom: 10px;
}
.grostitre{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:normal;
	color:#000000;
	font-size:13px;
	margin-top:10px;
	margin-bottom:0px;
	display:block;
}