html
{
	height:100%;
	margin:0;
	font-size:10pt;

	
}

body
{
	color:black;
	margin:0;
	
	font-family: "Trebuchet MS", Verdana, Arial, serif;
	background:url(../images/bg-accueil.png) repeat scroll 0 0;
	height:100%;
	
	
}

p,h2
{
	margin:0;
	font-size:11pt;
}

p
{
	text-align:justify;
	font-size:10pt;
}

h1
{
	margin:0;
	color:#19288a;
	font-size:13pt;
	text-align:center;
}

img
{
	border:none;
}

div
{
	border:none;
}

ul
{
	list-style-image: url(../images/list-style.png);
}

a
{
	color: black;
}

a:hover
{
	color: #19288a;
}
