/* 
	DEFAULT STYLESHEET
	All pages inherrit from this stylesheet, so anything reusable, 
	site-wide or generic goes here.
*/


/* ---------------------------------------- */
/* ------------ Menu principal -------------*/
/* ---------------------------------------- */

.clear {
	clear:both;
	height:0;
	margin:0;
	font-size: 1px;
	line-height: 0;
	background-color: Transparent;
}

#menu
{
    width:760px;
    height:24px;
}

#menu ul
{
	list-style:none;
	/*list-style-position:inside;*/
	margin:0;
	padding:0;
	height:24px;
	min-height:24px;
}

#menu ul li
{
	float:left;		
	margin:0;
	padding:0;
	height:24px;
	min-height:24px;
}

#menu a
{
	display: block ;
	float:left;	
	color:#fff;
	text-decoration:none;
}

/* Commented Backslash Hack
hides rule from IE5-Mac \*/
#menu a {float:none;}
/* End IE5-Mac hack */

#menu a:hover
{
	color:#fff;
	font-weight:bold;	
}

/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------- Sous-menu ------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
#sousmenu 
{
    font-family:Arial, Helvetica, sans-serif;
    text-align: left;
	display: block;
    left: 0;
    top: 0;
	z-index: 100;
	font-size: .9em;	
}

#sousmenu div 
{
	display:none;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 200;
	cursor: pointer;	
}

#sousmenu div div 
{
	position: relative;
	display: block;
	width: 100%;
	white-space: nowrap;
	background: none;
	border-top:1px solid #003a63;
	border-right:1px solid #003a63;
	border-left:1px solid #003a63;
	width:160px;
}

#sousmenu div div.first {border-top:1px solid #003a63;}
#sousmenu div div.last {border-bottom:1px solid #003a63;}

#sousmenu a 
{
	display: block;
	height: 1%;
	padding: 3px 10px 3px 15px;
	color: #003a63;
	text-decoration: none;
	background: #e3e3e4;
}

#sousmenu a:hover 
{
    background:#c8e2f1;
}

#sousmenu #mLogicielSMenu div
{width:200px;}

#sousmenu #mEntrepriseSMenu div
{width:150px;}