/* r&eacute;alis&eacute;e par Nicolas Gruson http://www.mesopotamie.org vous pouvez copier bidouiller pomper, juste une petite r&eacute;f&eacute;rence me ferait plaisir*/
/* merci &agrave; tous les contributeurs de la liste pompeurs et des diff&eacute;rents guides glan&eacute;s sur le web */

body	{
			margin: 0;
			padding:0;
		}
				
a:link
		{
			text-decoration: none;
			color: #900003;
			text-shadow: 2px 2px 4px grey;
		}
		
a:hover
		{
			text-decoration: underline;
			color: #9F8EB0;
		}
		
img		{
			border:0;	
		}


#n		{
		float: left;
		margin-left: 50%;
		margin-top: 170px;
		width: 500px;
		}
		
#n p
		{
			margin-left: -250px;
			margin-right: 250px;
			font-size: 2em;
			text-align: center;
		}
		
#n p.petit
		{
			margin-left: -250px;
			margin-right: 250px;
			font-size: 1em;
			text-align: center;
		}
		
#n h1
		{
			margin-left: -250px;
			margin-right: 250px;
			font-size: 2em;
			text-align: center;
		}
#n ul
		{
			margin-left: -250px;
			margin-right: 250px;
			list-style-type: none;
			text-align: center;
		}
		
		
		
#entete	{
			position: absolute;
			top:3%;
			width:99%;
			text-align: center;
			font-family: Arial, Geneva, Helvetica, sans-serif;
			font-size: 1em;
			border-bottom: #B0C4DE 1px solid ;
			background-image:url("../naruseg/hautacc.jpg");
			background-position: bottom;
			background-repeat: repeat-x;
			
		}
	
#entete p
		{
			margin: 0.4em;
			font-size: 0.8em;
		}
	
#entete p.dern
		{
			margin-bottom: 2em;
		}

#outils	{
			position: absolute;
			top:500px;
			width:99%;
			text-align: center;
			font-family: Arial, Geneva, Helvetica, sans-serif;
			font-size: 10px;
			padding: 0.2em;
			border-top: #B0C4DE 1px solid ;
			background-image:url("../naruseg/basacc.jpg");
			background-position: top;
			background-repeat: repeat-x;
		}