@media print 
{
	#image
		{
			display: none;
		}
	img.article
		{
			display: none;
		}	
}

*
{
	margin: 0;
	padding: 0;
} 

body
{
	color: black;
	background-image:url(images/fond.png);
	background-repeat:repeat;
    /*background-color:#2d5200;*/
}
	
div#page
{
	margin-left: auto;
	margin-right: auto;
	width: 1024px; 
}

div#admin
{
	height: 180px; 
}

div#corps
{	
	float: left; 
	font-family: Arial;
	width: 964px;
	font-size: 13px;
	color: black;
	background-color: white;
	text-align: justify;
	min-height: 450px;
    padding-left:20px;
    padding-right:20px;
    border-left: 10px solid #b4cc87;
    border-right: 10px solid #b4cc87;
}

div#pied
{
	margin-left: auto;
	margin-right: auto;
	width: 1004px;
	color: #285f1c;	
	height: 16px;
	font-family: Arial;
	font-size: 10px;
	text-align: center;
    border-left: 10px solid #b4cc87;
    border-right: 10px solid #b4cc87;
    border-top:5px solid #b4cc87;
    border-bottom:5px solid #b4cc87;
    background-color:white;
    float:left;
}

div#pied p
{
    color: #285f1c;
	font-family: Arial;
	font-size: 11px;
}

div#Texte
{
	padding-left: 50px;
}

div#pied a:active, div#pied a:visited, div#pied a:link
{
	color: #2d5200;
}

div#commentaire
{
	width: 624px;
	text-align: justify;
	font-family: Arial;
	font-size: 10px;
}

a img 
{ 
	border: none; 
} 

div#liste
{
	margin-left: 20px;
}

div#liste ul
{
	padding: 0;
	margin: 0;
	list-style-image: url("images/puce-verte.gif");
	list-style-position: outside;
}

div#liste ul li
{
	padding: 2px;
	margin: 2px;
}

h1
{
	color: #2d5200;
	font-family: Arial;
	font-size: 30px;
	text-align: center;
}

h2
{
	color: #2d5200;
	font-family: Arial;
	font-size: 24px;
    text-align: center;
}

p
{
    color: #285f1c;
	font-family: Arial;
	font-size: 20px;
}

hr 
{
	clear: both;
	visibility: hidden;
}
