/* LIFO / Université d'Orléans */
BODY    
	{
	font-family	:	 Arial, Times New Roman, Helvetica; 
	margin-top:     0px;
	margin-left:    0px;
	margin-right:   0px;
	margin-bottom:  0px;
	padding-top:    0;
	padding-left:   0;
	padding-right:  0;
	padding-bottom: 0;
	border-top:     0;
	border-left:    0;
	border-bottom:  0;
	border-right:   0;
	width:  auto;
	background	:	white;
}
	
A:link, A:active
	{
	text-decoration	:	underline;
	color		:	blue;
	background	:	transparent;
	}
A:visited 
	{
   	text-decoration	:	underline; 
   	color		:	#0066FF; 
  	background	:	transparent; 
	}		
A:hover 
	{ 
   	text-decoration	:	none; 
	color		:	blue;
	background	:	transparent;
	}

A.navigation:link, A.navigation:active
	{
	text-decoration	:	none;
	color		:	navy;
	background	:	transparent;
	}
A.navigation:visited 
	{
   	text-decoration	:	none; 
   	color		:	navy; 
  	background	:	transparent; 
	}		
A.navigation:hover 
	{ 
   	text-decoration	:	none; 
   	font-weight: bolder;
	color		:	navy;
	background	:	#transparent;
	}
A.parcours:link, A.parcours:active
	{
	text-decoration	:	none;
	color		:	white;
	background	:	transparent;
	}
A.parcours:visited 
	{
	text-decoration	:	none;
   	color		:	white; 
  	background	:	transparent; 
	}		
A.parcours:hover 
	{ 
   	text-decoration	:	none; 
	color		:	gold;
	background	:	transparent;
	}
A.actu:link, A.actu:active
	{
	text-decoration	:	none;
	color		:	maroon;
	background	:	transparent;
	}
A.actu:visited 
	{
   	text-decoration	:	none; 
   	color		:	maroon; 
  	background	:	transparent; 
	}		
A.actu:hover 
	{ 
   	text-decoration	:	none; 
	color		:	maroon;
	background	:	blanchedalmond;
	}	
A.plus:link, A.plus:active
	{
	text-decoration	:	underline;
	color		:	red;
	background	:	transparent;
	}
A.plus:visited 
	{
	text-decoration	:	underline;
   	color		:	red; 
  	background	:	transparent; 
	}		
A.plus:hover 
	{ 
   	text-decoration	:	none; 
	color		:	red;
	background	:	transparent;
	
	}
A.titre:link, A.titre:active
	{
	text-decoration	:	none;
	color		:	cornflowerblue;
	background	:	transparent;
	font-size: larger;
			font-weight: bolder;
	}
A.titre:visited 
	{
	text-decoration	:	none;
   	color		:	cornflowerblue; 
  	background	:	transparent; 
	font-size: larger;
			font-weight: bolder;
		}		
A.titre:hover 
	{ 
   	text-decoration	:	underline; 
	color		:	cornflowerblue;
	background	:	transparent;
		font-size: larger;
		font-weight: bolder;
	}

H1, H2, H3, H4, H5
{
color : steelblue;
}

ul.square{list-style-type:square;}

ul.none{
margin: 0;
padding: 0;
list-style-type: none;
}

P, UL, TD, TABLE, TR, OL
	{
	font-family	:	 Arial, Times New Roman, Helvetica; 
	color: black;
	}
	
dl, dt, dd  {
margin: 0;
padding: 0;
list-style-type: none;
}



#menu {
position: static; /* placement du menu, à modifier selon vos besoins */
top: 0;
left: 0;
}
#menu {
width: 15em;
}
#menu dt {
cursor: pointer;
margin: 1px 0px 1px 5px;
height: 15px;
line-height: 15px;
text-align: left;
color: darkblue;
border-bottom: 1px solid blue;
background: white;
}

#menu dd {
border: 0px solid gray;
}

#menu li {
text-align: left;
background: #fff;
margin: 1px 0px 1px 10px;
border-bottom: 1px solid darkorange;
}
#menu li a{
color: darkorange;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}
#menu dt a {
color: darkblue;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}
#menu li a:hover, #menu dt a:hover, #menu dt:hover {
background: #eee;
}

h3.orange{
color: #FF6600;
}