body {
 	margin: 10px 0;
	color: #fff;
	background-color: #927a65;
}

body, html, table {
	font-family: Verdana;
	font-size: 10px;
}

body, html { width: 100%; }

a, a:link, a:visited { color: #0b6626; text-decoration: underline; }
a:active { color: #009900; text-decoration: none; }
a:hover { color: #339933; } /*0b6626*/
a.lienGlobalRef { text-decoration: none; color: #000; }

a.root { color: #000; text-decoration: none; }

img, a img { margin: 0; padding: 0; border: 0; }
table { margin: 0; padding: 0; border: 0; border-spacing: 0; border-collapse: collapse; }
tr { vertical-align: top; }

.center { text-align: center; }
.right { text-align: right; }
.left { text-align: left; }
h1 { color: #0b6626; font-weight: bold; font-size: 12px; text-align: center; }
h2 { color: #0b6626; font-weight: bold; font-size: 12px; display: inline; }
h3 { color: #000; font-weight: bold; font-size: 11px; display: inline; }
h4 { color: #000; font-weight: normal; font-size: 11px; display: inline; }
h1 a, h2 a, h3 a, h4 a { text-decoration: none; }

.Page {
	width: 760px;
	margin: 0 auto;
}

.TextIntro { padding: 10px; }

table.accueil {
	background-color: #d5d2cd;
	border: 1px solid #54a247;
	color: #000;
}
table.accueil td.centre { width: 356px; }
table.accueil td.centre td { width: 178px; }
table.accueil td.sides { width: 187px; }

.GrosTitre { font-size: 16px; }
.SousTitre { font-size: 14px; }
.BigLine {
	padding-bottom: 10px;
	border-bottom: 6px #54a247 solid;
}