@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

body {
	background-color: #292929;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #FFFFFF;
}

/* Centrage horizontal et vertical index.html et site */
html, body, #main, #main table {
	height: 100%;
}

/* Site */
#main_entry {
	margin: 5px auto;
	width:794px;
	border: 4px solid #FFFFFF;
	background-color: #FFFFFF;
}
#top_entry {
	position: relative;
	width:794px;
	height:150px;
	background: #000000 url(../images/top.jpg) no-repeat;
	border-bottom: 4px solid #FFFFFF;
	text-align:  right;
	overflow: hidden;
	cursor: pointer;
}
#top_entry h1 {
		position: absolute;
		text-align:right;
		top: 5px;
		right: 10px;
		font-style:italic;
		font-weight:normal;
}
#top_entry h2 {
		position: absolute;
		text-align:right;
		bottom: 10px;
		right: 10px;
		font-style:italic;
		font-weight:normal;
}
#content_entry {
	width:794px;
	height:150px;
	background: #000000 url(../images/top.jpg) no-repeat;
	text-align:  right;
	overflow: hidden;
	cursor: pointer;
}
#flashcontent {
	background: #000000 url(../images/top.jpg) no-repeat top center;
	height:150px; width: 794px;
	color: #CCCCCC;
	text-align: right;
}

#footer_entry {
	position: relative;
	clear: both;
	width:794px;
	height:152px;
	background: #292929 url(../images/footer.jpg) no-repeat;
	border-top: 4px solid #FFFFFF;
	overflow: hidden;
	cursor: pointer;
}
	#footer_entry h1 {
		position: absolute;
		text-align:right;
		top: 40px;
		left: 160px;
		width: 80px;
		color:#E1E1E1;
		font-family:Helvetica, Arial, sans-serif;
		font-weight:normal;
		font-size: 1em;
		overflow: hidden;
	}
	#footer_entry h2 {
		position: absolute;
		text-align:right;
		top: 40px;
		right: 20px;
		width: 80px;
		color:#E1E1E1;
		font-family: Helvetica, Arial, sans-serif;
		font-weight:normal;
		font-size: 1.1em;
	}
	#footer_entry h2 .creator {
		color:#999999;
		font-size: 1em;
		line-height: 30px;
	}
