
body {
	padding: 0;
	margin: 0;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #000000;
background-image:url(images/fond.png);
	font-size: 0.8em
}

h1, h2, h3{
	font-family: "Trebuchet MS", sans-serif;
}

h1{
	font-size: 1.8em;
	margin: 0;
	padding: 0;
}
h2{
	font-size: 1.5em;
	margin: 0;
	padding: 0;
}
h3{
	font-size: 1.1em;
	margin: 0;
	padding: 0;
}

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

a:visited {
	color: #000000;
	text-decoration: none;
}

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



img {
	border: 0px none; 
}

/* Page
-------------------------------------------------------- */
	


#subwrapper {
	
position:absolute;
left: 50%; 
top: 50%;	
width: 700px;
height: 560px;
margin-top: -280px; /* moitié de la hauteur */
margin-left: -350px; /* moitié de la largeur */
background-image:url(images/petitfond.png);
background-repeat: repeat-y;

}



#vert{


width: 700px;
height: 70px;
background-image:url(images/verthb.png);
background-repeat:no-repeat;

}


#vert1{


width: 700px;
height: 70px;
background-image:url(images/verthb.png);
background-repeat:no-repeat;
padding-top: 30px;
}




















