@import "menu.css";
@import "footer.css";
@import "header.css";
@import "section.css";


body {
	font-family: georgia,times,Arial,Verdana,serif;
	text-align: justify;
	line-height: 1.3em ;
	background-color: #000000;
	background: url(../img/wood.jpg) no-repeat center fixed;
}

#bloc_page {
	width: 800px;
	margin: 0 auto;
	background-color: #fff;
	box-shadow: 8px 8px 12px #4c4545;
    border-radius: 20px 0 20px 0;
}

h1 { font-weight: bold;
		font-size: 24px; }

h2 { font-size: 24px;
font-weight:normal;
text-align:left; }

p { font-size: 16px; }

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

a:hover { 
	text-decoration:none;
}

a img {
	border: none;
}

/* IMAGE menu */		
	a.imgmenu span
		{
		display:none;
		text-decoration:none;
		}
	a.imgmenu:hover	/*pour IE6 */
		{
		background:none;
		}
	a.imgmenu:hover span
		{
		display:block;
		position:absolute;
		margin-left:420px;
		margin-top:-40px;
		text-decoration:none;	/*pour IE6 */
		border:none;
		z-index:2;
		}
/* fin IMAGE menu */