@charset "UTF-8";

/**
 *	Basic
 ******************************************************************/

@import url(reset.css);

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/*********************************************
 *   ^
 *   |
 * A VIRER
 * 
 */

.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; }

html {
	font-size: 62.5%;
}

body {
	background: #024f35;
	background: #111;
	background: white url(/themes//default/img/head.jpg) repeat-x top;
	/* color: #699787; */
	color:#2E2E2E;
	font-size: 120%;
	line-height: 1.4;
	font-family: Helvetica, Arial, "Lucida Grande", "Liberation Sans", Tahoma, Verdana, Arial, sans-serif;
				 /* Yay for Liberation! */
	padding: 0px;
}

#wrap {
	font-size: 110%;
	width: 960px;
	margin: 0 auto;
}

#skip {
	position: absolute;
	left: -999px;
}

a {
	color: #6493c0;
	text-decoration: none;
	border-bottom: 1px dotted;
}

a:hover {
	color: #6493c0;
	border-bottom: 1px solid;
}

acronym, abbr {
	cursor: help;
}

h1 {
	font-size: 320%;
	font-weight: bold;
	text-align: left;
	padding-top: 2px;
	width: 100%;
	color: white;
	text-shadow: 1px 1px 0 #000;
	letter-spacing: -0.02em;
}

h1 a {
	border: none;
	color: white;
}

h1 a:hover {
	border: none;
}

.erreur {
	background: #fff;
	opacity: 0.2;
	padding: 8px 10px;
}

/**
 *	Pied de page
 ******************************************************************/
 
#footer {
	text-align: center;
	padding: 1.3em 0 1.2em;
	background: white url(/themes//default/img/head.jpg) repeat-x top;
	color:white;	
}

#footer a.pubwich {
	background: url("img/pubwich.png") no-repeat;
	padding: 2px 1px 2px 17px;
	border: none;
}

/**
 *	Colonnes
 ******************************************************************/
 
.col1 {
	width: 337px;
	margin-right: 20px;
	float: left;
}

.col2 {
	width: 358px;
	margin-right: 20px;
	float: left;
}

.col3 {
	width: 225px;
	float: left;
}

/**
 * Boites
 ******************************************************************/
 
.boite {
	margin: 0 0 18px;	
	background: #d8d7d7 url(/themes//default/img/degrad2.png) repeat-x top right;
	-moz-border-radius: 7px;
  	-webkit-border-radius: 7px; 
}

.boite.nodata {
	opacity: 0.5;
	display: none;
}
.boite h2 {
	font-size: 140%;
	padding: 8px 10px 8px;
	color:#2E2E2E;
	line-height: 1;
	text-shadow: #dddddd 0px 1px;

}

.boite h2 span {
	font-size: 80%;
	font-weight: normal;
}

.boite h2 a {
	text-decoration: none;
	border: none;
}

.boite ul li {
	margin-bottom: 5px;
}

.boite ul li.nodata {
	opacity: 0.5;
}

.boite .boite-inner {
	padding: 10px;
}

.boite .boite-inner p{
	margin-bottom:14px;
}

.boite.no-title .boite-inner {
}

/**
 *	Boite texte
 ******************************************************************/

.texte{
	background: #83B7E8 url(/themes/default/img/degrad.png) repeat-x top right;	
}

.texteintro{
	background: white url(/themes/default/img/free_for_job.png) no-repeat left center;
	padding: 0 0 4px 120px;	
}

#bj .boite-inner img,
#md .boite-inner img{
	float:right;
	margin: 0 6px 4px 0;
}

#at2 {	
	background: #464545 url(/themes/default/img/degrad3.png) repeat-x top right;
	color:white;	
}

#at2 h2{	
	color: white;
	text-shadow: none;	
}

#at2 li{
	list-style-position: inside;
}

#icon, #fan, #at, #badge{	
	background: #d8d7d7 url(/themes/default/img/degrad2.png) repeat-x top right;
}
#icon a{	
	border:none;
	padding: 0 2px 0 2px;
}

.lienperso a{
	background: url(/themes/default/img/Drop-Badge.png) no-repeat left top;
	padding: 0px 0 4px 22px;
	color: #0b4e9a;
	font-weight: bold;
	border:none;
	display:block;
}
.lienperso a:hover{
	color: black;
}

#badge{
	text-align:center;
}

/**
 *	RSS & Atom
 ******************************************************************/

.rss li, .atom li {
	padding: 5px;
}

/**
 *	Flickr
 ******************************************************************/

.flickr h2 a {

}

.flickr h2 em {
	color: #FF0084;
	font-style: normal;
}

.flickr ul li {
	float: left;
	padding-right: 5px;
	background: none;	
}

.flickr ul li.derniere {
	padding-right: 0;
}

.flickr ul li a {
	border: none;	
}

.flickr ul li img {
	display: block;
	margin: 2px;
}

/**
 *	Last.fm
 ******************************************************************/

.lastfm h2 a {

}

.lastfm li {
	float: left;
	width: 100%;
	background: none;
}


.lastfm li a {
	text-decoration: none;
	border: none;
	display: block;
	padding: 5px;
}

.lastfm li a:hover {
}

.lastfm li img {
	background: url("img/cover.png");
}

.lastfm li img {
	display: block;
	float: left;
}

.lastfm li a strong {
	display: block;
	margin-left: 70px;
	font-weight: normal;
	padding: 8px 5px 8px 10px;
}

.lastfm li a span {
	font-size: 100%;
	display: block;
	font-weight: bold;
}

.lastfm li.premier span {
	font-size: 145%;
}

.lastfm li.deuxieme span {
	font-size: 130%;
}

.lastfm li.troisieme span {
	font-size: 120%;
}

.lastfm li.quatrieme span {
	font-size: 110%;
}

.lastfm li.cinquieme span {
	
}


/**
 *	Twitter
 ******************************************************************/

.twitter h2 a {
}

.twitter li {
	padding: 0px;
	margin: 0px;
}

.twitter li span.date {
	display: block;
	float: left;
	width: 85px;
	margin-right: 10px;
}

.twitter li span.date a {
	text-decoration: none;
	border: none;
}

.twitter li p {
	display: block;
	margin-left: 95px;
}

.twitter li em.from {
	display: none;
}

/**
 *	Del.icio.us
 ******************************************************************/

.delicious h2 a {
	
}

.delicious li {
	display: block;
	padding: 6px;
}

.delicious li .desc {
	display: block;
	line-height: 1.2;
	padding-top: 4px;
}

/**
 *	Readernaut
 ******************************************************************/

.readernaut h2 a {
	color: #B6C125;
}

.readernaut ul {
	padding-top: 5px;
}
 
.readernaut li {
	float: left;
	width: 100%;
}

.readernaut li a {
	text-decoration: none;
	border: none;
	display: block;
	padding: 5px 0 5px 5px;
}

.readernaut li a:hover {
}

.readernaut li img {
	display: block;
	float: left;
}

.readernaut li img {
        
}

.readernaut li a strong {
	display: block;
	margin-left: 55px;
	font-weight: normal;
	padding: 8px 10px 8px 10px;
}

.readernaut li a span {
	display: block;
	font-weight: bold;
	line-height: 1.2;
}


/**
 *	Facebook
 ******************************************************************/

.facebook h2 a {
	color: #3B5998;
}

.facebook ul li {
	padding: 5px;
}

/**
 *	Youtube
 ******************************************************************/

.youtube h2 a {
	color: #D62323;
}

.youtube li a {
	display: block;
	padding: 5px;
	border: none;
}

.youtube li a img {
	float: left;
	display: block;
}

.youtube li a strong {
	display: block;
	margin-left: 130px;
}

.youtube li a span {
	display: block;
	margin-left: 130px;
}

/**
 *	Vimeo
 ******************************************************************/

.vimeo h2 a {
	color: #9FC54E;
}

.vimeo li a {
	display: block;
	padding: 5px;
	border: none;
}

.vimeo li a img {
	float: left;
	display: block;
}

.vimeo li a strong {
	display: block;
	margin-left: 90px;
}

.vimeo li a span {
	display: block;
	margin-left: 110px;
}

/**
 *	WTF (aussi appelé "intro")
 ******************************************************************/

.wtf {
	margin-bottom: 0;
}

.wtf div {
	padding: 5px;
}

.wtf p {
	margin: 0 0 1em;
}

/**
 *	Crédits
 ******************************************************************/
 
.credits p {
	padding: 5px;
	margin: 0 0 0.3em;
}

.credits a.pubwich {
}

.credits a.pubwich strong {
}
