/*
FICHIER CSS
Créé le 18 Juillet 2009 à 23h22
Par Luigi_home
*/

span.souligner { text-decoration: underline; }

.pair
{
	background-color: white;
}

/*
	DIV DES SECTIONS
*/

div.cadre_rubrique
{
	border: 1px dotted #D8D8D8;
	width: 200px;
	float: left;
	text-align: center;
	margin: 3px;
	margin-bottom: 10px;
	padding: 5px;
	padding-bottom: 3px;
	background-color: white;
}

div.cadre_rubrique2
{
	height: 61px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding: 2px;
	border: 1px solid #808080;
}

	div.cadre_rubrique2 img
	{
		float: left;
		margin-right: 3px;
	}
	
	div.cadre_rubrique2 span.description, div.cadre_rubrique2 span.maj
	{
		color: #808080;
		font-size: 10px;
		padding-left: 10px;
	}
	
	div.cadre_rubrique2 span.maj
	{
		font-weight: bold;
	}
	
	div.cadre_rubrique2 span.lecture
	{
		font-size: 9px;
		color: #808080;
		padding-left: 10px;
	}

/*
	LES NEWS
*/

div.block_news
{
	margin-left: 20px;
	margin-right: 20px;
	border: 1px solid #D8D8D8;
	margin-bottom: 10px;
}

	div.block_news div.entete_news
	{
		background-color: #96AFB5;
		height: 38px;
		padding: 5px;
	}
	
		div.block_news div.entete_news img
		{
			float: left;
			margin-right: 3px;
		}
		
		div.block_news div.entete_news span
		{
			font-size: 10px;
			padding-left: 20px;
		}
	
	div.block_news div.corps_news
	{
		padding: 5px;
	}
	
/*
	GALERIE DE PHOTOS
*/

div.galeriephotos_cadrestats
{
	text-align: center;
	border: 0px double #D8D8D8;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 10px;
}

/*
	DISCOGAPHIE
*/

div.cadre_edition
{
	margin-left: 400px;
	/*float: right;
	width: 300px;
	margin-left: 30px;*/
	padding-bottom: 5px;
	border: 1px solid #808080;
	background-color: #D4E0E9;
}

	div.cadre_edition h4
	{
		text-align: center;
		background-color: #B5CACF;
		background-color: #45779F;
		color: white;
		margin: 0px;
		margin-bottom: 5px;
		border-bottom: 3px double #C2CDCF;
		padding-top: 3px;
		padding-bottom: 3px;
	}
	
	div.cadre_edition ul
	{
		list-style-type: none;
		margin: 0px;
		padding: 0px;
		padding-left: 20px;
	}

/*
	BIOGRAPHIE
*/

div.cadrephoto_floatright, div.cadrephoto_floatleft
{
	float: right;
	margin-left: 10px;
	background-color: #D1C3D8;
	padding: 5px;
	text-align: center;
	font-size: 10px;
	width: 130px;
	border: 1px solid #B200FF;
}

div.cadrephoto_floatleft { float: left; margin-left: 0px; margin-right: 10px; }

/*
	VIDÉOS
*/

div.cadre_cat_cat_video { margin-left: 0px; }

	div.cadre_cat_cat_video  div.cadre_categorie_video
	{
		background: url('../images/fond_catvideo.png') repeat-x;
		height: 36px;
		width: 250px;
		padding-left: 10px;
		margin: auto;
		margin-bottom: 5px;
		margin-left: 20px;
		border: 1px solid #808080;
		float: left;
	}

		div.cadre_cat_cat_video  div.cadre_categorie_video div.stats_cat
		{
			float: right;
			height: 36px;
			text-align: center;
			margin-right: 10px;
			padding-left: 10px;
			border-left: 1px dotted #808080;
			color: #505050;
		}
		
			div.cadre_cat_cat_video div.cadre_categorie_video div.stats_cat span { font-size: 18px; font-weight: bold; }
			div.cadre_cat_cat_video div.cadre_categorie_video div.stats_cat div { font-size: 10px; }
		
		div.cadre_cat_cat_video div.cadre_categorie_video div.infos_cat
		{
			padding-top: 3px;
		}
		
			div.cadre_cat_cat_video div.cadre_categorie_video div.infos_cat span { font-size: 9px; padding-left: 15px; }
