		a
		{
			text-decoration: none;
		}
				
		a:visited
		{
			color:blue;
		}
		
		a:hover
		{
			text-decoration: overline underline ;
		}	
				
		.important
		{
			color:red;
			text-align:center;
		}
		
		body
		{
		width:800px;
		margin:auto;
		margin-top:10px; <!-- Pour décoller tout le design du haut. -->
		margin-bottom:10px;
		background: #C7CBDB;
		font-family: verdana, arial, sans-serif;
		font-size:12px;
		}
	
		#header
		{
			width:800px;
			height:125px;
			background-image: url("images/header.jpg");
			background-repeat:no-repeat;
			margin-bottom:10px;<!--Espace entre le bas du header et les menu etc... -->
		}
		
		#menu 
		{
		float: left; 
		width: 7em;
		}
		
		#corps
		{
			color:black;			
			margin-left:121px;
			margin-bottom:20px;
			padding:5px;
			background-color : #E2DAC0;
			border: 1px solid black;
		}
		
		#titrenews
		{
			color:black;
			width:450px;
			margin-top:10px;
			padding:2px;
			background-color:#7A98CD;
			border: 1px solid black ;
		}
			
		#article
		{
			color:black;
			width:500px;			
			margin-bottom:25px;
			padding:5px;
			background-color:#C7CBDB;
			border: 1px solid gray;
			text-align:justify;
		}
		
		.date
		{
			text-align:right;		
		}
		
		#entete
		{
			text-align:justify;
			width:650px;
			margin:auto;
			border:1px solid black;
			background-color:#7A98CD;
			margin-bottom:15px;
			padding:2px;
		}
		
		#dernierenews
		{
			Width:300px;
			margin-top:5px;
			margin-bottom:5px;
			border-top:1px dashed gray;
			border-bottom:1px dashed gray;
		}
		
		#footer
		{
			padding: 1px;
			text-align: center;
			background-color: #7A98CD;
			border: 1px solid black;
		}
		#titreaction
		{
			background-color:#7A98CD;
			border: 1px dotted black ;
		}
		#tableau_action
		{
			background-color:#7A98CD;
			border: 1px solid black ;
			width:600px;
		}
		td
		{
			text-align:center;
			border:1px solid black;
		}
		h1 
		{
			color: gray; 
			border-bottom: 1px dotted black; 
			border-top: 1px dotted black;
			border-left:1px dashed black;
			margin-top:0;
			margin-bottom: 0;
		}
		#table_popup
		{
			width:500px;
		}