
BODY {
	font-family : serif;
	color : #333333;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	background-color : #FFFFFF;
	background-image : url(img/bg-coin.gif);
	background-position : bottom right;
	background-repeat : no-repeat;
	background-attachment: fixed;
}

.texte {
	font-size: larger;
	margin-left : 20px;
}

H3 {
	margin-left : 20px;
	margin-top : 20px;
}

A:LINK {
	color : #DD2222;
}

A:VISITED {
	color : #993333;
}

A:ACTIVE {
	color : #000000;
}

A:HOVER {
	color : #000000;
}

A:FOCUS {
	color : #000000;
}

/* attributs pour les différents liens du sommaire du site */
.menu {
	color : #000000;
	font-weight : bold;
	text-align : left;
	margin-left : 20px;
	margin-top : 20px;
	margin-bottom : 30px;
}

/* attributs pour la section "prochain numéro" */
/* note : next2 est prévu pour hériter des attributs de next1 */
.next1 {
	color : #990033;
	font-weight : bold;
	text-align : left;
	margin-left : 25px;
	margin-right : 25px;
	margin-top : 25px;
	margin-bottom : 25px;
	}

.next2 {
	color : #000000;
	margin-left : 25px;
}

td.coin {
	background-image : url(img/coin.gif);
	background-repeat : no-repeat;
	background-position : left top;
}

td.td0 {
	background-image : url(img/bg-cell.gif);
	background-repeat : no-repeat;
	background-position : left top;
}

