@charset "utf-8";
/* CSS Document */
html,body{
	color: grey;
	background-color : black;
	/*background:#000000 url('images/bg.jpg') repeat-x; */
	height:100%;
	margin: 0;
	padding : 0;
	text-align: center;
	background-image:url('images/wood4.jpg');
	font-family: 'Codystar', serif;
	}
	
#footer{
	font-size: 12px;
	position: absolute;
	bottom : 5px ;
	right : 10px ;
	font-family : Sans-serif;
}

#contenu {
	color : white;
	font-size: 40px;
	height:100%;
	margin: 0;
	padding : 0;
	vertical-align:middle;
}

#header{
	position: absolute;
	top : 5px ;
	left : 10px ;
} 

h1 {
	font-size : 75px;
}

img {
	border-style:solid;
	border-color:grey;
	display : none;
	max-width: 99%;
	max-height: 99%; 
	margin: 0;
	padding : 0;
	vertical-align:middle;
}

#img0{
	margin: 0;
	padding : 0;
	}

#CC {
	display : block;
	border: none;
	max-width: 100%;
	max-height: 100%;
	}