/* CSS de la page index */



									/* CORPS */
	html
	{
		background-color: #F3F3FF;
	}

	body
	{
		margin-top: 0px;
		text-align: center;
		font-family:"Comic Sans MS", Arial, Verdana, serif;
		color: blue;
		font-size: 26px;
	}

	#background
	{
	background: url("Images/fond.jpg") no-repeat scroll center;
	margin-top: 0px;
	}
	#baniere
	{
		margin-top:0px;
		position:absolute center;
	}
	#presentation
	{
		position:absolute top;
		width: 150px;
		height: 150px;
	}
	#entrez
	{
		width: 250px;
		height: 80px;
	}
									/* FIN CORPS */
/* ----------------------------------------------------------------------------------*/	
									/* TEXT */	
a
{
	color: red;
}
a:hover
{
	color: #0CD110;
}
a:active
{
	color: #FFFFFF;
}
#inscription{
color: black;
font-size: 20px;
}
									/* FIN TEXT */

/*-------------------------------------------------------------------------------------*/

									/* IMAGE */
	img
	{
		border : 0px solid black;
	}
									/* FIN IMAGE */

/*-------------------------------------------------------------------------------------*/

									/*PRESENTATION */
#ligne{
	color: black;
	font-size: 24px;
	font-weight: bold;
}
#ligneadmin{
	color: black;
	font-size: 20px;
}
#admin{
	font-size: 18px;
}

#mail
{
	text-decoration: none;
}
#homme{
position:absolute bottom right;
width: 30px;
height; 60px;
}
									/* FIN PRESENTATION */