@charset "utf-8";
/*@import url("http://yui.yahooapis.com/2.6.0/build/reset-fonts-grids/reset-fonts-grids.css");*/
@import url("iv_deco_512x80.php?format=css");

body {
	text-align: left;
	margin: 0;
	padding: 0;
	background: #666;
	color: white;
	font-family: serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: sans-serif;
	text-shadow: 1px 2px 2px #999;
}
dt {
	margin-top: 8px;
}
dd {
	color: #060;
}

strong {
	font-weight: normal;
	background-color: yellow;
	padding: 0 2px;
}

#feuille {
	margin: 16px auto;
	padding: 0;
	width: 705px;
	text-align: left;
}

#contenu {
	float: left;
	width: 512px;
	background: white;
	color: black;
	overflow: hidden;
	border: 4px solid white;
	position: relative;
	z-index: 1;
}

#contenu h1, #contenu h2, #contenu h3 { clear: both; }

/*
#contenu img {
	max-width: 400px;
}
*/

#contenu img {
	margin: 0 4px;
}
#contenu table {
	border-collapse: collapse;
	border: 4px solid #ccc;
	margin: auto;
	font-family: sans-serif;
}
#contenu table tbody tr:nth-child(even) {
	background-color: #eee;
}
#contenu th {
	text-align: center;
	padding: 2px 8px;
	border-bottom: thin solid #ccc;
	background-color: #fef;
}
#contenu td {
	padding: 1px 4px;
	border: thin solid #ccc;
	border-width: 0 thin 0 thin;
}

#contenu hr {
	clear: both;
	background: #ccc url(/img/oblique.gif);
	height: 4px;
	border: 0;
}

*[title] {
	border-bottom: 1px dotted black;
	cursor: help;
}

a:link { color: green; }
a:visited { color: purple; }
a:hover, a:hover > strong {
	text-decoration: none;
	color: black;
	background-color: yellow;
	margin: -1px -2px;
	padding: 1px 2px;
}
a:after { color: red; font-weight: bolder; }
a:before { color: silver; }

a[href^="http"]:link { color: olive; }
a[href^="http"]:visited { color: maroon; }
a[href^="http"]:hover { color: white; background: red; }

a[href*="ions.fr"]:link { color: green; }
a[href*="ions.fr"]:visited { color: purple; }
a[href*="ions.fr"]:hover { color: black; background: yellow; }
a[href*="blogID="]:link { color: green; }
a[href*="blogID="]:visited { color: purple; }
a[href*="blogID="]:hover { color: black; background: yellow; }

a[href^="http"]:after { content: "^"; } /* \203C\00A0 */
a[href*="ions.fr"]:after { content: ""; }
a[href*="blogID="]:after { content: ""; }

a[hreflang]:before { content: attr(hreflang) ":\00A0"; text-transform: lowercase; }

a.x:before, a.x:before { display: none; }

#navigation {
	float: left;
	width: 173px;
	background: #ccc url(/img/oblique.gif);
	color: #333;
	padding: 4px;
	/*(OPERA 11.10 BUG) overflow: hidden;*/
	text-align: left;
	border: 4px solid white;
	border-left: 520px solid white;
	margin-left: -520px;
}
/*#navigation > * {
}*/

#navigation h2 {
	margin: 4px 0;
	font-weight: bold;
	font-size: 1.5em;
	text-decoration: none;
}
#navigation h3 {
	font-size: 1.2em;
	font-weight: bold;
}
#navigation ul {
	list-style: square;
	padding: 0;
	margin: 4px 0 0 12px;
}
#navigation div.submenu_wrap {
	margin: 16px -4px -4px -4px;
	padding: 4px;
	border-top: 4px solid white;
}
#navigation div.submenu h2 {
	text-align: left;
}

div.title {
	/*background: #ccc url(/img/deco_512x80/deco.png) no-repeat;*/
	background: #ccc url(http://lastfm.obsessive-media.de/11x2/jesus2099.jpeg) no-repeat -19px -10px;
	width: 512px;
	height: 80px;
	overflow: hidden;
	border: 4px solid white;
	border-bottom: 0;
}
div.title h2 {
	margin: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 142px;
}
div.title h2 a {
	content: "";
	font-size: 10px;
	font-weight: bold;
	font-family: monospace;
}

#pied {
	clear: both;
	width: 520px;
	color: white;
	background: #333;
	text-align: center;
	font-size: 10px;
	font-family: sans-serif;
}

#pied ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#pied li {
	display: inline;
	padding: 0;
	margin: 0;
}
#pied li:before {
	content: "// ";
	color: #666;
}
#pied li:first-child:before {
	content: "";
}

#pied a {
	color: #99f;
}
#pied a:visited {
	color: #c6c;
}
#pied a:hover {
	color: black;
}
#pied a:before, #pied a:after { content: ""; }

h1 {
	text-align: center;
}

a img {
	border: 0;
}

/* hello!cms */

a.new {
	background: red;
	color: yellow;
	text-decoration: line-through;
}

#pied a.login,
#pied a.login:visited {
	color: #333;
}

textarea {
	font-family: monospace;
	/*white-space: nowrap;*/
	width: 99%;
}

