
BODY {
	font-family : sans-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-repeat : no-repeat;
	background-position : bottom right;
	background-attachment: fixed;
}

P {
	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;
}

.rubrique {
	color : #000000;
	font-weight : bold;
	text-align : left;
	margin-left : 20px;
	margin-top : 20px;
	margin-bottom : 30px;
}

.next1 {
	color : #990033;
	font-weight : bold;
	text-align : left;
	margin-left : 20px;
	margin-right : 10px;
	margin-top : 15px;
	margin-bottom : 15px;
	}

.next2 {
	color : #000000;
	margin-left : 10;
}
/* next2 est prévu pour hériter des attributs de next1 */

td.coin {
	background-image : url(img/coin.gif);
	background-repeat : no-repeat;
	background-position : left top;
}

td.fond0 {
	background-color : #FFFFFF; /*255 225 225*/
	background-image : url(img/bg-cell0a.gif);
	background-repeat : no-repeat;
	background-position : left top;
}

td.fond1 {
	background-color : #FFFFFF; /*255 200 200*/
	background-image : url(img/bg-cell1a2.gif);
	background-repeat : no-repeat;
	background-position : left top;
}

td.fond2 {
	background-color : #FFFFFF; /*255 255 255*/
	background-image : url(img/bg-cell2a.gif);
	background-repeat : no-repeat;
	background-position : left top;
}

td.fond2b {
	background-color : #FFFFFF; /*255 255 255*/
	background-image : url(img/bg-cell-b.gif);
	background-repeat : no-repeat;
	background-position : right bottom;
}

td.fond3 {
	background-color : #FFFFFF; /*255 225 225*/
	background-image : url(img/bg-cell3a1.gif);
	background-repeat : no-repeat;
	background-position : top left;
}

td.fond3b {
	background-color : #FFFFFF; /*255 225 225*/
	background-image : url(img/bg-cell3a2.gif);
	background-repeat : no-repeat;
	background-position : right bottom;
}


