html {
	font-size: 100%;
}
body {
	background-image: url(../images/pages/fond.jpg);
	background-repeat: repeat-x;
	background-attachment:fixed;
	background-position:bottom;
	margin: 0;
	padding: 10px 20px;
	font-size: 0.8em;
	line-height: 1.25;
	color: black;
	font-family: 'Book Antiqua';
}

/* Navigation */
#navigation {
	background: #000000;
}

/* Contenu principal */
#contenu {

	background-color: #ffffff;
	background-image:url(../images/pages/cheval-bas.png);
	background-position:bottom right;
	background-repeat:no-repeat;
}

/* Pied de page */
#pied {
	color: #ffffff;
}

#pied p a, #pied p a:hover {
	color: #ffffff;
	text-decoration: underline;
}

/* Page */
html, body {
	height: 100%;
}
body {
	padding: 0;
}
#global {
	min-height: 100%; 
	width: 847px;
	overflow: hidden; 
	margin-left: auto;
	margin-right: auto;
}

/* En-tête */
#entete {
	padding: 15px 20px 10px 20px;
	background-image:url(../images/pages/herbe.png);
	background-position: bottom;
	background-repeat:no-repeat;
}
#entete h1 {
	margin: 0;
}
#entete h1 img {
	float: left;
	margin: 7px 20px 10px 0;
}
#entete .sous-titre {
	margin: 4px 0 15px 0;
}

/* Menu de navigation */
#navigation {
	padding: 12px 15px;
}
#navigation ul {
	margin: 0;
	list-style: none;
	text-align: center;
}
#navigation li {
	display: inline;
}
#navigation a {
	padding: 6px;
	line-height: 1.5;
	font-size: .9em;
	text-decoration: none;
}

/* Contenu */
#contenu {
	border-right:solid 1px;
	border-left:solid 1px;
	border-bottom:solid 1px;
	-khtml-border-radius:0px 0px 15px 0px;
	-moz-border-radius:0px 0px 15px 0px;
	padding: 10px 20px;
}
#contenu > :first-child {
	margin-top: 10px;
}
#contenu p, #contenu li {
	line-height: 1.5;
	text-align: justify;
}
.TitrePage {
	font-size: 1.4em;
	text-align:center;
}
/* Pied de page */
#pied {
	padding: 15px 20px;
	font-size: 1.2em;
}
#pied p {
	margin: .5em 0;
}

/* Tableau */
#tableau
{
	line-height: 1.6em;
}
#tableau
{
	font-size: 12px;
	margin: 45px;
	width: 300px;
	text-align: left;
	border-collapse: collapse;
	overflow:auto;
	border-color:#000000;
	border-style:solid; 
	border-width:1px; 
	background-color: #dbfdb6;
}
#tableau th
{
	font-size: 14px;
	font-weight: normal;
	padding: 10px 8px;

}
#tableau td
{
	padding: 8px;
}
#tableau .odd
{
	background: #99d15d; 
}
#tableau tbody tr:hover td
{
	color: #555555;
	background: #7fcb2d;
}
.fond-ch1
{
	background-image:url(../images/pages/carre-fond.png);
	background-repeat:no-repeat;
	width:300px;
	height:190px;
	padding:30px;
	padding-left:40px;
}
#cheval
{
	border-style:solid;
	border-width:1px;
	border-color:#000;	
}
.gras
{
	font-weight: bold;
}
.desc
{
	padding-left:15px;
}
a {
	color : #72FF6F;
} 
a:hover {
	color : #009000;
	text-decoration : none;
} 
.chavendre
{
	color : #000000;
}
