/*
	Feuille de style des pages intérieures
*/

 /*div { border:1px solid black; }*/ 		/* debug */


/* ********** Pour centrer horizontalement la page ********** */

html, body {
	width:100%;
	/*text-align: center;*/ /* pour corriger le bug de centrage IE */
}
#conteneur {
	position: relative;	/* implicite */
	width:770px;	/* 961 */
	margin:0 auto 0 auto;
	/*text-align: left;*/	/* inutile ? */
}


/* ********** Styles generaux (tags & classes) ********** */

body {
	background-color: #FDF1D7;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

td {
	font-Family:Verdana,Arial,Helvetica,sans-serif;
}
.s {
	text-decoration:none;
	color:#00377C;
	font-size:12px;
}
.s:hover {
	text-decoration:none;
	color:#C58B52;
	font-size:12px;
}
.t {
	color:#C58B52;
	font-size:14px;
	font-weight:bold;
}
.c {
	text-decoration:none;
	color:#00377C;
	font-size:11px;
}
a.c:hover {
	text-decoration:none;
	color:#C58B52;
}
a.c {
	text-decoration:none;
	color:#C58B52;
}