body {
	// behavior: url(csshover.htc);
	background: #e3dabe; /*  2b2b2b; */
	margin: 5px 5px 0px 5px;
	color: #333333;
    letter-spacing: 0.5px;
	font: 0.85em LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	padding: 0;
}

#header {
//	height : 50px;	
	border : solid 1px;
}

#page_container{
	background: #fff;
//	height : 100%;
}
#container {
	position: relative;
	margin-left : 2 px;
}

#content {
	margin-left : 212px;
	border-left : solid 0.1em black;
	padding : 10px;

}

#sidebar{
	width : 211px;
//	border : #000 0.1em solid;
	float : left;
}

#sidebar_bas{
	text-align : center;
	font-family : Times New Roman;
}

#splitter {
	width : 210px;
	height: 90px
}

#contact{
	border-top : 1px solid;
	border-bottom : 1px solid;
	font-style : italic;
	padding : 5px 0 5px 0;
}

#adresse{
	font-size : 1em ;
	}
	
#horaire{
	font-size : 0.75em;
	}
	
div#plan{
	border-top : 1px solid;
	padding : 5px 0 5px 0;
	margin : 8px 0 8px 0;;	
	}
		
div#plan a{
	color:#000000;
	font-size : 1.8em;
	}	

div#plan a:hover {color: red;}
/**************************************
           GESTION DES PAGES 
****************************************/


div#titre h1{
		font-size : 2.2em;
	   #A8140E;
	}

#soustitre{
		font-size : 1.2em;
	color : #000	;
	font-style : italic;

}

.detail{
	margin : 18px 0 18px 0;
	padding-left : 20px;
	font-size : 0.9em;
	}
	

.detail ul li {
	}	

.titredetail{
	font-size : 1.4em;
	color : #00009A	;
	font-weight: bold;
	}

img {
	margin : 5px;
	}
	
/*  GESTION DES MENUS  */
	
div#menu {
	width: 150px;
}

/* fond blanc pour le menu */ 
div#menu a {color:#000000}
div#menu ul {padding: 0; width: 210px; border:1px solid; margin:0px; background: white}

/* fond different au survol de la souris pour les sous menu et les "basiques"*/ 
div#menu li:hover, li:active {background: #EDD}
div#menu li.sousmenu:hover {background: #EBB;}

/* Rajout d'une petite fleche pour les sous menu */ 
div#menu li.sousmenu {background: url(fleche.gif) 95% 50% no-repeat;}

div#menu ul li {position:relative; list-style: none; border-bottom:1px solid;}
div#menu ul ul {position: absolute; top: -1px; left: 210px; display:none;}

/* on rajoute une bordure a gauche et des padding, on doit donc réajuster la taille 250-(8 de bordure + 8 de padding) =84 */ 
div#menu li a {text-decoration: none; padding: 4px 0 4px 8px; display:block; border-left: 8px solid #BBB; width:194px}
div#menu ul.niveau1 li.sousmenu:hover ul.niveau2, 
div#menu ul.niveau2 li.sousmenu:hover ul.niveau3 {display:block;}

/* la bordure de chaque hauteur a une couleure de survol*/ 
div#menu li a:hover {border-left-color: red;}
div#menu ul ul li a:hover {border-left-color: #00FF00;}
div#menu ul ul ul li a:hover {border-left-color: #0000FF;}


