/* Feuille CSS by Hynamore for Hynamore.info */
/* Certif : http://jigsaw.w3.org/css-validator/validator?uri=http://hynamore.info/style.css */

/* Général */

body
	{
	margin: 0px;
	padding: 0px;
	height: 100%;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	}

html 
	{
	height: 100%;
	}

/* Calques */

#index_array
	{
	position: absolute;
	width: 900px;
	height: 400px;
	z-index: 1;
	left: 52px;
	top: 65px;
	display: block;
	}

#index_iframe
	{
	position: absolute;
	width: 640px;
	height: 480px;
	z-index: 2;
	left: 182px;
	top: 25px;
	display: none;
	}
	
#index_fake_a
	{
	position: absolute;
	width: 182px;
	height: 480px;
	left: 0px;
	top: 0px;
	z-index: 1;
	display: none;
	background-image: url(index/spacer.gif);
	}
	
#index_fake_b
	{
	position: absolute;
	width: 300px;
	height: 480px;
	left: 822px;
	top: 0px;
	z-index: 1;
	display: none;
	background-image: url(index/spacer.gif);
	}
	
#iframe_fix
	{
	position: absolute;
	top: 5px;
	right: 15px;
	width: 65px;
	}

#iframe_bouge
	{
	height: 100%;
	overflow: auto;
	}

/* Ecriture normale */

.small
	{
	font-size: 9px;
	}
	
.ie
	{
	color: #D5DEE1;
	}
	
.ie:hover
	{
	color: #000000;
	text-decoration: line-through;
	}
	
.nor_rouge
	{
	color: #FF0000;
	}

		
/* Liens */

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

a:hover
	{
	color:#FF9900;
	}
	
.petit
	{
	font-size: 9px;
	text-decoration: none;
	}
	
.rouge
	{
	color: #FF0000;
	text-decoration: none;
	}
	
.gras
	{
	font-weight: bold;
	}