body 
	{
	margin: 0;
	padding: 0;
	background-color: #323232; /*background: #e6eaf2;*/
	color: Black;
	font-size: 80%;
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
}

h2
    {
    	margin: 60px 40 0 4px;
		font: 18px;
		font-family: French Script MT, Segoe Script, arial ;
      color: #F131E1;
		text-align: right;
		line-height: 4em;
    }	
	 
#cote_gauche{
	float: left;
	width: 200px;
	margin: 0px;
	}	
		
#cote_droit{
	float: right;
	width: 200px;
	margin: 0px;
	
}

#central
{
	width: 800px;
	height: 600px; /*position: relative;*/
	margin: 0px 0 0 200px;
	padding: 0px;
	background-image: url(pge_acceuil/photo_fond.JPG);
	background-repeat: no-repeat;
	background-color: White;
	background-position: top;
}


#menu_acc
	{
	width: 40em;
	margin: 380px 0 0 40px;
	background-color: transparent;
}
	
#menu_acc ul
    {
	list-style-type: none;
	
	}
	
#menu_acc li
    {
	
	float: left;
	}

	
#menu_acc li a
     {
	display: block;
	width: 130px;
	border: 3px solid #e4ff01;
	margin: 0 5px 5px 5px;
	color: #FFFFCC;
	font-weight: bold;
	font-size: 120%;
	text-align: center;
	text-indent: 0.5em;
	text-decoration: none;
}
	

#menu_acc li a:hover 
	{
	/*color: #fc0;*/
	color: #f131e1;
	text-decoration: none
	}

	
		
.fantais
   {
   font: italic bold 80px Comic Sans MS;
   background-color: #f131e1;
   
   }

#p1
    {
	text-align: left;
	margin: 60px 0px 0 20px;
	padding: 0.1em 0.5em 0.1em 0;
	color: #8495be;
	font: bold 50px "Trebuchet MS" arial;
	/*border-bottom: 8px solid Lime;*/
}
	
#p2
    {
	margin: 40px 20px 0 0px;
	padding-left: 0.5em;
	width: 13em;
	color: #8495be;
	font: bold 22px "Trebuchet MS" arial; /*text-indent: 50px;*/
	border-left: 6px solid #e4ff01;
	border-right: 6px solid #e4ff01;
	background-position: 0% 0%;
	background-repeat: no-repeat; /*background-image: url("bougain_1.png");*/
}		


p#credits {
	width: 800px;
	height: 26px;
   margin: 0px;
   padding: 0px;	
	clear: both;
	background: url(images/fd_cartouche.png) no-repeat 0 0px;
	color: #fff;
	font-size: 10px !important;
	line-height: 200%;
	}
	
#pied-de-page 
	{
	color: white;
	font-size: 9px;
	line-height: 16px;
	background-color: #6b6c5a;
	text-align: center;
	letter-spacing: 6px;
	height: 16px;
	clear: left;
	}

	
	