﻿/****************************************************************
	Menu Général
*****************************************************************/

.cat_1
{
	background-color:#95b7eb;
	font-weight: bold;
	display: block;
	padding-left: 7px;
}


.cat_2
{
	background-color:#b2ea90;
	font-weight: bold;
	display: block;
	padding-left: 7px;
}


.cat_3
{
	background-color:#e8ea90;
	font-weight: bold;
	display: block;
	padding-left: 7px;
}


.cat_4
{
	background-color:#ecb49a;
	font-weight: bold;
	display: block;
	padding-left: 7px;
}


.cat_5
{
	background-color:#e3b0f0;
	font-weight: bold;
	display: block;
	padding-left: 7px;
}


.cat_6
{
	background-color:#d3d3d3;
	font-weight: bold;
	display: block;
	padding-left: 7px;
}

.cat_7
{
	background-color:#ffffff;
	font-weight: bold;
	display: block;
	padding-left: 7px;
}

.sous_cat
{
	padding-left: 20px;
}

.page
{
	text-align : center;
}

.spam
{
	margin-left : 3%;
}


/****************************************************************
	Menu auteur
*****************************************************************/
#bloc_auteur ul.menu_image
{
	margin-left : 3px;
	list-style-type : none;
}

#bloc_auteur ul.menu_image li 
{
	float : left;
	margin-right : 15px;
	line-height : 35px;
}

#bloc_auteur ul.menu_image li:hover 
{
	float : left;
	margin-right : 15px;
	line-height : 35px;
	background-position : left center;
	background-repeat : repeat-x;
}

#bloc_auteur ul.menu_image li a, h_navigation ul.menu_image li a:visited, h_navigation ul.menu_image li a:active 
{
	display : block;
}

#bloc_auteur ul.menu_image li a:hover
{
	text-decoration : underline;
}

/****************************************************************
	Menu Information auteur / news
*****************************************************************/

#bloc_auteur ul 
{
	list-style-type : none;
	margin : 7px 5px 7px 5px;
	color : #006ec3;
}

#bloc_option ul 
{
	height: 100%;
	line-height: 20px;
	text-align: center;
	display: block;
}

#bloc_option li 
{
	text-align: center;
}
#bloc_option li a
{
	display: block;
	height: 100%;
}


/****************************************************************
	Menu Mentions
*****************************************************************/

#footer ul 
{
	list-style-type : none;
}

#footer ul li 
{
	float : left;
	line-height : 20px;
}

#footer ul li  a
{
	float : left;
	line-height : 20px;
}

#footer ul li:hover 
{
	float : left;
	line-height : 20px;
}

#footer ul li a, h_navigation ul li a:visited, h_navigation ul li a:active 
{
	display : block;
	height : 10px;	
	text-align : left;
	text-decoration : none;
	font-weight : none;
}

