/*_____________________________________________________________
//
// P A R T I E     A C T U A L I T É S    D U    S I T E
//_____________________________________________________________
// 
// MENU (PARTIE CENTRALE GAUCHE)
//-----------------------------------*/
a
{
	text-decoration:none;
}
a:hover
{
text-decoration:underline;
}

#gauche-central-actu
	{
		width 					: 196px;
		padding					: 0;
		margin					: 0;
		float					: left;
		background-color		: #CC33FF;
		
	}
/********************************************

	-> DEBUT DU MENU DEROULANT DOC

********************************************/
#gauche-central-actu ul
{
	margin					: 0;
	padding					: 0;
	list-style				: none;
	border-bottom			: 1px solid #ccc;
	padding					: 30px 0 0 0;
	margin					: 0 0 0 0;
	width 					: 193px;
	border					: 1px solid #CC33FF;
	list-style-type			: none;
	list-style-position		: inside;
	background				: url(../images/actu-fond-menu.gif) right top no-repeat #CC33FF;
}

#gauche-central-actu ul li
{
	padding			: 0 0 0 15px;
	background		: url(../images/actu-puce.png) 5px 7px no-repeat;
	position		: relative;
	
}
/* Styles for Menu Items */
#gauche-central-actu ul li a
{
	display: block;
	text-decoration: none;
	font					: bold 12px "Verdana";
	color					: #FFFFFF;
	/*background				: #fff;  IE6 Bug */
	padding					: 5px;
	border-bottom			: 0;
	width:90%;
}
#gauche-central-actu ul li a:hover
{
	color:#FFFFCC;
}
/* - - - - - - - - - - - - - - - - 

 >>> S O U S     M E N U S
 
- - - - - - - - - - - - - - - - - */
/*+ + + + + + + + + 
ooo LISTE SOUS-MENU
+ + + + + + + + + */
#gauche-central-actu li ul
	{
		position			: absolute;
		/*
		ooo Postion du ss menu
		*/
		left				: 150px; 
		/*------------------------*/
		top					: 0;
		display				: none;
		background-image	: none;
		background-color	: #FFFFFF;
		z-index				: 100;
		margin				: 0;
		padding				: 10px 5px;
		width				: 260px;
	}
html #gauche-central-actu ul li ul li {
		background-image	: none;
		margin				: 0;
		padding:0;
		z-index				: 200;
	}
/*+ + + + + + + + + 
ooo LIENS SOUS-MENUS
+ + + + + + + + + */
#gauche-central-actu li ul li a
{
	width					: 100%;
	padding					: 2px 0;
	font					: bold 12px "Verdana";
	color:#990099;
	text-decoration			: none;
}
#gauche-central-actu li ul li a:hover
{
	color:#CC33FF;
}

/* - - - - - - - - - - - - - - - - 

 >>> H A C K    P O U R   I . E . 
 
- - - - - - - - - - - - - - - - - */
/* Fix IE. Hide from IE Mac \*/
* html #gauche-central-actu ul li
{
		float			: left;
		height			: 1%;
		background		: url(../images/actu-puce.png) 5px 7px no-repeat;
		position		: relative;
}
* html #gauche-central-actu ul li a
{
	height	: 1%;
	color	: #FFFFFF;
}
/*     F I N     D U    H A C K     */

/* The magic */
#gauche-central-actu li:hover ul,
#gauche-central-actu li.over ul { display: block; } 
/*on remet la bonne couleur pour IE*/
#gauche-central-actu li ul li a
{ 
	color:#990099;
}
/********************************************

	-> FIN MENU DEROULANT

********************************************/
/*----------------
PARTIE DROITE
----------------*/
#droite-central-actu,
#droite-central,
droite-central-actu-recherche
	{
		width 					: 629px;
		float					: right;
		/*background-color:#FFFFCC;*/
	}
#droite-central-actu h1
	{
		font				: bold italic 14px "Verdana";
		margin				: 5px 0 10px 20px;
		color				: #CC33FF;
		width				: 90%;
		padding:0 0 5px 0;
		background			: url(../images/actu-bg-titre.png) repeat-x center left;
	}
.titre
	{
		width				: 90%;
	}
h1.actu
{
background			: url(../images/actu-bg-titre.png) repeat-x bottom left;
}
h1.agence
{
background			: url(../images/agence-bg-titre.png) repeat-x bottom left;
}
h1.acteur
{
background			: url(../images/acteur-bg-titre.png) repeat-x bottom left;
}
h1.doc
{
background			: url(../images/doc-bg-titre.png) repeat-x bottom left;
}
/*
GESTION DE LA COULEUR DES TITRES	
*/




/*
COULEUR DES LISTES
*/
#droite-central-actu #sous-menu,
.liste-actu
	{
		list-style-type		: none;
		font				: bold 11px "Verdana";
		color				: #CC33FF;
		margin				: 0 0 5px 40px;
		padding				: 0 0 0 0;
	}
	
.liste-actu a
{
	color:#990099;
}

.actu,
.actu a
{
	color				: #CC33FF;
}
/* + + + + + + + + + + + + + + +

 A G E N C E

 + + + + + + + + + + + + + + + */
.liste-agence
{
		list-style-type		: none;
		font				: bold 11px "Verdana";
		color:#FF9900;
		margin				: 0 0 5px 40px;
		padding				: 0 0 0 0;
	}
	
.liste-agence a
{
	color:#FF6600;
}

.agence,
.agence a
{
	color:#FF6600;
}
/* + + + + + + + + + + + + + + +

 A C T E U R S

 + + + + + + + + + + + + + + + */
.liste-acteur
{
		list-style-type		: none;
		font				: bold 11px "Verdana";
		color:#CC0000;
		margin				: 0 0 5px 40px;
		padding				: 0 0 0 0;
	}
.liste-acteur a
{
	color:#FF3333;
}

.acteur,
.acteur a
{
	color:#FF0033;
}
/* + + + + + + + + + + + + + + +

 D O C U M E N T S

 + + + + + + + + + + + + + + + */
.liste-doc
{
		list-style-type		: none;
		font				: bold 11px "Verdana";
		color:#990066;
		margin				: 0 0 5px 40px;
		padding				: 0 0 0 0;
	}
.liste-doc a
{
	color:#993366;
}
.doc,
.doc a
{
	color:#CC3399;
}
/* + + + + + + + + + + + + + + +


 + + + + + + + + + + + + + + + */

#droite-central #sous-menu li a
	{
		color				: #CC33FF;
		text-decoration:none
	}
#droite-central-actu #sous-menu li a
	{
		color				: #CC33FF;
		text-decoration:none
	}
