/* ***** BEGIN LICENSE BLOCK *****
 * This file is part of DotClear.
 * Copyright (c) 2004 Maurice Svay and contributors. All rights
 * reserved.
 *
 * DotClear is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 * 
 * DotClear is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 * 
 * You should have received a copy of the GNU General Public License
 * along with DotClear; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 *
 * ***** END LICENSE BLOCK *****
 *
 * Contributor(s):
 *  Maurice Svay
 */

/* Ce fichier définit le style visuel pour les différents éléments du blog.
 * Dans l'ordre, vous trouverez les règles qui définissent l'apparence pour:
 * - les éléments HTML en général
 * - la page
 * - l'entête
 * - le prélude
 * - le contenu
 * - la barre de navigation
 * - le pied de page
 *
 */

html, body{
	margin: 0;
	padding: 0;
	text-align: center;
}

#page{
	width: 828px;
	margin: 1em auto;
	text-align: left;
}

#top{
	margin: 0;
}

#top h1{
	margin: 0;
}

#main{
	float: left;
	width: 797px;
}

#content{
	margin: 0 0 0 30px;
	padding: 1em 0 0 0;
}

.post{
	margin-bottom: 1em;
}

#sidebar div{
	margin: 0 30px 0 0;
	padding: 1ex 1em;
}

#footer{
	padding: 1ex 1em 1ex 1em;
	margin : 0;
	clear: both;
}

 
/* Les éléments HTML en général
-------------------------------------------------------- */
body{
	background: #151515 ;/*url(img/background.png);*/
	color: #bbb;
	font-size: 75%;
	line-height: 1.5em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6{
	font-family: "Trebuchet MS", sans-serif;
}

h1{font-size: 1.5em;}
h2{font-size: 1.4em;}
h3{font-size: 1.3em;}
h4{font-size: 1.2em;}
h5{font-size: 1.1em;}
h6{font-size: 1em;}

pre, code{
	font-size: 1.2em;
}

pre{
	width: 100%;
	overflow: auto;
	border: 1px solid #CCC;
}

fieldset{
	border: none;
}

label{
	cursor: pointer;
}

.field label{
	display: block;
}

input,textarea{
	border: 1px dotted #777;
	color: #999;
	background: #000;
}

textarea{
	width: 100%;
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a{
	color: #CCCCCC;
}

a:visited{
	color: #666666;
}

a:hover{
	color: #F90;
}

a img{
	border:1px solid #000; /* pas d'encadrement des images */
} 

a:hover{
	border:0px;  /* hack pour IE - ne sert sinon à rien */
}

a:visited img{
	border:1px solid #000;
}

.left{
	float: left;
	margin-right: 1em;
	margin-top: 1em;
}

.right{
	float: right;
	margin-left: 1em;
	margin-top: 1em;
}

/* La page
-------------------------------------------------------- */
#page{
	background: #000 top;
	color: inherit;
}

/* Le contenu
-------------------------------------------------------- */
.day-date{
	padding-left: 20px;
	margin-left: -25px;
	color: #888;
	background: transparent url(img/day-date.png) no-repeat left center;
	font-size:150%;
}

.post-title{
	color: #C97900;
	background: transparent;
	margin-bottom: 0;
}

.post-title a{
	color: #C97900;
	background: transparent;
	text-decoration: none;
}

.post-title a:visited {
	color:#C97900;
}

.post-title a:hover {
	color:#F90;
}

.post-info{
	margin-top: -16px;
	color: #C97900;
	background: transparent;
	padding-bottom: 0ex;
	text-align: right;
	border-bottom: 1px solid #4F3500;
}

.post-info a{
	color: #C97900;
	background: transparent;
	text-decoration: none;
}

.post-info a:visited {
	color:#C97900;
}

.post-info a:hover {
	color:#F90;
}

.post-content{
	text-align: justify;
}

.post-content blockquote{
	font-family: Georgia, serif;
	font-style: italic;
}

.post-vig {
	height: 90px;
	width: 152px;
	float: left;
	margin-right: 20px;
}

.post-vig a img{
	border: 1px dotted #000;
}

.post-vig a:visited img{
	border: 1px dotted #000;
}

.post-vig a:link img{
	border: 1px dotted #000;
}

.post-vig a:hover img{
	border: 1px dotted #F90;
}

.post-type {
	color: #888;
	text-align: right;
	height: 90px;
	width: 80px;
	float: left;
	margin-right: 10px;
}
.post-data {
	height: 90px;
	width: 430px;
	float: left;
	margin-right: 10px;
}

.post-button{
	color: #888;
	height: 90px;
	width: 80px;
	float: left;
	margin-right: 10px;
	text-align: right;
}

.post-num{
	height: 90px;
	width: 45px;
	float: left;
	margin-right: 10px;
	text-align: left;
}

.post-num a img {
	height: 0; 
	width: 0; 
	border-width: 0;
}

.post-anim{
	height: 90px;
	width: 50px;
	float: left;
	margin-right: 10px;
	text-align: left;
}

.post-end {
	height: 90px;
	width: 1px;
	margin-left: 0px;
}

.post-info-co {
	text-align: right;
}

#toc {
	margin-left: 40px;
}

.toc-group {
	color: #BBB;
}

#trackbacks, #comments, #evaluation {
	border: 1px dotted #555555;
	margin: 1em 0em;
	padding: 0ex 1em;
}

#other-project {
	border: 1px dotted #111111;
	margin: 0.5em 0em;
	padding: 0ex 1em;
	height: 40px;
}

#trackbacks blockquote, #comments blockquote, #evaluation blockquote{
	border: 1px solid #222;
	margin: 1em 1em;
	padding: 0ex 1em;
}

.me {
	background-color : #0F0F0F;
	border : 1px solid #1A1A1A;
}

#p del{
	color: #F90;
	font-style: italic;
}



/* Le pied de page
-------------------------------------------------------- */
#footer{
	margin: 0;
	padding: 0.3em;
	border-top: 1px dotted #CCC;
	background: #000;
	color: #666;
	text-align: center;
}

#footer a{
	color: #999;
}

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

/* lucas3d menu
-------------------------------------------------------- */
ul#menu {
	margin : 0 0 0em 0;
	padding : 3px 10em 2px 1em;
	list-style-type : none;
	background-color: #000;
	color: #666;
	font-size : 0.9em;
	text-align: left;
}
ul#menu li {
	display: inline;	
	padding : 15px 0;
}
ul#menu li ins {
	padding : 5px 0.5em 5px 0.5em;
	color: #999;
	text-decoration: none;
}
ul#menu li strong {
	padding : 5px 0.5em 5px 0.5em;
	color: #A00;
	text-decoration: none;
}
ul#menu li a {
	padding : 5px 0.5em 5px 0.5em;
	color: #666;
	text-decoration: none;
}
ul#menu li a:hover {
	background-color: #333;
	color: #F00;
}




/* Navigation horizontale
-------------------------------------------------------- */
ul#nav-box {
	margin : 0 0 0em 0;
	padding : 5px 1em 5px 1em;
	list-style-type : none;
	background-color: #000;
	color: #000;
	font-size : 0.9em;
	border-bottom: 1px dotted #CCC;
	text-align: center;
}
ul#nav-box li {
	display: inline;	
	padding : 5px 0;	
}
ul#nav-box li a {
	padding : 5px 0.5em 5px 0.5em;
	color: #999999;
	text-decoration: none;
}
ul#nav-box li a:hover {
	background-color: #333333;
	color: #F90;
}
ul#nav-box li strong a {
	color: #C97900;
	text-decoration: none;
}
ul#nav-box li a strong {
	color: #C97900;
	text-decoration: none;
}

/* Pagination
-------------------------------------------------------- */

.pagenav {
	background-color: #000;
	color: #111111;
	text-align: center;
}

p.pagenav a {
	color: #999999;
	padding: 2px;
	text-decoration: none;
}

p.pagenav a:hover {
	background-color: #333333;
	color: #F90;
}

p.pagenav  {
	color: #F90;
	padding: 2px;
}

/* number media
-------------------------------------------------------- */

#number {
	background-color: #000;
	color: #111111;
}

#number a {
	color: #999999;
	padding:2px;
	text-decoration: none;
}

#number a:hover {
	background-color: #333333;
	color:#F90;
}

#number  {
	color:#F90;
}

dl#photo dd {
	margin: 0;
}

dl#photo
{
	clear: both;
	margin: 0 auto;
}

.post-anim {
	background-color: #000;
	color: #111111;
}

.post-anim a {
	color: #999999;
	padding:2px;
	text-decoration: none;
}

.post-anim a:hover {
	background-color: #333333;
	color:#F90;
}

.post-anim  {
	color:#F90;
}

.anim{
	margin-bottom: 1em;
	text-align: center;
	padding : 5px 10em 5px 10em;
}

.anim_hd{
	margin-bottom: 1em;
	text-align: center;
	padding : 5px 0em 5px 0em;
}
