/* ------------------------------- */
body {
	text-align: center;
	background-color: black;
	margin: 0 0;
	margin-top: 0px;
}
div#main{
	top:0; 
	left:0; 
	margin: 0 auto;
	text-align: center;
}
/* ------ VIEW ------ */
div#logo, div#menu, div#top, div#tresc, div#bottom, a#retour,div#copyright{
	position:relative; 
	top:0; 
	left:0; 
	margin: 0 auto;
	width: 778px;
}
div#logo{
	background-image: url(gfx/logo.jpg);
	height: 150px;
}
div#menu{
	background-image: url(gfx/menu.jpg);
	height: 21px;
}
div#top{
	background-image: url(gfx/top.jpg);
	height: 165px;
}
div#tresc{
	background-image: url(gfx/background.jpg);
}
div#bottom{
	background-image: url(gfx/bottom.jpg);
	height: 132px;
}
div#copyright{
	background-image: url(gfx/copyright.jpg);
	height: 24px;
}
a#retour{
	position: absolute;
	left: 679px;
	top: 58px;
/*	background-image: url(gfx/retour.jpg); */
	height: 46px;
	width: 45px;
}
/* ------ TXT ------ */
p#title, p#text{

}

p#title_1, p#title_2, p#title_3, p#title_4, p#text, p#citation, p#author, p#author_2, p#text_under_pix, p#text_under_pix_table, p#copyright{
	font-family: "Courier New", Courier, monospace;
/*	font-family: Georgia;*/
	margin: 0px 80px 0px 80px;
	text-indent: 0px;
	text-align: center;
}
p#title_1,p#title_3{
	/*	position: absolute;
	top: -60px;
	margin: 0 auto;*/
	font-size: 30px;
	font-weight: 900;
	font-family: GothicE;
}
p#title_2, p#title_4{
	font-size: 24px;
	font-weight: bolder;
}
p#title_3{
	position: relative;
	top: -60px;
	margin: 0 auto;
}
p#title_4, p#author_2{
	color: #777C45;
		font-weight: 900;
}
p#text{
	font-size: 17px;
	text-indent: 30px;
	text-align: justify;	
}
p#citation{	
	font-size: 17px;	
	text-indent: 30px;	
	text-align: center;	
	font-style: italic;
}
p#author, p#author_2{
	font-size: 12px;
	text-indent: 0px;
	font-style: italic;
}
p#text_under_pix{
	font-size: 13px;
}
p#text_under_pix_table{
	margin: 0px 0px 0px 0px;
	text-indent: 0px;
	text-align: center;
	font-size: 13px;
}
p#copyright, a#copyright{
	font-size: 13px;
	text-decoration: none;
	color: Gray;
}

/* ------ GFX ------ */
img#pix{
	border: 4px;
	border-color: Black;
	border-style: solid;
}
table#pix{
	margin: 0 auto;
	width: 618px;	
	text-align: center;
}
/* ------ MENU ------ */
a#menu_OFF,a#menu_ON{
	font-family: Georgia;
	font-size: 17px;
	text-decoration: none;
	text-align: left;
}
a#menu_ON{
	color: #e7e7cb;
}
a#menu_OFF{
	color: #f3e782;
}
a#menu_pausa{
	word-spacing: 0px;
}  

