@charset "UTF-8";

/* ****************************************************

	@file:		  screen.css
	@description: Feuille de style d'écran
	@author:      Rémi Prévost (remiprevost.com)
				  Stéphane Legrand (stephane-legrand.fr)
	@updated:	  200904O1

******************************************************/

/**
 *	Basic
 ******************************************************************/

@import url(reset.css);

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .clearfix {display: inline-block;}
/* Hides from IE-mac \*/ * html .clearfix {height: 1%;} .clearfix {display: block;} /* End hide from IE-mac */

hr { display: none; } 
a * { cursor: pointer; }

body {
	background: #fff;
	/*color: #fafafa;*/
	color: #666;
	font-size: 62.5%;
	line-height: 1.5;
	font-family: Tahoma, Verdana, Arial, sans-serif;
}

#wrap {
	font-size: 110%;
	width: 960px;
	margin: 30px auto 0;
}

a {
	color: #666;
	text-decoration: none;
	border-bottom: 1px dotted #aaa;
}

a:hover {
	color: #000;
	border-color: #fff;
}

acronym, abbr {
	cursor: help;
}

#footer {
	text-align: center;
	padding: 1.3em 0 1.9em;
	color: #777;
}

#footer a {
	color: #aaa;
}

#footer a:hover {
	color: #fff;
}

h1 {
	font-size: 250%;
	font-weight: normal;
	/*text-align: center;*/
	text-align: left;
	/*padding-bottom: 0.5em;*/
	padding-bottom: 0.2em;
	margin-bottom: 0.3em;
	/*margin-left: 335px;*/
	/*margin-left: 200px;*/
	/*width: 380px;*/
	color: #666;
	
	border-bottom: 2px dotted  #666;
}

h1 strong {
	/*color: #fafafa;*/
	color:#000;
	font-weight: normal;
	font-style: normal;
	font-size: 140%;
}

.erreur {
	/*background: #111;*/
	background: #ff0000;
	color: red;
	opacity: 0.2;
	padding: 8px 10px;
}

.erreur a {
	color: #fff;
}

.error {
	background: #ff0000;
	color: #fff;
	opacity: 0.2;
	padding: 8px 10px;
	margin: auto;
}

.error a {
	color: #fff;
	border-bottom: none;
}

#icons {
	float: right;
	padding-top: 10px;
}

#icons a {
	border-bottom: 0px;
}

/**
 *	Colonnes
 ******************************************************************/
 
.col1 {
	width: 315px;
	margin-right: 20px;
	float: left;
}

.col2 {
	width: 380px;
	margin-right: 20px;
	float: left;
}

.col3 {
	width: 225px;
	float: left;
}

/**
 * Boites
 ******************************************************************/
 
.boite {
	margin: 0 0 18px;	
}

.boite h2 {
	font-size: 130%;
	padding: 5px 10px 6px;
	background: #141414;
	margin-bottom: 0.3em;
	color: #ccc;
}

.boite h2 span {
	font-size: 80%;
	/*color: #444;*/
	color: #fff;
	font-weight: normal;
}

.boite h2 a {
	text-decoration: none;
	border: none;
}

.flickr h2 a {
	color: #0063DC;
}

.flickr h2 em {
	color: #FF0084;
	font-style: normal;
}

.picasa h2 a {
	color: #666666;
}

.twitter h2 a {
	color: #33CCFF;
}

.delicious h2 a {
	color: #3274D0;	
}

.reader h2 a {
	color: #c2cff1;
}

.reader h2 strong.g {
	color: #4058b9;
}

.reader h2 strong.o {
	color: #dd2500;
}

.reader h2 strong.o2 {
	color: #edd100;
}

.reader h2 strong.l {
	color: #59bb00;
}

.reader h2 strong.e {
	color: #dd2500;
}

/**
 *	WTF (aussi appelé "intro")
 ******************************************************************/

.wtf {
	margin-bottom: 0;
}

.wtf div {
	padding: 5px;
}

.wtf p {
	margin: 0 0 1em;
}

/**
 *	Flickr
 ******************************************************************/

.flickr ul {
	padding-top: 5px;
}

.flickr li {
	float: left;
	display: block;
	margin-right: 5px;
	margin-bottom: 5px;
}

.flickr li.derniere {
	margin-right: 0;
}

.flickr li a, .flickr li img {
	float: left;
	display: block;
	border: none;
}

/**
 *	Picasa
 ******************************************************************/

.picasa ul {
	padding-top: 5px;
}

.picasa li {
	float: left;
	display: block;
	margin-right: 5px;
	margin-bottom: 5px;
}

.picasa li.derniere {
	margin-right: 0;
}

.picasa li a, .picasa li img {
	float: left;
	display: block;
	border: none;
}

/**
 *	Twitter
 ******************************************************************/
 
.twitter {
	
}

.twitter li {
	padding: 5px 10px 7px;
	margin: 0 0 5px;
	/*background: #1c1c1c;*/
}

.twitter li span.date {
	display: block;
	float: left;
	width: 85px;
	margin-right: 10px;
}

.twitter li span.date a {
	color: #777;
	text-decoration: none;
	border: none;
}

.twitter li p {
	float: left;
	display: block;
	width: 260px;
}

.twitter li a.tag {
	color: #0174dF;
	border-bottom: none;
}

.twitter li em.from {
	display: none;
}

/**
 *	del.icio.us
 ******************************************************************/
 
.delicious {
	
	margin-right: 0;
}

.delicious ul {
	margin: 0 0 0 19px;
	padding-top: 5px;
}

.delicious li {
	margin: 0 0 5px;
	padding: 0 0 5px;
	line-height: 1.4;
	list-style: circle;
}
.delicious a {
	
}

/**
 *	Google reader
 ******************************************************************/

.reader {
	
}

.reader li {
	padding: 5px 10px 7px;
	margin: 0 0 5px;
	/*background: #1c1c1c;*/
}

.reader li span.date {
	display: block;
	float: left;
	width: 85px;
	margin-right: 10px;
}

.reader li span.date a {
	color: #777;
	text-decoration: none;
	border: none;
}

.reader li p {
	float: left;
	display: block;
	width: 260px;
}

.reader li em.from {
	display: none;
}

/**
 *	Crédits
 ******************************************************************/
 
.credits p {
	padding: 5px;
	margin: 0 0 0.3em;
}

.credits a.pubwich {
	background:transparent url(../images/pubwich.png) no-repeat scroll 0 50%;
	border:medium none;
	padding:4px 0 4px 18px;
}

