/* ================================================
	 feuille de style  //  fyve.net - © aout 2009   
   ================================================ */

/* html */
html {
	font-size: 100%;
	height: 100%;
}


/* body */
body {
	height: 100%;
	margin: 0;
	padding: 10px 20px;
	font-family: Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif; 
	font-size: .8em;
	line-height: 1.25;
	color: #efeffb;
	background: #535c6d;
}


/* global */
#global {
	background: #000000;
	width: 750px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto; 
}


/* en tete */
#entete {
	padding: 15px 20px 10px 20px;
	text-align: center;
}
#entete h1 {
	margin: 0;
}
#entete h1 img {
	float: left;
	margin: 7px 20px 10px 0;
}


/* sous-titre */
#sstitre {
	text-align: center;
	font-size: .8em;
	font-weight: italic;
}


/* liens */
a {
	color: #efeffb;
	text-decoration: none;
}
a:hover, a:focus {
	color: #efeffb;
	text-decoration: underline;
}
a img {
	border: none; 
}


/* navigation */
#navigation {
	background: #314876;
	padding: 9px 25px;
	text-align: center;
}
#navigation ul {
	margin: 0;
	list-style: none;
}
#navigation li {
	display: inline;
}
#navigation a {
	padding: 7px;
	line-height: 1.5;
	font-size: 0.9em;
	text-decoration: none;
}
#navigation a:hover, #navigation a:focus {
	background: #000000;
}


/* pied de page */
#pied {
	padding: 12px 20px;
	font-size: .8em;
	text-align:center;
}
#pied p {
	margin: .5em 0;
}


/* attributs de texte */
h1 {
	margin: 1em 0 .5em 0;
	font-family: Verdana, serif;
	font-size: 3em;
	font-weight: bold;
}
