body
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#000000;
	background: #FFFFFF url(images/fond-entete.jpg) repeat-x left top;
	margin:0;
	padding:0;
}

p.accueil{
	text-align:justify;
	margin:0 0 5px 0;
	text-indent:25px;
}

#copyright
{
	color:#999999;
	font-size:10px;
}
#copyright a
{
	color:#999999;
	font-size:10px;
	text-decoration:none;
}
#copyright a:hover
{
	color:#8da05e;
	text-decoration:underline;
}



#titre-page
{
	background-image:url(images/fond-titre-page.jpg);
	background-repeat:no-repeat;
	
	text-align:right;
	padding-right:50px;
	font-size:40px;
	color:#352d1e;
}

#titre-page div
{
	margin-left:155px;
	border-bottom:1px solid #352d1e;
}

#contenu
{
	background-image:url(images/fond-contenu.jpg);
	background-repeat:no-repeat;
	padding:0 50px 0 115px;
	text-align:justify;
}

#bas-de-page
{
	background-image:url(images/fond-bas-page.jpg);
	background-repeat:no-repeat;
}

h3
{
	font-size:14px;
	margin:8px 0 4px 0;
}
li
{
	font-size:14px;
	font-weight:bold;
	color:#314024;
	margin:8px 0 4px 20px;
	list-style:none;
	list-style-image:url(images/puce.gif);
}

.formulaire
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
}

.error
{
	color:#990000;
	font-weight:bold;
}
