/****** Code couleur site *********/
/* 	rouge rob 		= 	#ca3423 #d23d27
		bleu lirmm 		=		#10a6c1 
		orange lirmm 	=		#ed920e
		bleu clair 		= 	#10a6c1 #a6caf0
		
		bleu foncé 		= 	#006699
		jaune 				=		#fcdc41
		gris foncé		=		#5f6a72
		gris clair		=		#999999
		blanc 				=		#ffffff 
		
*/

/*****************************************************************************/
/*****************************************************************************/
/**** 												menu gauche 																****/
/*****************************************************************************/
/*****************************************************************************/

div.module_menu div
{
	background: url(../images/menu_milieu.png) 0 100% repeat-y;
}

div.module_menu div div 
{
	background: url(../images/menu_bas.png) 0 100% no-repeat;	
}

div.module_menu div div div 
{
	background: url(../images/menu_haut.png) 0 0 no-repeat;
}

div.module_menu div div div 
{
	padding:10px 10px 15px;
	width:auto;
}

div.module_menu div div div div 
{
	background:transparent none repeat scroll 0 0;
	padding:0;
}
	
.module_menu, .moduletable
{
	color: #006699;
	background-color : #ffffff;
	margin-top : 20px;
}

.module_menu h3 
{
	text-align : left;
	margin-left : 10px;
	font-size : 12px; /*fonte titre menu*/
}

.module_menu ul 
{
	margin:10px 10px;
	padding-left: 10px;
	font-size: 12px;
	list-style-type: square;
	text-align : left;
}

.module_menu a:link, .moduletable a:link
{
	color:#006699;
	text-decoration : none;
}

.module_menu a:visited, .moduletable a:visited
{
	color:#006699;
	text-decoration : none;
}

#mod_search_searchword 
{
	padding-left:3px;
}

.inputbox_menu
{
	margin-left : 10px;
}

.button_menu
{
	margin : 20px;
}

/* fin menu gauche */

/*****************************************************************************/
/*****************************************************************************/
/**** 												menu droit	 																****/
/*****************************************************************************/
/*****************************************************************************/

div.module_menu_r div
{
	background: url(../images/menu_milieu_r.png) 100% 100% repeat-y;
}

div.module_menu_r div div 
{
	background: url(../images/menu_bas_r.png) 100% 100% no-repeat;	
}

div.module_menu_r div div div 
{
	background: url(../images/menu_haut_r.png) 100% 0 no-repeat;
}

div.module_menu_r div div div 
{
	padding:10px 10px 15px;
	width:auto;
}

div.module_menu_r div div div div 
{
	background:transparent none repeat scroll 0 0;
	padding:0;
}
	
.module_menu_r, .moduletable
{
	color: #006699;
	background-color : #ffffff;
	margin-top : 20px;
}

.module_menu_r h3 
{
	text-align : left;
	margin-left : 10px;
	font-size : 12px; /*fonte titre menu*/
}

.module_menu_r ul 
{
	margin:10px 10px;
	padding-left: 20px;
	font-size: 12px;
	list-style-type: square;
	text-align : left;
}

.module_menu_r a:link, .moduletable a:link
{
	color:#006699;
	text-decoration : none;
}

.module_menu_r a:visited, .moduletable a:visited 
{
	color:#006699;
	text-decoration : none;
}
/* fin menu droit */

