/*-------------------------------------------------
GLOBAL PAGE LAYOUT ELEMENTS
-------------------------------------------------*/

body {
	text-align: center;
	font-family: "Lucida Grande", Verdana, sans-serif;
	color: #363229;
	font-size: 9px;
	line-height: 1.5px;
	}
	
a:link, a:visited {
	color: #999999;
	text-decoration: none;
	}

a:hover, a:visited:hover {
	color: #000;
	text-decoration: underline;
	}

a.inactive:link, a.inactive:visited {
	color: #CCCCCC;
	}

/* Compteur photos */
#Counter {
	color: #333333;/*77746b*/
	font-size: 9px;
	line-height: 1.5em;
}

/* Divers */	
img { border: none; }
p {
	font-size: 9px;
	margin:1.0em 0;
	padding: 0.5em 0;
	line-height: 1.5em;
} 
#header_nav {
	font-size: 9px;
	margin:0em 0;
	padding: 0em 0;
	line-height: 1.5em;
	color: #000000;

}
#picture_frame {
	margin:0em 0;padding: 1em 0; 
}


#header_nav a:link, #header_nav a:visited {
	color: #333333;
	text-decoration: none;
	}

#header_nav a:hover, #header_nav a:visited:hover {
	color: #444;
	text-decoration: underline;
	}

#header_nav a.inactive:link, #header_nav a.inactive:visited {
	color: #666666;
}


#footer_nav { 
	color:#FFF; 
	background:#111;
	font-size: 80%;
	margin:0em 0;
	padding: .6em 0;  
}

#footer_nav a:link, #footer_nav a:visited {
	color: #DDD;
	text-decoration: none;
	}

#footer_nav a:hover, #footer_nav a:visited:hover {
	color: #999;
	text-decoration: underline;
	}

#footer_nav a.inactive:link, #footer_nav a.inactive:visited {
	color: #CECEB5;
}
.header {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 150%;
	color: #333333;
	line-height: 1em;
	padding-top: 2em;
}
