	body
	{
		width: 760px;
		margin: auto;
		margin-top: 20px;
		margin-bottom:20 px;
		background-image: url("gris.jpg");
	}

	#en_tete
	{
		width: 760px;
		height: 100px;
		background-image: url("LOGO.png");
		background-repeat: no-repeat;
		margin-bottom: 10px;
	}
	
	#menu
	{
		float: left;
		width: 200px;
		margin-bottom: 5000px;
	}
	
	.element_menu
	{
		padding-top: 9px;
		margin-bottom: 20px;
	}
		
	.element_menu h3
	{
		color: black;
		text-align: left;
		line-height: 14px;
		text-decoration: underline;
		font-family: Arial;
	}
	
	.element_menu ul
	{
		list-style-image: url;
		padding: 0px;
		padding-left: 60px;
		margin: 0px;
		margin-bottom:5px;
		text-align: left;
		list-style-image: url("puces.gif");
	}

	.element_menu a
	{
		color: #626262;
	}
	
	.element_menu a:hover
	{
		background-color: #B3B3B3;
		color: black;
	}
	
	#corps
	{
		text-align: center;
		padding-top: 6px;
		margin-left: 200px;
		margin-bottom: 20px;
		color: #626262;
		background-repeat: repeat-x;
	}
	
	#corps h1
	{
		color: #303030;
		font-size: 40px;
		text-align: center;
		font-family: Times New Roman,Arial, Serif;
	}
	
	#corps h2
	{
		color: #474747;
		font-size: 25px;
	}
	
	#corps h4
	{
		color: #646464;
		font-size: 18px;
		font-weight: bold;
		font-style: italic;
		text-decoration: blink;
	}
	
	#corps h5
	{
		color: #474747;
		font-size: 22px;
		font-weight: bold;
		text-decoration: none;
	}
	
	p
	{
		color: #4c4c4c;
	}
	
	#pied_de_page
	{
		text-align: center;
	}
	
	.adresse
	{
		color: black;
		font-weight: bold;
	}
	
	.stock
	{
		color: #646464;
		text-align: center;
		text-decoration: underline;
		font-style: normal;
		font-size: 16px;
		font-family: Times New Roman, Serif;
	}
	
	.voiture
	{	
		color: black;
		font-size: 18px;
		font-weight: bold;
		font-family: Trebuchet MS, Serif, Times New Roman;
	}
	
	.attention
	{
		color: #303030;
		font-style: normal;
	}
	
	.horaires
	{
		color:#303030;
		font-style: normal;
	}

	a:visited
	{
		text-decoration: none;
	}
	
	a:hover
	{
		text-decoration: underline;
		color: black;
		
	}
	
	a
	{
		white-space: pre;
		text-decoration: none;
		color: #4c4c4c;
	}
	
	
