@CHARSET "UTF-8";

* { 
	margin: 0; 
	padding: 0; 
	} 

html { 
	font-size: 100%; 
	height: 100%; 
	margin-bottom: 1px; 
	background-color: #E4EDF0; 
	}
 
body { 
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif; 
	color: #536482; 
	background: #E4EDF0; 
	font-size: 62.5%; 
	margin: 0; 
	} 

a:link, a:active, a:visited { 
	color: #006699; 
	text-decoration: none; 
	} 

a:hover { 
	color: #DD6900; 
	text-decoration: underline; 
	}

#wrap { 
	padding: 0 20px 15px 20px; 
	min-width: 615px; 
	}
 
#page-header { 
	text-align: right; 
	height: 40px; 
	}
	 
#page-footer { 
	clear: both; 
	font-size: 1em; 
	text-align: center; 
	}
	
.panel { 
	margin: 4px 0; 
	background-color: #FFFFFF; 
	border: solid 1px  #A9B8C2; 
	}
	
#errorpage #page-header a { 
	font-weight: bold; 
	line-height: 6em; 
	}
	 
#errorpage #content { 
	padding: 10px; 
	}
	 
#errorpage #content h1 { 
	line-height: 1.2em; 
	margin-bottom: 0; 
	color: #DF075C; 
	}
	
#errorpage #content div { 
	margin-top: 20px; 
	margin-bottom: 5px; 
	border-bottom: 1px solid #CCCCCC; 
	padding-bottom: 5px; 
	color: #333333; 
	font: bold 1.2em "Lucida Grande", Arial, Helvetica, sans-serif; 
	text-decoration: none; 
	line-height: 120%; 
	text-align: left; 
	}
	
span.titre {
	color: #006699;
}