/*on met toutes les indications de style ici et on appelera ce fichier dans index*/	

	body { 
		margin:0px; 
		font-family:times; 
		padding:0px; 
		}
	a { 
		color:blue; 
		}
	#conteneur { 
		width:1000px; 
		margin:auto; 
		background-color:white; 
		}
	#entete { 
		margin:0px;
		padding:0px; 
		height:280px; 
		}
	#entete table { 
		width:100%; 
		border-collapse; 
		}
	#photo { 
		width:150px; 
		text-align:left; 
		}
	#titre { 
		text-align:center; 
		font-size:20px;
		}
	#coordonnees { 
		width:350px; 
		text-align:center; 
		
	}
	
	#coordonnees li{ 
		list-style:none;
	}
	
	#menu { 

		}
	#menu ul { 
		margin:0px; 
		padding:0px; 
		text-align:right; 
		}
	#menu ul li { 
		display:inline; 
		color:white; 
		background-color:E14949; 
		padding:0px; 
		height:50px;
		}
	#menu ul li a { 
		text-decoration:none; 
		color:white; 
		padding-left:5px; 
		padding-right:5px; 
		background-color:#E14949;
		}
	#menu ul li:hover { 
		background-color:#C11414; 
		color:white; 
			}
	#menu ul li a:hover {
		background-color:#C11414; 	
		color:white; 
			} 



