/*_____________________________________________________________
//
// P A R T I E     D O C U M E N T A T I O N    D U    S I T E
//_____________________________________________________________*/
/*----------------
PARTIE GAUCHE
----------------*/
#gauche-central-doc
	{
		width 					: 196px;
		padding					: 0;
		margin					: 0;
		float					: left;
		background-color		: #663399;
}	
/********************************************

	-> DEBUT DU MENU DEROULANT DOC

********************************************/
#gauche-central-doc 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 #663399;
	list-style-type			: none;
	list-style-position		: inside;
	background				: url(../images/doc-fond-menu.gif) right top no-repeat #663399;
}

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

 >>> S O U S     M E N U S
 
- - - - - - - - - - - - - - - - - */
/*+ + + + + + + + + 
ooo LISTE SOUS-MENU
+ + + + + + + + + */
#gauche-central-doc 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				: 230px;
	}
html #gauche-central-doc ul li ul li {
		background-image	: none;
		margin				: 0;
		z-index				: 200;
	}
/*+ + + + + + + + + 
ooo LIENS SOUS-MENUS
+ + + + + + + + + */
#gauche-central-doc li ul li a
{
	width					: 100%;
	padding					: 2px 0;
	font					: bold 12px "Verdana";
	color					: #9966CC;
	text-decoration			: none;
}
#gauche-central-doc li ul li a:hover
{
	color					: #663399;
}

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

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

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

	-> FIN MENU DEROULANT

********************************************/
/*----------------
PARTIE DROITE
----------------*/
#droite-central-doc
	{
		width 					: 629px;
		float					: right;
	}
#droite-central-doc h1
	{
		font				: bold italic 14px "Verdana";
		margin				: 5px 0 10px 20px;
		color				: #663399;
		width				: 90%;
		padding:0 0 20px 0;
		background			: url(../images/doc-bg-titre.png) repeat-x center left;
	}
#droite-central-doc #sous-menu
	{
		list-style-type		: none;
		font				: bold 11px "Verdana";
		color				: #663399;
		margin				: 0 0 5px 40px;
		padding				: 0 0 0 0;
	}
#droite-central-doc #sous-menu li a
	{
		color				: #663399;
		text-decoration		: none
	}
/*_____________________________________________________________________________

 - - > > M O T E U R    D E     R E C H E R C H E
____________________________________________________________________________*/

.h1-doc a
	{
		text-decoration		: none;
		font				: bold italic 14px "Verdana";
		margin				: 5px  0 10px 5px;
		color				: #663399;
		background-image	: none;
		background-repeat:no-repeat;
	}
.h1-doc
	{
		background			: url(../images/doc-bg-titre.png) repeat-x center left;
	}
.list-doc a
	{
		text-decoration		: none;
		color				: #663399;
	}
