/*================================================================*/
/* body */
/*================================================================*/
body	{
	color: #00FF00;
	background-color: black;
	background-image: url(fond_hachure.png);
	background-repeat: repeat;
	background-attachment:fixed;
	}
/*----------------------------------------------------------------*/
	#page
		{
		z-index: 1;
		position: absolute;
		top: 7px;
		left: 50%;
		width: 900px;
		margin-left: -450px;
		background-color: #000000;
		}
/*----------------------------------------------------------------*/	
	img, a	{border: none;}
/*================================================================*/
/*			Haut de Page			*/
/*================================================================*/
	#haut_de_page
		{
		height: 110px;
		background-position: top center;
		background-repeat: no-repeat;
		background-image: url("http://tetronik.free.fr/TETRONIK/image/designe/barre_haut.jpg");
		}
/*----------------------------------------------------------------*/
	#haut_de_page_2
		{
		height: 15px;
		width: 900px;
		background-image: url("http://tetronik.free.fr/TETRONIK/image/designe/barre_haut_dessous.gif");
		}
/*================================================================*/
/*			CONTENUE			*/
/*================================================================*/
	#corps
		{
		/*width: 1024px;*/
		margin-right: 10%;
		margin-left: 10%;
		text-align: left;
		font-size: 16px;
		}
/*----------------------------------------------------------------*/
	h1
		{
	font-size: 26px;
	text-align: center;
	color: #F00;
		}
	h2
		{
		font-size: 20px;
		text-align: center;
		color: red;
		}
	h3
		{
		font-size: 20px;
		text-align: left;
		color: red;
		}		
/*----------------------------------------------------------------*/
	#italic 
		{ 
		font-style: italic;
		font-size: 10px;
		text-align: right;
		font-family: times new roman;
		} 	
/*----------------------------------------------------------------*/
	#photo	
		{
		z-index: 10;		
		text-align: center;
		}
/*================================================================*/
/*			Pied de la page			*/
/*================================================================*/
	#bas_de_page
		{
		height: 36px;
		background-position: bottom center;
		background-repeat: no-repeat;
		background-image: url("http://tetronik.free.fr/TETRONIK/image/designe/barre_bas.jpg");
		}
	#bas_de_page_2
		{
		height: 15px;
		width: 900px;
		background-image: url("http://tetronik.free.fr/TETRONIK/image/designe/barre_bas_dessus.gif");
		}
/*================================================================*/
/*			credits					*/
/*================================================================*/
	#credit
		{
		z-index: 100;
		position: absolute;
		width: 900px;
		margin-left: -450px;
		left: 50%;
		margin-top: 300px;
		text-align: center;
		}
	#logo
		{
		text-align: center;
/*		margin-left: auto;
		margin-right: auto;
		width:
*/
		}
