body
{   
	width: 960px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;    /* Idem pour le bas du navigateur */
	background-color: #8AA80A;
}
#header
{
	height: 98px ;
	background: url(images/header2.png);
	background-repeat: no-repeat;
	margin-bottom: 0px;
}
#contenu
{
	padding-top: 1px;
	padding-bottom: 1px;
	color: #000000;
	background: url(images/contenu2.png);
	background-repeat:repeat-y;
	margin-bottom: 0px;
}

#contenu a:hover
{
	text-decoration: underline;
	color: #CDE435;
}

#contenu a
{
	text-decoration: underline;
	color: #A2BA3E;
}

img {
border: 0;
}
			
