/*@charset "UTF-8";
/* CSS Document */

html {
	font-size: 100%; /* Évite un bug d'IE 6-7. (1) */
	color: #666;
}

p { 
	margin-bottom: 5px;
	margin-top: 5px;
}

h1 {
	font-size:18px;
	color: #333;
	margin-bottom: 5px;
	margin-top: 5px;
	font-weight: normal;
}

h2 {font-size:15px;
	color: #333;
	margin-bottom: 5px;
	margin-top: 5px;
	font-weight: normal;
}
/*NEWS SOUS TITRE*/
h3 {font-size:24px;
	color: #666666;
	margin-bottom: 20px;
	margin-top: 5px;
	font-weight: normal;
}
/*PERFORMER NOM*/
h4 {font-size:14px;
	color: #CCC;
	margin-bottom: 5px;
	margin-top: 5px;
	font-weight: normal;
}
/*TEXTE SOUS TITRE*/
h5 {
	font-size:12px;
	margin-bottom: 5px;
	margin-top: 5px;
}
/*LEAD*/
h6 {
	font-size:18px;
	margin-bottom: 5px;
	margin-top: 5px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #FFF;
	font-weight: lighter;
	font-style: italic;
	line-height: 24px;
}

a:link {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	color: #F60;
	text-decoration: none;
}
a:active {
	color: #F60;
	text-decoration: none;
}
.credits_gauche {
	font: 9px Verdana, Geneva, sans-serif;
	color: #666;
	float: left;
}
.credits_droite {
	font: 9px Verdana, Geneva, sans-serif;
	color: #666;
	float: right;
}
.vignette {
	font: 10px Verdana, Geneva, sans-serif;
	color: #669;
	margin-top: 2px;
}
.current_page {
	color: #CC0000;
	font-weight: normal;
}
/*FLASH NEWS*/
.flash_titre {
	font: 18px Verdana, Geneva, sans-serif;
	color: #669;
	margin-top: 2px;
}
.flash_sous_titre {
	font: 16px Verdana, Geneva, sans-serif;
	color: #000;
	margin-top: 2px;
}
.flash_texte {
	font: 14px Verdana, Geneva, sans-serif;
	color: #666;
}
.flash_texte a:link {
	color: #CC0000;
	text-decoration: none;
}
.flash_texte a:visited {
	color: #CC0000;
	text-decoration: none;
}
.flash_texte a:hover {
	color: #F60;
	text-decoration: none;
}
.flash_texte a:active {
	color: #F60;
	text-decoration: none;
}
