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

body {
	font: 75.5%/1.2em Tahoma, Verdana, "Helvetica Neue", Helvetica,  Arial, sans-serif;
	line-height: 1.7em;
	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: "Trebuchet MS", Verdana, Arial, sans-serif;
        width : 700px;
	margin-top : 132px;
		
       
}
ul#nav li { 	
		display : inline;
		float: left; 
         	margin-left: 12px;
		margin-right: 7px;  
		padding: 10px;
} 

        



/* Apparence et couleurs des liens
------------------------------------------------------------------*/
a, a:visited { color: #fe0000; text-decoration: none ; }
a:hover { color: #CCCCCC;}

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

#text a {
	 color: #000000;
	border: none;
	}

#text a:hover, #nav a.active { color: #fe0000; }


a img {border: none;} 

/* Titres
------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
 	font-family: "Helvetica Neue", Arial, Helvetica, "Trebuchet MS", sans-serif;
	color: #ffffff;
        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; }
h5 { font-size: 1.2em; margin: 1em 0 .4em 0; }
h6 { font-size: 1.0em; margin: 1em 0 .4em 0; }

/* Textes
------------------------------------------------------------------*/

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;
	 }