a, a:link {}
a:visited {}
a:hover {color:#f80;}
p {margin:5px;}
a, img {border:none;}
button *, button h2, button h3 {
	border:0;
	display:inline;
	vertical-align:middle;
}
/* http://www.durcommefaire.net/2007/01/14/657-petite-amelioration-de-la-methode-phark-revisited */
h1 {
	margin:0;
	padding:0;
	height:15px;
   width:80px;
   background:url(images/logo.png); 
}

h1 a {
   display: block;
   height:15px;
   overflow:hidden;
   text-indent:-9999em;
   width:80px;
}
h2 {border-bottom:1px solid Gray;}
#titre {
	border:none;
	width:100px;
	float:right;
}

/* http://www.dustindiaz.com/focus-the-user/ */
.focus:hover, input[type=text]:focus, .info {background-color:#eaf5ff;}
.nodisplay {display:none;}
.onclick {cursor:pointer;}
/*.info {background-color:#ffb200;}*/

.boutons {
	padding-bottom:5px;
	border-bottom:2px solid #ccc;
}
fieldset {
	margin:0;
	padding:0.2em;
}
#afficher_pseudos ul {
	margin:2px;
	padding:5px;
	list-style-type:none;
}
#afficher_pseudos a {
	padding-left:20px;
	display:block;
}
#afficher_pseudos a:hover {background:#eef url(/images/template/bouton_fleche_droite.gif) no-repeat scroll center left;}
#afficher_lien_complet {display:none;}
#buttons {
	top:-30px;
	position:relative;
}
th {
	padding:3px;
	text-align:center;
	background-color:#eee;
}
#column {border-bottom:3px solid Black;}
tr.pair {background-color:White;}
tr.impair {background-color:rgb(246,246,246);}
tr, td {
	padding:3px;
	text-align:justify;
}
th, tr, td {border-left:2px solid #eee;}
table {
	border-right:2px solid #eee;
	border-bottom:2px solid #eee;
}

.selected {
	font-weight:bold;
	background-color:#eee;
}

.date, .note {white-space:nowrap;}
dt {font-weight:bold;}
dd {
	margin:5px;
	padding-left:5px;
	border-left:1px dotted Gray;
}

#top li {
	padding:0.1em 0.2em;
	display:inline;
}
.top100 {font-size:1.8em;}
.top90 {font-size:1.7em;}
.top80 {font-size:1.6em;}
.top70 {font-size:1.5em;}
.top60 {font-size:1.4em;}
.top50 {font-size:1.3em;}
.top40 {font-size:1.2em;}
.top30 {font-size:1.1em;}
.top20 {font-size:1em;}
.top10 {font-size:0.9em;}
.top0 {font-size:0.8em;}

#youtube {
	position:fixed;
	top:0;
	right:0;
	left:0;
	width:100%;
	height:100%;
	padding:20px;
	background:transparent url(images/fond_youtube.png) repeat scroll top left;
	z-index:9;
	display:none;
}
#youtube h2, #youtube p {width:90%;}