  /******************************/
 /***   Styles généraux      ***/
/******************************/
	body{
		background-color:	#000000;
		color:			#E9E9EC;
		font-family:		lucida sans unicode, helvetica, verdana, arial;
		/*font-size:		.8em;*/
		margin:			0px;
		margin-top:		12px;
		margin-bottom:		30px;
		}

	img{border-style:none;}



	a{
		text-decoration:	none;
		color:			#BBBBBB;
		}
	a:hover{
		text-decoration:	underline !important;
		color:			#FFFFFF;
		}



  /***********************************/
 /***   Structure de la page      ***/
/***********************************/

	h1, h2, h3{
		text-align:		center;
		margin:			0px;
		}

	h1{

		margin-bottom:		-30px;

		}
	h2{
		margin-left:		-250px;
		font-size:		3em;
		color:			#999999;
		}
	h3{
		font-style:		italic;
		}

	.galleryLink{
		display:		block;
		margin-left:		auto;
		margin-right:		auto;
		margin-top:		30px;
		text-align:		center;

		padding:		12px;
		border:			1px solid #999999;
		-moz-border-radius:	12px;
		width:			680px;

		line-height:		2em;

		}

	.galleryLink i{
		display:		block;
		}

	.galleryLink a{
		background-image:	url(/shared/gallery.gif);
		background-repeat:	no-repeat;
		padding-left:		24px;
		padding-right:		24px;
		}

	h3 a{
		background-image:	none !important;
		font-size:		.8em;
		font-style:		normal;
		}


