/***************************************************
	REDEFINITION DE BALISES
***************************************************/
a {
	border-bottom: 1px dotted #ff7200;
	color: #0f76b7;
}

a:hover {
	color: #ff7200;
}

	/***********************************************
		1. Header
	***********************************************/

	div#header {
		background-image: url(images/header.png);
	}
	
		/* 1.1. Logo */
	
			div#logo img {
				margin: 34px 0 0 16px;	
			}

		/*******************************************
			2.1. Contenu
		*******************************************/

			/* Blocs de titre */
			
			div#lastnews h1.bloctitle { background: url(images/title_last_news.png); }
			div#story h1.bloctitle { background: url(images/title_story.png); }
			
			/* Bloc de titre MxLarge Stories */
			
			div#storiestitle { background: url(images/title_stories.png); }
					
					div.boutons span { color: #ffc600; }
					
					div.boutons ul a {
						background: #154d71;
						border: 1px solid #99ccff;
					}
					
					div.boutons ul a:hover { color: #0f76b7; }
					
					div.boutons ul li.on {
						color: #0f76b7;
						border: 1px solid #99ccff;
					}
					
			/* Liste des news */
			
				div.news h2 { color: #0f76b7; }
				div.news h2 a, div.news h2 a:hover { color: #0f76b7; }
				p.date { color: #ff7200; }
				p.date span { color: #FF0000; }
				div#stories div.on { background: #fff2c5; }
							
		/*******************************************
			2.2. Droite - Pubs
		*******************************************/
			
			/* Formulaire de recherche */
			
			div#search { background: url(images/title_search.png); }
			
				input#q { 
					color: #85cbf7;
					background: #154d71;
				}
				
				input#submit {
					background: #154d71 url(images/search.png) no-repeat left top;
				}
				
	/***********************************************
		3. Footer
	***********************************************/
	
	div#footer { background: url(images/footer.png) no-repeat center top; }
	
		div#footer a:hover {
			color: #efbe2c;
			border-bottom: 1px dotted #efbe2c;
		}
		
	/***********************************************
		PAGE NEWS
	***********************************************/
		
				div.gauche a.back:hover {
					color: #ff7200;
				}