/* CSS Document */
/***************************************************************************\
 *  Créé le : 09 avril 08													*
 *	Auteur : Studio Broot Graphik												*
 *                                                                         	*
 *  																	  	*
 *                                                                         	*
 *  																	  	*
 *  Dernière modification : le 05/06/08.			  	*
\***************************************************************************/
/*




/******	COMMUN GABARIT *******************************************************/


* {
	margin: 0;
	padding: 0;
}

div {
	position:absolute;
}

body {
	background-color:#000000;
	}

#menu {
	margin: 400px 0px 0px 200px;
	z-index:auto;
	}
	
#body {
	left:50%;
 	margin-left:-493px;
	width: 986px;
	min-height:651px;
	background:url(images/index.jpg) no-repeat;
	}
	
#body h2{
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color:#FFFFFF;
	font-size: 0.8em;
	}
	
#body h3{
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color:#FFFFFF;
	font-size: 0.5em;
	}
	
	a:link{color:#FFFFFF; font-weight:bolder; font-style:italic; text-decoration:none;}
	a:visited{color:#FFFFFF; font-weight:bolder; font-style:italic; text-decoration:none;}
	a:hover{color:#FFFFFF; font-weight:bolder; font-style:italic; text-decoration:underline;}	

img{
	border:none;
	}



	
#bottom {
	margin: 560px 0px 0px 0px;
	width: 986px;
	padding:0;
 }

  #bottom a{
	color:#FFFFFF;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-style:bold;
	font-size: 1.1em;
 }
	
