/* CSS issu des tutoriels css.alsacreations.com */
body
{
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: none;
	vertical-align: none;
	color:#000000;
	background-color: #fcfcfc;
	background-image:   url("images/bg1.png");
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}

a {
	color:#000000;
	text-decoration:underline;
}

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

img, img a {
	border:0;
}
	
#conteneur {
margin: 0 auto; 
}

#header {
height: 100px;
text-align:right;
}

#centre {
text-align:center;
}

#pied {
text-align:center;
font-size: 8pt;
margin-top:50px;
}

p {margin: 0;}

h1{
margin: 0;
}