*
{
	padding:0px;
	margin:0px;
}

img
{
	border:0px;
}

#principal
{
	margin:auto;
	background:url(data/background.jpg) 0px 97px;
	width:1000px;
}

	#navigation
	{
		float:left;
		width:200px;
		min-height:5px;/*compatibilite navigateur*/
		background:#ffb040;
	}
	
		#navigation ul
		{
			list-style-type:none;
			background:#ffb040;
			height:132px;
		}
	
			#navigation ul li
			{
				width:200px;
				text-align:center;
				font-family:arial;
				font-weight:bold;
				font-size:11px;
				text-transform:uppercase;
				height:18px;
			}
			
				#navigation ul li a
				{
					color:white;
					text-decoration:none;
				}
	
	#contenu
	{	
		float:left;
		width:600px;
		min-height:5px;/*compatibilite navigateur*/
	}
		#image
	{	
		float:center;
	}
	
		#top
		{
			background:#cccccc;
			height:25px;
			list-style-type:none;
		}
	
			#top li
			{
				float:left;
				width:200px;
				text-align:center;
				color:white;
				text-transform:uppercase;
				font-family:arial;
				font-size:18px;
			}
			
		#text
		{
		 width:550px;
		 margin:auto;
		}

			#text h1
			{
				font-family:arial;
				font-size:18px;
				text-align:center;
				color:#4021b5;
				font-weight:normal;
				margin:20px 0px;
			}

			#text h2
			{
				font-family:verdana;
				font-size:14px;
				text-align:center;
				color:#4021b5;
				font-weight:bold;
				font-style:italic;
			}

			#text h3
			{
				font-family:verdana;
				font-size:12px;
				text-align:center;
				color:#4021b5;
				font-weight:bold;
				font-style:italic;
			}

			#text p
			{			
				font-family:verdana;
				font-size:12px;
				margin:12px 0px;
			}

			#text img
			{			
				display:block;
				margin:auto;
			}
			
				#lettre
				{
					text-align:center;	
				}
		#tableau
			{	float:center;		
				font-family:verdana;
				font-size:12px;
				}
	#photos
	{
		float:left;
		width:200px;
		min-height:5px;/*compatibilite navigateur*/
		text-align:center;
	}
	
		#photos img
		{
			margin:13px auto;
		}