/* Supprime tous les margins et padding par defaut */
* { margin: 0; padding: 0; }

body {
	font: 75.5%/1.2em "Helvetica Neue", Arial, Helvetica, "Trebuchet MS", sans-serif;
	color: #333;
	text-align: center;
   background-color: white;
}

ti {
	 font-size: 0.7em;
}

titi {
	font-size: 0.5em;
}

/* Navigation et menus
------------------------------------------------------------------*/

ul#nav {
        font-family: "Century Gothic" "Trebuchet MS", sans-serif;
        width : 700px;	
}
ul#nav li { display : inline;
         float: left; padding: 20px ;  margin-right: 3px; background: none;} 
        
 

/* Navigation bis pour la page presentation */
ul#subnav { 
	font-family: "Century Gothic" "Trebuchet MS", sans-serif; 
	margin: 30px 0;
	background-color: #F9F1E2;
	}
ul#subnav li { padding: 0; background: none; }

/* Apparance et couleurs des liens
------------------------------------------------------------------*/
a, a:visited { color: #E48427; text-decoration: none ; }
a:hover { color: #b3cc33;}

#nav a {
        color: #CCCCCC;
	border: none;
}
#nav a:hover, #nav a.active { color: #E48427;  font-size: 1em;}

#imglink a { border: 0px;}
#imglink a:hover, #imglink a.active {
	border: 0px;
	border-bottom: 0px none;
}

ul#subnav li a, ul#subnav li a:visited { 
	color: #fb7b32;
	padding: 6px 0px;
	display: block; 
	border-bottom: 1px solid #fff;
	}
ul#subnav li a:hover, ul#subnav li a.active { color: #fff; background-color: #EA8A53; }

a img {border: 0px;}

#flickr a, #flickr a:visited, #title a, #title a:visited { border: 0px; }

/* Titres
------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
 	font-family: "Helvetica Neue", Arial, Helvetica, "Trebuchet MS", sans-serif;
	color: #B85C00;
        font-weight: normal; 
	text-transform: lowercase;
	letter-spacing: 1px;
	}
h2 { font-size: 1.6em; margin: 10px 0; }
h3 { font-size: 1.6em; margin: 1em 0 .4em 0; }
h4 { font-size: 1.4em; margin: 1em 0 .4em 0; }

/* Textes
------------------------------------------------------------------*/
p  { margin: 1em 0; }
div.post { margin-bottom: 25px; font-size: 1em; }
p.postmeta { font-style: italic; color: #999; }
body#laps blockquote { 	
	font-family: "Century Gothic" "Trebuchet MS", sans-serif;
	font-size: 1.1em;
	padding-left: 10px;
	margin-left: 10px; 
	border-left: 1px solid #ddd;
	 }

/* Lists
------------------------------------------------------------------*/
ul { list-style-type: none; }
li {  }
body#edition dt { color: #a27a23; font-size: 1.1em; font-weight: bold; }
body#edition dd { margin-bottom: 10px; font-style: italic; }
dd { margin-bottom: 5px; }

