/*****************************************************
 * Andrea Giacobbe Style					V. 1.0   *
 *                                                   *
 * design : EndemicLand : http://www.endemicland.com *
 * code   : KurTZdev :    http://www.kurtzdev.com    *
 *                                                   *
 *****************************************************
 *                    HOME
/*****************************************************
 *                                General et placmeent
*/

* {
	padding: 0;
	margin: 0;
	border: 0;
}
html {
	background-color: #000000;
	}
body {
	background-color: #000000;
	font-family: Arial, sans-serif;
	font-size: 11px;
	text-align: center;
	}
a:link { color: #FFFFFF ; text-decoration: none; }
a:visited { color: #FFFFFF ; text-decoration: none; }
a:hover { color: #999999 ; text-decoration: none; }
a:active { color: #FFFFFF ; text-decoration: none; }

ul {
	list-style-type: none;
	}
li {
	float: left;
	}
	
li#flash {
	margin-left: 1px;
	}
	
	
	
div#page {
	background-image: url(images/bg_logoN.gif);
	background-repeat: no-repeat;
	background-position: -287px;
	border: #000000 solid 1px;
	margin: 0 auto;
	background-color: #000000;
	width: 380px;
	height: 535px;
	text-align: center;
}


/*****************************************************
 *                                              Entree
*/
div#entree {
	text-align: center;
	font-size: 10px;
	margin: 336px auto;
	width: 370px;
}
div#entree ul {
	text-align: center;
	width: 372px;
}
div#entree li {
	width: 372px;
	text-align: center;
}
div#entree img {
	padding-left: 15px;
	padding-right: 15px;
}



li#flash a:link { color: #FFFFFF ; text-decoration: none; }
li#flash a:visited { color: #FFFFFF ; text-decoration: none; }
li#flash a:hover { color: #7eb452 ; text-decoration: none; }
li#flash a:active { color: #FFFFFF ; text-decoration: none; }

li#html a:link { color: #FFFFFF ; text-decoration: none; }
li#html a:visited { color: #FFFFFF ; text-decoration: none; }
li#html a:hover { color: #eadd47 ; text-decoration: none; }
li#html a:active { color: #FFFFFF ; text-decoration: none; }


.clearAll {
	clear: both;
	}


.gauche {
}
.droite {
}


div#message1 {
	top:501px;
	position: absolute;
	width: 400px;
}


div#message2 {
	top:501px;
	position: absolute;
	width: 400px;
}

div#messages {
margin-left: -9px;

}




div#foot {
	margin: 0;
	margin-left:-12px;
	margin-top: 120px;
	width: 400px;
	clear: both;
	}
div#foot p{
	font-family: Arial;
	font-size: 10px;
	color: #373737;
	text-align: center;
	}
